[jira] Commented: (AXIS-2424) Java2WSDL and again WSDL2Java on the created wsdl modify the code irreversably

2006-05-04 Thread Olaf Danne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2424?page=comments#action_12377754 ] Olaf Danne commented on AXIS-2424: -- Ok, we found a few links regarding "Capitalization of inferred names" in which the problem is illustrated. So we should better avoid using

[jira] Created: (AXIS2-665) WSDL2Java generated code does not run correctly

2006-05-04 Thread Siim Annuk (JIRA)
WSDL2Java generated code does not run correctly --- Key: AXIS2-665 URL: http://issues.apache.org/jira/browse/AXIS2-665 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: wsdl Environment: Windows 200 Service Pack

[Axis2] local transport broken?

2006-05-04 Thread Dennis Sosnoski
Is anyone actually using local transport? It appears to me that it's completely broken (there's no ConfigurationContext set on LocalTransportReceiver, for one thing, so that it throws an NPE as soon as process message is called), but I figured I'd check with people before tinkering with it to m

[Axis2] Log (mis)use?

2006-05-04 Thread Dennis Sosnoski
In many places in the code I see non-static log instances being created, using "LogFactory.getLog(getClass())". The usage pattern I've seen in the past is to create a static log instance for the class, since AFAIK the logging options will be the same for all instances of a class and the creatio

Re: [Axis2] Log (mis)use?

2006-05-04 Thread Davanum Srinivas
Dennis, i fixed a few since last week. Please go ahead and fix them when u get a chance. We'll keep a look out for them from now on. thanks, dims On 5/4/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: In many places in the code I see non-static log instances being created, using "LogFactory.get

Re: [Axis2] Log (mis)use?

2006-05-04 Thread Dennis Sosnoski
A quick grep found 116 instances under axis2/modules (and another 13 in axiom), so fixes may take a while unless someone can write a clever script. - Dennis Davanum Srinivas wrote: Dennis, i fixed a few since last week. Please go ahead and fix them when u get a chance. We'll keep a look out

[jira] Resolved: (AXIS2-665) WSDL2Java generated code does not run correctly

2006-05-04 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-665?page=all ] Ajith Harshana Ranabahu resolved AXIS2-665: --- Resolution: Fixed The WSDL has multiple ports and WSDL picked up a random port (it should be the first port but the WSDL4J port map d

[jira] Created: (AXIS2-666) WS-Addressing - AddressingSubmissionInHandler does not deserialise EPR extensibility attributes and elements

2006-05-04 Thread David Illsley (JIRA)
WS-Addressing - AddressingSubmissionInHandler does not deserialise EPR extensibility attributes and elements Key: AXIS2-666 URL: http://issues.apache.org/jira/browse/AXIS

[jira] Updated: (AXIS2-666) WS-Addressing - AddressingSubmissionInHandler does not deserialise EPR extensibility attributes and elements

2006-05-04 Thread David Illsley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-666?page=all ] David Illsley updated AXIS2-666: Attachment: unittestpatch4.txt Fix to AddressingSubmissionInHandler and some new/extended Addresing unit tests which all pass (with this patch) > WS-Addressing

[jira] Commented: (AXIS2-663) WSDL2Java: allow user to specify separate destination folders for src and resources

2006-05-04 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-663?page=comments#action_12377806 ] Thilo Frotscher commented on AXIS2-663: --- Exactly that's the problem...that WSDL2Java generates code with only a single service in mind. The problem arises, when you have

[jira] Created: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Dennis Sosnoski (JIRA)
Operation dispatch based on message body is broken -- Key: AXIS2-667 URL: http://issues.apache.org/jira/browse/AXIS2-667 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: core Versions: 1.0 Environmen

[jira] Updated: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-667?page=all ] Dennis Sosnoski updated AXIS2-667: -- Attachment: patch.diff > Operation dispatch based on message body is broken > -- > > Key: AXIS2-667

