Re: [Axis2] Why do I get service skeletons taking OMElement, and uncompilable code?

2006-06-20 Thread robert lazarski
Oops, a little late here and I misread the method signature. Getting XmlObject instead of OMElement probably isn't what you were hoping for, so perhaps as Anne implied xs:any is the culprit. Do keep in mind the bug fixes in the xmlbeans code since the 1.0 release, however. Good luck, R

Re: [Axis2] Why do I get service skeletons taking OMElement, and uncompilable code?

2006-06-20 Thread robert lazarski
do it: HTH, Robert http://www.braziloutsource.com/ On 6/20/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: I suspect it's because you have xs:any in your schema. Since W

Re: [Axis2]getting username and password

2006-06-20 Thread robert lazarski
); basicAuthentication.setPassword(password); options.setProperty(HTTPConstants.BASIC_AUTHENTICATION, basicAuthentication); HTH, Robert http://www.braziloutsource.com/ On 6/20/06, Andrew B <[EMAIL PROTECTED]> wrote: Hi, My Axis1 -> Axis2 migration

Re: SOAP Message update!

2006-06-20 Thread robert lazarski
er to chain of events java.util.List list = svc.getHandlerRegistry().getHandlerChain(portQN); list.add(new javax.xml.rpc.handler.HandlerInfo(ClientHandler.class,this.handlerConfig,null)); HTH, Robert http://www.braziloutsource.com/ On 6/20/06, Riadh BEN HALIMA <[EMAIL PROTECTED]> wrot

Re: Asynchronous Web service / JMS

2006-06-20 Thread robert lazarski
. So while these MEP's have limited support in Axis 1.x - if any at all, I just not sure - any modern soap stack should support it providing they are following the standards. You'll have to do some research on what clients you can say you're going to support and if they follow the

Re: [Axis2] Perhaps I still have a classpath issue

2006-06-19 Thread robert lazarski
name schemaorg_apache_xmlbeans.system.s68C41DB812F52C975439BA10FE4FEE54.TypeSystemHolder. Make sure the generated binary files are on the classpath. The TypeSystemHolder.class generated by WSDL2Java must be placed in your classpath in order to avoid this error." HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Jim Bender <[EM

Re: [Axis2] is a service's WSDL file required in order to invoke the web service ?

2006-06-19 Thread robert lazarski
Nope, WSDL is not mandatory. Try: http://localhost:8080/axis2/ And click services. That should should show your live web services, and any faulty ones which will give a stack trace. Try that and post the results if you are still stuck. HTH, Robert http://www.braziloutsource.com/ On 6/19/06

Re: Asynchronous Web service / JMS

2006-06-19 Thread robert lazarski
Nope, Axis2 async operations are client side only. Which makes sense, as the service is deployed one way and its up to the client to decide how to interact with it. Now in the source distro there are some JMS tests that might do what you need. HTH, Robert http://www.braziloutsource.com/ On 6

Re: Asynchronous Web service / JMS

2006-06-19 Thread robert lazarski
Take a look here and see if that is what you are looking for: http://ws.apache.org/axis2/1_0/userguide3.html#EchoNonBlockingClient HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail <[EMAIL PROTECTED]> wrote: hi Robert, Which userguide are you referring to / fo

Re: Asynchronous Web service / JMS

2006-06-19 Thread robert lazarski
with them, though I have used the callback method as described in the user guide with great success. HTH, Robert http://www.braziloutsource.com/ On 6/19/06, Plorks mail <[EMAIL PROTECTED]> wrote: can you point me to links as i can't find examples. i'm obviousy searching

Re: [AXIS2] J2EE Support

2006-06-18 Thread robert lazarski
Kool stuff, hope it work out. Cheers, Robert http://www.braziloutsource.com/ On 6/18/06, Chathura Herath <[EMAIL PROTECTED]> wrote: JSR 109 tries to do exacly this, i.e. adding the web services stack to the J2ee applications. I was part of the JSR109/ AXIS1/Geronimo integration effort.

Re: [AXIS2] J2EE Support

2006-06-18 Thread robert lazarski
ecification now also supports JAX-WS which is a follow-on specification to JAX-RPC" - and the JAX-WS support in Axis2 recently, maybe that's the way to go. Comments? Robert http://www.braziloutsource.com/ On 6/18/06, Dennis Sosnoski <[EMAIL PROTECTED] classesosnoski.com> wrote: O

Re: [AXIS2] J2EE Support

2006-06-17 Thread robert lazarski
On 6/16/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: robert lazarski wrote:> > Currently I'm integrating an EJB app with Axis2 - thankfully as any> tomcat / servlet container web layer would. However, I came very close> to having to implement these services as EJB, whic

