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 unsubscribe, e-mai

Re: Error in extracting message properties

2010-03-10 Thread TomazM
TomazM wrote: > 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

any alternative for Rampart

2010-03-10 Thread TomazM
Is there any alternative for Rampart, because this module is behaving were strange, and it doesn't have any logging, stack trace or level of logging. So if something go wrong we get just message: Error in extracting message properties which is part of Rampart class RampartMessageData.java In

axis2 error marshall doc 0x1a

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)

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)

Error in extracting message properties

2010-05-05 Thread TomazM
Is there any way to debug tis kind of error, because in log there is no error, this error get client but on the server side log there is nothing wrong, I also use jibx. Regards, Tomaz <> - To unsubscribe, e-mail: java-user-unsu

org.apache.axiom.om.OMElement method addChild

2010-05-06 Thread TomazM
I have problem with method addChild because it throw NO exception or and have NO logging, so how to debug this. I can't customize source, but my opinion is that design of method is NOT OK. Regards, Tomaz <> - To unsubscribe, e-m

Re: Axis2 & Rampart1.4, Encounter org.apache.axis2.AxisFault: Error in extracting message properties

2010-05-06 Thread TomazM
I also have a lot of problems with rampart module, it is not so good written. The problems I encountered was that rampart can't except character's from different code page, so to solve this was that you need to do encoding of your data which go to xml. I use on client side: Base64.encode(org.get

Re: WS- Security question

2010-09-17 Thread TomazM
I had similar problem, try using rampart 1.3, and see if it is ok, for me the problem was in version of rampart. Regards, Tomaz Na 17.9.2010 13:12, Chinmoy Chakraborty je pisal: > Hi, > > Could you please clarify why we need password digest when we can't un-digest > it in the server side? I am

maven-wsdl2code-plugin problems

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:

axis2-aar-maven-plugin

2011-03-24 Thread TomazM
Does any body know how to define in fileSet to exclude directory and all his sub-directory's? I'm trying this but with no luck: org.apache.axis2 axis2-aar-maven-plugin 1.5 true ${sfinga2.dist.server} ${project.aar.name} ${sfinga2.dist.server}/services.xml ${project.conf.wsdl}/

axis2-wsdl2code-maven-plugin & wsdl2code & jibx

2011-07-11 Thread TomazM
Is any one solve this problem: -- Caused by: java.lang.RuntimeException: JiBX framework jars not in classpath at org.apache.axis2.wsdl.codegen.extension.JiBXExtension.engage(JiBXExtension.java:57) at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.ge

axis2-wsdl2code-maven-plugin

2011-07-11 Thread TomazM
Dose any body know who is author of this plugin and of this site http://axis.apache.org/axis2/java/core/tools/maven-plugins/maven-wsdl2code-plugin.html It is very interesting that in pom they put dependency for xmlbeans and adb, but NO dependency for jibx. So one solution would be, to put this

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

CallbackHandler in service operation method

2011-11-29 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:

Axis2-1.5.1 and CallbackHandler

2011-12-12 Thread TomazM
What is the best practices to retrieve identifier in service operation method? Is identifier from CallbackHandler stored in local thread? Regards, Tomaz <> - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For addi

Axis2-1.5.1 and CallbackHandler

2011-12-14 Thread TomazM
What is the best practices to retrieve identifier in service operation method? Is identifier from CallbackHandler stored in local thread? Regards, Tomaz <> - To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org For addi