Action Chaining - Error 500 - Cannot find bean relations in any scope

2002-09-04 Thread Leslie Bertels \(Synergetic\)
Hi all, I'm trying to chain several actions but this Error pops up. I've got two pages: timesheet.jsp with a button to find all the detail recs for that month. detail.jsp with all the detail recs and for every rec a link to delete it. So that means that both timesheet.jsp and detail.jsp need t

Re: Problem deploying ejb combined with struts

2002-08-20 Thread Leslie Bertels \(Synergetic\)
n, form etc classes that are part of my application. > lib\ > struts.jar > commons-*.jar > > > > > In my EJB file I have the following > > *.class > META-INF\ > ejb-jar.xml > jboss.xml > jbosscmp.xml > > > > Ho

Re: Problem deploying ejb combined with struts

2002-08-20 Thread Leslie Bertels \(Synergetic\)
; > > whatever.war > whatever > > > > > > Regards, > > Stephen. > > > > -Original Message- > From: Leslie Bertels (Synergetic) > [mailto:[EMAIL PROTECTED]] > Sent: 20 August 2002 15:06 > To: Struts Users M

Problem deploying ejb combined with struts

2002-08-20 Thread Leslie Bertels \(Synergetic\)
Hi all, I have a problem deploying my application. Used configuration: JBoss 3.0 - Jetty 4.1 EJB 2.0 Servlets - Struts. When I create my application.xml I need to add a module otherwise the appserver does not deploy the ejbs. But if I do, my struts are no longer accessible. This is the er