Re: about Axis2's binary attachment

2006-10-03 Thread robert lazarski
You can try the soap monitor which will also allow you to capture the request / repsonse: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/1_1/soapmonitor-module.html Robert On 10/3/06, sam wang <[EMAIL PROTECTED]> wrote: thank you very much, Thilina. I tried to use

Re: Debugging SOAP messages with tcpmon or axis2-soapmonitor

2006-09-30 Thread robert lazarski
/java/xdocs/1_1/soapmonitor-module.html Robert On 9/30/06, Gul Onural <[EMAIL PROTECTED]> wrote: Hi, How do you guys usually debug the Axis2 SOAP messages? I tried tcpmon, but it complains that the port axis2/my service runs is in use. For example the axis2 runs at 8080 and this is the

Re: [axis2] global initialization with 'request scope'

2006-09-29 Thread robert lazarski
You can do this with the latest nightlies and implementing org.apache.axis2.engine.Service , but there is some changes about to be made. See this discussion: http://marc.theaimsgroup.com/?l=axis-dev&m=115892585214583&w=2 Robert On 9/29/06, Jan Bauer Nielsen <[EMAIL PROTECTED]>

Re: axis2.war and log4j

2006-09-29 Thread robert lazarski
default - and that will enable log4j logging. HTH, Robert On 9/29/06, Gul Onural <[EMAIL PROTECTED]> wrote: When we install the axis2.war in Tomcat, we see this warning below. Does anybody else see the same warning ? How can we get rid of it ? Does anybody know what it means? log4j:W

Re: [axis2] NTLM Authentication available?

2006-09-28 Thread robert lazarski
http://www.wso2.net/kb/161 My recommendation is to use the latest nightlies , or you could wait a week or so for the 1.1 release . Robert On 9/28/06, Jake Goulding <[EMAIL PROTECTED]> wrote: I notice that the release notes for version 0.93 state that NTML support was added:

Re: Axis2: simple service fails to work

2006-09-25 Thread robert lazarski
FWIW there is a new release upcomming in the next week or so. If you move to the nightly now, you may end up have a good starting point. There were some RPC bugs that have been fixed since the 1.0 release, as well as some doc updates. Robert On 9/25/06, D. Kreft <[EMAIL PROTECTED]> wrote:

Re: Documentation change

2006-09-25 Thread robert lazarski
r the upcomming release ... so you might have caught something, but so far I don't see it. Robert On 9/25/06, Hello Sticky <[EMAIL PROTECTED]> wrote: Hi, I suggest adding a note to this piece of the user documentation: http://ws.apache.org/axis2/1_0/userguide2.html#services_xml to s

Re: Axis2: simple service fails to work

2006-09-25 Thread robert lazarski
What does http://localhost:7070/axis2/ show ? Robert On 9/25/06, D. Kreft <[EMAIL PROTECTED]> wrote: I'm trying to whip-up a bare-bones service that will demonstrate Axis2's inability to cope with complex data types returned by service methods using RPCMessageReceiver and now

Re: Embedding an Axis2 WS in my existing web app.

2006-09-25 Thread robert lazarski
Try putting the axis2-web dir under WEB-INF: axis2-web/WEB-INF Also make sure all the servlet goodies are configured in your web.xml . HTH, Robert On 9/25/06, James Good <[EMAIL PROTECTED]> wrote: Ah, well that's a bit of a help, thank you Robert. I had to use : http://localhost:

Re: Embedding an Axis2 WS in my existing web app.

2006-09-24 Thread robert lazarski
What does http://localhost:/WFSAWS/listServices say? Robert On 9/24/06, James Good <[EMAIL PROTECTED]> wrote: Can someone help me please? I have an existing J2EE web app which I deploy to an OC4J 10.1.2 app server. I need to expose one of the objects in there as a WS. So, I hav

Re: Are we missing java2WSDL ant task

2006-09-22 Thread robert lazarski
In the latest build try axis2-java2wsdl-SNAPSHOT.jar . HTH, Robert On 9/22/06, Charak, Vikas <[EMAIL PROTECTED]> wrote: I looked at the source code and there is Java2Wsdl task http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/tool/s rc/org/apache/axis2/to

Re: convert from axis to axis2

2006-09-22 Thread robert lazarski
I'm not familair with RPCElement and my memory on axis 1.x is a bit hazy ... but it looks like you are invoking a client and are trying to parse a soap body into elements. Here's some code that does precisely that. Look at OMElement resultOM .., one example just prints out the results while the c

