Re: [JBoss-user] reading a file inside an EJB

2002-05-12 Thread Burkhard Vogel
Hi, I know this is messy but I ended up substituting the part with the contents of the DTD. That is, I read the DTD, Read the XML did the substitution and parsed the lot. Regards, Burkhard code fragment: start = _XML.indexOf("SYSTEM"); end = _XML.indexOf(".dtd\"")

[JBoss-user] Stark/Fleury - petstore question

2002-05-12 Thread John Hogan
All, We're attempting to test the java pet store app in jboss and are seeing the errors below during jboss startup. The petstore app itself seems to partially deploy. JBoss will serve the petstore default page, but cannot connect to the database in order to create the tables. I've been usi

[JBoss-user] Jboss-3.0.0RC2, Tomcat-4.0.3 and WebWork?

2002-05-12 Thread Pål Kirkebø
Has anyone managed to make WebWork run under JBoss 3.0RC2? When I deployed the webwork.ear file and accessed it, I got this exception from Jasper: org.apache.jasper.JasperException: No such tag bean in the tag library imported with prefix webwork at org.apache.jasper.compiler.TagLibra

Re: [JBoss-user] JBoss 3.0 Branch 3_0 cvs HEAD not building

2002-05-12 Thread Stephen Davidson
Hi Burkhard. Turns out I a "shortcut" I was trying to switch between versions was not working correctly. I have that issue solved, but now have run into some other issues (see other threads). Thanks, Steve Burkhard Vogel wrote: > Hi (taking the developers from the list...), > looks like you

Re: [JBoss-user] JBOSS 3.0HEAD - Won't Build unless connected to the Internet????

2002-05-12 Thread David Jencks
I think you will get a more positive response if you send only one message to one list and keep in the thread you started, responding to replies to your earlier posts. Right now I am not inclined to take this seriously because you are not replying to my earlier response but appear to be getting

[JBoss-user] JBoss 3.0 HEAD not building!

2002-05-12 Thread Stephen Davidson
Target = all Linux 2.4.10 JDK 1.4.0 <===Begin Excerpt===> jmx-docs: [mkdir] Created dir: /home/jboss/jboss-all/connector/output/jmx-doc Running xdoclet.XDocletMain loaded by sun.misc.Launcher$AppClassLoader. Forked:true [jmxdoclet] Running [jmxdoclet] Generating output for 'org.jboss.res

[JBoss-user] JBOSS 3.0HEAD - Won't Build unless connected to the Internet????

2002-05-12 Thread Stephen Davidson
Greetings. I am not normally connected to the internet (I currently only have dialup access!). When I try to build the head version of JBoss 3.0, I get the following; Linux 2.4.10 java -version jboss@davidson:~/jboss-all> java -version java version "1.4.0" Java(TM) 2 Runtime Environment

Re: [JBoss-user] jboss3.0RC2 + Struts

2002-05-12 Thread Michael Delamere
Thanks for the response. So are your not making use of entity or session beans then? If so how do they fit into the struts picture? I´m wondering from where I would call them? It wouldn´t be very clean to call ejbs directly from jsp pages would it? From the ActionServlet? bye Michael -