This should work. Most likely you need to take a look at your ejb-ref
tag. If the beans are in separate jars, you'll also need to do a bit in
jboss.xml. Take a look at the manual on the site, there's a section on
"Declaring an EJB reference".
-danch
Rich Warren wrote:
> am running jboss 2.1
am running jboss 2.1 w/ embeded tcat and trying to migrate a couple of ejb's
over from a weblogic container. I have a session bean that 'wraps' or
allocates an entity bean. The session bean is instantiated from a tag
extension. The tag extension classes are under the tomcat/webapps dir.
So tomcat