Search found 6 matches

by hgilde
Tue Oct 04, 2005 9:28 pm
Forum: XSLT and FOP
Topic: Xalan SQL extension question
Replies: 2
Views: 3325

doh! That was it, thanx.
by hgilde
Tue Oct 04, 2005 4:26 am
Forum: XSLT and FOP
Topic: Xalan SQL extension question
Replies: 2
Views: 3325

Xalan SQL extension question

I have a failrly simple XSLT document that uses the Xalan SQL extension. It transforms a fairly simple document containing the SQL connection info and some other stuff. It works great from oXygen, but from the command line every query gets an error: "java.sql.SQLException: Error in Prepared Sta...
by hgilde
Thu Jul 28, 2005 4:43 pm
Forum: Common Problems
Topic: Invalid Driver Name Specified
Replies: 4
Views: 3909

My eclipse is running under 1.5 but somehow, when I apply the transformaiton, it's getting the error that happens with JDK 1.4. Meanwhile, it works fine running standalone oXygen with JDK 1.5.

I'll replace the Xalan in the endorsed folder.
by hgilde
Thu Jul 28, 2005 12:48 am
Forum: Common Problems
Topic: Invalid Driver Name Specified
Replies: 4
Views: 3909

Making the Eclipse Plugin use JDK 1.5

I've set the oXygen app to use JDK 1.5 using the .ini file... is there any way to make the Eclispe 3.1 plugin do the same?
by hgilde
Thu Jul 28, 2005 12:43 am
Forum: Common Problems
Topic: Invalid Driver Name Specified
Replies: 4
Views: 3909

Interesting info

I changed oXygen to sue JDK 1.5 rather than 1.4.2_08 and it works fine. Interesting. It turns out that my command line path had 1.5 and when I change it to 1.4.2_05... it breaks. Looks like a bug in Xalan class loading interacting with something in JDK 1.4.2_08.
by hgilde
Wed Jul 27, 2005 11:05 pm
Forum: Common Problems
Topic: Invalid Driver Name Specified
Replies: 4
Views: 3909

Invalid Driver Name Specified

I'm trying to use the Xalan database extensions with a Sybase JDBC driver. It can't connect when run from oXygen and I get the error "Invalid Driver Name Specified!" It doesn't work from the oXygen application either but it works fine from the command line. I'm using the Eclipse 3.1 plugin...