Re: [AXIS2] J2EE Support

2006-06-16 Thread robert lazarski
for the sake of discussion:   http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks Just my 2 cents, Robert http://www.braziloutsource.com/ On 6/16/06, Eran Chinthaka <[EMAIL PROTECTED]> wrote: GOBE HOBONA wrote:>> My interpretation of the original question was "why does Axi

Re: [Axis2] Maintaining Session Ticket

2006-06-16 Thread robert lazarski
nerate the String and store it in ehcache. HTH, Robert http://www.braziloutsource.com/On 6/15/06, Brian Russell <[EMAIL PROTECTED] > wrote:"Seems your interaction goes beyond a simple IN-OUT MEP. So if you want to maintain this you can either define a custom MEP or use WS-Addressingr

[axis2] Is MTOM with WSDL Documented?

2006-06-14 Thread robert lazarski
st here: http://marc.theaimsgroup.com/?l=axis-user&m=114123711724485&w=2However, looking at the axis2 docs I do not see MTOM use with WSDL documented. Assuming I can get it to work, I could enhance the MTOM docs to show how it works. I could open up a jir and assign it to myself. Any

Re: Help With JMS configuration

2006-06-09 Thread robert lazarski
lation requires changes in the security configuration of a default JBoss instance, specifically a properly configured "messaging" security domain.  Follow the instructions from the "Installation" paragraph of the release documentation. HTH, Robert http://www.braziloutsourc

Re: I am trying to debug this issue with WSDL2Java (probably caused by inexperience with Axis2 Std 1.0)

2006-06-09 Thread robert lazarski
would be to run the nightlies - several bugs have been fixed in the xmlbeans part of axis2 since the 1.0 release. http://people.apache.org/dist/axis2/nightly/ You'll need the axis2.war as well. HTH, Robert http://www.braziloutsource.com/On 6/8/06, Jim Bender <[EMAIL PROTECTED] &g

Re: any help will be welcome

2006-06-08 Thread robert lazarski
http://people.apache.org/dist/axis2/nightly/ 2)  Turn on debugging as mentioned, to let us know what axis2 is doing. 3) Since its a simple process, I recommend installing tomcat 4.1 seperately, outside of JBoss, to seperate whether its a tomcat or jboss issue. HTH, Robert http://www.braziloutsource.com/ On 6

Re: any help will be welcome

2006-06-08 Thread robert lazarski
under axis2/WEB-INF/classes and see where exactly axis2 is stopping. HTH, Robert http://www.braziloutsource.com/ On 6/8/06, Harish Hirasave <[EMAIL PROTECTED]> wrote: Hi All,   I am getting this when I am trying to install axis2. I have copied the  files form the axis war to

Re: any help will be welcome

2006-06-08 Thread robert lazarski
Aparently your container - tomcat for example - doesn't have a SimpleServiceSOAP installed. Veryify via the happy axis page that you ran the admin client correctly and indeed have SimpleServiceSOAP installed correctly. HTH, Robert http://www.braziloutsource.com/ On 6/8/06, muthana &l

Re: Customizing SOAP messages

2006-06-08 Thread robert lazarski
d the data  as  an  attachment, preferably  as MTOM - if both sides support it.   If you decide to divide the data into objects, then you'll probably be better off with a WSDL. HTH, Robert http://www.braziloutsource.com/On 6/8/06, Phani Sekhar <[EMAIL PROTECTED] > wrote:Hi chinthaka,Tha

Re: [newbie howto] Creating a WS from an existing Java class

2006-06-07 Thread robert lazarski
If I understand you correctly, I typically just use an Adapter. This question gets asked occasionally and that IMHO seems to be the consensus. HTH, Robert http://www.braziloutsource.com/On 6/7/06, Sankar Viswanathan < [EMAIL PROTECTED]> wrote:I am new to Axis and web services. Is there a

Re: LDAP: error code 34 - Invalid DN Syntax

2006-06-07 Thread robert lazarski
Well, the error is happening in IeInteraction.java when trying to connect to an LDAP sever. It seems unlikely this has anything to due with wsdl4j-1.5.1.jar . Is IeInteraction.java a Web service? HTH, Robert http://www.braziloutsource.com/ On 6/7/06, Shashi Dakey <[EMAIL PROTECTED]>

Re: char is referenced but not defined

2006-06-06 Thread robert lazarski
Just to follow up on what Anne said, often a char is represented as primitive type int: int CHAR_A = 0x41;http://web.cs.mun.ca/~michael/c/ascii-table.html HTH, Robert On 6/6/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: You have a number of options.1- use a primitive type instead of &

