Re: [jira] Resolved: (AXIS2-3987) Axis2 Addressing treats MessageID as a required element

2009-02-27 Thread robert lazarski
On Fri, Feb 27, 2009 at 10:43 AM, Brian DePradine (JIRA) j...@apache.org wrote: [ https://issues.apache.org/jira/browse/AXIS2-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian DePradine resolved AXIS2-3987.

Re: axis2-1.4, xmlbeans, mtom, weblogic

2008-06-05 Thread robert lazarski
On Thu, Jun 5, 2008 at 9:00 AM, Karunanidhi, Meena [EMAIL PROTECTED] wrote: I developed a web service in java with axis2-1.4 (using xmlbeans, mtom) and generated java code from eclipse plug-in. xmlbeans in axis2 doesn't support mtom. This is a confidential communication and is intended only

Re: axis2-1.4, xmlbeans, mtom, weblogic

2008-06-05 Thread robert lazarski
On Thu, Jun 5, 2008 at 9:28 AM, Karunanidhi, Meena [EMAIL PROTECTED] wrote: Hi Robert Just wondering then how the axis2server able to execute the service successfully. The exception is only when I deploy the web service onto weblogic. Thanks Meena This is the dev list, so perhaps you

[jira] Commented: (AXIS2-3604) Spring test fails

2008-03-13 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12578311#action_12578311 ] robert lazarski commented on AXIS2-3604: Is anyone else seeing this? I can't

[axis2] Can't build from source

2008-03-05 Thread robert lazarski
Hey devs, I just checked out the latest svn today, and got this: mvn clean install -U -Dtest=false ... Embedded error: The following error occurred while executing this line: java.io.FileNotFoundException: /home/iksrazal/workspace/axis2/modules/jaxbri/target/wsdl/Test01/build.xml (No such file

Re: [axis2] Can't build from source

2008-03-05 Thread robert lazarski
Forgot to mention: using jdk1.6.0_03 on linux in case it matters. Robert On Wed, Mar 5, 2008 at 2:03 PM, robert lazarski [EMAIL PROTECTED] wrote: Hey devs, I just checked out the latest svn today, and got this: mvn clean install -U -Dtest=false ... Embedded error: The following error

Re: [VOTE] Michele Mazzucco as Axis2 Committer

2008-03-03 Thread robert lazarski
Agreed, long over due. +1 On Mon, Mar 3, 2008 at 12:41 PM, David Illsley [EMAIL PROTECTED] wrote: +1 This has been due for a while... David On Mon, Mar 3, 2008 at 9:31 AM, Davanum Srinivas [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Folks,

[jira] Commented: (AXIS2-3427) SOAPMonitorApplet/SOAPMonitorService broken

2008-03-03 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12574584#action_12574584 ] robert lazarski commented on AXIS2-3427: On my todo list - I'll look

Re: New to Axis2 - Need help.

2007-11-20 Thread robert lazarski
On Nov 20, 2007 1:08 PM, Hosamath, Viru [EMAIL PROTECTED] wrote: All, I'm new to Apache Axis2, I have downloaded Axis 1.4 release. First step: know what you are running. There is no released 1.4 for Axis2 - you are most likely running the legacy Axis 1.x series. I recommend the latest Axis2

Re: Prioritized list of 1.4 things to do

2007-11-14 Thread robert lazarski
Since I'm doing a lot with axis2 / spring / hibernate at the moment, I volunteer to do the Full-on enterprise sample (hibernate/spring/etc) - once we decide what that means. By enterprise do we mean app servers? Keep in mind hibernate is LGPL so we can't include it any sample - its kind of big

Re: [VOTE] Sanjaya Karunasena as an Axis2 commiter

2007-11-14 Thread robert lazarski
+1 Robert On Nov 14, 2007 1:15 PM, Thilina Gunarathne [EMAIL PROTECTED] wrote: +1 ~Thilina On Nov 14, 2007 12:28 PM, R J Scheuerle Jr [EMAIL PROTECTED] wrote: +1 Rich Scheuerle IBM Web Services Apache Axis2 ([EMAIL PROTECTED]) 512-838-5115 (IBM TL 678-5115) Damitha

Re: [VOTE] Bjorn Townsend for committer

2007-11-14 Thread robert lazarski
+1 Robert On Nov 14, 2007 1:09 PM, keith chapman [EMAIL PROTECTED] wrote: +1 Thanks, Keith. On Nov 14, 2007 10:02 PM, Glen Daniels [EMAIL PROTECTED] wrote: Hi folks! As mentioned I'd like us to invite Bjorn Townsend, who's been helping out on the fringes of Axis for a while now,

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread robert lazarski
Hmm, the Service needs to be a concrete class, ie, have an implementation and not be just an interface. Any bean dependencies, such as for beans that have methods you invoke, have been known to work in some cases as interfaces by avoiding them be spring proxies. This particular problem is that

Re: [jira] Created: (AXIS2-3258) Extend Spring support to accept proxies

2007-11-12 Thread robert lazarski
rmi is new, comming in after the 1.3 release. Try looking for axis2-rmi-*.jar and adding it to WEB-INF/lib . HTH, Robert On Nov 12, 2007 8:25 AM, BJuma [EMAIL PROTECTED] wrote: I downloaded the latest nightly build along with what I posted below and it works fine. However I am having an

Re: custom transport

2007-11-07 Thread robert lazarski
On Nov 7, 2007 12:42 PM, Deepal jayasinghe [EMAIL PROTECTED] wrote: mathieu fabre wrote: hi, I would like to implement my own transport in xmpp (jabber) i write a XMPPTransportSender and a XMPPSimple Server like for the http transport. i add these sender and receiver in the axis2.xml

Re: [Axis2] Understanding Axis2 dependencies

2007-10-27 Thread robert lazarski
vs how many users find it difficult to set up Axis2 to run within their box? I agree removing just two or three jars won't solve the problem, but at least that will be a start. Thanks, Chinthaka robert lazarski wrote: Um, Axis2 has been on commons-logging 1.1 since right after Axis2 1.0

Re: Web application and Axis2 deployment issue...

2007-10-24 Thread robert lazarski
Weblogic apparently has stax there somewhere. Try reading this link to see if that helps: http://ws.apache.org/axis2/1_3/app_server.html Robert On 10/24/07, Dinesh Ghutake [EMAIL PROTECTED] wrote: Hi, I am involved into the development of web service application using axis2, hibernate

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread robert lazarski
that *also* uses it, you tend to get in to trouble. Using the JDK api just gets Axis2 out of the line of fire in the logging wars. -- Tom Jordahl -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 8:01 PM To: axis-dev@ws.apache.org

Re: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread robert lazarski
I've been stuck in classloader hell many times and moving to commons-logging 1.1 solved a lot of problems for me - there's been a lot of work put into that area. Also, everything else in apache land uses commons-logging. +1 for keeping it. Robert On 10/22/07, Tom Jordahl [EMAIL PROTECTED] wrote:

[jira] Commented: (AXIS2-3286) Spring AOP integration. Follow up on thread (AXIS2-3258)

2007-10-18 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12535967 ] robert lazarski commented on AXIS2-3286: Hmm, CGLIB indicates you have hibernate mixed in somehow. When you

Re: So Long, and Thanks for All the Fish

2007-09-29 Thread robert lazarski
On 9/29/07, Davanum Srinivas [EMAIL PROTECTED] wrote: Dear WS folks, FYI, I've asked to resign from the WS PMC as i strongly believe that a PMC member should actively participates on the projects. Unfortunately due to circumstances beyond my control/comprehension, i'll not be able to spend

Re: AXIS2 + Spring : Error registering bean with name 'applicationContext' defined in class path resource

2007-09-20 Thread robert lazarski
Please ask questions like this on the users list. I doubt that you could just bring in those jars from 1.3 to 1.1 and have it work. Furthermore, you aren't clear if you are running spring from inside or outside the aar. In the former case all the spring jars from WEB-INF/lib need to be moved into

Re: AXIS2 Soapmonitor

2007-08-23 Thread robert lazarski
http://ws.apache.org/axis2/1_3/soapmonitor-module.html If you need anything beyond that just ask. HTH, Robert On 8/23/07, Karuppusamy, Thamayanthi (Consultant) [EMAIL PROTECTED] wrote: Hi, Can anybody what are thing we have to concentrate when we implement AXIS2 SOAPMonitor in projects.

[jira] Commented: (AXIS2-3107) REST SOAP Monitor inconsistency

2007-08-08 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518593 ] robert lazarski commented on AXIS2-3107: The soap monitor just does messageContext.getEnvelope().toString

[jira] Commented: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-06 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518049 ] robert lazarski commented on AXIS2-3071: Thanks for your time Dims. For some reason, the way I use xmlbeans

