If you are using libraries included with JBoss, the best way to do it, is to 
reference the libraries through Eclipse, and not in your lib, as you would not 
need to export those libraries.  They are already on the server.

However, you obviously need to have those libraries available to you in 
Eclipse, or your objects won't resolve.

If you are using Eclipse-IDE (which you should be using.  I'm using 1.5), then 
those libraries are already installed in Eclipse, you just need to add them to 
your build path.

Right-click on your project, and choose properties.  Go into your build-path.

Under the libraries tab, choose the "Add Libraries" button.  From there, again, 
IF you are using JBoss-IDE, you should choose, at a minimum, "J2EE1.4 
Libraries" and "JBoss EJB3 Libraries".  Those libraries are now available on 
your build path.

As far as "how" you include your libraries is a matter of preference.  Every 
developer is different.  As long as they get included is what's important.

If you are not using JBoss-IDE, or a version of JBoss-IDE that does not include 
EJB3, then you should create a "user library" that contains ejb3.jar and 
ejb3x.jar.  Call the library EJB3 and add it.

Hoffe das ich dir geholfen habe

Tschuss Aaron

(My wife helped me ((grin)) )

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

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


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to