Re: axis2: how to run a main class(or servlet) in my service pack right after axis2 server is started?

2007-10-22 Thread Qil . Wong
Hi, Upul, Thanks for your advice. It works now! 2007/10/22, Upul Godage <[EMAIL PROTECTED]>: > > There is this ServiceLifeCycle interface. When implemented and configured, > startUp, shutDown will be called at service deployment, undeployment times > respectively. Deploying services hap

Re: [Axis2][Strawman] Re-organise AddressingInHandler Code to take account of Security Considerations

2007-10-22 Thread David Illsley
Hi Ruchith, Yes, I think tha handler should be in the addressing module, and so yes, I think we should use a property to allow the AxisOperation to be verified (and easily extracted by the security handlers). David On 19/10/2007, Ruchith Fernando <[EMAIL PROTECTED]> wrote: > Hi David, > > I agree

axis2: create database connection by services in axis2 server

2007-10-22 Thread Qil . Wong
Hi, I have one javase application and now I need to change it into axis2 webservice and publish it. While it was javase application, it run fine(certanlly, it could db connections). But after I change it into axis2 service, when the application tries to create database connection, there w

[jira] Created: (AXIS-2703) java.lang.reflect.InvocationTargetException

2007-10-22 Thread Javier A. Ortiz (JIRA)
java.lang.reflect.InvocationTargetException --- Key: AXIS-2703 URL: https://issues.apache.org/jira/browse/AXIS-2703 Project: Axis Issue Type: Bug Affects Versions: 1.4 Environment: Windows

[jira] Commented: (AXIS-2703) java.lang.reflect.InvocationTargetException

2007-10-22 Thread Javier A. Ortiz (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_1253 ] Javier A. Ortiz commented on AXIS-2703: --- By the way the offending code is in a Binding stub created by wsdl2java

[jira] Created: (AXIS2-3293) NPE in AxisEngine when trying to use TCP transport

2007-10-22 Thread dror yaffe (JIRA)
NPE in AxisEngine when trying to use TCP transport -- Key: AXIS2-3293 URL: https://issues.apache.org/jira/browse/AXIS2-3293 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: clien

[jira] Created: (AXIS2-3294) Change default http protocol to 1.0 from 1.1

2007-10-22 Thread Nathan Hook (JIRA)
Change default http protocol to 1.0 from 1.1 Key: AXIS2-3294 URL: https://issues.apache.org/jira/browse/AXIS2-3294 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: client-ap

Re: [Axis2] Axis2 and WebSphere Interoperability

2007-10-22 Thread Jeremy Hughes
Hi, this sounds good - please see comments inline. On 19/10/2007, David Illsley <[EMAIL PROTECTED]> wrote: > Hi Andrew, > It's not entirely clear to me what you're trying to do... are you > looking to add client and service samples into the axis2 build which > you can then run against WebSphere? I

Re: [Axis2] Axis2 and WebSphere Interoperability

2007-10-22 Thread Andrew A Das
Hi Jeremy, Thanks for the quick response. The WebSphere interoperobility tests will be targeted to run against out-of-the-box Axis2. Furthermore, the developer will have the flexibility to change the endpoints to a WebSphere server of their own choice. No downloads, or WebSphere prereqs/softwa

Re: Axis2 and WebSphere Interoperability

2007-10-22 Thread Andrew Das
Yes they will be. On 10/20/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: > > Andrew > > Are these WebSphere endpoints going to be publicly (internet) accessible? > > Paul > > On 10/19/07, Andrew Das < [EMAIL PROTECTED]> wrote: > > > > Hi David, > > Thanks for the quick response. The samples we int

Re: Axis2 and WebSphere Interoperability

2007-10-22 Thread Andrew Das
We prefer to put in an automated process in Axis2 so that we don't have to manage when and where to run the samples. Any developer, including internal developers can run our samples against a snapshot or released Axis2 build. This will free us from managing and maintaining the test cycles, if done

Re: Axis2 and WebSphere Interoperability

2007-10-22 Thread Deepal Jayasinghe
I have no objecting on introducing these samples, and I think it is good to have such a set of samples. But my only worry is I should be able to run the build off line. Therefore rather than adding to the build directly let's have a separate maven option to run those sample , something like mvn cle

[jira] Commented: (AXIS2-3059) Date gets changed for xs:date types

2007-10-22 Thread Lars Kruse Pedersen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536830 ] Lars Kruse Pedersen commented on AXIS2-3059: Thanks for the fix, but... Isn't there supposed to be a colo

RE: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread Tom Jordahl
[Concerning commons-logging] > also what would you replace it with ? I actually think that the JDK 1.4 logging APIs would probably do the trick, not have "jar hell" problems, and be functional enough for most everyone. -- Tom Jordahl -Original Message- From: Ajith Ranabahu [mailto:[EMAI

Re: Axis2 and WebSphere Interoperability

2007-10-22 Thread David Illsley
:-) I don't think you want to put the websphere samples in that directory (modile/integration/manual)... I don't think it actually builds, and it may not have a long lifespan (see below). How about you create a module in modules/integration/websphere which isn't hooked in to the build by default.

Re: [Axis2] Understanding Axis2 dependencies

2007-10-22 Thread Ajith Ranabahu
Hi Tom, On 10/22/07, Tom Jordahl <[EMAIL PROTECTED]> wrote: > [Concerning commons-logging] > > also what would you replace it with ? > > I actually think that the JDK 1.4 logging APIs would probably do the > trick, not have "jar hell" problems, and be functional enough for most > everyone. > Agre

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

Re: Axis2 and WebSphere Interoperability

2007-10-22 Thread Sanjiva Weerawarana
If you really want to have hardcoded endpoints etc. then the solution is to host those samples somewhere and have some automated execution of those against Axis2 nightly builds. Its not acceptable to commit into the ASF repo some code that is only designed to work against some WebSphere sample

axis2: create database connection by services in web server(not axis2 server)

2007-10-22 Thread Qil . Wong
Hi, Yesterdy I asked Antonio about the db connection creation in a service. The answer was: Put the db driver .jar in /axis2/WEB-INF/lib, all jars what you want to use must go here. I followed that and did it, but with a little change(because I didn't have a web server then), I put the db driv