[jira] Created: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
: robert lazarski Fix For: 1.3 Testing RC3 with XMLBeans is giving this error: 2007-08-04 20:35:10,304 [org.apache.axis2.transport.http.AxisServlet] - org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is http://localhost:9080/axis2/services

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: tissSimpleTypesV2_01_02.xsd tissGuiasV2_01_02.xsd

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: (was: tissComplexTypesV2_01_02.xsd) XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: build.xml tissV2_01_02.xsd

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: (was: tissGuiasV2_01_02.xsd) XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: (was: tissSimpleTypesV2_01_02.xsd) XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: SolicitacaoDemonstrativoClient.java XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: tissSimpleTypesV2_01_02.xsd tissGuiasV2_01_02.xsd

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: SolicitacaoDemonstrativoClient.java XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: (was: SolicitacaoDemonstrativoClient.java) XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: SOLICITACAO_DEMONSTRATIVO.xml XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: (was: SOLICITACAO_DEMONSTRATIVO.xml) XMLBean problems with 1.3 RC3

[jira] Updated: (AXIS2-3071) XMLBean problems with 1.3 RC3

2007-08-04 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-3071: --- Attachment: SOLICITACAO_DEMONSTRATIVO.xml XMLBean problems with 1.3 RC3

[jira] Commented: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

