[jboss-dev] AS6 EJB+Resteasy regression with unchanged code
Bill Burke
bburke at redhat.com
Mon Nov 8 19:01:10 EST 2010
I'm getting deployment errors for Resteasy + EJB integration with
existing code (that I haven't changed in months). For a simple EJB:
package org.jboss.resteasy.test;
@Path("/scan")
@Stateless
public class MyResourceBean implements MyResource
{...}
I"m getting a JNDI lookup error in Resteasy deployment that it can't find:
"MyResourceBean/local"
Some questions:
1) Has the local interface jndi binding changed?
2) Maybe servlet filters can deployed before EJBs?
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
More information about the jboss-development
mailing list