Ambigious use of isElementData in the Block interface ?

2011-05-05 Thread Ivan
In the Block interface, a method named isElementData is defined with doc description below, from my understanding, it only return true while the block could be represented as a single element. /** * @return true if data is always an element; false if possibly mixed content or multiple *

NoSuchMethodError: org.apache.axis2.addressing.EndpointReference.isWSAddressingAnonymous()Z

2011-05-05 Thread Mark Bullathsinghalage Cooray
Hi all, I am trying a short sample code for Dynamic client as I was getting many errors with my previous post configuration context and addressing. I modified my code to ; public void creatClient() { try { ConfigurationContext configContext = ConfigurationContextFactory.

RE: Creating Dynamic Client

2011-05-05 Thread Mark Bullathsinghalage Cooray
The error seems to be coming from Addressing module engage. If there is any one who could give me a direction please assist me INFO: Deploying module: addressing Exception in thread "main" java.lang.NoSuchMethodError: org.apache.axis2.context.MessageContext.getLocalProperty(Ljava/lang/String;)Lja

How to get ConfigurationContext in password callback class?

2011-05-05 Thread Chinmoy Chakraborty
Hello!! I need to access ConfigurationContext in a password callback class (implements CallbackHandler). How I can achieve that? I tried following code: MessageContext msgCtx = MessageContext.getCurrentMessageContext(); ConfigurationContext configCtx = null; if (msgCtx != null) { co

Unsubscribe

2011-05-05 Thread Robbe Fabrice
Unsubscribe - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For additional commands, e-mail: java-user-h...@axis.apache.org

Problem with automatically generated WSDL and nested classes

2011-05-05 Thread fadila.mumbasic
Hello, the automatically generated WSDL does not contain the "type" attribute for the element which corrsponds to the nested class. My Java class looks like: package com.uniserv.nested.test; public class NestedClass { public static class InnerStruct{