[jboss-user] [EJB 3.0] - Re: Embedded EJB3 and .scanClasspath()

dhartford do-not-reply at jboss.com
Fri Sep 29 10:17:03 EDT 2006


Overall, this sounds like another approach I was trying to do within the EJB3 embed library:


  | EJB3StandaloneBootstrap.boot(null);
  | //EJB3StandaloneBootstrap.scanClasspath();
  | EJB3StandaloneDeployer deployer = EJB3StandaloneBootstrap.createDeployer();
  | 
  | ClassLoader cl2 = MySessionBean.class.getClassLoader();
  | 
  | deployer.setClassLoader(cl2);
  | ....
  | 

Not sure if this may help as an alternative for your approach/problem, but I'm still stuck in Eclipse land without a solution just yet.

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

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



More information about the jboss-user mailing list