2007-08-02 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517284 ] robert lazarski commented on AXIS2-3040: We've yet to see any issues with Axis2 and spring 2.0 - that's my

[jira] Commented: (AXIS2-3040) Can Axis2 support Spring-JPA configuration

2007-08-01 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12516953 ] robert lazarski commented on AXIS2-3040: When you say JPA, are you running this in tomcat or some other

[axis2] missing artifact from maven2 conversion

2007-07-27 Thread robert lazarski
Hi all, Going through the axis2 branch testing stuff that I use and I noticed that when we moved to maven2, we lost axis2-soapmonitor-1.2.jar . The soapmonitor appears unique in axis2 in that there was both a jar produced and a mar. The jar contains the compiled applet classes, so the end user

Re: [axis2] missing artifact from maven2 conversion

2007-07-27 Thread robert lazarski
to integrate it into the distrribution. thanks, dims On 7/27/07, robert lazarski [EMAIL PROTECTED] wrote: Hi all, Going through the axis2 branch testing stuff that I use and I noticed that when we moved to maven2, we lost axis2-soapmonitor-1.2.jar . The soapmonitor appears unique in axis2

Re: [Axis2] Speak Now or Forever Hold Your Peace!

2007-07-26 Thread robert lazarski
So am I correct in assuming this is branch: axis2-1.3-SNAPSHOT-war.zip axis2-1.3-SNAPSHOT-src.zip axis2-1.3-SNAPSHOT-war.zip And this is head? axis2-SNAPSHOT-bin.zip axis2-SNAPSHOT-src.zip axis2-SNAPSHOT-war.zip FYI, hope to finish testing the parts I use - spring, xmlbeans and the soapmonitor

