Community
Participate
Working Groups
Build Identifier: WTP M-3.2.4-20110511033327 After create an EJB with EJBclient, the EJBClient does not have a JEE library, the session bean with remote interface complaints and did not compile. Reproducible: Always Steps to Reproduce: Created an EAR 5 Target to Java EE server (my case was Jboss6) Create an EJB 3.0 project * Target it at the installed Java EE server (my case was Jboss6) * Choose "Add project to an EAR" and choose the previously created EAR 5 project -Expand the EjbClient libraries, you will note there is no Java EE library * Create a new Session Bean - this will complaint to compile problem 'cause the missing library
How are you creating a JBoss-6 server adapter? The tooling only comes with versions 5.0 and below. Are you using some adapter product on top of wtp?
(In reply to comment #1) > How are you creating a JBoss-6 server adapter? The tooling only comes with > versions 5.0 and below. Are you using some adapter product on top of wtp? Hi Robert, I followed the steps documented here; http://www.jboss.org/tools/download/installation/update_3_2.html to install an adapter for the jboss server.
This bug is not present in the WTP server adapters but is a bug of the JBossTools server adapters. I'll try to open a JIRA there for you and get a patch working when I have the time.
This is because the JBT server adapter does not automatically add the classpath container to utility projects. More to be done later.
Based on comment 3, I am closing this bug as NOT_ECLIPSE. Feel free to link the respective JIRA issue here.