Hey Simon, This is a webapp I've taken directly from websphere 6.1 and deployed it to weblogic so I'd have expected it to work.
The last time I tried Tuscany on weblogic was back on 1.2, so I'll give some of the example webapps a go in their default state and see if I can the same exceptions there. Cheers, Dave. -- Dave Sowerby MEng MBCS On Tue, Aug 5, 2008 at 10:06 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Mon, Aug 4, 2008 at 5:14 PM, Dave Sowerby <[EMAIL PROTECTED]> wrote: >> >> Hi All, >> >> I'm currently trying to use a Tuscany binding.ws webapp service on >> weblogic 9.2 - the service itself starts fine and I can access the >> appropriate ?wsdl endpoint. >> >> However, when I attempt to use this service through a Tuscany client I >> get an Exception with a root cause of: >> >> Caused by: org.apache.axis2.AxisFault: >> java.lang.IllegalArgumentException: The uri may not be theempty >> string. >> at >> org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486) >> at >> org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:343) >> at >> org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389) >> at >> org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211) >> at >> org.apache.axis2.client.OperationClient.execute(OperationClient.java:163) >> at >> org.apache.tuscany.sca.binding.ws.axis2.Axis2BindingInvoker$1.run(Axis2BindingInvoker.java:128) >> >> Is this something anyone has seen? >> >> I've attached a service and client example which reproduces this fault >> along with the full Exception. >> >> Any help would be greatly appreciated. >> >> Cheers, >> >> Dave. >> >> -- >> Dave Sowerby MEng MBCS > > Hi Dave > > Unfortunately I don't have a WebLogic server I can test on. Looking at the > test case and the stack trace it looks like it didn't even get past > sayHello(). Is that right? Does the app runs ok in other containers? > > Regards > > Simon >