Missing spring and soapmonitor jars in RC2

2007-07-24 Thread robert lazarski
Deepal, Dims et all, These jars were in the 1.2 release war, and are missing in the 1.3 RC2 axis2 war : axis2-soapmonitor-1.3.jar axis2-spring-1.2.jar Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [axis2] Changes to branch

2007-07-23 Thread robert lazarski
I was planning on doing a few doc changes for spring, should those be done on the head ? Robert On 7/23/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi Glen , We will definitely do that , I have done one commit which I did nit commit to trunk. First I need to make sure thats working in

Re: Return Hibernate persistence Obj from Axis2

2007-07-22 Thread robert lazarski
Axis2 supports jibx and you go to its main site, last I looked, there's some examples for hibernate. HTH, Robert On 7/22/07, Sharon [EMAIL PROTECTED] wrote: Hi all, Is it possible to return Hibernate 3.0 persistence class from Axis2 (1.2/1.3) Web Service? Any code samples? Thanks!! Sharon

Re: [Axis2] Spring datasource inside AAR

2007-07-12 Thread robert lazarski
. I didn't have it there for my Axis 1.1 WAR deployment either, but anyway I put it there and my service deploys. Still not sure if I actually have a datasource (I'll test that out next), but at least it deploys! -Brian *robert lazarski [EMAIL PROTECTED]* 07/11/2007 03:01 PM Please respond

Re: [Axis2] Spring datasource inside AAR

2007-07-11 Thread robert lazarski
It looks like your oracle driver doesn't accept those properties. I think you need to use the 10i drivers, even with 9i. That's what I did. My version looks identical at first glance. bean id=myDataSource class=org.springframework.jdbc.datasource.DriverManagerDataSource property

Re: [ANN][Axis2] Axis2 1.3-RC1 release

2007-07-09 Thread robert lazarski
Deepal, can we get the link the 1.3 RC1 on the main site? You previously said that was a good idea. I think we all agree that getting more RC usage by end users is a good idea, which so far hasn't really happened too much. Robert On 7/7/07, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi all, I

Re: [Axis2] Feedback / action item on Axis2's spring support

2007-07-09 Thread robert lazarski
Long email alert! . I think the spring stuff could be easier for sure. To be accurate though, you only need a bean descripter in the 'inside the aar case' . That's not the case by using a ContextListener via the servet container to setup spring. Note that the latter case is what xfire does,

Re: [Axis2]

2007-06-26 Thread robert lazarski
Does this help? http://ws.apache.org/axis2/1_2/app_server.html Robert On 6/26/07, Dinesh Ghutake [EMAIL PROTECTED] wrote: Hi , I am developing web services application , I deployed *axis2war.war* on *weblogic9.2* That deployment was successful. When I tried to copy my *websericeapp.arr*

[jira] Commented: (AXIS2-1964) Null Pointer Exception in Service STUB class at _operationClient.execute(true); line for AXIS2 1.1.1

2007-05-23 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498334 ] robert lazarski commented on AXIS2-1964: You can for now edit the generated stub and MessageReceiver and do

