Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread robert lazarski
On Fri, Jan 15, 2010 at 3:12 PM, jcaristi wrote: > > > iksrazal wrote: >> >> >> Do you have a "Caused by" section in your stacktrace? Anyways, one >> thing to check is to make sure you have the right stax-api and >> wstx-asl jars in your classpath. >> >> - R >> >> > > There is no "caused by" secti

Re: Axis2 1.5.1 Upgrade Problem with Spring and Jetty 7

2010-01-15 Thread robert lazarski
On Fri, Jan 15, 2010 at 1:55 PM, jcaristi wrote: > > My Axis2/Spring application functions properly on Jetty 7 with Axis2 1.4.1. > When I attempt to upgrade to Axis2 1.5.1, the Jetty context fails to start > with the following exceptions.  I have searched and found similar issues on > Weblogic, bu

Re: Too many open files

2009-12-15 Thread robert lazarski
On Tue, Dec 15, 2009 at 12:18 PM, wrote: > Hi, > > I'm running axis 1.4.1 on tomcat 6.0.16. > > The web applications suddenly crush with "Too many open files" appearing in > catalina.out, after increasing the limits using ulimit and > /etc/security/limits .. the amount of open files is still ve

Re: A spring resource xml file, Axis, Tomcat, and Eclipse can be found but can't be found

2009-12-07 Thread robert lazarski
kes sense is when you want _isolation_ of each spring instance from each other. One of the advanced use cases of an aar is isolation from each other, and spring in the aar can give you that same isolation. I just happen to think its not that common of a requirement - ymmv. - R > > > iksraza

Re: A spring resource xml file, Axis, Tomcat, and Eclipse can be found but can't be found

2009-12-07 Thread robert lazarski
On Mon, Dec 7, 2009 at 6:27 PM, robert lazarski wrote: > On Mon, Dec 7, 2009 at 5:55 PM, nhcoder wrote: >> >> Hi, >> >> >> Since I need to deploy it on a production machine, I packaged my service >> into an aar file using the axis2 packaging Eclipse plugi

Re: A spring resource xml file, Axis, Tomcat, and Eclipse can be found but can't be found

2009-12-07 Thread robert lazarski
On Mon, Dec 7, 2009 at 5:55 PM, nhcoder wrote: > > Hi, > > > Since I need to deploy it on a production machine, I packaged my service > into an aar file using the axis2 packaging Eclipse plugin, made absolutely > sure the jar file with the Spring xml file was in the aar file, and decided > to depl

Re: Axis2 and ApplicationContext

2009-12-02 Thread robert lazarski
On Wed, Dec 2, 2009 at 12:52 PM, nhcoder wrote: > > Thanks for replying, though I know the jars are in the right place.  This is > apparently an issue between Spring and Axis2 working together. > > The NoClassDefFoundError you have makes me highly suspicious of that. That should never happen if t

Re: Attempted read on closed stream / unable to read second attachement

2009-12-02 Thread robert lazarski
On Tue, Dec 1, 2009 at 9:57 PM, vasu ts wrote: > My WSDL contains some elements and these had some issues when > I used the default "ADB" bindings. > > When I read the below statement from axis2 documentation I started using > "XML beans" binding. If the below API doesn't work with XMLBeans and M

Re: Attempted read on closed stream / unable to read second attachement

2009-12-01 Thread robert lazarski
On Tue, Dec 1, 2009 at 7:01 PM, robert lazarski wrote: > On Tue, Dec 1, 2009 at 6:51 PM, vasu ts wrote: >> Hi all, >> >>  Binding: XML beans >>  Axis2 : 1.4.1 and 1.5.1 >> >>   My web service returns two attachments when an operation is executed. I am &

Re: Attempted read on closed stream / unable to read second attachement

2009-12-01 Thread robert lazarski
On Tue, Dec 1, 2009 at 6:51 PM, vasu ts wrote: > Hi all, > >  Binding: XML beans >  Axis2 : 1.4.1 and 1.5.1 > >   My web service returns two attachments when an operation is executed. I am > able to read the first attachment but when I try to read the second > attachment its throwing "Attempted re

Re: Axis2 and ApplicationContext

2009-12-01 Thread robert lazarski
On Tue, Dec 1, 2009 at 5:18 PM, nhcoder wrote: > > The problem that appears in the log is: > > [ERROR] org/springframework/context/ApplicationContext > java.lang.NoClassDefFoundError: > org/springframework/context/ApplicationContext > at java.lang.Class.getDeclaredConstructors0(Native Method) > at

Re: hibernate and axis2

2009-10-06 Thread robert lazarski
On Tue, Oct 6, 2009 at 11:20 AM, TomazM wrote: > robert lazarski wrote: >> On Wed, Sep 30, 2009 at 9:53 AM, Andreas Veithen >> wrote: >>>> I suggest you don't put all these jar's in the aar, put them in >>>> WEB-INF/lib . hibernate uses the