Re: [Axis2] Log (mis)use?

2006-05-04 Thread Davanum Srinivas
Fixed. thanks, dims On 5/4/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: A quick grep found 116 instances under axis2/modules (and another 13 in axiom), so fixes may take a while unless someone can write a clever script. - Dennis Davanum Srinivas wrote: > Dennis, > > i fixed a few since l

[jira] Created: (AXIS2-668) AntCodegenTask throws exception

2006-05-04 Thread Bryan Brouckaert (JIRA)
AntCodegenTask throws exception --- Key: AXIS2-668 URL: http://issues.apache.org/jira/browse/AXIS2-668 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: Tools Versions: 1.0 Environment: axis2-1.0 svn 2005-05-04 (noon)

[jira] Updated: (AXIS2-668) AntCodegenTask throws exception

2006-05-04 Thread Bryan Brouckaert (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-668?page=all ] Bryan Brouckaert updated AXIS2-668: --- Attachment: build-test.xml Example of ant build file > AntCodegenTask throws exception > --- > > Key: AXIS2-668 >

[jira] Commented: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-667?page=comments#action_12377831 ] Davanum Srinivas commented on AXIS2-667: post 1.0 please...let's review this in for a possible 1.0.1 soon if it turns to be a huge problem. > Operation dispatch based

[jira] Commented: (AXIS2-666) WS-Addressing - AddressingSubmissionInHandler does not deserialise EPR extensibility attributes and elements

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-666?page=comments#action_12377832 ] Davanum Srinivas commented on AXIS2-666: post 1.0 please? let's review this in for a possible 1.0.1 soon if it turns to be a huge problem. > WS-Addressing - Addressing

[AXIOM] Feedback from Elliotte

2006-05-04 Thread Davanum Srinivas
Team, FYI, http://cafeconleche.org/oldnews/news2006May3.html Elliotte, Thanks for your feedback on your site. We'll try to respond to the points. In the mean time could you please try writing some code using AXIOM, it would help us enormously to understand the problems better? thanks, dims -- D

[jira] Commented: (AXIS2-557) Problems when generating stubs and skeletons from wsdl

2006-05-04 Thread Ajith Harshana Ranabahu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-557?page=comments#action_12377833 ] Ajith Harshana Ranabahu commented on AXIS2-557: --- Hi, Yes - the fix was committed and is available at the SVN head. If you care to wait for a few days more you'll

[jira] Created: (AXIS2-669) Axiom doesn't handle default namespace correctly

2006-05-04 Thread Raymond Feng (JIRA)
Axiom doesn't handle default namespace correctly Key: AXIS2-669 URL: http://issues.apache.org/jira/browse/AXIS2-669 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: om Versions: 1.0 Reporter: Ray

Re: [AXIOM] Feedback from Elliotte

2006-05-04 Thread Davanum Srinivas
Team, Here's my reply: http://blogs.cocoondev.org/dims/archives/004619.html Please feel free to continue this thread here or add your own blog entries or whatever you fancy :) thanks, dims On 5/4/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Team, FYI, http://cafeconleche.org/oldnews/news20

[jira] Commented: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Dennis Sosnoski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-667?page=comments#action_12377897 ] Dennis Sosnoski commented on AXIS2-667: --- Personally I think the code quality would benefit from a week of lockdown prior to 1.0 release, where developers focused on testi

[jira] Commented: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-667?page=comments#action_12377901 ] Davanum Srinivas commented on AXIS2-667: How many more RC's should we release We can always do a 1.0.1 in a week if needed. thanks, dims > Operation dispatch base

[jira] Resolved: (AXIS2-667) Operation dispatch based on message body is broken

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-667?page=all ] Davanum Srinivas resolved AXIS2-667: Resolution: Fixed Patch is in latest SVN. thanks, dims > Operation dispatch based on message body is broken >