Re: Axis2SampleDocLitPortTypeSkeleton.java?

2006-06-06 Thread robert lazarski
I think the names of the generated files might have changed slightly. Try doing a search for *Skeleton.java and see what you get. If not, post all the files from the directory that contains the Stub, and maybe we can help. HTH, Robert http://www.braziloutsource.com/On 6/5/06, Wook Shin <[EM

Re: Soap monitoring error

2006-06-05 Thread robert lazarski
There's also an applet, and for an alternative try tcpmon. HTH, Robert http://www.braziloutsource.com/On 6/5/06, Saehoon Cheon <[EMAIL PROTECTED] > wrote:I am struggling with setting up the soap monitoring. I just followed the instruction " http://ws.apache.org/axis/java/

Re: Changing Default Time Zone in CalendarDeserializer?

2006-06-05 Thread robert lazarski
eDateFormat("-MM-dd");   static public String printCalendar(Calendar c)   {     return df.format(c.getTime());   }   static public Calendar parseCalendar(String c) throws ParseException   {     Date d = df.parse(c);     Calendar cal = Calendar.getInstance();     cal.setTime(d);    

Re: WSDL2Java generates code but fails compile

2006-05-30 Thread robert lazarski
The only one I know of is by code ... ServiceClient.addHeader() - or in a handler of course but basically the same idea. HTH, Robert http://www.braziloutsource.com/ On 5/30/06, B R <[EMAIL PROTECTED]> wrote: Thanks, Robert. Will do that.Are there any alternatives to create custom h

Re: WSDL2Java generates code but fails compile

2006-05-30 Thread robert lazarski
I tested your wsdl and it's failing here too with the nightly build ... so to file a jira, go here: http://issues.apache.org/jira/ And create an account. Then create the issue under axis2, and follup up by uploading your wsdl . Robert http://www.braziloutsource.com/On 5/30/06, B R &l

Re: [Axis2][Nightly May 30th] XMLBeans databinding still not working -- Classpath problem?

2006-05-30 Thread robert lazarski
      } } Now you do state you're running windows. Actually, I'm a linux user. I really don't think this is your problem, but do take a look at my build.xml that I use if in doubt. Cheers, Robert On 5/30/06, Sebastian J. Schultheiss <[EMAIL PROTECTED]> wrote: Hi there,Even after *d

Re: Rude newbie question

2006-05-30 Thread robert lazarski
so, its important to look carefully at the the files under tomcat/logs - you may find a clue there. Lastly, you may try looking at CATALINA_OPTS to see how to tweak the tomcat config. HTH, Robert http://www.braziloutsource.com/On 5/30/06, Michael Schwarz < [EMAIL PROTECTED]> wrote:Hello to the l

Re: [Axis2] How to design a Java API that is both Java and web-service friendly?

2006-05-30 Thread robert lazarski
erate a UUID and store it via EHCache, or use a stateful session bean to generate and expire an ID for me - but I'm strange like that ;-) . HTH, Robert http://www.braziloutsource.com/ On 5/30/06, Dave Hoffer <[EMAIL PROTECTED]> wrote: I have some POJO classes that I am designing were

Re: [Axis2] Generated element objects vs. business objects

2006-05-30 Thread robert lazarski
where there is often more ways than one to get and use the data. Now if your domain objects were xml or could be mapped as xml easily via frameworks such as hyperjaxb, it could open up your options. Just my 2 cents. HTH, Robert http://www.braziloutsource.com/On 5/30/06, [EMAIL PROTECTED] <[

Re: [Axis2] Best way to use skeleton?

2006-05-30 Thread robert lazarski
For axis2 1.0 and beyond there is a '-ssi' flag you can add that will generate an interface. So you can now code to that instead of the skeleton. See this jira for more info: http://issues.apache.org/jira/browse/AXIS2-655 HTH, Robert http://www.braziloutsource.com/On 5/30/06, [EMAIL

Re: [Axis2] setOperationContext() question

2006-05-26 Thread robert lazarski
You can use WSDLConstants.MESSAGE_LABEL_IN_VALUE and  WSDLConstants.MESSAGE_LABEL_OUT_VALUE . Or, messageContext.getFLOW(), ie: if (messageContext.getFLOW() == MessageContext.IN_FLOW) { ... } else (messageContext.getFLOW() == MessageContext.OUT_FLOW) { ... } HTH, Robert http

Re: Complex type problem

2006-05-26 Thread robert lazarski
complex ones. HTH, Robert http://www.braziloutsource.com/On 5/26/06, Roy <[EMAIL PROTECTED] > wrote:I think that this is not exactly my problem. I can call normally the service from my client when i use simple types. When i try to pass complex types i face the problem.robert lazarski &