Re: hibernate and axis2

2009-09-30 Thread robert lazarski
On Wed, Sep 30, 2009 at 1:41 PM, ANTHONY ENNIS wrote: > I started this morning with the Andreas' solution as it is easiest to > implement.  I got farther.  The web service finds the persistence file and > starts mapping the classes. > Now I am getting the following exception, which amuses me someh

Re: hibernate and axis2

2009-09-30 Thread robert lazarski
On Wed, Sep 30, 2009 at 9:53 AM, Andreas Veithen wrote: >> I suggest you don't put all these jar's in the aar, put them in >> WEB-INF/lib . hibernate uses the TCCL and that won't work directly in >> an aar without some extra effort. > > It should be enough to add the following parameter to the ser

Re: hibernate and axis2

2009-09-30 Thread robert lazarski
On Tue, Sep 29, 2009 at 10:48 PM, Tony Ennis wrote: > Ahhh.  Slowly the light comes on. > > So, you're saying a minimal aar file, and then a separately constructed war > that gets embedded into an Axis2 directory that's in the classpath.  I > wasn't aware you could plop a war file in there indiscr

Re: hibernate and axis2

2009-09-29 Thread robert lazarski
On Tue, Sep 29, 2009 at 6:34 PM, ANTHONY ENNIS wrote: > I'm at wit's end.  Now the situation is that I can connect to the database > using my persistence.xml settings when I run from my IDE (intellij.) > Previously, I was using a properties file.  So that is a small amount of > progress. > > aar

Re: aar and hibernate

2009-09-25 Thread robert lazarski
On Fri, Sep 25, 2009 at 7:17 PM, Tony Ennis wrote: > I'm at home now, so no checking for me.  Thank God. > > Am I sure? As sure as I can be.  Previously the aar had "com" at the root. >  I moved the entire com tree to WEB-INF/classes/... as per your suggestion. >  I ASSume WEB-INF should be at the

Re: aar and hibernate

2009-09-25 Thread robert lazarski
On Fri, Sep 25, 2009 at 6:30 PM, ANTHONY ENNIS wrote: > I moved my classes under WEB-INF/classes and the application no longer > deploys. I get > > org.apache.axis2.deployment.DeploymentException: Processing Operations > Modules with an error of The following error occurred during schema > gene

Re: aar and hibernate

2009-09-25 Thread robert lazarski
On Fri, Sep 25, 2009 at 5:41 PM, ANTHONY ENNIS wrote: > I have a web service that performs a simple database lookup. Unfortunately, > Persistence.createEntityManagerFactory('xyzzy') fails in all cases. > > My aar looks like: > /com >    (class files in package format eg com/this/that/x.class)