Re: Skipping 1.2.1 (Re: [Axis2] What's next - 1.2.1 or 1.3?)

2007-05-16 Thread robert lazarski
xmlbeans is broken in the 1.2 release which is a show stopper for those with complicated schemas: https://issues.apache.org/jira/browse/AXIS2-2667 While 'edit the generated code to build the envelope' is a workaround, that's a bit much for new axis2 users and It'd be nice to see a quick

Re: [axis2] Strange NPE in 1.2

2007-05-14 Thread robert lazarski
before _operationClient.execute(true); call env.build() where env is the envelope that is being sent. thanks, dims On 5/13/07, robert lazarski [EMAIL PROTECTED] wrote: build() on the SoapEnvelope / Payload ? I should probably know this but ... How do I get a handle on that, client side, with xmlbeans

[jira] Created: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
) Issue Type: Bug Components: databinding Affects Versions: 1.2 Environment: java 6, linux Reporter: robert lazarski This stack trace occurs client side: [java] java.lang.NullPointerException [java

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: tissSimpleTypesV2_01_01.xsd tissComplexTypesV2_01_01.xsd

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: tissSimpleTypesV2_01_01.xsd tissLoteGuiasV2_01_01.wsdl

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: (was: tissSimpleTypesV2_01_01.xsd) xmlbeans on both client and service side

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: (was: tissLoteGuiasV2_01_01.wsdl) xmlbeans on both client and service side

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: LotesClient.java tissV2_01_01.xsd tissnetV2_01_01

[jira] Updated: (AXIS2-2667) xmlbeans on both client and service side throws NPE without envelope.build()

2007-05-14 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] robert lazarski updated AXIS2-2667: --- Attachment: ENVIO_LOTE_GUIAS.xml PROTOCOLO_RECEBIMENTO.xml

[axis2] Strange NPE in 1.2

2007-05-13 Thread robert lazarski
Hi all, I'm seeing this exception in the 1.2 release: [java] java.lang.NullPointerException [java] at com.ctc.wstx.sw.BaseNsStreamWriter.doWriteDefaultNs( BaseNsStreamWriter.java:529) [java] at com.ctc.wstx.sw.SimpleNsStreamWriter.writeDefaultNamespace(

Re: [axis2] Strange NPE in 1.2

2007-05-13 Thread robert lazarski
: Robert, Could you try calling build() to make sure the whole thing is built (so that Streaming is not used)? thanks, dims On 5/13/07, robert lazarski [EMAIL PROTECTED] wrote: Hi all, I'm seeing this exception in the 1.2 release: [java] java.lang.NullPointerException [java

Re: Eventing

2007-05-08 Thread robert lazarski
Well there is ws-eventing via axis2 Savan. Wikipedia describes ws-eventing as: *WS-Eventing* defines a protocolhttp://en.wikipedia.org/wiki/Communications_protocolfor web services http://en.wikipedia.org/wiki/Web_service to subscribe to another web service, or to accept a

Re: Extracting information from soap messages.

2007-04-05 Thread robert lazarski
You can place your handler in the same phases the soapmonitor uses , which sends the entire SOAPEnvelope as a String to an applet. See the soapmonitor tutorial and the source code if in doubt. HTH, Robert On 4/5/07, Inder Dhillon [EMAIL PROTECTED] wrote: Hello I am a new user of Axis2. I have

Re: There are now archived Modules or Services in my War

2007-03-31 Thread robert lazarski
I would post a question to the WLS list focusing on the nested jar issue. Robert On 3/31/07, Josh [EMAIL PROTECTED] wrote: Is there anything I can do to help this effort? -Josh On 3/30/07, Josh [EMAIL PROTECTED] wrote: My understanding is that loading resources from nested jar files is

Re: There are now archived Modules or Services in my War

2007-03-29 Thread robert lazarski
Josh - have you read this doc ? http://ws.apache.org/axis2/1_1_1/app_server.html HTH, Robert On 3/29/07, Josh [EMAIL PROTECTED] wrote: Ok, Granted I demonstrated that there is an issue deploying the axis2.war on weblogic when it is not exploded, I think my problem may not be related. That

Re: There are now archived Modules or Services in my War

2007-03-29 Thread robert lazarski
/29/07, robert lazarski [EMAIL PROTECTED] wrote: Josh - have you read this doc ? http://ws.apache.org/axis2/1_1_1/app_server.html HTH, Robert On 3/29/07, Josh [EMAIL PROTECTED] wrote: Ok, Granted I demonstrated that there is an issue deploying the axis2.war on weblogic when

