Looks like the parameters that you passing as JVM params are not reaching the
client.
Try this:
private UsuariosRemote lookupUsuariosBean() {
| Context iniCtx;
| try {
| Map env = null;
| Set propertiesSet = null;
| Iterator it = null;
|
| iniCtx = new InitialContext();
|
| System.out.println("************** System Properties ****************");
| Properties props = System.getProperties();
| props.list(System.out);
| System.out.println("************** System Properties
****************");
| .....................
|
What does this output?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127722#4127722
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127722
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user