• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: problem with last nightly WOLisp and war/ssd deploy
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problem with last nightly WOLisp and war/ssd deploy


  • Subject: Re: problem with last nightly WOLisp and war/ssd deploy
  • From: Anjo Krank <email@hidden>
  • Date: Mon, 3 Dec 2007 07:22:05 +0100

Pierre, why don't you simply skip the "merge" step and add the jars into Info.plist individually? This would most likely fix the problem, at least for bundle-based deployments?

        <key>NSJavaPath</key>
        <array>
                <string>javaxml.jar</string>
        </array>

Cheers, Anjo

Am 03.12.2007 um 02:02 schrieb Mr. Pierre Frisch:

JavaXML is just a convenience for regular user that want a quick deployment. It just a repackaging of the jars required by WO to run. You can include them manually and pick and choose teh one you want, the current list is:
axis-ant.jar
axis.jar
commons-discovery-0.2.jar
commons-logging-1.0.4.jar
jaxrpc.jar
log4j-1.2.14.jar
saaj.jar
serializer.jar
servlet.jar
wsdl4j-1.5.1.jar
xalan.jar
xercesImpl.jar
xml-apis.jar


axis is axis 1.4 and the associated libraries

Cheers

Pierre
--
Pierre Frisch
email@hidden


On Dec 2, 2007, at 15:27, Paolo Sommaruga wrote:

I think that the javaxml.jar is ignored by the classloader because the application break in every task related to XML processing instead it normally behaves in the others circumstances. Thanks for file a bug in radar

Regards

Paolo


Il giorno 03/dic/07, alle ore 00:01, Mike Schrag ha scritto:

For some reason, JavaXML.jar in 5.4 also contains the contents of servlet.jar ... I assume that's some cascaded dependency that caused it to be brought in. I believe the rule this refers to says that any jar containing servlet classes will be ignored. What I don't know is if that literally means the entire jar will be ignored (in which case your XML processing may break) or if it will just ignore the servlet classes. Does your app actually break? I would file a bug in radar for this that JavaXML should NOT include the contents of servlet.jar ...

ms

On Dec 2, 2007, at 4:59 PM, Paolo Sommaruga wrote:

maybe it's a WO 5.4 issue. javaxml.jar is a jar supplied with WO and it seems that such jar has problem with Servlet Spec 2.3. Can someone confirm this ?

org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile (/WEB-INF/lib/javaxml.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class


Regards

Paolo


Il giorno 30/nov/07, alle ore 20:20, Kieran Kelleher ha scritto:

I would suggest you submit a bug report in woproject confluence and stick with Tiger and WO 5.3.3
http://issues.objectstyle.org/jira/secure/BrowseProject.jspa?id=10001


At least you have identified WO 5.4/Leopard as being incompatible with war/ssd build.


On Nov 30, 2007, at 2:16 PM, Paolo Sommaruga wrote:

Hi Kieran,

I have found that the eclipse 3.3.2 with WOLips nightly version under tiger and WO 5.3.3 can build a workable ssd/war but with
leopard and WO 5.4 produce a ssd and war not workable. I have tryied with the same project, same eclipse version and with the same WOLips nightly version and same in the same tomcat


The error with ssd/war build with WO 5.4 are

30-nov-2007 20.01.08 org.apache.catalina.loader.WebappClassLoader validateJarFile
INFO: validateJarFile(/Users/psomma/Java/tomcat-5.5.15/webapps/ PasoPageCopyGrafJC-swing/WEB-INF/lib/javaxml.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class


and

ava.lang.reflect.InvocationTargetException
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
.........

Caused by: com.webobjects.foundation.NSForwardException [java.lang.NoSuchMethodError] com.webobjects.foundation.NSMutableArray: method <init>(Ljava/ util/Collection;)V not found:<Application> Could not find default initializer method Application() :java.lang.NoSuchMethodError: com.webobjects.foundation.NSMutableArray: method <init>(Ljava/ util/Collection;)V not found
.........


Any suggests ?

Regards

Paolo


Il giorno 30/nov/07, alle ore 00:47, Kieran Kelleher ha scritto:

it is tricky, but possible.

I think close your projects in the workspace, turn off build automatically.

Then disable all current WOLips plugins in Manage COnfiguration. Then restart Eclipse, then Enable the older version plugins, then restart again ......... something fissly like that ........ try to figure it out

<pastedGraphic.tiff>
On Nov 29, 2007, at 5:35 PM, Paolo Sommaruga wrote:

Thanks Kieran for your answer,

I can't revert to previous wolips, there is an eclipse problem "Requested operation cannot be performed because it would invalidate the current configuration. See details for more information"

Paolo

Il giorno 29/nov/07, alle ore 20:13, Kieran Kelleher ha scritto:

Can you revert to the last plugin via Eclipse Configuration Manager and verify that it truly works?

On Nov 29, 2007, at 1:26 PM, Paolo Sommaruga wrote:

sorry for the typo. I have eclipse 3.3.2 M20071121-0800, WOLisp nightly (yesterday), WO5.4 in leopard and I can't produce a workable war deploy neither ssd deploy (tomcat). About two week ago, all worked (eclipse 3.3.1.1) but I can't remember what WOLips nightly version was. I think such problem was inserted in the last days. Can you verify this ?

Paolo


Il giorno 29/nov/07, alle ore 12:54, Kieran Kelleher ha scritto:


AFAIK, Eclipse 3.3.X should be used with the latest WOLips nightly.

WOLips stable (frozen at #4118) is the last version compatible with 3.2.2.

Not sure if that will help your specific problem or not.

On Nov 29, 2007, at 2:56 AM, Paolo Sommaruga wrote:

Hi,

with the last WOLisp nightly I can't produce a workable war deploy neither ssd deploy (tomcat). I use eclipse 3.2.2, WO5.4 in leopard. I can't remember what was WOLips nightly which worked

Regards

Paolo Sommaruga
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden )
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


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




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



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



--
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@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden


--
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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: problem with last nightly WOLisp and war/ssd deploy
      • From: Mike Schrag <email@hidden>
References: 
 >Re: problem with last nightly WOLisp and war/ssd deploy (From: Paolo Sommaruga <email@hidden>)
 >Re: problem with last nightly WOLisp and war/ssd deploy (From: Mike Schrag <email@hidden>)
 >Re: problem with last nightly WOLisp and war/ssd deploy (From: Paolo Sommaruga <email@hidden>)
 >Re: problem with last nightly WOLisp and war/ssd deploy (From: "Mr. Pierre Frisch" <email@hidden>)

  • Prev by Date: Re: NSBrowser-like Component
  • Next by Date: Re: problem with last nightly WOLisp and war/ssd deploy
  • Previous by thread: Re: problem with last nightly WOLisp and war/ssd deploy
  • Next by thread: Re: problem with last nightly WOLisp and war/ssd deploy
  • Index(es):
    • Date
    • Thread