Re: [Axis2][Post 1.0-20060920] Problem while reaching container's context from within service skeleton

2006-09-22 Thread robert lazarski
Looks like the same issue just created: http://issues.apache.org/jira/browse/AXIS2-1214 You could help us by trying to figure out the cause of the problem. Robert On 9/22/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: Hi all, I've embedded Axis2 in an EAR file and implemente

Re: Axis2 is ignoring my WSDL

2006-09-21 Thread robert lazarski
java2wsdl is what you are after I believe . Its a bat / sh file under the bin dir. HTH, Robert On 9/21/06, D. Kreft <[EMAIL PROTECTED]> wrote: On 9/21/06, robert lazarski <[EMAIL PROTECTED]> wrote: > You can use your own wsdl provided you use any other message receiver > e

Re: [Axis2] context lookup issue

2006-09-21 Thread robert lazarski
et it via one of the classic ServiceLocator pattern implementations. Sorry I don't have any easier ideas. Robert On 9/21/06, Johan Lundberg <[EMAIL PROTECTED]> wrote: I'm not sure how I could get a reference to the ServiceClass in WEB-INF/classes. Can you be more specific cause

Re: Axis2 is ignoring my WSDL

2006-09-21 Thread robert lazarski
You can use your own wsdl provided you use any other message receiver except for RPC*. If you have a wsdl that you made yourself or got from somewhere, why not just use databinding via xmlbeans or adb ? Robert On 9/21/06, D. Kreft <[EMAIL PROTECTED]> wrote: On 9/21/06, robert lazarski &

Re: [Axis2] context lookup issue

2006-09-21 Thread robert lazarski
... but the aar itself merely contains just the services.xml . I'd try that. Or alternatively you can have you Servlet init a singleton or something and just get your connection from that inside the service. HTH, Robert On 9/21/06, Johan Lundberg <[EMAIL PROTECTED]> wrote: Hi Robert I tried

Re: Axis2 is ignoring my WSDL

2006-09-21 Thread robert lazarski
e for you. HTH, Robert On 9/21/06, D. Kreft <[EMAIL PROTECTED]> wrote: On 9/21/06, robert lazarski <[EMAIL PROTECTED]> wrote: > With a nightly or recent build try: > > true Okay, I tried this and I get no love from Axis2. I've got the WSDL in place: $ jar -tf

Re: Axis2 is ignoring my WSDL

2006-09-21 Thread robert lazarski
services.xml Robert On 9/21/06, D. Kreft <[EMAIL PROTECTED]> wrote: On 9/21/06, robert lazarski <[EMAIL PROTECTED]> wrote: > With a nightly or recent build try: > > true Is this to go into the axis2.xml or the services.xml? I'm guessing the latter, but hoping to

Re: Axis2 is ignoring my WSDL

2006-09-21 Thread robert lazarski
With a nightly or recent build try: true Or wait for the upcomming release in about a week or so. HTH, Robert On 9/21/06, D. Kreft <[EMAIL PROTECTED]> wrote: I'm a bit stumped here. I've been scouring documentation, articles, commentaries and the like for two days, so now I&#

Re: [Axis2] context lookup issue

2006-09-21 Thread robert lazarski
Can you do the same lookup successfully via a non-axis2 class inside WEB-INF/classes ? Robert On 9/21/06, Johan Lundberg <[EMAIL PROTECTED]> wrote: I am using Axis2 nightly build from 31 August and cannot lookup the java:comp/env context from a created InitialContext created inside a cl

Re: unreachable statement

2006-09-21 Thread robert lazarski
http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html#invoking HTH, Robert On 9/20/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: my wsdl - http://ws.apache.org/axis2"; xmlns:ns1="http://org.apache.axis2/xsd"; xmlns:http="http://schemas.xmls

Re: Integration of AXIS in Spring

