WOServletAdaptor decompile

2012-12-05 Thread Ron X
hello everybody
i have some proplem with WOServletAdaptor
i have decompiled it and that put it in my own class.
than i ran application, which runs good when use WOServletAdaptor.
when use own Adaptor which is a decompiled copy of WOServletAdaptor i get:
[2012-12-5 14:16:39 FET] localhost-startStop-1 The bundle
LegalSoundsRedesign has malformed version number:
NSProperties.NestedProperties.load(): /Users/esuser/WebObjects.properties
LegalSoundsRedesign[2012-12-5 14:16:39 FET] localhost-startStop-1
WebObjects version = 5.4.3
No loader:
/Users/esuser/Downloads/apache-tomcat-7.0.32/bin/bootstrap.jar:/Users/esuser/Downloads/apache-tomcat-7.0.32/bin/tomcat-juli.jar
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at

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

This email sent to arch...@mail-archive.com


Re: WOServletAdaptor decompile

2012-12-05 Thread John Huss
Decompilers don't always produce correct or identical code - it's more of
an art than a science.

On Wednesday, December 5, 2012, Ron X wrote:

 hello everybody
 i have some proplem with WOServletAdaptor
 i have decompiled it and that put it in my own class.
 than i ran application, which runs good when use WOServletAdaptor.
 when use own Adaptor which is a decompiled copy of WOServletAdaptor i get:
 [2012-12-5 14:16:39 FET] localhost-startStop-1 The bundle
 LegalSoundsRedesign has malformed version number:
 NSProperties.NestedProperties.load(): /Users/esuser/WebObjects.properties
 LegalSoundsRedesign[2012-12-5 14:16:39 FET] localhost-startStop-1
 WebObjects version = 5.4.3
 No loader:
 /Users/esuser/Downloads/apache-tomcat-7.0.32/bin/bootstrap.jar:/Users/esuser/Downloads/apache-tomcat-7.0.32/bin/tomcat-juli.jar
 java.lang.reflect.InvocationTargetException
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 




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

This email sent to arch...@mail-archive.com