[jboss-user] [EJB 3.0] - Re: Deploy Problem

jaikiran do-not-reply at jboss.com
Fri Feb 8 04:45:08 EST 2008


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



More information about the jboss-user mailing list