Re: Article on using Axis2 and Spring

2007-03-08 Thread robert lazarski
Well written article, uses all the axis2 code already in place. If no one objects I'd like to include the link in the site 'articles' section. Robert On 3/8/07, Paul Fremantle [EMAIL PROTECTED] wrote: In case you didn't see this. http://www.devx.com/Java/Article/33839 -- Paul Fremantle

Re: Latest Axis2 performance benchmarking.... this time against XFire!

2007-01-31 Thread robert lazarski
Very good news indeed! There is one sentence in the presentation that is not clear: with may be the exception of trading floors . As a native english speaker I can't parse that ;-) . Otherwise all the points made were clear and concise to this reader - good going ! Robert On 1/30/07, Paul

Re: [Vote][Axis2] Isuru Eranga Suriarachchi as a committer

2007-01-31 Thread robert lazarski
JSON is a welcome addition to axis2 , +1 Robert On 1/31/07, Thilina Gunarathne [EMAIL PROTECTED] wrote: Hi All, I would like to propose Isuru Eranga Suriarachchi as an Apache Axis2/java committer. Isuru started with improving and contributing to Axis2 documentation. Later he

Re: Doubts about Axis2

2007-01-23 Thread robert lazarski
This is a common error. Take a look at this article for the answer. http://wso2.org/library/104 Robert On 1/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hello, I'm a web developers and I'm using axis2-1.1 to developer a web service, I have developed in axis1.2 and I did'nt have

[jira] Commented: (AXIS2-1998) EJB provider is not available for Axis2

2007-01-18 Thread robert lazarski (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465829 ] robert lazarski commented on AXIS2-1998: Eranga, I looked briefly at the code and it looks promising. I

Re: Just a thought

2006-12-29 Thread robert lazarski
Is this an example of what you may have in mind? http://ws.apache.org/axis2/1_1/spring.html#262 HTH, Robert On 12/29/06, Ivan Latysh [EMAIL PROTECTED] wrote: Hello All, Just want to express my gratitude to all developers who is working on the project. You have done a great job !

Re: qn reg. axis2 on RAD 6.0

2006-12-28 Thread robert lazarski
You are following the axis2 web.xml that configures the axis2 servlet, right? I would try your custom war on something simpler like tomcat to verify that its indeed a websphere issue. I often do custom wars myself with axis2 and it takes a few tries to get it right. Its been a while since I used

Re: Writing your Own Axis2 Module

2006-12-11 Thread robert lazarski
The phases in axis.xml changes frequently and sometimes the docs don't keep up. Looks like the 'The text in green' part is broken also. Please file a jira. In the meantime, try adding a loggingPhase or what you are basing you code on, right below every soapmonitorPhase in the 1.1 release of

Re: Writing your Own Axis2 Module

2006-12-11 Thread robert lazarski
, can you provide a correct loggingPhase sample or point me to a doc where I can see how they relate? I am VERY new to the AXIS2 world (only about two weeks...) Thanks again. Danny -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 2:56 PM

Re: [axis2] building src distribution

2006-11-23 Thread robert lazarski
Well that's not the command I typically use - and I just tried it and it didn't work for me either. Please help us by filing a jira. In the meantime, try this one: maven clean release jar -Dmaven.test.skip=true That will create everything ... my guess is you'd rather not run the tests,

[jira] Created: (AXIS2-1759) Remove spring 1.2.8 jars from axis2.war

2006-11-21 Thread robert lazarski (JIRA)
Environment: linux, java 5 Reporter: robert lazarski The spring 1.2.8 jars were removed from the 1.1 distro, but not the 1.1 war. We voted on this a few times: http://marc.theaimsgroup.com/?l=axis-devm=116084350619596w=2 The axis2-spring*.jar should be the only spring related jar

[jira] Commented: (AXIS2-892) Need Documentation for MTOM data binding