Re: Complex type problem

2006-05-26 Thread robert lazarski
);     endpoint = (CallCentreWebEndpoint) service.getPort(CallCentreWebEndpoint.class); The main idea here is ServiceFactoryImpl, which varies by vendor. This may not be your problem, but thought I'd post it in case it helps. HTH, Robert http://www.braziloutsource.com/On 5/26/06, Roy <

Re: [axis2] WSDL2Java.bat warning

2006-05-25 Thread robert lazarski
No problems here ... Try the log4j.properties file i posted, putting it in the bin dir and running WSDL2Java from the bin dir. Robert http://www.braziloutsource.com/On 5/25/06, Mark Beckwith <[EMAIL PROTECTED] > wrote:On Thu, May 25, 2006 at 11:02:18AM -0500, Flores, Raul wrote:> T

Re: Buggy .aar deployment

2006-05-25 Thread robert lazarski
Post the stack trace for the 500 error and maybe we can help. The rules changed for displaying a wsdl in the 1.0 release - search the forums with the message for more info. HTH, Robert http://www.braziloutsource.com/On 5/24/06, Scudder, Jeffrey W < [EMAIL PROTECTED]> wrote:Hi all

Re: [axis2] WSDL2Java.bat warning

2006-05-25 Thread robert lazarski
You need to have a log4j.properties in you bin directory. I'm including mine here, which prints to the console all org.apache messages at the debug level. I run linux, so cygwin should be fine. HTH, Robert http://www.braziloutsource.com/On 5/25/06, Mark Beckwith <[EMAIL PROTECTED] &g

Re: [axis2] Getting Axis2 working under Websphere 5.1

2006-05-25 Thread robert lazarski
would probably cause the war not to start, and somewhere (been a few years since I ran WAS) there should be logs saying so. You can turn on logging by putting an apropriate log4j.properties under axis2/WEB-INF/classses , assuming the commons-logging is pointing to log4j . HTH, Robert

Re: AntCodegenTask mapping xsd:long to java primitive long?

2006-05-24 Thread robert lazarski
post.   Robert http://www.braziloutsource.com/ On 5/24/06, robert lazarski <[EMAIL PROTECTED] > wrote: Isn't it Nillable == false to switch the primitive to an Object? nillable="false" /> HTH, Robert http://www.braziloutsource.com/ On 5/24/06, Dan Washusen <[EMAIL PROTECTED

Re: AntCodegenTask mapping xsd:long to java primitive long?