2006-09-21 Thread robert lazarski
old jax-rpc spec to wire the two together. HTH, Robert On 9/21/06, Reddy, Sanket (US - Hyderabad) <[EMAIL PROTECTED]> wrote: HI All I have my project based on spring framework. And now I want to show some module of my code using the Webservices.I have chosen AXIS as a Soap engine fra

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
Yes, because IIRC the deployment engine looks for the interface maker, instantiates the object and calls startUp() , then goes on with its business regardless of scope. The init() etc methods function differntly and are about to be taken out of the Service interface I believe. Robert On 9/20/06

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
You can try using application scope. Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: Ok, that's not hard. I just did a System.out.println(this) in the webservice, and it shows that there are different object created for each call to the service. Is there a way I ca

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
ide an aar , though somebody might correct me on that. HTH, Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: Is it a bad idea to change the currentThread.contextClassLoader to the service.getClassLoader()? Would I have to change it back once I am done instantiating the beans? Rosha

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
tuff so it doesn't distract from the lifecycle issue. Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: Sorry to keep this going for so long... But the other thing I noticed was that if I set a field in my service during the startup, that field will not be the same when I am

Re: unreachable statement

2006-09-20 Thread robert lazarski
Show us your wsdl please , and the options you pass to wsdl2java . Robert On 9/20/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: why when i try compile my class create by WSDL2Java i got the erro: D:\Java\desenvolvimento\netbeans\AgenteServidor\src\src\

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
Does this help? If it does, let me know how the code turned out and I may add it to the docs. http://www.wso2.net/kb/98 Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: Thanks, that seemed to work well. Now that I have that simple case working :), I am trying to do somet

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
Don't use the TCCL via Thread.currentThread() . Use the Axis Service classloader as explained in the docs. After that, if you have problems post your entire stacktrace please , and print out the structure of your aar . HTH, Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wro

Re: error

2006-09-20 Thread robert lazarski
You need axis2-adb-SNAPSHOT.jar . BTW, why don't you make things easier and run ant ? HTH, Robert On 9/20/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: java org.apache.axis2.wsdl.WSDL2Java -uri http://localhost:8080/axis2/servic es/VerificaLo

Re: [Axis2] Spring Integration

2006-09-20 Thread robert lazarski
The docs are now updated: http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/xdocs/1_1/spring.html If you still have a problem let us know. HTH, Robert On 9/20/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: In my startup, I am using the SingletonBeanFactoryLocator to f

Re: Axis2 Stub class not working in JBoss

2006-09-19 Thread robert lazarski
Find your log4j.xml - probably server/default/conf/log4j.xml - and change your logging to debug as so: Then show us the all the relevant info up until the exception and then maybe we can help. Robert On 9/19/06, Z Chen <[EMAIL PROTECTED]> wrote: I have an application deplo

Re: Installing Axis2 in Tomcat

2006-09-19 Thread robert lazarski
The axis2 class name is org.apache.axis2.wsdl.WSDL2Java . HTH, Robert On 9/19/06, Martin Gainty <[EMAIL PROTECTED]> wrote: old version C:\AXIS\Axis-2_1\samples\transfer2>java -classpath C:\commons-policy\policy-1.0- bin\lib\policy-1.0.jar;C:\AXIS\Axis-2_1\classes;C:\AXIS\Axis-2_1\sr

Re: Installing Axis2 in Tomcat

2006-09-19 Thread robert lazarski
services. Let us know if that helps. Robert On 9/19/06, Silvio dos Passos Neto <[EMAIL PROTECTED]> wrote: Hi Thilina, I tried download from this link but it still not working. I belive its the same file I get in this morning thru axis2 web site... I really should extract it or just copy to w

Re: [Axis2] Socket connection on Client and Server not disconnecting

2006-09-19 Thread robert lazarski
Actually, I meant attach all that to the jira: http://issues.apache.org/jira/browse/AXIS2-935 Robert On 9/19/06, robert lazarski <[EMAIL PROTECTED]> wrote: I think its an internal axis2 issue in that the httpclient call needs to invoke closeIdleConnections() . I've battled CLOSE_WA

Re: [Axis2] Socket connection on Client and Server not disconnecting

2006-09-19 Thread robert lazarski
tion lasts, I'll try and reproduce the error and then try to fix it. Robert On 9/19/06, Brian Bacsu <[EMAIL PROTECTED]> wrote: Robert Is this an issue with ServiceClient's finalizeInvoke() method not properly cleaning up the connection?  Would I experience the same socket resourc

Re: Fw: help

2006-09-19 Thread robert lazarski
This is wrong: agenteservidor.VerificaLogin Você mora em qual estado ? Moro em Fortaleza. Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: e vc conhece alguem q manje legal de axis2 e possa ministrar um curso?? de um fds ou dois no maximo..

Re: Fw: help

2006-09-19 Thread robert lazarski
Cara, tenho 5 projetos no mesmo tempo ;-) . Se tiver problemas ainda podemos conversar. Post your entire tomcat/logs/catalina.out , your entire services.xml , and your entire class agenteservidor.SimpleService . We'll probably figure out the problem from there. Robert On 9/19/06, Fabio

