« Return to Thread: WebSphere Integration

RE: WebSphere Integration

by Meunier Pierre-Emmanuel :: Rate this Message:

Reply to Author | View in Thread

Thanks. Please keep us updated with this.

I looked into it a bit further:

The IllegalStateException that you receive when deploying the RAR, is
due to a classpath issue,
org.mule.context.notification.MuleContextNotification cannot be found.

This is because org.mule.util.ClassUtils is using
Thread.currentThread().getContextClassLoader() (from Apache Commons
Lang) to load MuleContextNotification class. But this class loader is
not the one which knows about the jars deployed in the RAR (I hope IBM
will help on that!)

As a test, I tried to remove mule-core jar (which contains
MuleContextNotification) from the RAR and put it on the WebSphere
classpath. The RAR deployment is now fine but when trying to start the
application it gives me the following error:

"_ObjectToString" is already registered in the registry..."

This usually means that mule-core jar is duplicated on the classpath.

This is how far I got. I'll keep trying.

It'll be good to hear from IBM (before next year...)

Any ideas/suggestions welcome.

Pierre


-----Original Message-----
From: yaravind [mailto:yaravind@...]
Sent: 04 July 2008 17:10
To: user@...
Subject: Re: [mule-user] WebSphere Integration


I created a PMR for IBM to address the mule RAR deplyment isue...they r
still
looking into it..i will update the thread with more info when i get back
something from ibm...
--
View this message in context:
http://www.nabble.com/WebSphere-Integration-tp18278271p18282314.html
Sent from the Mule - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email 
************************************************************************
DISCLAIMER
The information contained in this e-mail is confidential and is intended
for the recipient only.
If you have received it in error, please notify us immediately by reply
e-mail and then delete it from your system. Please do not copy it or
use it for any other purposes, or disclose the content of the e-mail
to any other person or store or copy the information in any medium.
The views contained in this e-mail are those of the author and not
necessarily those of Admenta UK Group.
 
Admenta UK plc is a company incorporated in England and Wales
under company number 3011757 and whose registered office
is at Sapphire Court, Walsgrave Triangle, Coventry CV2 2TX
************************************************************************

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: WebSphere Integration