Hello all :)

As now my /local lookups are working, I am trying to speed up deployment for my 
beans.

I currently use the simplest method:            
EJB3StandaloneBootstrap.boot(null);
  | EJB3StandaloneBootstrap.scanClasspath();

But since I have many EJBs, libraries etc. I find it very inefficient. 

I could use jars and use only those directories as deploy dirs, but this is not 
exactly what I have in mind now, mainly because I just want to run it off the 
sources in my IDE. 

I would like to be able to point to some packages in my classpath and use only 
this.

It basically boils down to :

- use the proper persistence.xml
- point to a package where my beans are com.xxx.beans.* 
- repeat for all packages containing beans

How could I do this ?

Thank you,

Daniel

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to