Re: Fw: help

2006-09-19 Thread robert lazarski
You have a few typos. You have: SimpleService Try this: agenteservidor.SimpleService HTH, Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: i got the nightly and the error show

Re: Fw: help

2006-09-19 Thread robert lazarski
://www.wso2.net/kb/104 Furthermore, while the wsdl will be generated provided you follow eexactly the requirements in the FAQ, the lack of a wsdl will _not_ prevent you from executing the service correctly. Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wro

Re: Fw: help

2006-09-19 Thread robert lazarski
Are you using the nightly ? http://people.apache.org/dist/axis2/nightly/ Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: people i need help.. i cant do any ws in axis 2 i will list step by step what i do.. 1º i create the .java VerificaLogi

Re: help with axis2

2006-09-19 Thread robert lazarski
Estou muito ocupado ... mas vou tentar , ok ? A primeira coisa, tem que baixar a versão mais recente: http://people.apache.org/dist/axis2/nightly/ Depois, se precisa ajuda, tem que passar seu wsdl e / ou um stacktrace, e seu código. Abrs. Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA

Re: help with axis2

2006-09-19 Thread robert lazarski
em português ? http://www.braziloutsource.com/wss2.html Robert On 9/19/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: Can anyone help me with axis 2 please?? i use Axis 1.4 and try to move to 2 but i dont understand nothing from axis2, and the tutorial i

Re: [Axis2] Socket connection on Client and Server not disconnecting

2006-09-19 Thread robert lazarski
This is a known issue: http://issues.apache.org/jira/browse/AXIS2-935 There is a patch submitted. If you could attach your test case to it I'll take a look at the patch. Robert On 9/19/06, Brian Bacsu <[EMAIL PROTECTED]> wrote: Hi, We have implemented an Axis2 client to call w

Re: [Axis2] User Guide's Writing Web Services by Code Generating Skeleton

2006-09-15 Thread robert lazarski
Try following the wsdl2java ant tutorial: http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html#invoking Robert On 9/15/06, Michael Larkin <[EMAIL PROTECTED]> wrote: Dear Axis2 User Community, I am having difficulty building the first (userguide) example in the Axis2 User Gu

Re: [Axis2] Axis1 a better choice?

2006-09-15 Thread robert lazarski
lties , using the stb-bin and axis2.war: http://people.apache.org/dist/axis2/nightly/ To see if you want to use axis2 or not: http://atmanes.blogspot.com/2006/08/axis-1x-or-axis2.html HTH, Robert On 9/15/06, Jeff Poling <[EMAIL PROTECTED]> wrote: Hi folks, I have been trying for days t

Re: [Axis2] Spring Integration

2006-09-15 Thread robert lazarski
likely change here shortly . It should stabalize soon as we have a release comming up. Robert On 9/15/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: Doesn't Axis create a new service with each request? So if I put the spring init inside the Service.startUp(), then it will happen with e

Re: [AXIS2] XML-Beans example

2006-09-15 Thread robert lazarski
There's the codegen using ant tutorial that goes thru a whole case from begin to end: http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html#invoking If its lacking in anyway, could you give us some feedback? Thanks, Robert On 9/15/06, Florian Bantner <[EMAIL PROTECTED]>

Re: [Axis2] Spring Integration

2006-09-14 Thread robert lazarski
Late here ... just remembered that will only work with SpringAppContextAwareObjectSupplier so you'll to init spring yourself. Hint: Service.startUp() . Will try to doc this asap . Robert On 9/15/06, robert lazarski <[EMAIL PROTECTED]> wrote: The structure is li

Re: [Axis2] Spring Integration

2006-09-14 Thread robert lazarski
The structure is like so: aar applicationContext.xml lib spring.jar axis2-spring*.jar Robert On 9/14/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: It looks good, do you have an example, it doesn't have to be written up, for putting spring in the aar file. (Woul

Re: tutorial

2006-09-14 Thread robert lazarski
Since you have a brazil address and probably speak português, this may help: http://www.braziloutsource.com/wss2.html HTH, Robert On 9/13/06, Fabio Alves de Araujo Ebner - DNA Solution <[EMAIL PROTECTED]> wrote: Anyone can send me a axis2 tutorial, causa i dont understood the site tu

Re: [Axis2] Spring Integration

