Re: [Resteasy-users] Limit RestEasy to one war inside an ear?

2012-12-06 Thread Heiko W.Rupp
Hey Bill, Am 05.12.2012 um 22:37 schrieb Bill Burke: Java EE 6 doesn't support EJB + JAX-RS components that are not deployed under the WEB-INF/lib or WEB-INF/classes. SO, you must move biz-stuff.jar into rest.war or create a JAX-RS service that delegates to the EJBs. I don't exactly

Re: [Resteasy-users] Limit RestEasy to one war inside an ear?

2012-12-06 Thread Bill Burke
On 12/6/2012 4:39 AM, Heiko W.Rupp wrote: Hey Bill, Am 05.12.2012 um 22:37 schrieb Bill Burke: Java EE 6 doesn't support EJB + JAX-RS components that are not deployed under the WEB-INF/lib or WEB-INF/classes. SO, you must move biz-stuff.jar into rest.war or create a JAX-RS service that

[Resteasy-users] Limit RestEasy to one war inside an ear?

2012-12-05 Thread Heiko W.Rupp
Hi, so I have in As7 the following situation: rhq.ear/ coregui.war/ at /coregui portal.war at / rest.war/ at /rest rest-examples.war/ at /rest-examples biz-stuff.jar, containing the SLSBs implementing the REST-Interface Now I want my rest-endpoints to live