for me SSDD deploy in tomcat, builded with eclipse 3.3.2, latest WOLips, WO 5.4, leopard, produces a very huge SSDD folder (about 122 MB) with the already talked problem with javaxml.jar - jar not loaded. It works if the application don't use any xml processing.

War deploy produces a WAR (about 28 MB) which don't works at all. The error reported is:

java.lang.ClassNotFoundException: com.webobjects.foundation.NSProperties
at java.net.URLClassLoader$1.run(URLClassLoader.java:200) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java: 188) at java.lang.ClassLoader.loadClass(ClassLoader.java:316)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at com .webobjects .jspservlet.WOServletAdaptor._applicationInit(WOServletAdaptor.java:329)
        ....

Regards

Paolo


Il giorno 06/dic/07, alle ore 07:16, Mike Schrag ha scritto:

Has anyone looked into exactly what the problem is with deploying a war with framework embedding? It APPEARS that you either have an exploded war (SSDD) and embedding works fine, or you have a war file and you have to install WO frameworks outside of the war, but you can't have both? I'm assuming it's that NSBundle must be File-based rather than URL-based, so it can't load embedded frameworks from inside a war because it's expecting to be able to generate File references? Before I go exploring this, though, I thought I'd see if anyone else has already done the legwork for explaining it ...

ms

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/psomma%40jpaso.com

This email sent to [EMAIL PROTECTED]

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to