[jira] Resolved: (AXIS2-666) WS-Addressing - AddressingSubmissionInHandler does not deserialise EPR extensibility attributes and elements

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-666?page=all ] Davanum Srinivas resolved AXIS2-666: Resolution: Fixed David, Am not sure if i applied this correctly. Could u please verify in latest SVN? thanks, dims > WS-Addressing - AddressingS

[jira] Commented: (AXIS2-669) Axiom doesn't handle default namespace correctly

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-669?page=comments#action_12377945 ] Davanum Srinivas commented on AXIS2-669: Raymond, could u please help write a tiny test case against just AXIOM? then we can move it to WS-COMMONS JIRA. thanks, dims

[jira] Commented: (AXIS2-668) AntCodegenTask throws exception

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-668?page=comments#action_12377946 ] Davanum Srinivas commented on AXIS2-668: Could you please post a list of those jars? does it have wstx-asl-???.jar > AntCodegenTask throws exception > -

[jira] Commented: (AXIS2-669) Axiom doesn't handle default namespace correctly

2006-05-04 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-669?page=comments#action_12377949 ] Raymond Feng commented on AXIS2-669: Sure. I'll write a simple test case. > Axiom doesn't handle default namespace correctly > -

[jira] Updated: (AXIS2-669) Axiom doesn't handle default namespace correctly

2006-05-04 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-669?page=all ] Raymond Feng updated AXIS2-669: --- Attachment: TestAxiom.java Hi, Dims. Here's a very simple test case. Thanks, Raymond > Axiom doesn't handle default namespace correctly > -

[jira] Resolved: (AXIS2-660) Support JAX-B RI databinding for WSDL2Java

2006-05-04 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-660?page=all ] Davanum Srinivas resolved AXIS2-660: Resolution: Fixed Applied. thanks, dims > Support JAX-B RI databinding for WSDL2Java > -- > > Key

[jira] Commented: (AXIS2-653) Handler method "cleanup" is never called

2006-05-04 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-653?page=comments#action_12377961 ] Thilo Frotscher commented on AXIS2-653: --- IMHO it would be very important for handlers to be notified if something went wrong, so that they have a chance to redo actions t

[jira] Commented: (AXIS2-662) JAR files for jaxme missing in axis2.war

2006-05-04 Thread Thilo Frotscher (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-662?page=comments#action_12377962 ] Thilo Frotscher commented on AXIS2-662: --- Thanks. But then there should be some documentation for this :-) - what's the name of the properties file and where does it have

[ANN] [Axis2] Axis2 1.0 Released

2006-05-04 Thread Deepal Jayasinghe
After nearly two years of development, we are very proud to announce the release of Apache Axis2 1.0! Check out our official site: http://ws.apache.org/axis2 Apache Axis2 is a complete re-design and re-write of the widely used Apache Axis SOAP stack to build on the lessons learnt from Apache Ax

[ANN] [Axis2] Axis2 1.0 Released

2006-05-04 Thread Deepal Jayasinghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 After nearly two years of development, we are very proud to announce the release of Apache Axis2 1.0! Check out our official site: http://ws.apache.org/axis2 Apache Axis2 is a complete re-design and re-write of the widely used Apache Axis SOAP sta

[jira] Created: (AXIS2-670) Client does not apply timeout to HTTP connection

2006-05-04 Thread Dennis Sosnoski (JIRA)
Client does not apply timeout to HTTP connection Key: AXIS2-670 URL: http://issues.apache.org/jira/browse/AXIS2-670 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: core Versions: 1.0 Environment: n

[jira] Commented: (AXIS2-670) Client does not apply timeout to HTTP connection

2006-05-04 Thread Chamikara Jayalath (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-670?page=comments#action_12377967 ] Chamikara Jayalath commented on AXIS2-670: -- What do u mean by not applying? The value set in options is used in the ServiceClient 'sendReceive' method. (it seems lik