RE: [JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Ruel Loehr
Look at the file /build/build-distr.xml The target you are concerned with is setup-ejb3-dist. It looks like those jars are explicitly being added to the client dir and are assumed to be in the lib directory (which should then be copied over to the ejb3 config. Ruel Loehr JBoss QA

Re: [JBoss-dev] jboss-4.0.4.GA-ejb3 does not have entity manager and annotations jars

2006-05-08 Thread Emmanuel Bernard
I've fixed it by enhancing setup-ejb3-dist. Seems to me that the ejb3 deployer directory builder (whatever that is) should take care of that though. I was also able to successfully test EJB3 on the latest HEM and HA. Emmanuel Ruel Loehr wrote: Look at the file /build/build-distr.xml The