axis2-wsdl2code-maven-plugin & wsdl2code & jibx

2011-07-11 Thread TomazM
Prvotno sporočilo Zadeva: axis2-wsdl2code-maven-plugin & wsdl2code & jibx Datum: Mon, 11 Jul 2011 11:39:25 +0200 Od: TomazM Organizacija: ARNES Za: axis Is any one solve this problem: -- Caused by: java.lang.RuntimeException: JiBX framew

Re: axis2-wsdl2code-maven-plugin

2011-02-23 Thread TomazM
che.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html), and this example throw exception, does any body test it before publish it on internet or I'm just plain stupid. Regards S, TomazM piše: > From where to dowloaded? > If i try it from site > http:/

Re: axis2-wsdl2code-maven-plugin

2011-02-23 Thread TomazM
n.plugins, org.codehaus.mojo] available > from the repositories [local (C:\Documents and > Settings\Tomaz\.m2\repository), central (http://repo1.maven.org/maven2)] -> > [Help 1] > > Regards > > S, Krishantha Manjula Rathnayaka piše: >> >> Hi To

Re: axis2-wsdl2code-maven-plugin

2011-02-22 Thread TomazM
aven.org/maven2)] -> [Help 1] Regards S, Krishantha Manjula Rathnayaka piše: > > Hi Tomaz, > http://jibx.sourceforge.net/bindcomp.html > > Kind Regards, > > Krishantha > > On Mon, Feb 21, 2011 at 9:00 PM, TomazM <mailto:[email protected]>> wrote:

axis2-wsdl2code-maven-plugin

2011-02-21 Thread TomazM
Is there any documentation about this plugin, I need documentation how to define flags for jibx binding. If I run the example from site http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html I get error: Before I use ANT task:

Error writing marshalled document Illegal character code 0x1a in content text

2010-04-22 Thread TomazM
Have any idea of this cind of problem: Caused by: org.jibx.runtime.JiBXException: Error writing marshalled document at org.jibx.runtime.impl.MarshallingContext.element(MarshallingContext.java:734) at si.arnes.aris.bean.Uporabniki.JiBX_binding_marshal_1_6(Uporabniki.java)

Re: Error in extracting message properties

2010-03-10 Thread TomazM
I figure it out, the problem is in Rampart class RampartMessageData, I think the problem is if you have in xml characters like š, š, ć, ž, đ, č so the code page ISO-8859-2. So if this is a bug I don't know. Solution: You must use encodeing(Base64.encode) Regards, Tomaz LP, T TomazM

Re: Error in extracting message properties

2010-03-10 Thread TomazM
Is there any way to debug what this error mean, because in Stub I can only see that _operationClient.execute(true); fail. Env: - axis2.1.5 - jibx 1.2.2 - rampart 1.3(InflowSecurity) Regards, Tomaz <> - To unsubscri