2006-09-14 Thread robert lazarski
ok is - so any which one will work. Robert On 9/14/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote: I saw that in the latest code base, there is a spring module. How do I use those suppliers provided? Looking at the code, it seems like I have to set the SpringBeanName in the services.xml, does

Re: Nightly Axis2

2006-09-14 Thread robert lazarski
because releases only happen every few months or so, this is one way you can get the fix now. There is an official release scheduled for the end of this month . One option would be to use the nightlies now, and move to the upcomming 1.1 release when it arrives. HTH, Robert On 9/14/06, Sergey GMAIL

Re: Axis2 - compile error with generated stub

2006-09-13 Thread robert lazarski
These days I'm using the wtp plugin for eclipse to do validation ... its the only open source one I know about that supports wsdl 1.1 . Robert On 9/13/06, Jesse Vitrone <[EMAIL PROTECTED]> wrote: Since its a WSDL from work, I don't think I'm allowed to post it, but no, I

Re: Axis2 - compile error with generated stub

2006-09-13 Thread robert lazarski
Can you post your wsdl ? Have you validated it? Robert On 9/13/06, Jesse Vitrone <[EMAIL PROTECTED]> wrote: I get a lot of errors with the Stub that Axis2 generated. I get a lot of these: [javac] /export/home/jvitrone/trunk/starwood/reservation/classes/com/starwood/valhalla/b

Re: [axis2]

2006-09-13 Thread robert lazarski
In the src distro the services schema is here: xdocs/latest/resources/schemas/services.xsd Robert On 9/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi as per the sample service dd below I can have an actionMapping element for my operation in the dd. Now can I map multiple acti

Re: javax.xml.stream.XMLStreamException

2006-09-13 Thread robert lazarski
I believe stax-api-1.0.1.jar is what you are looking for ... comes with the standard distro from the nightlies. Robert On 9/13/06, Gul Onural <[EMAIL PROTECTED]> wrote: I am trying to compile examples under samples/userguide directory of the axis distribution. I am getting compile

Re: [Axis2] service client skeleton

2006-09-13 Thread robert lazarski
Have you looked at the migration guide? If its lacking, could you give us some feedback to imnprove it? http://ws.apache.org/axis2/1_0/migration.html#data_binding Robert On 9/13/06, Jesse Vitrone <[EMAIL PROTECTED]> wrote: I'm currently using Axis 1.4 to generate a client from a WS

Re: errors in the Packaging step

2006-09-12 Thread robert lazarski
ing a class when generating java files ... but it is a feature of xmlbeans. Anyways, you'll get errors if its not done this way. HTH, Robert On 9/12/06, SEOGCHAN OH <[EMAIL PROTECTED]> wrote: Dear: I am looking at the Packaging step in "Writing Web Services by Code Generating Ske

Re: [Axis2] eager service initialization