2006-11-13 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-892?page=comments#action_12449429 ] robert lazarski commented on AXIS2-892: --- Thilina, just tried to run the WSDL in the ADB section, and got: Caused by: javax.wsdl.WSDLException: WSDLException

Re: [jira] Commented: (AXIS2-892) Need Documentation for MTOM data binding

2006-11-13 Thread robert lazarski
Inside the ADB section in xdocs/1_1/mtom-guide.htmlOn 11/13/06, Davanum Srinivas (JIRA) [EMAIL PROTECTED] wrote: [ http://issues.apache.org/jira/browse/AXIS2-892?page=comments#action_12449431 ]Davanum Srinivas commented on AXIS2-892:which wsdl?-- dims Need

Re: [jira] Resolved: (AXIS2-892) Need Documentation for MTOM data binding

2006-11-11 Thread robert lazarski
Looks great Thilina. I'm doubtful however the xmlbeans section is working though and after giving it a new spin I may take the section out if I run into problems. On 11/11/06, Thilina Gunarathne (JIRA) [EMAIL PROTECTED] wrote: [ http://issues.apache.org/jira/browse/AXIS2-892?page=all ]Thilina

[jira] Commented: (AXIS2-892) Need Documentation for MTOM data binding

2006-11-09 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-892?page=comments#action_12448497 ] robert lazarski commented on AXIS2-892: --- Thilina, just a reminder that the mtom guide still has a databinding section that isn't correct. I tried to look

Re: [Axis2] Axis2 1.1-RC2 Release

2006-11-03 Thread robert lazarski
The RC2 release has the springframework 1.2.8 jars in the WAR, which we voted to take out. These jars are needed for the unit tests, but should not be included in the release for reasons we agreed to such as size and the new springframework 2.0 release. The one jar that should remain is our

Re: [Vote][Axis2] Nikhil Thaker as a Committer

2006-11-03 Thread robert lazarski
+1 to Nikhil On 11/3/06, Eran Chinthaka [EMAIL PROTECTED] wrote: Davanum Srinivas wrote: +1 from me. Wish Nikhil was more prolific on the mailing list as well :)+1 from me too.BTW, I don't see that much of discussions on JAX-WS stuff in the devmailing list. Rich, can you please give us some status

Re: [Axis2] Shouldn't the war be included in the release?

2006-10-27 Thread robert lazarski
any class. Another use is to run say a client class that needs axis2 classpath set up. -- dims On 10/27/06, robert lazarski [EMAIL PROTECTED] wrote: Hi all, I just built axis2 from the latest svn the way I always do: maven clean release That way I get the std-bin and the war. This however

Re: [Vote][Axis2] Amila, Keith and Sandakith as committers

2006-10-25 Thread robert lazarski
+1 for all three of them. Robert On 10/25/06, Rajith Attapattu [EMAIL PROTECTED] wrote: +1 from me to all 3 -Rajith On 10/25/06, Ruchith Fernando [EMAIL PROTECTED] wrote: +1 from me for all of them. Thanks, Ruchith On 10/25/06, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi, Time

[jira] Created: (AXIS2-1472) Options javadoc references old BASIC_AUTHENTICATION constants

2006-10-20 Thread robert lazarski (JIRA)
: Improvement Components: documentation Affects Versions: 1.1 Environment: java 5, linux Reporter: robert lazarski Lines 605-610 of modules/kernel/src/org/apache/axis2/client/Options.java show references to BasicAuthentication and BASIC_AUTHENTICATION , which

Re: ServiceLifeCycle changes

2006-10-19 Thread robert lazarski
method at the ServiceBuilder level. But the problem is that does not have access to configuration context. robert lazarski wrote: Tried the two services in a service group idea, but unfortunately, the MR is invoked before startUp() in seemingly all cases. So it loads the MR and throws

[jira] Created: (AXIS2-1446) MTOM docs reference old axiom code