Re: [Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread robert lazarski
On Fri, Sep 11, 2009 at 6:55 AM, robert lazarski wrote: > On Fri, Sep 11, 2009 at 3:44 AM, Sebastian Schneider > wrote: >> Helllo everyone, >> >> I would like to use Axis2 on JBoss 5.0.0 but I am struggling. I downloaded >> the WAR-package (Axis2-1.5) and I p

Re: [Axis2] Deploying Axis2-1.5 on JBoss 5.0.0

2009-09-11 Thread robert lazarski
On Fri, Sep 11, 2009 at 3:44 AM, Sebastian Schneider wrote: > Helllo everyone, > > I would like to use Axis2 on JBoss 5.0.0 but I am struggling. I downloaded > the WAR-package (Axis2-1.5) and I put the WAR in my deploy-folder. > Unfortunately deploying fails with an exception stating that a new

Re: too many files open

2009-09-09 Thread robert lazarski
On Wed, Sep 9, 2009 at 6:11 PM, Alan Aguia wrote: > Hi, > Im having some problems using axis2 0.94, jboss 4.0.2. After calling > serveral times the web service the system tell me that I have to many files > open. I tried a lsof -p in my system and this is what I get > > java    2 jboss  571u  

Re: More than 1 Spring .aar in Axis2

2009-08-28 Thread robert lazarski
On Fri, Aug 28, 2009 at 5:46 PM, sarcott wrote: > > Does any one know if a patch for this issue was made available? > > thanks, > sarcott > > imho there is no problem - it works as designed. "More than 1 Spring .aar in Axis2" is supported and documented since 1.0. Is there a particular need that t

Re: Axis2 and Java 5 Enum

2009-07-21 Thread robert lazarski
On Tue, Jul 21, 2009 at 1:32 PM, Matt Schmidt wrote: > The problem with that is my service does not use the enums directly. It uses > objects that access the enums, and I do not have the ability to change the > interaction between the service objects and the enumerations. > Any other suggestions? >

Re: Axis2 and Java 5 Enum

2009-07-21 Thread robert lazarski
On Tue, Jul 21, 2009 at 12:58 PM, Matt Schmidt wrote: > Hello, > I am having what appears to be a common problem, but everything I have read > says the issue should be resolved... > I am using java2wsdl to generate a wsdl for my service, which contains some > enumerations. The resulting wsdl genera

Re: SimpleHTTPServer and spring

2009-07-20 Thread robert lazarski
2009/7/20 Håkon Sagehaug : > Hi > > This is as far as I can see configuring the source code where so it pick up > spring, my question was is there a way to give and load spring through > SimpleHTTPServer  so I don't need to change the implementation of the > service. Ideally for me the service shou

Re: SimpleHTTPServer and spring

2009-07-20 Thread robert lazarski
2009/7/20 Håkon Sagehaug : > > I use tomcat as my container.  So I need help in how I can supplay the > SimpleHTTPServer with my spring context. > > Any tips > > cheers, Håkon I'd create my own ApplicationContext in this case. Here's a previous email on this list that explained how: http://mail-a

Re: Session Managment using .net client..

2009-06-23 Thread robert lazarski
On Mon, Jun 22, 2009 at 9:29 PM, Deepal Jayasinghe wrote: > The only way you can get session working with .Net is using transport > session, that is by using cookies.In addition to that .Net does not send > the cookies as JSESSION_ID you need to do a an additional step in the > service client. > T

Re: SAXParseException on Linux

2009-06-22 Thread robert lazarski
On Mon, Jun 22, 2009 at 1:15 PM, callagc4 wrote: > > Hi, > > We have been running our web services for quite some time now using Axis2 > on > a Windows OS. > Recently we attempted to run the services on a Linux OS and have been > receiving a very generic error. An exception is being thrown during

Re: axis.war issue with jboss4.2.2

2009-06-05 Thread robert lazarski
On Fri, Jun 5, 2009 at 2:04 PM, Axis PC wrote: > All, > > I know this issue has been discussed earlier in a lot of forums...but I > couldnt find a definitive answer. How can I get over this issue? One of the > users had suggested commenting out the JAXWSDeployer...which i cannot, > because I need

Re: More than 1 Spring .aar in Axis2

2009-05-31 Thread robert lazarski
On Sun, May 31, 2009 at 4:18 PM, Andreas Veithen wrote: > If what you are saying is true, then the Spring support in Axis2 has a > serious flaw and needs to be fixed... > > Andreas Patches are welcome. - R

Re: More than 1 Spring .aar in Axis2

2009-05-29 Thread robert lazarski
On Fri, May 29, 2009 at 10:25 AM, sarcott wrote: > > I tried this approach of making copies of the ApplicationContextHolder for > every .AAR file and left the spring.jar and axis2-spring-1.4.1.jar in > WEB-INF. I am still having the application context problem. The only way I > was able to make th

Re: port Axis Web service over to Axis2

2009-05-18 Thread robert lazarski
On Mon, May 18, 2009 at 8:22 AM, maalej wrote: > Hello > > Can someone help me to know what changes are needed to port my Axis Web > service over to Axis2? > > It's so urgent and I hope I made my message undrestood, if not please ask > more > > Best regards. > This is a good place to start: http

Re: SOAPMonitor applet not found

2009-05-06 Thread robert lazarski
On Wed, May 6, 2009 at 6:17 PM, Jack Sprat wrote: > I have the SOAPMonitor configured in my web.xml and can access the URL in my > web service. But I get an exception that the applet cannot be found: > > Exception: java.lang.ClassNotFoundException: > org.apache.axis2.soapmonitor.applet.SOAPMonitor

Re: sending large log files

2009-05-03 Thread robert lazarski
On Sun, May 3, 2009 at 10:12 AM, Alex Beston wrote: > Hi axis users > > I have a project that needs to send a large log file every 24 hrs - is > axis2 the right technology for me? > If you are sending to / from a linux like OS I'd do it over scp, or ftp if not. You don't say how big the log file

Re: [axis2] | Problem running axis2 client

2009-04-27 Thread robert lazarski
On Mon, Apr 27, 2009 at 11:36 AM, Rajneesh Kumar wrote: > Hi  Robert, > > > > Thanks for suggestion… > > Now its running. But not processing correctly. > > > > Please see the code snap below: > >     if (result == null) { > >     System.out.println("Weather didn't initialize!"); // I

Re: [axis2] | Problem running axis2 client

2009-04-24 Thread robert lazarski
On Fri, Apr 24, 2009 at 11:30 AM, Rajneesh Kumar < rajneesh.ku...@otssolutions.com> wrote: > Hi All, > > > > I have created and deployed a web service on axis2. Now I start to work for > client as it is given on apache axis2 site. After some effort the client > gets compiled. But I am not able to

Re: comparison of different databinding

2009-04-22 Thread robert lazarski
On Wed, Apr 22, 2009 at 3:29 PM, Li, Zhenge wrote: > Hi Sudhir, > > > > I ran into below links a while ago. > > > > Some charts in: > > http://wso2.org/library/588 > > > > Comments by Mark D. Hansen, Author of "SOA Using Java Web Services". > > http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cg

Re: How to run Multiple Spring with in AAR in single Axis Container

2009-04-21 Thread robert lazarski
On Mon, Apr 20, 2009 at 5:37 PM, Kris82 wrote: > > I tried this, I moved the jars and still it does do any good. > > Andreas Veithen-2 wrote: >> >> You need to carefully follow the instructions in the section "Spring >> Inside an AAR". In particular, you need to make sure that the >> axis2-spring-

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-15 Thread robert lazarski
On Wed, Apr 15, 2009 at 9:44 AM, robert lazarski wrote: > On Tue, Apr 14, 2009 at 11:25 PM, Joe Smithian wrote: >> Hi all, >> >> Can any one please let me know how can I display SOAP request and response >> messages in a SOAP AXIS2 Client GUI application? > &

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-15 Thread robert lazarski
On Tue, Apr 14, 2009 at 11:25 PM, Joe Smithian wrote: > Hi all, > > Can any one please let me know how can I display SOAP request and response > messages in a SOAP AXIS2 Client GUI application? Umm, the soap monitor perhaps? http://ws.apache.org/axis2/1_4_1/soapmonitor-module.html There's also

Re: Axis2 service and spring problem, can't find Spring's ApplicationContext.

2009-04-02 Thread robert lazarski
On Thu, Apr 2, 2009 at 4:05 PM, Azazel Se wrote: >> Date: Thu, 2 Apr 2009 15:01:48 -0300 >> Subject: Re: Axis2 service and spring problem, can't find Spring's >> ApplicationContext. >> From: robertlazar...@gmail.com >> To: axis-user@ws.apache.org >> >> On Thu, Apr 2, 2009 at 1:48 PM, Azazel Se wr

Re: Axis2 service and spring problem, can't find Spring's ApplicationContext.

2009-04-02 Thread robert lazarski
On Thu, Apr 2, 2009 at 1:48 PM, Azazel Se wrote: >> From: robertlazar...@gmail.com >> >> "ApplicationContextHolder.getContext()" isn't needed when using >> SpringServletContextObjectSupplier. If spring and axis2 are working >> together, you are done. You have to configure Spring to use >> Applicat

Re: Axis2 service and spring problem, can't find Spring's ApplicationContext.

2009-04-02 Thread robert lazarski
On Thu, Apr 2, 2009 at 12:01 PM, Azazel Se wrote: > Thanks Sagara. > I actually tried that one first but I didn't know which of the suppliers > was the correct one so I tried both. In my mail I pasted the exception > from SpringAppContextAwareObjectSupplier twice by accident. When > using SpringSe

Re: Adding Axis2 service to existing web application.

2009-04-01 Thread robert lazarski
On Wed, Apr 1, 2009 at 6:13 PM, Azazel Se wrote: > > java.lang.ClassNotFoundException: javax.wsdl.xml.WSDLLocator > You need that class, the wsdl4j jar that was released with axis2 should contain one. Try putting that jar in WEB-INF/lib . - R

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 6:43 PM, robert lazarski wrote: > - Show quoted text - > > And instantiate it somehow and log its output. A servlet with > load-on-startup is one common way, your app may have another. If the > missing class is actually a Service class, or you want to s

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
- Show quoted text - On Tue, Mar 31, 2009 at 5:50 PM, Azazel Se wrote: > Hi again. > Everything which has something to do with the spring application, including > the apllication, are in jars and placed in the WEB-INF/lib folder. > The context xml files are filled with bean id and properties whic

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 5:30 PM, Azazel Se wrote: > SEVERE: Exception sending context initialized event to listener instance of > class org.springframework.web.context.ContextLoaderListener > org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find > class [--springappl---] for

Re: Spring application made available as a web service through Axis2

2009-03-31 Thread robert lazarski
On Tue, Mar 31, 2009 at 4:40 PM, Joey S. wrote: > > It works as wanted, but as mentioned I want it available as a web service. > Considering all the problems with Spring and Axis2 together what is the > easiest way to make a web service out off it? I have used quite some time > trying the differen

Re: Help with wsdl2java

2009-03-30 Thread robert lazarski
On Mon, Mar 30, 2009 at 1:18 PM, Frank Vyncke wrote: > I, > > Am starting to develop a 'client' for a gSOAP based server, using MTOM > attachments. > > I have a wsdl file, but when I try to compile the wsdl file, I get an > exception with the following message: > > Caused by: org.apache.axis2.sche

Re: axis2java Vs jax-ws

2009-02-27 Thread robert lazarski
On Thu, Feb 26, 2009 at 7:19 PM, Jason Fister wrote: > Hello folks, > > We need to write and host a webservice which will act as both a server as > well as a client to a 3rd party webservice. let me make it more clear: > > My webservice will receive requests from applications with in our company,

Re: org.apache.xmlbeans does not exist error

2009-02-27 Thread robert lazarski
On Thu, Feb 26, 2009 at 11:34 PM, Claire Loto wrote: > Hi, > I used wsdl2java tool to generate classes for my axis2 implementation.I used > xmlbeans for the databinding. However, I am getting a lot of compilation > errors such as below : > javac > > C:\project\vanilla\src\net\brokerhub\xml\bhml\BH

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread robert lazarski
On Wed, Feb 18, 2009 at 11:17 AM, gade anudeep wrote: > [INFO] Configured SessionFactory: null > Is some problem here ?? Yeah, create a hibernate session .-) . Google is you friend here. This should suffice: http://www.kodejava.org/examples/245.html - R

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-18 Thread robert lazarski
On Wed, Feb 18, 2009 at 8:40 AM, gade anudeep wrote: > > When i checked tomcat logs..i think its falling error while its > creating session(hibernate) from service.Please guide me in this.. > > > > [ERROR] Could not initialize class org.hibernate.impl.SessionFactoryImpl > java.lang.NoClassDefFound

Re: Problem in Hibernate Axis2 Integration !! Help Required

2009-02-17 Thread robert lazarski
On Tue, Feb 17, 2009 at 3:09 PM, gade anudeep wrote: >at ch.elca.des.testwebservice.TestStub.insert(TestStub.java:183) >at > ch.elca.des.testwebservice.TicketWSClient.GenerateName(TicketWSClient.java:29) You have some type of exception in that code - seemingly something you wrote - and n

Re: Deploying axis2 in tomcat 6

2009-02-06 Thread robert lazarski
On Fri, Feb 6, 2009 at 11:20 AM, rabelenda wrote: > > [ERROR] java.lang.RuntimeException: java.io.FileNotFoundException: loading > repository from classpath > java.lang.RuntimeException: java.io.FileNotFoundException > [INFO] Module validation failed: The system is attempting to engage a module >

Re: More than 1 Spring .aar in Axis2

2009-01-21 Thread robert lazarski
On Wed, Jan 21, 2009 at 8:52 AM, Paul French wrote: > How about taking a copy of this one class and putting that in your service > .aar file. I think that might work since each service will have its own > classloader and so own copy of the ApplicationContextHolder. You could leave > the spring lib

Re: More than 1 Spring .aar in Axis2

2009-01-21 Thread robert lazarski
On Wed, Jan 21, 2009 at 1:18 AM, Amila Suriarachchi wrote: > I think the problem is with the > > org.apache.axis2.extensions.spring.receivers.ApplicationContextHolder > > > public class ApplicationContextHolder implements ApplicationContextAware { > > private static ApplicationContext appCtx;

Re: More than 1 Spring .aar in Axis2

2009-01-20 Thread robert lazarski
On Tue, Jan 20, 2009 at 9:31 PM, ERaj wrote: > > I have copied the lib jars to aar/lib still it overwrites the first aar. Can > you please explain little more? > Are you using SpringAppContextAwareObjectSupplier ? > iksrazal wrote: >> >> The idea in the 'multiple spring instances" case is to tak

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-05 Thread robert lazarski
On Mon, Jan 5, 2009 at 11:43 AM, rabelenda wrote: > I have changed serviceObjectSupplier with ServiceObjectSupplier in the > services.xml file and I get a different error. When loading tomcat I get > [INFO] org.apache.axis2.deployment.DeploymentException: The following error > occu >> rred during

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-02 Thread robert lazarski
On Fri, Jan 2, 2009 at 5:26 PM, rabelenda wrote: >>> [CODE]org.apache.axis2.AxisFault: The SERVICE_OBJECT_SUPPLIER parameter >>> is >>> not specified. >> >> You most likely have a bean name / service class mismatch. I'd look >> for typos. Here's the problem code from >> modules/kernel/src/org/apac

Re: SERVICE_ONJECT_SUPPLIER not specified

2009-01-02 Thread robert lazarski
On Fri, Jan 2, 2009 at 4:13 PM, rabelenda wrote: > > Hi, I have developed a webService using axis2 and spring. When I request de > wsdl file of the webservice I get the right wsdl file, but when I want to > use a defined operation of the webservice (using a java client or a browser) > I get the fo

Re: axis2, cxf, spring or Metro

2008-12-18 Thread robert lazarski
On Thu, Dec 18, 2008 at 12:44 AM, Shehan Simen wrote: > Hi Keith, > > Thanx for the reply. > > Could you please tell me axis2 tutorial which describe how to write a > wsdl2java web service using jaxb binding? If I use jaxb data binding, that > means I am using jax-ws, right? > http://ws.apache.or

Re: Axis2 module + Spring

2008-12-16 Thread robert lazarski
On Tue, Dec 16, 2008 at 1:08 PM, Paul French wrote: > Thanks for the reply. > > Its not what I am after though. We have AXIS2 as part of our web > application. We have web services which are defined as beans in the Spring > application context loaded as part of the web application. > > We also wan

Re: Axis2 module + Spring

2008-12-16 Thread robert lazarski
On Tue, Dec 16, 2008 at 7:52 AM, Paul French wrote: > Hello All, > > There is support to supply a Spring managed bean as a service using the > ServiceObjectSupplier parameter in the services.xml. However is there > similar support for modules? > > For example I want to log all Soap messages into a

Re: Axis2-Spring not able to use original wsdl

2008-11-17 Thread robert lazarski
Are you using Axis2 1.4.1 ? If so, please file a jira explaining the issue: https://issues.apache.org/jira/browse/AXIS2 - R On Mon, Nov 17, 2008 at 10:27 AM, Ravichandra <[EMAIL PROTECTED]> wrote: > > Hi > > Thanks for your reply. > I tried it with spring config and with out spring config, with

Re: Axis2-Spring not able to use original wsdl

2008-11-17 Thread robert lazarski
Its always worked for me, though I haven't tried "useOrignalwsdl" specifically in the last few releases. Have you tried it and its not working? If not, it would be helpful to try a spring config with useOrignalwsdl and a config without, and compare the logs in debug mode. HTH, Robert On Mon, Nov

Re: soapmonitor - where to place applet classes

2008-10-27 Thread robert lazarski
I've never seen internal jvm errors like this before - particularly applet related ones. What browser / OS are you using? Maybe try using a later jvm may help. I'd try switching browsers too. HTH, Robert 2008/10/27 lqg629 <[EMAIL PROTECTED]>: > > Hi, > I am running tomcat5.5 and axis2-1.4.My inte

Re: Question on SOAPMonitor

2008-09-05 Thread robert lazarski
; Martin > > > Original-Nachricht >> Datum: Fri, 5 Sep 2008 12:52:20 -0300 >> Von: "robert lazarski" <[EMAIL PROTECTED]> >> An: axis-user@ws.apache.org >> Betreff: Re: Question on SOAPMonitor > >> I just looked at the docs and its

Re: Question on SOAPMonitor

2008-09-05 Thread robert lazarski
a lot for the quick reply. Any idea on how can I check on Mac OS which > ports are active? > > Cheers, > > Martin > > Original-Nachricht >> Datum: Fri, 5 Sep 2008 10:11:27 -0300 >> Von: "robert lazarski" <[EMAIL PROTECTED]> >> An

Re: Question on SOAPMonitor

2008-09-05 Thread robert lazarski
This most often happens due to port issues. IIRC its 5401. Make sure nothing else is using the port. You can also try changing the port in web.xml. HTH, Robert On Fri, Sep 5, 2008 at 8:39 AM, Martin Wunderlich <[EMAIL PROTECTED]> wrote: > Hi there, > > I am trying to use the Axis2 SOAPMonitor to

Re: Axis2 and Spring 2.5

2008-08-21 Thread robert lazarski
axis2 1.4 doesn't have jars from the spring framswork in the release. One of the axis2 jars has a reference to a few spring interfaces - whose signature has been constant since spring 1.0 . Anyways, just put what springframwork jars you need in WEB-INF/lib . I'd be suprised if there is a problem.

Re: spring Axis2 integration question

2008-08-12 Thread robert lazarski
Also, use the "with a ServletContext" options for use with WEB-INF/lib . - R On Tue, Aug 12, 2008 at 3:23 PM, robert lazarski <[EMAIL PROTECTED]> wrote: > Putting all jars in WEB-INF/lib is easiest and recommended in most cases. > > - R > > On Tue, Aug 12, 20

Re: spring Axis2 integration question

2008-08-12 Thread robert lazarski
Putting all jars in WEB-INF/lib is easiest and recommended in most cases. - R On Tue, Aug 12, 2008 at 2:21 PM, scabbage <[EMAIL PROTECTED]> wrote: > > I've been struggling to understand how spring and Axis2 will work together. I > have read the tutorial at http://ws.apache.org/axis2/1_4/spring.ht

Re: Ant target

2008-07-24 Thread robert lazarski
http://ws.apache.org/axis2/tools/1_4/CodegenToolReference.html#ant HTH, Robert On Thu, Jul 24, 2008 at 11:07 AM, Felipe Coutinho <[EMAIL PROTECTED]> wrote: > Hello, I'm looking for an ant task to generate the aar for the Axis2. I want > to generate the aar without the Service Archive Wizard - Ecl

Re: More than 1 Spring .aar in Axis2

2008-07-11 Thread robert lazarski
Having spring jars in /lib when looking for AAR classloader seperation makes no sense, right ? Please refer to the latest docs: http://ws.apache.org/axis2/1_4/spring.html HTH, Robert On Fri, Jul 11, 2008 at 12:22 PM, neerja malik <[EMAIL PROTECTED]> wrote: > > Hey, > > I am stuck with same issu

Re: AXis2-1.4 xmlbeans MTOM

2008-06-05 Thread robert lazarski
On Thu, Jun 5, 2008 at 11:14 AM, Karunanidhi, Meena <[EMAIL PROTECTED]> wrote: > Anyone looking into this… > I recommend you read this over and over again until its memorized word for word. http://www.catb.org/~esr/faqs/smart-questions.html Robert ---

Re: Spring service bean not initialized in the skeleton class.

2008-06-02 Thread robert lazarski
> > > Dwipin Chandran > Tata Consultancy Services > Discoverer Bldg, 4th Floor > International Technology Park Ltd, Whitefield Road > Bangalore - 560066,Karnataka > India > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com >

Re: Spring service bean not initialized in the skeleton class.

2008-06-02 Thread robert lazarski
hnology Park Ltd, Whitefield Road > Bangalore - 560066,Karnataka > India > Mailto: [EMAIL PROTECTED] > Website: http://www.tcs.com > > Experience certainty.IT Services >Business Solutions >

Re: Spring service bean not initialized in the skeleton class.

2008-06-02 Thread robert lazarski
The way you describe your service, you would need some web.xml entries to load spring, ie, axis2 expects spring to be configured when using SpringServletContextObjectSupplier. By putting spring in debug, you should see it initializing correctly - in which case axis2 should be able to find it. If yo

Re: soapmonitor - where to place applet classes

2008-05-28 Thread robert lazarski
Hi Daniel, You are using the 1.3 docs, and there was a package name change for 1.4: http://ws.apache.org/axis2/1_4/soapmonitor-module.html "Starting with axis2 1.4, the applets code is in the org.apache.axis2.soapmonitor.applet package. Therefore the 'org' directory created by the unpacking of s

Re: Axis with Spring

2008-05-19 Thread robert lazarski
; project that embeds Axis2 into Spring. >> >> http://wso2.org/projects/wsf/spring >> >> Paul >> >> On Mon, May 19, 2008 at 3:27 PM, robert lazarski >> <[EMAIL PROTECTED]> wrote: >> > See the axis2 spring tutorial, as it shows you how to do

Re: Axis with Spring

2008-05-19 Thread robert lazarski
See the axis2 spring tutorial, as it shows you how to do this. Robert On Mon, May 19, 2008 at 11:25 AM, Krystian Szczesny <[EMAIL PROTECTED]> wrote: > Hi, > > I'm wondering, if it is possible to get a hold on Spring > ApplicationContext in my WebService? > I've got a WAR file with multiple AAR fi

Re: Choosing a path

2008-05-07 Thread robert lazarski
I wrote some of the docs you are referring to, so allow me to respond ;-). First of all, in web services the xml is typically not validated, due to performance reasons. However, since you mention xmlbeans, you're in luck as all the generated classes have a validate() method. So you can actually va

Re: Basic Axis/Axiom usage question

2008-05-06 Thread robert lazarski
simple, assume each object in the Collection becomes an XML > element in the response payload. I want to be sure that I leverage the > strengths of AXIOM/StAX and minimize memory usage. > > > > -Original Message- > From: robert lazarski [mailto:[EMAIL PROTECTED] >

Re: Basic Axis/Axiom usage question

2008-05-06 Thread robert lazarski
Axiom is a good starting way to get to know Axis2, and in fact is involved in many of the low level parts parts of Axis2. However, if its Java Collections you want, you may consider using one of the higher level databinding API's like adb, xmlbeans, jibx, jaxb etc. Those type of API's can give you

Re: [Axis2] FlexBuilder and Axis2 wsdl file import...

2008-05-05 Thread robert lazarski
Its not an axis2 issue, but anyways, I just read the flex jira link and there's a fix for at least their wsdl import issue. See the comment about adding a complex type to the wsdl so their tool works. After making that tweak, I'd try validating any wsdl you try with their import tool. HTH, Robert

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
useOriginalwsdl" to > false. I have a suspicion this is related to why the POJO also showed the > same behavior. Is there a way to get WSDL 1.1 without Axis2 making > everything "anyType"? > > > > On May 2, 2008, at 11:09 AM, robert lazarski wrote: > > &

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
Also, I just noticed you are using SpringAppContextAwareObjectSupplier. When connecting axis2 via a spring instance loaded from the servlet container, use SpringServletContextObjectSupplier . Try that and let us know if you still have problems. On Fri, May 2, 2008 at 12:09 PM, robert lazarski

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
ww.bindpoint.com/bp_server/opGetPendingMessages > > http://providers.server.bindpoint.com/BindpointService/opGetPendingMessagesResponse > > > > > The weird thing to me is that it only does this whenuseOriginalwsdl is set > to false. If I set it to true, I

Re: Please help: Caused by: java.lang.Exception: Axis2 Can't find Spring's ApplicationContext

2008-05-02 Thread robert lazarski
Well you seem to have a lot of problems! Let me try and help you with the spring stuff... The error you point to is an advanced use case, and while I'm confident it works because I tested it, I suggest you try something simpler. The link you point to, while old, never the less tries to init spring

Re: The WS Crazy Train!

2008-04-29 Thread robert lazarski
I haven't read this book, but I remember when it came out. Hope it helps. http://www.agileskills2.org/DWSAA Robert On Tue, Apr 29, 2008 at 8:51 AM, <[EMAIL PROTECTED]> wrote: > Brennan, > > As someone who's only a few (intensive) months further along the WS path > than Scott seems to be, that

Re: axis2 with spring, ibatis

2008-04-15 Thread robert lazarski
I've never used ibatis, but presumably you'd load its config files via the classpath like you do with hibernate. Hint: load the resources in an exploded AAR as its easier. There's some tips on loading hibernate files in the spring tutorial and a good place to start would be trying the same thing wi

Re: [Axis2] Axis2 1.3 Java2WSDL capabilities and limitations

2008-03-25 Thread robert lazarski
On Tue, Mar 25, 2008 at 1:00 PM, Mauro Molinari <[EMAIL PROTECTED]> wrote: > Lou Amodeo ha scritto: > > > Thank Deepal. I found your article very helpful. I didn't see any > > discussion regarding exception processing. If I have a class that throws > > somethnig like CustomerNotFoundException

Re: How to return Object[] from axis2

2008-03-20 Thread robert lazarski
Ahh, you have an axis2 service with an axis 1.x client. I'm not sure if axis 1.x supports object arrays so someone else will have to comment, sorry. Robert On Thu, Mar 20, 2008 at 9:05 AM, robert lazarski <[EMAIL PROTECTED]> wrote: > Hmm, you mention axis2 but the exception bel

Re: How to return Object[] from axis2

2008-03-20 Thread robert lazarski
Hmm, you mention axis2 but the exception below is axis 1.x ? Robert On Thu, Mar 20, 2008 at 4:47 AM, Chinmoy Chakraborty <[EMAIL PROTECTED]> wrote: > Thanks a lot Deepal for your reply. I have a made a test service that > returns an object array. I can see the correct SOAP through the SOAPMonitor

Re: axis2 and ejbs

2008-03-13 Thread robert lazarski
On Thu, Mar 13, 2008 at 11:22 AM, Laxma <[EMAIL PROTECTED]> wrote: > Robert, > Can the ejbs be packaged into the serviceA.aar file. In a word, no. Go with the tutorial example or the traditional ear route and wrap your ejb methods inside the web service. HTH, Robert -

Re: axis2 and ejbs

2008-03-13 Thread robert lazarski
http://ws.apache.org/axis2/1_3/ejb-provider.html There's also nothing stopping you from wrapping EJB calls inside a web service - I've done that several times. HTH, Robert On Wed, Mar 12, 2008 at 5:01 PM, Laxma <[EMAIL PROTECTED]> wrote: > Hi, > Can session ejbs be called from axis2 web services

Re: More than 1 Spring .aar in Axis2

2008-02-15 Thread robert lazarski
The idea in the 'multiple spring instances" case is to take advantage of the fact that each AAR has its own classloader, and therefore each spring instance with the proper init is in a completly seperate classloader per AAR. Using /lib I think is what you really want to avoid, as that indicates a w

Re: Error deploying Axis2 application into Spring

2008-02-15 Thread robert lazarski
Its unusual to get stax errors in pure tomcat - usually its related weblogic / websphere / jboss having their own implementation in a higher priority classloader. The happy axis2 page (axis2-web/index.jsp I think) shows the location of where each jar was loaded from, and that may give you a clue.

  1   2   3   4   5   6   7   8   >