2006-09-12 Thread robert lazarski
Try putting this your your service.xml , right under ServiceClass - true Forgot about that ... will document this for the upcomming release . Robert On 9/12/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote: Robert, I did it: only the init() method is called at startup (if the service

Re: [Axis2] eager service initialization

2006-09-12 Thread robert lazarski
Hmm ... I just tested this yesterday ;-) . Please check your environment and follow the instructions in the javadoc. Robert On 9/12/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote: Robert, unfortunately it does not work :(. I've tried with a service deployed in application scope

Re: [Axis2] eager service initialization

2006-09-12 Thread robert lazarski
Its part of the nightlies under the Service.startUp() interface ... just have your service implement it . Robert On 9/12/06, Michele Mazzucco <[EMAIL PROTECTED]> wrote: Hi all, some time ago somebody raised an issue about eager service initialization (i.e. at system startup). Is the

Re: AAR classloader issue

2006-09-12 Thread robert lazarski
Sounds like a jboss config issue . Try putting the jar in WEB-INF/lib of the war inside the ear and axis2 will probably find it. Seems like you are trying to share the same jar from the ear to the wars ... which does not seem like an axis2 issue, but rather a J2EE classloader issue . HTH, Robert

Re: [AXIS2] - Serialize/Deserialize java.util.Date

2006-09-11 Thread robert lazarski
What's the error? Can you show a stacktrace ? Robert On 9/11/06, Rusda, Sabri <[EMAIL PROTECTED]> wrote: Hi Robert, Here is the code : service --- package sample.axis; import java.util.Date; import java.util.Calendar; public class HelloWorld { public void echoDate(Date d

Re: JBoss strange problem with Axis2 WebServices deployed in a ear file

2006-09-08 Thread robert lazarski
Probably - your ejb / war classloader isolation you are doing with META-INF classpath is a seperate issue. jboss-app.xml just tells jboss that the classes of your jars inside your EAR take priority over their jars in a higher classloader . HTH, Robert On 9/8/06, Z Chen <[EMAIL PROTECTED]>

Re: [axis2] Problems with response

2006-09-08 Thread robert lazarski
lina.home}/logs/app_debug.log log4j.appender.appDebug.MaxFileSize=4KB log4j.appender.appDebug.MaxBackupIndex=1 log4j.rootLogger=DEBUG, console2 log4j.category.com.myapp=DEBUG, console2, appDebug log4j.category.org.apache=DEBUG, console2, apacheOrg HTH, Robert On 9/8/06, Doolittle, Todd <[EMAIL PROT

Re: [axis2] Problems with response

2006-09-08 Thread robert lazarski
it reaches your service. You still should be getting an error though ... but the debug statements will show what its doing. If you still are having problems with logging I can explain a little more. HTH, Robert On 9/8/06, zolv <[EMAIL PROTECTED]> wrote: > My guess is that you have a s

Re: [axis2] Problems with response

2006-09-08 Thread robert lazarski
My guess is that you have a stacktrace on the server side that will point to the problem. If its still not clear what the cause is, post your code and the stacktrace and maybe we can help. Robert On 9/8/06, zolv <[EMAIL PROTECTED]> wrote: Hi I made a service using axis2 and it was w

Re: JBoss strange problem with Axis2 WebServices deployed in a ear file

2006-09-08 Thread robert lazarski
You need to create one and get it inside your META-INF of you ear - its optional. Google for the jboss wiki that explains what I'm talking about. HTH, Robert On 9/8/06, Z Chen <[EMAIL PROTECTED]> wrote: All the axis2 jars are inside the ear file, and I don't have jboss-app.xm

Re: JBoss strange problem with Axis2 WebServices deployed in a ear file

2006-09-08 Thread robert lazarski
Are you placing the axis2 jars at the war level or the ear level ? jboss-web.xml in the war case, jboss-app.xml in the ear case. Hint in the ear case: jboss.loader:loader=myapp.ear java2ParentDelegation=true HTH, Robert On 9/8/06, Z Chen <[EMAIL PROTECTED]> wrot

Re: [Axis2] Purpose of resource files generated with Xmlbeans databinding

2006-09-07 Thread robert lazarski
a lot of other people ... the question comes up frequently on the list. IIRC the TypeSystemHolder.class is indeed created outside of axis2 , as I wrote some of the first docs showing how to overcome the problem via searching on the xmlbeans list. HTH, Robert On 9/7/06, Ajith Ranabahu <[EMAIL P

Re: SOAP Monitor

2006-09-06 Thread robert lazarski
improve the wording just post them to the list, or reply to this thread ;-) . HTH, Robert On 9/6/06, Nirmit Desai <[EMAIL PROTECTED]> wrote: axis2-soapmonitor.jar is inside WEB-INF/lib of axis2.war in Axis2 1.0 distro. If you are using nightlies, you should have axis2-soapmonitor-SNAPSH

Re: [AXIS2] - Serialize/Deserialize java.util.Date

2006-09-06 Thread robert lazarski
testCalender() . HTH, Robert On 9/6/06, Rusda, Sabri <[EMAIL PROTECTED]> wrote: Hi there, Can I serialize/deserialize java.util.Date in Axis2 ? or it's the limitation of Axis2 ? I always get error when I call the operation with parameter java.util.Date. any help are wellcome. Rega

Re: SOAP Monitor

2006-09-06 Thread robert lazarski
t; Word to the wise ... the 1.0 release has a number of problems so I recommend the nightlies: http://people.apache.org/dist/axis2/nightly/ So deploy the war, and get the axis2-soapmonitor-*.jar from under WEB-INF/lib . HTH, Robert On 9/6/06, Doolittle, Todd <[EMAIL PROTECTED]>

Re: [Axis2] Howto send custom AxisFault that respect my WSDL ?

2006-09-06 Thread robert lazarski
We're hoping for the first release candidate around mid-september and an official release soon after. HTH, Robert On 9/6/06, Jérôme Mainaud <[EMAIL PROTECTED]> wrote: It worked as expected with the today's nightly. When is the next version to be released ? Because I will need

Re: Content length ...

2006-09-05 Thread robert lazarski
BTW, are you using NTLM ? Robert On 9/5/06, robert lazarski <[EMAIL PROTECTED]> wrote: There are two things you could do to help us try and figure out the problem: 1) Put tcpmon or the soapmonitor on the request / reponse and give us the envelopes. 2) seems like you have a wsdl ... you