2006-05-24 Thread robert lazarski
Isn't it Nillable == false to switch the primitive to an Object? HTH, Robert http://www.braziloutsource.com/ On 5/24/06, Dan Washusen <[EMAIL PROTECTED]> wrote: Actually, changing it to xsd:integer doesn't work... it seems like axis is ignoring the xsi:nil?On 5/24/06, Dan W

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-24 Thread robert lazarski
Step 3 is fine. Robert http://www.braziloutsource.com/On 5/23/06, Kinichiro Inoguchi <[EMAIL PROTECTED] > wrote:James,I could see SOAPMonitor with Axis2 1.0.1. modify axis2.xml as mentioned in instructions.2. modify web.xml as mentioned in instructions.3. extract SOAPMonitorApplet*.class

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-23 Thread robert lazarski
The compiled applet classes go in axis2/*applet*.class/WEB-INF/ . Show a stacktrace and maybe we can help. Robert http://www.braziloutsource.com/On 5/23/06, James Loghry <[EMAIL PROTECTED] > wrote:How does one go about enabling the SOAP Monitor in Apache 2.0?I've tried following the i

Re: Axis 1.1 to Axis 2.0 Migration

2006-05-23 Thread robert lazarski
Axis2 ? What is lacking in the migration guide that might help ? Robert http://www.braziloutsource.com/On 5/23/06, Pat Nelson <[EMAIL PROTECTED] > wrote:This is not a good document for someone to understandhow to migrate from Axis to Axis2. Is there a document "Axis2 for Dummies"? I

Re: show a method return in xml response

2006-05-23 Thread robert lazarski
its the future ;-) . Here's a tutorial in português: http://www.braziloutsource.com/wss2.html HTH, Robert http://www.braziloutsource.com/ On 5/22/06, Gabriel Moura <[EMAIL PROTECTED]> wrote: well,I am beginning and I did not understand very well.you can detail as you show the result?

Re: show a method return in xml response

2006-05-22 Thread robert lazarski
child elements, etc.         Node myNode = nodeList.item(0); If that isn't what you want, try and rephrase the question. HTH, Robert http://www.braziloutsource.com/On 5/22/06, Gabriel Moura <[EMAIL PROTECTED] > wrote:hi, i am brazilian student and speak english very well.

Re: Axis 2 V 1.0

2006-05-22 Thread robert lazarski
. As I understand it, nothing else is currently valid. Deepal has explained this a few times - you might search the list for more info if need be. Hope that helps, Robert http://www.braziloutsource.com/On 5/22/06, Christian Strobel < [EMAIL PROTECTED]> wrote:Hi,-   Unable to generate WSDL fo

Re: envelope prefix issue

2006-05-22 Thread robert lazarski
Not sure which axis version you are using, but both axis 1.x and axis2 show a simple LogHandler in their respective user guides. That would be a good place to start. Also, the axis2 migration guide shows an Axis 1.x handler and how to migrate that to Axis2. HTH, Robert http

Re: Migrating to Axis 2

2006-05-20 Thread robert lazarski
To help, I'd need to see your command line / ant options you are passing to wsdl2java. If you are migrating from axis  1.x , did you take a look at the databinding section in the migration guide? http://ws.apache.org/axis2/1_0/migration.html Robert http://www.braziloutsource.com/On 5/

Re: Axis2 1.0 upgrade error

2006-05-18 Thread robert lazarski
le, here's my task - tweak liberally ;-)                                                     H

Re: Axis2 1.0 upgrade error

2006-05-18 Thread robert lazarski
You could try one of the wsdl validation tools on the market. Don't know of an open source one. Trial maybe. I use the cape clear soa editor, but its no longer available for free download. HTH, Robert http://www.braziloutsource.com/On 5/18/06, Bram Biesbrouck <[EMAIL PROTECTED] > wro

Re: [Axis2] please help WSDL2JAVA...

2006-05-18 Thread robert lazarski
e may be a bit diffferent, another option is to build from source or use the nightly binaries: http://people.apache.org/dist/axis2/nightly/ If you choose the nightly option, make sure you replace the war as well. HTH, Robert http://www.braziloutsource.com/On 5/17/06, Jenny ZHANG <[EMAIL P

Re: Data binding problem (xmlbeans) - binding subelement to toplevel element?

2006-05-17 Thread robert lazarski
If you post your code and the full wsdl maybe we can help. Robert http://www.braziloutsource.com/On 5/17/06, Andrew Cohen <[EMAIL PROTECTED] > wrote:Apologies in advance if this is known problem, but I'm hoping the answer to this is easy...I can't seem to get passed a data bindi

Re: Spring Support commited

2006-05-17 Thread robert lazarski
I'm on IRC channel #apache-axis if anyone want's to discuss this. Robert http://www.braziloutsource.com/On 5/17/06, robert lazarski <[EMAIL PROTECTED]> wrote: Christian, great to know we have members of the Spring participating on the list! Lets see how we can improve what w

Re: Spring Support commited

2006-05-17 Thread robert lazarski
nts I'll try to bring up in our scheduled IRC chat later today. If there is anything I can do further clarify the above, please let me know. CheersChristian-Spring IDEhttp://springide.org Thanks Christian for the constructive feedback. I'll post messages to the dev list when we get some progess here. Robert http://www.braziloutsource.com/

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread robert lazarski
builds: http://cvs.apache.org/dist/axis2/nightly/ If you still have the issue with the latest code base, could you file a jira? Robert http://www.braziloutsource.com/On 5/16/06, Throw Away < [EMAIL PROTECTED]> wrote: it looks like there is some issue with using an xs:include in the sche

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-16 Thread robert lazarski
Going to need any schemas you have, such as acme.xsd . Robert http://www.braziloutsource.com/ On 5/16/06, Throw Away <[EMAIL PROTECTED]> wrote: Due to some sensitivty with the WSDL, I had to change some naming, here it is: http://schemas.xmlsoap.org/wsdl/"  xmlns

Re: [Axis2] Migration

2006-05-16 Thread robert lazarski
sspath, as you'll need a reference to all the jars under the std distro lib directory. There is a full tutorial on ant in the codegen guide: http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html HTH, Robert http://www.braziloutsource.com/ On 5/16/06, [EMAIL PROTECTED] <[EMAIL PROTE

Re: Message Handler

2006-05-16 Thread robert lazarski
You should just be able to define your Handler in the same WSDD as the service. Take a look at the axis 1.x log handler in the user guide for an example. If your still stuck, try posting your wsdd and maybe we can help. Robert http://www.braziloutsource.com/On 5/16/06, Anne Vetter <[EM

Re: WSDL2Java w/ XMLBeans - not generating some source files

2006-05-15 Thread robert lazarski
there might be. There's also the possibilty that your wsdl explains the problem. HTH, Robert http://www.braziloutsource.com/ On 5/15/06, Throw Away <[EMAIL PROTECTED]> wrote: Hello,I am using the WSDL2Java command to generate some java files with the XML Beans databinding. For some r

Re: Axis2 security flaw?

2006-05-12 Thread robert lazarski
Thinking about this a little more, actually you're right. Looking at tomcat - which you seem to be using - all the files under conf are already set to 600. Could you file a jira? Robert http://www.braziloutsource.com/ On 5/12/06, Bram Biesbrouck <[EMAIL PROTECTED]> wrote: I know, but

Re: Axis2 security flaw?

2006-05-12 Thread robert lazarski
Try: chmod 600 /var/lib/tomcat4/webapps/axis2 /WEB-INF/conf/axis2.xml That'll make the file read / writable by only the owner. Other accounts won't be able to access it. To make it read-only by only the ownew: chmod 400 /var/lib/tomcat4/webapps/axis2 /WEB-INF/conf/axis2.xml H

Re: Axis2: Unexpected subelement fees

2006-05-11 Thread robert lazarski
ry if I'm not making sense ;-) ) Robert http://www.braziloutsource.com/ On 5/11/06, Dan Washusen <[EMAIL PROTECTED]> wrote: Hi All, I'm getting a weird error and I was hoping someone could tell me what I'm doing wrong because I have no idea what's going on...I&

Re: pivot handler

2006-05-11 Thread robert lazarski
javax.xml.rpc.handler.Handler . If that's not what you meant - I guess I don't understand what you mean by pivot. HTH, Robert http://www.braziloutsource.com/On 5/11/06, Yev Kelman <[EMAIL PROTECTED] > wrote:Hi,does anybody know how to setup "pivot" handler programmatically (similar to "

Re: [Axis2 1.0] ADB version has problems, too

2006-05-11 Thread robert lazarski
gging implementation, so you may need the log4j.jar and log4.properties as well. BTW, I'm also stuck on xmlbeans. I've done some digging, and hope to get back on it this weekend. Robert http://www.braziloutsource.com/On 5/11/06, Sebastian J. Schultheiss < [EMAIL PROTECTED]> wrote:Hi there,We&

Re: Logger

2006-05-11 Thread robert lazarski
Axis 1.x userguide shows a LogHander. The axis2 userguide does as well. HTH, Robert http://www.braziloutsource.com/On 5/11/06, Anne Vetter <[EMAIL PROTECTED] > wrote:Hi everyone,I'm trying to include some basic information in the header - as far as I know I've to do that with a

Re: [AXIS2] Replication For High Availability

2006-05-10 Thread robert lazarski
I believe sandesha is what you're after - just hit a 1.0 version for axis2. http://ws.apache.org/sandesha/ HTH, Robert http://www.braziloutsource.com/On 5/10/06, kensky <[EMAIL PROTECTED] > wrote:Hie,In my application I want to provide high availability and fault tolerance of w

Re: [Axis2 1.0] Data binding Error after WSDL2Java code generation

2006-05-10 Thread robert lazarski
Anne, might you be able to take a look at the attached wsdl ? It validates fine, but I see the same error, created a jira, and I'd like to track it down.  Don't think this wsdl has changed - I thought it was working in previous axis2 versions. Thanks, Robert http://www.braziloutsource

Scoped services.

2006-05-10 Thread Robert Nicholson
A few questions. I see too many files errors in tomcat with Axis 1.3 and I'm wondering if it's related to my scope settings. ie. request as the default.What is a session enabled client exactly?"Session" scope will create a new object for each session-enabled client who accesses your service. To spe

Re: Axis 1.3 isn't working at all with JDK 1.5.0_06

2006-05-10 Thread robert
This turned out to be missing jars. Thankfully I found a hint online that suggested you catch Throwable in your binding implementation to see what the root exception was. Thanks who whoever posted that you said me a lot of headache. I sure hope that the later versions of Axis no longer swallow this

Axis 1.3 isn't working at all with JDK 1.5.0_06

2006-05-10 Thread robert
So I've got a web app and if I put in Axis's 1.3 jars (not including endorsed) I get the following please note if I change these to Axis 1.4's jars and redeploy everything works correctly. What am I missing? AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

Re: [Axis2 1.0] Data binding Error after WSDL2Java code generation

2006-05-10 Thread robert lazarski
There is already is a jira for this error, judging by the stack trace:   http://issues.apache.org/jira/browse/AXIS2-649 I started digging deeper last weekend - I updated the issue - but I'm a bit swamped at the moment to go any further for now. Robert http://www.braziloutsource.com/On

Re: load: class SOAPMonitorApplet.class not found

2006-05-10 Thread robert lazarski
t for some reason, the SOAPMonitorService can't connect to 5001, and your seeing the applet trying to connect to port zero - the default. BTW - axis2 has improved the logging here and your problem would be easy to track down. HTH, Robert http://www.braziloutsource.com/ On 5/10/06, Vignesh

Re: axis2: using jndi datasource/hibernate

2006-05-10 Thread robert lazarski
HTH, Robert http://www.braziloutsource.com/ On 5/10/06, Jilles van Gurp <[EMAIL PROTECTED]> wrote: Hi,I'm currently exploring axis2. I am developing a web service that includes afew pojos that persist to a hibernate datalayer. Currently I am using thetomcat db connection pool and I

Re: Enable soap monitor

2006-05-10 Thread robert lazarski
And "assuming a axis.war"   This requires axis to be deployed along with my web application ? Nope - you can use myApp.war just fine.   Is this url http://localhost:8080/axis/services/AdminService to be converted to http://localhost:8080/mywebcontext/myservices/myservice ? Yes. H

Re: load: class SOAPMonitorApplet.class not found

2006-05-09 Thread robert lazarski
5001' should do the trick . Robert http://www.braziloutsource.com/On 5/9/06, Vignesh M.P.N. <[EMAIL PROTECTED] > wrote: Thanks, but it is already there in the web.xml. The following is the entry.   SOAPMonitorService    SOAPMonitorService        org.apache.axis.

Re: load: class SOAPMonitorApplet.class not found

2006-05-09 Thread robert lazarski
Meant to say - add the soap monitor servlet by editing web.xml Robert http://www.braziloutsource.com/On 5/9/06, Vignesh M.P.N. <[EMAIL PROTECTED] > wrote: Thanks for your prompt reply.   I fixed the problem. I had to place the class files in the root directory of Axis web appli

Re: load: class SOAPMonitorApplet.class not found

2006-05-09 Thread robert lazarski
You need to configure the soap monitor servlet - default port is 5001. HTH, Robert http://www.braziloutsource.com/On 5/9/06, Vignesh M.P.N. <[EMAIL PROTECTED] > wrote: Thanks for your prompt reply.   I fixed the problem. I had to place the class files in the root directory of Axi

Re: load: class SOAPMonitorApplet.class not found

2006-05-09 Thread robert lazarski
I'm not sure why the classes are placed there. Anyways, the applet classes - as described in the docs - must be placed in axis/*applet.class/WEB-INF. HTH, Robert http://www.braziloutsource.com/On 5/9/06, Vignesh M.P.N. <[EMAIL PROTECTED] > wrote: Hi all   I am using Tomcat 5.

Re: Axis2 client: how to get parameters before call operation

2006-05-09 Thread robert lazarski
Could you try to rephrase your question? I'm not quite sure what you're tying to accomplish. If you have a wsdl, you'll have better luck basing your code on examples that do databinding. Take a look at the userguide databinding section, as it may help. Robert http://www.brazilout

Re: CLOSE_WAIT issue

2006-05-09 Thread robert lazarski
g with NIO, I'd do a search in the bug parade. Some bugs are listed as closed, but the comments in the reports keep comming. HTH, Robert http://www.braziloutsource.com/On 5/9/06, Xiong Shawn Zhang < [EMAIL PROTECTED]> wrote: Hi,   There is an Axis web services app runn

The AXIS engine could not find a target service to invoke! targetService is null

2006-05-09 Thread robert
AxisServlet is run. using Axis 1.3 with JVM 1.5.0 http://robert,http://xml.apache.org/xml-soap"/> http://robert"/> This message was sent using IMP, the Internet Messaging Program.

Am I forced to use the axis webapp as my deployment?

2006-05-09 Thread robert
I'm getting class not found exceptions with the following setup. axis jars in tomcat's shared lib. I've got the axis web app and I've also got my web app. my web app also defines the AxisServlet since it was complaining if I had a mapping refering to AxisServlet when it was only defined in the

Are stubs/skels backward compatible?

2006-05-09 Thread Robert Nicholson
If you got stubs that were generated against Axis 1.1 are they backward compatible with later releases up to and including 1.4? Which is the suggest 1.x release if you want to run client/server in a 1.5 jvm.

Re: Enable soap monitor

2006-05-09 Thread robert lazarski
The steps in axis 1.x, assuming a axis.war, are: 1) Compile the applet and put it under axis/*applet.class*/WEB-INF 2) Configure the soapmonitor servlet via web.xml 3) Deploy the soapmonitor web service via the admin client 4) Place references in your web service wsdd such as:            

