[jboss-user] [JBoss jBPM] - Re: Error getting CommandServiceBean

AJanz do-not-reply at jboss.com
Mon Sep 15 05:55:50 EDT 2008


ok what information do you need?

i generated the initial context with


  | 				Hashtable p = new Hashtable();
  | 				p.put(InitialContext.INITIAL_CONTEXT_FACTORY,
  | 						"org.jnp.interfaces.NamingContextFactory");
  | 				p.put(InitialContext.PROVIDER_URL, "jnp://localhost:1099");
  | 				p.put(InitialContext.URL_PKG_PREFIXES,
  | 						"org.jboss.naming:org.jnp.interfaces");
  | 				jndiContext = new InitialContext(p);
  | 
  | 

i am using an jboss 4.2.2 GA with the jbpm-enterprise.ear deployed



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176453#4176453

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176453



More information about the jboss-user mailing list