Re: Content length ...

2006-09-05 Thread robert lazarski
There are two things you could do to help us try and figure out the problem: 1) Put tcpmon or the soapmonitor on the request / reponse and give us the envelopes. 2) seems like you have a wsdl ... you could try showing it to us. HTH, Robert On 9/5/06, David Borja <[EMAIL PROTECTED]>

Re: [Axis2] Howto send custom AxisFault that respect my WSDL ?

2006-09-05 Thread robert lazarski
Can you try the nightlies? http://people.apache.org/dist/axis2/nightly/ If that does not work, please file a jira and upload your wsdl. Robert On 9/5/06, Jérôme Mainaud <[EMAIL PROTECTED]> wrote: Hello, The context : I'm using Axis2 1.0 I have a service defined in wsdl (see the

Re: Content length ...

2006-09-05 Thread robert lazarski
I can't find this message in the latest source so you may be using an older version. Try the nightlies: http://people.apache.org/dist/axis2/nightly/ HTH, Robert On 9/5/06, David Borja <[EMAIL PROTECTED]> wrote: Hi axis developers ... My Name is David and i'm having a little

Re: log4j

2006-09-05 Thread robert lazarski
sole2 log4j.category.com.myapp=DEBUG, console2, appDebug log4j.category.org.apache=DEBUG, console2, apacheOrg HTH, Robert On 9/5/06, Carlos Prendes Espinosa <[EMAIL PROTECTED]> wrote: Hello everybody, I am Carlos Prendes , I have a problem with the library log4j, i am using log4j for logging the messages that

Re: [Axis2]java.lang.IllegalStateException when calling salesforce.com api methods

2006-08-30 Thread robert lazarski
There was some bugs with xmlbeans in the 1.0 that have been fixed already. Can you try a nightly and if you have problems still, file a jira and upload you wsdl? http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com/ On 8/30/06, Sidharth Kuruvila <[EM

Re: in/out parameters

2006-08-30 Thread robert lazarski
Search the list archives for RPCMessageReceiver, or look at the source for the test modules/integration/test/org/apache/axis2/rpc/RPCCallTest.java HTH, Robert http://www.braziloutsource.com/ On 8/30/06, MUHAMMAD IQBAL <[EMAIL PROTECTED]> wrote: how do i make in/out parameters of a web

Re: [Axis2] Small question about JAX-RPC support

2006-08-30 Thread robert lazarski
tions are to wait for the 1.1 release tentalively scheduled for late next month. or wait a day and get it in the nigtlies here: http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com/ On 8/30/06, Loïc MAZE <[EMAIL PROTECTED]> wrote: Thanks for this qui

Re: SOLVED: Re: [Axis2] nightly exception while invoking via stub

2006-08-29 Thread robert lazarski
MinOccurs=0 would fix that, right? Typically its hard to program null as a valid value, because your not sure if its valid or not. HTH, Robert http://www.braziloutsource.com/ On 8/29/06, Nirmit Desai <[EMAIL PROTECTED]> wrote: Hi Robert, All my fault... Thanks for pointing that one

Re: [axis2] newbie: null rcl

2006-08-29 Thread robert lazarski
Try posting a full stracktrace and your code and maybe we can help. Robert http://www.braziloutsource.com/ On 8/29/06, Nolan Johnson <[EMAIL PROTECTED]> wrote: Can somebody explain to me what the following exception means: org.apache.axiom.om.OMException: java.lang.IllegalArgumentExc

Re: [Axis2] nightly exception while invoking via stub

2006-08-29 Thread robert lazarski
start. HTH, Robert http://www.braziloutsource.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2] Codegen Task failing

2006-08-29 Thread robert lazarski
http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com/ On 8/29/06, Nathaniel Auvil <[EMAIL PROTECTED]> wrote: is there any work around for this? On 8/29/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > This bug has been fixed in latest SV

Re: Which should I use Axis or Axis2 in a new web service project

2006-08-25 Thread robert lazarski
what can be improved. We can always improve, but we'll need some help defining what 'scketchy' is, and I ask for some comments inside the jira. I personally will try to find some time to use constructive comments to see if we can get our docs more axis2 newbie friendly in time for the

Re: MTOM Client

2006-08-24 Thread robert lazarski
Oops, I meant: options.setProperty(org.apache.axis2.Constants.Configuration.CACHE_ATTACHMENTS, Boolean.TRUE); On 8/24/06, robert lazarski <[EMAIL PROTECTED]> wrote: Try: options.setProperty(org.apache.axis2.Constants.Configuration.ENABLE_MTOM, Boolean.TRUE); Make sure your usi

Re: MTOM Client

2006-08-24 Thread robert lazarski
Try: options.setProperty(org.apache.axis2.Constants.Configuration.ENABLE_MTOM, Boolean.TRUE); Make sure your using the latest nightlies: http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com On 8/24/06, Punnoose, Roshan <[EMAIL PROTECTED]> wrote:

Re: SOAP with Attachments (SwA) with Axis2, problem.

2006-08-24 Thread robert lazarski
Try putting TCPMon or the soapmonitor on the request, post the soap envelope the axis2 service receives, and maybe we can help. Robert http://www.braziloutsource.com/ On 8/24/06, Prasad Chaudhari <[EMAIL PROTECTED]> wrote: Hi All, My client is having axis1.x SOAP client, who sends

Re: Axis2 and Spring: Preserving Service Isolation

2006-08-24 Thread robert lazarski
needed - especially multiple AAR's - but so far it looks promising. Robert http://www.braziloutsource.com/ On 8/24/06, robert lazarski <[EMAIL PROTECTED]> wrote: What I'm going to show is experimental. If you have the spring jar in WEB-INF/lib and only one AAR, it seems to work. Mult

Re: Axis2 and Spring: Preserving Service Isolation

2006-08-24 Thread robert lazarski
catch (Exception ex) { ex.printStackTrace(); } } } I'll be working thru the rest of the classloader issues mentioned as time permits. HTH, Robert http://www.braziloutsource.com/ On 8/24/06, Declan Dunleavy <[EMAIL PROTECTED]> wrote: Hi Robert, I