2006-10-18 Thread robert lazarski (JIRA)
Affects Versions: 1.1 Environment: java 5, linux Reporter: robert lazarski Lines 170-184 of the mtom-guide.html reference old axiom classes ImageDataSource and ImageIO , which no longer exist . Seemingly the docs should now reference the axiom classes FileDataSource

[jira] Commented: (AXIS2-892) Need Documentation for MTOM data binding

2006-10-18 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-892?page=comments#action_12443317 ] robert lazarski commented on AXIS2-892: --- Looking into this, I don't understand how parse(javax.xml.stream.XMLStreamReader reader) can resolve the constant

[jira] Created: (AXIS2-1448) ServiceLifeCycle.startUp should happen before MessageReciever processing

2006-10-18 Thread robert lazarski (JIRA)
) Issue Type: Bug Environment: linux, java 5 Reporter: robert lazarski Assigned To: Deepal Jayasinghe If ServiceLifeCycle.startUp inits a dependency that the MR needs, there will be an exception on server startup . The pasted stack trace below happens before

Re: ServiceLifeCycle changes

2006-10-16 Thread robert lazarski
. Thanks, Robert On 10/15/06, robert lazarski [EMAIL PROTECTED] wrote: OK, I can now get startUp() to work, thanks. But startUp() happens _after_ the MR is processed. Why is that? The use case is this: startUp() inits a dependancy that the MR will need. The way it is now, the MR will throw because

Re: [axis2] dist packaging incorrect

2006-10-15 Thread robert lazarski
Its been the way it is for several months I believe. I have a script that I've been using to update my environment after a build - particuarly std-bin - and nothings changed recently. It is nicer to have a root dir created though. Robert On 10/14/06, Sanjiva Weerawarana [EMAIL PROTECTED] wrote:

Re: ServiceLifeCycle changes

2006-10-15 Thread robert lazarski
; service name=SampleService3 class=org.apachecon.us.sample.ServiceLifeCycleImpl parameter name=ServiceClass locked=false org.apachecon.us.sample.SampleService3/parameter /service robert lazarski wrote: Hi all, I'm trying to test the latest svn with spring inside the aar via

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-14 Thread robert lazarski
Just to clarify, what I believe Dims and I agreed to via +1 was to remove all the spring jars from the war , and place just one 4K jar inside the std-bin dist - axis2-spring*.jar - which has the axis2 code to tie together spring and axis2 . Robert On 10/14/06, Ajith Ranabahu [EMAIL PROTECTED]

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-13 Thread robert lazarski
IMHO: 1) None of the spring stuff should be included in the WAR. These jars might be placed inside the AAR if a user chooses to do so, so its really up to the user where to put these jars. This is the way it was and is documented as such. 2) The std-bin distro should not include the spring-*

ServiceLifeCycle changes

2006-10-13 Thread robert lazarski
Hi all, I'm trying to test the latest svn with spring inside the aar via startUp() . This was working a few days ago with startUp() in the Service interface. Anyways, ServiceLifeCycle seems to work by reflection so I have a services.xml like so: serviceGroup service name=SpringInit

[axis2] ServiceLifeCycle changes

2006-10-13 Thread robert lazarski
Forgot the prefix -- Forwarded message -- From: robert lazarski [EMAIL PROTECTED] Date: Oct 13, 2006 3:16 PM Subject: ServiceLifeCycle changes To: axis-dev@ws.apache.org Hi all, I'm trying to test the latest svn with spring inside the aar via startUp() . This was working a few

Re: [axis2] Spring support broken ?????

2006-10-12 Thread robert lazarski
. Regards, Rajith On 10/11/06, Saminda Abeyruwan [EMAIL PROTECTED] wrote: Hi, AxisServelet#init(ServletConfig config); Line 309 -- 312 ; ServletConfig has been set, thus, ServletContext is available. Saminda On 10/11/06, robert lazarski

  1   2   3   >