Re: XML APIs JAR

2011-11-28 Thread Andreas Veithen
Jack, The point is that the entire argument behind solving the issue by re-adding xml-apis to the WAR is flawed. Here is why: 1) [quote] IBM has told us that it comes down to the fact that there are references to the org.w3c.dom classes in the Xerces library. These were resolved to the classes i

Re: XML APIs JAR

2011-11-28 Thread Jack Sprat
Andreas, Thanks again for the reply. Please don't take my response the wrong way.  I am only trying to solve a very difficult problem.  I did not reject the proposed solutions in the "Known Issues" section.  To answer your question on the 3 options. 1) We are current on the fix pack so there i

Re: Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread robert lazarski
On Mon, Nov 28, 2011 at 5:13 PM, Philippe de Rochambeau wrote: > Hello, > > I would like to create a Web service based on a class which calls C functions > via JNI. > > The only problem is that the C functions are legacy and therefore not > multi-threaded. In other words, if several people simul

Re: XML APIs JAR

2011-11-28 Thread Andreas Veithen
Jack, If I understand this correctly, you are seeing exactly the problem described in the "Known issues" section, but you reject the proposed solution on the grounds that IBM has told you that this won't fix the problem, and without actually having tested the solution... If for a problem with Axis

Calling non-multi-threaded C code in an Axis2 service

2011-11-28 Thread Philippe de Rochambeau
Hello, I would like to create a Web service based on a class which calls C functions via JNI. The only problem is that the C functions are legacy and therefore not multi-threaded. In other words, if several people simultaneously call the service, they might cause the C code to crash. What is

Setting a service's CLASSPATH at runtime

2011-11-28 Thread Philippe de Rochambeau
Hello, let's say that I create an Axis2 service based on a POJO class, which uses classes stored in large jar files, called, say, a.jar and b.jar, and compile it into an .aar file. When I run the service on Tomcat, I get a "class not found" error. Adding the jar files to the axis2 WEB-INF/ser

Re: XML APIs JAR

2011-11-28 Thread Jack Sprat
Thank you for the reply. Most of that article does not apply to us.  The Websphere Web Service feature pack is not installed.  The last paragraph entitled "Known Issues" matches our problem exactly.  3 options are given: 1) Upgrade to most current Websphere fix pack - We're on the most current

AW: axis and CXF

2011-11-28 Thread Stadelmann Josef
Dear Mr. Prabath Siriwardana I am a newby on Rampart and related Security issues on WCF when I found this forum entry. May I ask you kindly to explain me/us about the availability or sources and setups of the interop-test done between Rampart and WCF i.e. between WCF Client and a Axis2/Rampart

CallbackHandler in service operation operation method

2011-11-28 Thread TomazM
I' have implementation of CallbackHandler class, now I'm wondering how to retrieve this handler inside every server operation method(POJO sever side), so it can be passed to business logic? Regards <> - To unsubscribe, e-mail: j

[Axis2/Rampart] 1.6.1 interop issues

2011-11-28 Thread Stadelmann Josef
Hi Rampart/Axis2 Developers I really beg you to read the article in the Linke below. http://stackoverflow.com/questions/785652/wcf-interop-with-axis2-using-w s-trust We are trying to get WCF and Java talking to each other using SAML tokens issued from an STS. Despite the fact that both sides ar