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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to