Jasper and Axis

2004-11-15 Thread Daniel Herbison
I'm using Axis to connect to some soap services but when I try to instantiate the locator from a JSP I get the exception: // Axis locator call CoiDWACLApiServiceLocator coiDWLocator = new CoiDWACLApiServiceLocator(); I get: org.apache.jasper.JasperException at org.apache.jasper.servle

jstl/sql

2003-08-14 Thread Daniel Herbison
I'm trying to use the sql tag in a simple jsp. The sql tag seems to be ignored! I can see the query, below, on the web-page and the entire COIDW Oracle Datasource jdbc/coidw javax.sql.DataSource Container http://java.sun.com/jstl/sql /WEB-INF/ta

RE: jstl/sql

2003-08-14 Thread Daniel Herbison
I've answered my own question The order of the xml elements in the web.xml file is very important -Original Message- From: Herbison, Daniel [NASHF:T830:EXCH] Sent: Friday, August 08, 2003 5:49 PM To: '[EMAIL PROTECTED]' Subject: jstl/sql I'm trying to use the sql tag in a simpl

RE: javax.xml.transform.Transformer

2003-07-22 Thread Daniel Herbison
quot;vers ?? Not a linefeed, no whitespace at all? If that's the case, I'd say that's your problem right there. John Daniel Herbison wrote: > No spaces. > > -Original Message- > From: John Turner [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2

RE: javax.xml.transform.Transformer

2003-07-22 Thread Daniel Herbison
away. Hope this helps. Kevin Ritter -----Original Message- From: Daniel Herbison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:58 AM To: 'Tomcat Users List' Subject: RE: javax.xml.transform.Transformer I don't think it is the xml because the error is occurring in

RE: javax.xml.transform.Transformer

2003-07-22 Thread Daniel Herbison
or message is simply saying that some whitespace is required between them. Is there anything between "http://www.w3.org/1999/XSL/Transform"; and "version="1.0""? It's hard to tell with the line wrapping from the post to the list. John Daniel Herbison wrot

RE: javax.xml.transform.Transformer

2003-07-22 Thread Daniel Herbison
you send the top 100 or so lines of your XML that you are trying to transform. Thanks Kevin Ritter -Original Message- From: Daniel Herbison [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 9:58 AM To: [EMAIL PROTECTED] Subject: javax.xml.transform.Transformer I'm using this cod

javax.xml.transform.Transformer

2003-07-22 Thread Daniel Herbison
I'm using this code to transform xml using and xsl file: TransformerFactory tFactory = TransformerFactory.newInstance(); Transformer transformer = tFactory.newTransformer(xsl); transformer.setOutputProperty("omit-xml-declaration","yes"); transformer.transform(new StreamSource(xml),sr)

RE: Tomcat XML/mod_jk and standalone installation

2003-07-17 Thread Daniel Herbison
Let me put the question another way. I'm merging a xml and xsl file. The URL for the xsl file is being passed to the parsed method of the xml DOM. When the parse sees the xsl document type declaration "http://www.w3.org/1999/XSL/Transform"; version="1.0">" it tells me that white space is requir

Tomcat XML/mod_jk and standalone installation

2003-07-17 Thread Daniel Herbison
Would anyone have a clue why the XML parsing routines would work fine when running them under the tomcat standalone installation but when hitting the same code from apache (mod_jk) it does not? I get the following as an error. org.xml.sax.SAXParseException: White spaces are required between pu

RE: Tomcat/Apache and mod_jk2

2003-07-15 Thread Daniel Herbison
Thank you I'll give that a try. -Original Message- From: Simon Pabst [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:08 PM To: Tomcat Users List Subject: Re: Tomcat/Apache and mod_jk2 mod_jk2 needs Apache APR libraries to work. These aren't included with Apache 1.x, only Apache

Tomcat/Apache and mod_jk2

2003-07-15 Thread Daniel Herbison
I'm trying to install the mod_jk2 connector under Apache 1.3.27 and Tomcat 4.1.18. When I place the mod_jk2.so in apache/modules and run the apachectl configtest I get the error message: Syntax error on line 224 of /coi/home/apache/conf/httpd.conf: Cannot load /coi/home/apache/modules/mod_jk2.so