-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 GA
-
Component/s: None
The following test is made to decide whether or not to use a "remote" proxy to a service.
public static String getDefaultSuffix()
{ return System.getProperty("jboss.home.dir") == null ? "/remote" : "/local"; // if not in jboss return "/remote" }When this code runs in a nuxoe client that is deployed in JBoss it will not work since the "jboss.home.dir" is always defined.