Re: NullPointerException in SAXParserImpl Axis 1.1 with JDK 1.5.0

2006-05-08 Thread Robert Nicholson
If you look at the stack in bug report you'll see that it's using the internal xerces parser.On May 8, 2006, at 11:49 PM, Simon Fell wrote: No, the default parser in 1.5 is crimson, not the bundled xerces. -Original Message----- From: Robert Nicholson [mailto:[EMAIL PROTECTED]] S

Re: NullPointerException in SAXParserImpl Axis 1.1 with JDK 1.5.0

2006-05-08 Thread Robert Nicholson
----- From: Robert Nicholson [mailto:[EMAIL PROTECTED]] Sent: Mon 5/8/2006 6:46 PM To: axis-user@ws.apache.org Subject: NullPointerException in SAXParserImpl Axis 1.1 with JDK 1.5.0 There's a bug report on Sun here http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5055210 What was the workarou

NullPointerException in SAXParserImpl Axis 1.1 with JDK 1.5.0

2006-05-08 Thread Robert Nicholson
There's a bug report on Sun here http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5055210 What was the workaround if you still want to use Axis 1.1 on the 1.5 JRE?

Re: InvocationTargetException

2006-05-08 Thread robert lazarski
Does c:/keys/client.ks exist? HTH, Robert http://www.braziloutsource.com/ On 5/8/06, Annette Vetter <[EMAIL PROTECTED]> wrote: Hi there,I'm a beginner with web services but I've already developed several simple ones. Now I wanted to add additional security features ... and it

