[JBoss-user] jsp, tag extensions, EJB, Jboss & Tomcat

2001-05-05 Thread Rich Warren
I have a jsp page calling a custom tag. The tag allocates the EJB. The problem is that the tag can't find my ejb classes. java.lang.NoClassDefFoundError: com/wwwarren/homer/ejb/ControllerHome Everything works great if I explicitly include the project's jboss/deploy jar file in the jboss startup

[JBoss-user] session wraps entity pattern in jboss

2001-04-08 Thread Rich Warren
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