Re: Invalid Class file Format

2003-09-16 Thread Stefan Frank
Oracle is the Database (and I'm very curious what they exactly mean with the g=grid) cheersmany thanks for the help stefan Christian Bollmeyer wrote: Am Montag, 15. September 2003 17:03 schrieb Stefan Frank: Hi Christian, Hi Stefan, no, unfortunately not: System.getProperty(java.version

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
Hi Richard, it looks like your also using an older compiler. Do you have some older jdk's (1.3) on your machine?! Last time I installed Oracle, they used a jdk1.1 and set it into the path (and they also used to run java-stored procedures in the database). Can you check you enviroment for:

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
% JAVALIB=C:\crm-dev\others.lib\pp-tools.jar;c:\javalib2\ms\msbase.jar;c:\java lib2\ms\mssqlserver.jar;c:\javalib2\ms\msutil.jar;C:\datamapper\source\; anymore suggestion? thanks, Richard - Original Message - From: Stefan Frank [EMAIL PROTECTED] To: Richard Raquepo [EMAIL PROTECTED] Cc: Struts

Re: Invalid Class file Format (help same problem)

2003-09-16 Thread Stefan Frank
the examples found on tomcat. but the servlets example are working just fine. seem's that Oracle 9iAS can't compile the jsp files. how come? do i have to lower the java version i am using right now? anymore suggestions? thanks. -Richard - Original Message - From: Stefan Frank [EMAIL PROTECTED

Invalid Class file Format

2003-09-15 Thread Stefan Frank
Hi, i'm just moving an app from struts 1.0x to 1.1: The App runs on weblogic 6.1: I'm developing on a windows box and deploy it to solaris: On windows everything runs fine, but on solaris i get lots of Invalid class file format - Exceptions from the Taglibs when I recompile my jsp's: error:

Re: Invalid Class file Format

2003-09-15 Thread Stefan Frank
/ClassFile.doc.html#75 883 Seems your server still runs under JDK 1.1, or am I wrong? The Struts 1.1 binaries seem to be compiled under JDK 1.3: http://jakarta.apache.org/struts/userGuide/release-notes-1.1.html HTH, -- Chris (SCPJ2) - Original Message - From: Stefan Frank [EMAIL PROTECTED

fileupload on WeblogicServer6.1 throws exception

2002-04-02 Thread Stefan Frank
hi, I've recently updated from struts 1.0.2 to struts 1.1b1 - now the file-upload doesn't seem to wirk anymore. I can get the examples to work with tomcat4.0.4-b2, but on wls 6.1 i get the attached exception: Has anyone succeeded in getting the file-upload-example to work on wls6.1?! thx in

Problems with file upload

2002-04-01 Thread Stefan Frank
I've recently updated from struts 1.0.2 to struts 1.1b1 - and am now experiencing strange problems: The Action is called fine, and the file (in the example) gets written to disk - however when forwarding to the display I get the Following Exception: 01.04.2002 18:58:27 CEST Error HTTP

AW: accessing EJB components from a Struts application?

2001-12-19 Thread Stefan Frank
Hi, i'm not very fond of these Helper-Classes: Most of the time, they only add an additional Layer which just proxies calls to the SessionBeans: The benefit you get is mostly, that you can wrap all ejb-related errors inside the Helpers. This saves you some coding, but most of the time you want