Re: [Axis2 1.0] deployment problem?

2006-05-08 Thread robert lazarski
ing, Rob, is to try the 2 or 3 other  databinding options available - including ADB. HTH, Robert http://www.braziloutsource.com/ On 5/8/06, Rob Henley <[EMAIL PROTECTED]> wrote: Thanks Ajith - I've deleted everything other than 1.0 jars.Doing a bit of investigation, the '

Re: REPOST FOR HELP: Axis client logging from web applet causes security error

2006-05-08 Thread robert lazarski
you want to see them. HTH, Robert http://www.braziloutsource.com/On 5/8/06, ANTHONY ZIOLKOWSKI <[EMAIL PROTECTED] > wrote: This is second post of this message. I guess the first got lost in the excitement about 2.0. However, I desparately need an answer to this.   I have written my

Re: [Axis2 1.0] ant codegen target problems

2006-05-06 Thread robert lazarski
se is:                                                 HTH, Robert http://news.google.com/ On 5/6/06, Rob Henley <[EMAIL PROTECTED]> wrote: My build.xml contains            classname="org.apache.axis2.tool.ant.AntCodegenTask"   classpath=&

Re: WSDL soap-adress not correctly set by Axis2 1.0 webapp

2006-05-06 Thread robert lazarski
Let me try and understand. You have: http://localhost:8080/axis2/services/MyService" But now you want to create your own webapp: http://localhost:8080/myWebApp/services/MyService" Is that correct? If so, you do this via: cp axis2.war myWebApp.war ? Robert http://www.brazilout