Re: Axis2 and Spring: Preserving Service Isolation

2006-08-23 Thread robert lazarski
artup much like a servlet load on startup. My spring inside an aar tests have been calling a service first that configures spring until axis2-1033 is resolved. Once you let me know which scenario you have in mind I'll work with you to get it implemented. Cheers, Robert http://www.braziloutsourc

Re: Migrate from Axis1 to Axis2

2006-08-23 Thread robert lazarski
Just to add to what Anne said, there is a migration guide: http://ws.apache.org/axis2/1_0/migration.html HTH, Robert http://www.braziloutsource.com/ On 8/23/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: What style is your existing service? RPC/encoded, RPC/literal, wrapped document/l

Re: Using Axis/WSS4J without deployment descriptor file

2006-08-23 Thread robert lazarski
java.util.List list = svc.getHandlerRegistry().getHandlerChain(portQN); list.add(new javax.xml.rpc.handler.HandlerInfo(ClientHandler.class,this.handlerConfig,null)); Call call = (Call) svc.createCall(portQN); HTH, Robert http://www.braziloutsource.com/ On 8/23/06, Anne Thomas Manes <[EMAIL PROTEC

Re: java.lang.RuntimeException: Data binding error

2006-08-22 Thread robert lazarski
e may know. Seems like you want to learn how to use maven, otherwise the nightlies are working again. HTH, Robert http://www.braziloutsource.com/ On 8/22/06, Steve Kruse <[EMAIL PROTECTED]> wrote: robert lazarski wrote: > The nightlies are working again: > > http://people.apac

Re: java.lang.RuntimeException: Data binding error

2006-08-22 Thread robert lazarski
The nightlies are working again: http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com/ On 8/21/06, robert lazarski <[EMAIL PROTECTED]> wrote: I just tried this and it worked for me: maven plugin:download -DgroupId=maven -DartifactId=maven-itest-

Re: java.lang.RuntimeException: Data binding error

2006-08-21 Thread robert lazarski
I just tried this and it worked for me: maven plugin:download -DgroupId=maven -DartifactId=maven-itest-plugin -Dversion=1.0 -Dmaven.repo.remote=http://people.apache.org/repository If no one objects I'll add the http://people.apache.org/repository link to the faq . HTH, Robert

<    1   2   3   4   5   6   7   8   9   >