Re: ArrayOf Causing some problems

2006-05-06 Thread robert lazarski
Seems like you are using databinding. If so post the wsdl and maybe we can help. A stack trace may help too. Robert http://www.braziloutsource.com/On 5/5/06, Scott Carr <[EMAIL PROTECTED] > wrote:I am having an issue with running a Function that returns an Array. I have a function

Re: Calendar classCastException

2006-05-05 Thread robert lazarski
anCalendar gregCal = new GregorianCalendar(2021,02,01); And then gregCal as your param to your complex object. So I'd try a vanilla Calendar to see if the problem is xsd:dateTime in axis 1.x doesn't accept a sub-type of calendar. HTH, Robert http://www.braziloutsource.com/On 5/5/06, T

Re: [Axis2] Problems getting wsdl from deployed services in Axis2 v1.0

2006-05-05 Thread robert lazarski
l need to engage the module as explained in the security how-to. If that's not the case perhaps Ruchith can comment. HTH, Robert http://www.braziloutsource.com/On 5/5/06, Sérgio Sousa < [EMAIL PROTECTED]> wrote: Thanks,       The problem is that I've tried putting a wsdl fil

Re: [Axis2] Problems getting wsdl from deployed services in Axis2 v1.0

2006-05-05 Thread robert lazarski
Just put the WSDL inside the META-INF of the aar file. See this article for an explanation of this and a few other common issues: http://www.developer.com/open/article.php/3589126 HTH, Robert http://www.braziloutsource.com/On 5/5/06, Sérgio Sousa < [EMAIL PROTECTED]> wrote: Hi,

<    2   3   4   5   6   7   8   9   >