RE: Parameters order in Axis generated code

2006-02-01 Thread Tom Jordahl
for the constructor arguments. -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Tommaso Martini [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 12:38 PM To: axis-dev@ws.apache.org Subject: Re: Parameters order in Axis generated code Ok, is there a way to control this? Maybe some

[jira] Commented: (AXIS-2146) Different class loading used in attachment type mapping causing NoClassDefFoundError

2006-01-26 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2146?page=comments#action_12364088 ] Tom Jordahl commented on AXIS-2146: --- Wouldn't the change be for the attachement code to use the ClassUtils function instead? If I recall correctly, ClassUtils solves

RE: import *

2006-01-26 Thread Tom Jordahl
.* ; Dug, Please change your IDE to avoid using import * please. We don't do that in Axis. -- Tom Jordahl Adobe ColdFusion Team

RE: import *

2006-01-26 Thread Tom Jordahl
Get a copy of IDEA we get licensed copied as Apache developers I believe. -- Tom Jordahl Adobe ColdFusion Team From: Doug Davis [mailto:[EMAIL PROTECTED] Sent: Thursday, January 26, 2006 10:47 AM To: axis-dev@ws.apache.org Subject: RE: import * Yup - working

[jira] Commented: (AXIS-2376) incomplete generation of 'Stub' due to missing wsdl:part .../ of (WSDL-)Message

2006-01-19 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2376?page=comments#action_12363284 ] Tom Jordahl commented on AXIS-2376: --- You can't have a wrapped operation without the following conditions being met: - Single part (a problem here) - Part is an element

RE: svn commit: r370182 - /webservices/axis/trunk/java/src/org/apache/axis/encoding/SerializationContext.java

2006-01-18 Thread Tom Jordahl
Dug, Uh - we have a property in the wsdd files that controls this... And I believe that the security code turns this off itself. Are you *sure* we want to change this? -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent

RE: svn commit: r370182 - /webservices/axis/trunk/java/src/org/apache/axis/encoding/SerializationContext.java

2006-01-18 Thread Tom Jordahl
No problem, I am only -0 on this change. Hey tcpmon will format the XML for you But I am giving anyone of my customers who complains your email address. J -- Tom Jordahl Adobe ColdFusion Team From: Doug Davis [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 18, 2006

RE: About test/wsdl/interop/groupE

2006-01-17 Thread Tom Jordahl
Ias, If the service is shutdown, then we should remove the test from all-tests. I believe there is an excludes file for the functional tests at the top of the tree. -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Changshin Lee [mailto:[EMAIL PROTECTED] Sent: Thursday

[jira] Closed: (AXIS-2368) Axis failing with error Server did not recognize the value of HTTP Header SOAPAction:

2006-01-17 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2368?page=all ] Tom Jordahl closed AXIS-2368: - Resolution: Invalid Please reopen if there is something that we can fix in Axis. Axis failing with error Server did not recognize the value of HTTP Header

RE: svn commit: r359200 - /webservices/axis/trunk/java/src/org/apache/axis/AxisFault.java

2006-01-06 Thread Tom Jordahl
Hey Dug! Out of nowhere! :-) -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 27, 2005 5:43 AM To: axis-cvs@ws.apache.org Subject: svn commit: r359200 - /webservices/axis/trunk/java/src/org/apache

RE: [jira] Updated: (AXIS-2356) Axis fails to deserialize faults that involve text elements

2006-01-06 Thread Tom Jordahl
the spec-speak turn my brain to mush? -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: Thursday, December 29, 2005 8:54 PM To: axis-dev@ws.apache.org Subject: RE: [jira] Updated: (AXIS-2356) Axis fails to deserialize faults

RE: Problems with commons-logging - Very interesting

2006-01-04 Thread Tom Jordahl
will also note that JRun (the Macromedia/Adobe J2EE server) OEMs Axis and uses commons-logging to very smoothly tie Axis logging to the JRun specific logging classes. Switching that would probably break that system. L So waiting for CL 1.1 is a reasonable course of action. -- Tom Jordahl Adobe

Problems with commons-logging - Very interesting

2005-12-19 Thread Tom Jordahl
: http://www.slf4j.org/ We encountered several of the problems mentioned in the paper specifically because Axis uses commons-logging instead of log4j directly. -- Tom Jordahl Adobe ColdFusion Team

[jira] Closed: (AXIS-2343) NoSuchMethodError:javax.xml.namespace.QName.getPrefix with WSDL2Java

2005-12-16 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2343?page=all ] Tom Jordahl closed AXIS-2343: - Resolution: Invalid This indicates you have another version of the QName classes that were loaded instead of the ones in jaxrpc.jar. Older versions old wsdl4j

[jira] Commented: (AXIS-2272) Duplicated operation names

2005-12-16 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2272?page=comments#action_12360599 ] Tom Jordahl commented on AXIS-2272: --- Fair enough. A simple test case and patches welcome. Duplicated operation names -- Key: AXIS-2272

[jira] Commented: (AXIS-1551) SOAPMonitor should display exceptions too

2005-12-14 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1551?page=comments#action_12360419 ] Tom Jordahl commented on AXIS-1551: --- I would say it is fairly certain that no one is actively working on this bug. Patches are always welcome. SOAPMonitor should display

RE: getPrefix() problem with axis 1.3?

2005-12-14 Thread Tom Jordahl
You are probably getting a older wsdl4j jar file from somewhere else on your classpath. -- Tom Jordahl Adobe ColdFusion Team -Original Message- From: Cooper, Jeremy [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 14, 2005 11:40 AM To: axis-dev@ws.apache.org Cc: Cooper, Jeremy

[jira] Commented: (AXIS-2235) Autogenerated WSDL does not qualify the wsdl:types at all

2005-12-13 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2235?page=comments#action_12360306 ] Tom Jordahl commented on AXIS-2235: --- Why does the XML parser affect this? What does Resin use instead of Xerces, Crimson? I would say you need to file a bug against

[jira] Closed: (AXIS-2235) Autogenerated WSDL does not qualify the wsdl:types at all

2005-12-13 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2235?page=all ] Tom Jordahl closed AXIS-2235: - Resolution: Duplicate duplicate of Axis-2336. Autogenerated WSDL does not qualify the wsdl:types at all

RE: developing axis in eclipse

2005-12-13 Thread Tom Jordahl
ript/BSF.java / file url=file://$PROJECT_DIR$/ws-axis/java/src/org/apache/axis/providers/Com Provider.java / file url=file://$PROJECT_DIR$/ws-axis/java/src/org/apache/axis/transport/htt p/JettyAxisServer.java / /excludeFromCompile -- Tom Jordahl

[jira] Commented: (AXIS-1297) Axis's jaxrpc.jar includes some interfaces from JAXP, causing class cast exceptions in JBoss, possibly Tomcat

2005-12-13 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1297?page=comments#action_12360360 ] Tom Jordahl commented on AXIS-1297: --- Just remove the classes from the Axis 1.1 jaxrpc.jar. Axis's jaxrpc.jar includes some interfaces from JAXP, causing class cast

RE: [VOTE] David Blevins as Axis committer (Re: Axis 1.4 FinalBranch)

2005-12-13 Thread Tom Jordahl
+1 to David. All help with Axis 1.x appreciated! -- Tom Jordahl -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 13, 2005 2:17 PM To: [EMAIL PROTECTED] Cc: axis-dev@ws.apache.org; dev@geronimo.apache.org Subject: Re: [VOTE] David

RE: [Axis2] Client API - Handling properties that are set via options

2005-12-07 Thread Tom Jordahl
Sweet. Thanks Dims. -- Tom Jordahl Adobe (formerly Macromedia) -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 5:42 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Client API - Handling properties that are set via options Tom

RE: [Axis2]Conserns on method signature on InOutMEPClientinvokeXX()

2005-12-07 Thread Tom Jordahl
The AxisClient Sanjiva proposes below sounds very nice. +1 -- Tom Jordahl Adobe (formerly Macromedia) -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 11:48 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2]Conserns on method

RE: [Axis2] Dispatching order.

2005-12-07 Thread Tom Jordahl
+1 to the order you checked in - looks right to me. -- Tom Jordahl -Original Message- From: Chathura Herath [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 12:12 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Dispatching order. Its not the can do that i am interested

RE: [Axis2] Dispatching order.

2005-12-07 Thread Tom Jordahl
I take it back, now that I have caught up, and I see that the URLDispatcher also decides the service. This doesn't really sound right to me; does Axis2 depart so radically from Axis 1.x in operation dispatch? Tom Jordahl Adobe Server Development -Original Message- From: Tom Jordahl

[jira] Commented: (AXIS-2235) Autogenerated WSDL does not qualify the wsdl:types at all

2005-12-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2235?page=comments#action_12359590 ] Tom Jordahl commented on AXIS-2235: --- I don't see this bug on Axis 1.2.1 or 1.3. I have WSDL that has both the default namespace and the wsdl prefix. Autogenerated WSDL

[jira] Commented: (AXIS-2329) Skeleton class don't compile

2005-12-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2329?page=comments#action_12359591 ] Tom Jordahl commented on AXIS-2329: --- Java itself has a 64K (I think) limit on the size of a function. We take steps to avoid this limit. Could you be hitting a Java class

RE: Too much logs in Tomcat+Axis2(Windows)

2005-12-07 Thread Tom Jordahl
Axis logs very little by default. Do you have DEBUG or INFO logging turned on in a commons-logging.properties file somewhere? Tom Jordahl Adobe Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 9:08 PM To: axis

RE: [VOTE] Release Axis 1.4

2005-12-07 Thread Tom Jordahl
+1 I am traveling and won't be able to run my ColdFusion regressions till probably Monday at the earliest. Tom Jordahl Adobe Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 8:50 PM To: axis-dev@ws.apache.org

[jira] Commented: (AXIS-2319) Bad parsing of content type header for multipart messages

2005-12-01 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2319?page=comments#action_12359125 ] Tom Jordahl commented on AXIS-2319: --- Since Axis is using a standard JavaMail jar file, the bug seems to be in that library. Since we do not control these jar files, fixing

RE: [Axis2] Stub / Call

2005-11-28 Thread Tom Jordahl
+1 to avoiding the whole Stub and thread safety issue. +1 to stating clearly the limits in the JavaDoc! -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 9:58 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Stub / Call

RE: [Axis2] Java2WSDL

2005-11-28 Thread Tom Jordahl
. Also, you will want the library (which came from me/Macromedia) that gets the parameter names from the byte code if possible. Code that uses that can be found in JavaProvider I believe. Lots of good code is already written (and debugged!) please take advantage of it. J -- Tom Jordahl

[jira] Commented: (AXIS2-313) TypeSystemHolder does not exist compile errors from WSDL2Java

2005-11-28 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-313?page=comments#action_12358667 ] Tom Jordahl commented on AXIS2-313: --- Should Axis2 actually *do* something useful with this XML Beans class file to make it easier for users to get this to work? Perhaps put

RE: [VOTE] [axis2] finalize axis2 logo

2005-11-22 Thread Tom Jordahl
+1 to [1] (grey gear) Better late than never! :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 4:27 AM To: axis-dev@ws.apache.org Subject: Re: [VOTE] [axis2] finalize axis2 logo

RE: losing placeholder when nillable=true and minOccurs=0 attributes on the same element

2005-11-18 Thread Tom Jordahl
the other way and have nillable take priority. I think you are in the minority on this, but if you want to hack your copy of axis to prefer the other way, you can. If you would like to file an enhancement request with a patch to make this configurable, that would be great too. Thanks. -- Tom

RE: [Axis2] SOAPMessageContext

2005-11-16 Thread Tom Jordahl
. I am wondering why this is so controversial? -- Tom Jordahl Macromedia Server Development From: Paul Fremantle [mailto:[EMAIL PROTECTED] Sent: Sunday, November 13, 2005 7:49 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2] SOAPMessageContext So I think the approach will work

RE: Schema in WSDL

2005-11-15 Thread Tom Jordahl
RTMF. Check the FAQ/Wiki: http://wiki.apache.org/ws/FrontPage/Axis/WsdlFile Also check the documentation here: http://ws.apache.org/axis/java/reference.html#DeploymentWSDDReference -- Tom Jordahl Macromedia Server Development From: Manivannan Gopalan [mailto

RE: Exception: java.lang.NoSuchMethodException: org.apache.axis.encoding.ser.ArrayDeserializerFactory.create(java.lang.Class, javax.xml.namespace.QName)

2005-11-09 Thread Tom Jordahl
You can probably just go in to the code and comment out the debug statement that is causing the exception. -- Tom Jordahl -Original Message- From: Vinita Joshi -X (vinjoshi - eTouch Systems at Cisco) [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 09, 2005 1:33 PM To: axis-dev

[jira] Commented: (AXIS-2285) Deserializing objects on client side with unknown data members from server side causes exception, makes server code harder to maintain

2005-11-04 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2285?page=comments#action_12356810 ] Tom Jordahl commented on AXIS-2285: --- What you are talking about here is changing the contract (the Schema in the WSDL) and versioning the service. This is a very hard

[jira] Commented: (AXIS-2288) Bad document style request processing

2005-11-04 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2288?page=comments#action_12356811 ] Tom Jordahl commented on AXIS-2288: --- You are correct, the dispatching of the operations is based on the child element of the SOAP body. How would you expect this to work

RE: [Axis2] Road Map for next release

2005-11-03 Thread Tom Jordahl
. If it doesnt work with the WSDL users are likely to want to consume, then they will just walk away. Or maybe they will figure out how to use XMLBeans. Maybe. Just my 2 cents. -- Tom Jordahl From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 9:06 PM

RE: [Axis2] Road Map for next release

2005-11-02 Thread Tom Jordahl
If users are trying to use the data binding and it doesnt meet their needs, how can it be a slippery slope? -- Tom Jordahl From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 3:02 AM To: axis-dev@ws.apache.org Subject: Re: [Axis2] Road Map

[jira] Commented: (AXIS-2278) Memory leak cause by JavaUtils.enumMap

2005-11-01 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2278?page=comments#action_12356510 ] Tom Jordahl commented on AXIS-2278: --- A patch would be appreciated. Thanks. Memory leak cause by JavaUtils.enumMap -- Key

RE: [Axis2] Axis2 packaging

2005-10-28 Thread Tom Jordahl
suggest Axis2 should have the same thing (if not the same code) for out of the box testing and evaluation. List the war file as a separate download and those who know what to do with a war can download it. -- Tom Jordahl Macromedia Server Development From

RE: Time zone offset incorrectly handled by Axis, client-side

2005-10-19 Thread Tom Jordahl
Evlogi, Can you try to reproduce the problem without Axis in the mix - just plain Java code? It sure sounds like there is a daylight savings time issue in the JVM on the client, nothing to do with Axis at all. -- Tom Jordahl -Original Message- From: Evlogi Georgiev [mailto:[EMAIL

RE: [Axis2] How to set SOAP Header ?

2005-10-13 Thread Tom Jordahl
Sure seems like this is a good place for a setHeader() convenience method! Let not make the AXIOM/Axis2 API hard to use just for purity sake -- Tom Jordahl -Original Message- From: Chris Lintz [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 5:11 PM To: axis-dev

[jira] Commented: (AXIS-2256) NullPointerException in JavaBeanWriter.preprocess

2005-10-12 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2256?page=comments#action_12331898 ] Tom Jordahl commented on AXIS-2256: --- At the minimum, you will need to attach the full WSDL to the bug. We would much rather see a very *small* WSDL with the data type

RE: [Axis 1.2.1] Incorrect element names of items in a list

2005-10-10 Thread Tom Jordahl
. -- Tom Jordahl Macromedia Server Development From: Denis Schlesinger [mailto:[EMAIL PROTECTED] Sent: Monday, October 10, 2005 7:16 AM To: axis-dev@ws.apache.org Subject: [Axis 1.2.1] Incorrect element names of items in a list Hi all, I have a wrapped/literal web

RE: Multipart message parsing with javamail API

2005-10-07 Thread Tom Jordahl
Sure sounds like a bug in the datahandler classes. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mattias Norlander [mailto:[EMAIL PROTECTED] Sent: Friday, October 07, 2005 5:16 AM To: axis-dev@ws.apache.org Subject: Multipart message parsing with javamail API

[jira] Commented: (AXIS-2249) CLONE -Array deserialization

2005-10-07 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2249?page=comments#action_12331606 ] Tom Jordahl commented on AXIS-2249: --- FYI Around Axis 1.1 the array code was changed to not allocate the size of the array as specified in the SOAP to protect against a DOS

RE: [Axis2] Axis 1.x databinding code in Axis2

2005-10-06 Thread Tom Jordahl
extension for our own databinding Humm.. Took the whole Axis1 SymbolTable? What is the plan here? -- Tom Jordahl Macromedia Server Development

[jira] Commented: (AXIS-1283) can't use mime:multipartRelated in wsdl:output element of a wsdl:operation

2005-10-05 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-1283?page=comments#action_12331389 ] Tom Jordahl commented on AXIS-1283: --- Clearly no one is working on this. Patches and tests are welcome. can't use mime:multipartRelated in wsdl:output element

RE: Is this a Axis 1.2.1 bug?

2005-10-03 Thread Tom Jordahl
It sure sounds like a bug. Could you file a bug report in JIRA with a complete WSDL? Thanks. -- Tom Jordahl From: Dhange, Himmatsinh [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 10:12 AM To: axis-dev@ws.apache.org Subject: Is this a Axis 1.2.1 bug

RE: [VOTE] Brian Husted as Axis Committer

2005-10-03 Thread Tom Jordahl
+1 -- Tom Jordahl -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 2:07 AM To: Axis developer list Subject: [VOTE] Brian Husted as Axis Committer Hi team, Brian Husted has helped clean up attachments code in Axis 1.x for Dime

RE: [jira] Updated: (AXIS2-249) Exessive number size of filesgenerated from WSDL

2005-09-30 Thread Tom Jordahl
+1 on breaking out the war and binary download and slimming down the kit. I would like to keep WS-Security support in the primary Axis2 distro. I think it is very valuable to have this support 'out of the box' as a selling point for Axis, similar to its support of WS-Addressing. -- Tom Jordahl

RE: [Axis2] Release Strategy

2005-09-30 Thread Tom Jordahl
enough to replace Axis1) - WSDL generation (1.1 and 2.0) from Java code. If you are going to replace Axis1 (and make no mistake, this *is* one of the things you have to do), you have to do most everything it does - only better. -- Tom Jordahl Macromedia Server Development

RE: [jira] Commented: (AXIS2-249) Exessive number size of files generated from WSDL

2005-09-30 Thread Tom Jordahl
Simon Fell wrote: It seems incredable to me, that you need to generate 20x more files than Axis 1.1, yet its considered acceptible, Am I the only one that thinks this is completely out of control ? Nope. -- Tom Jordahl Macromedia Server Development

[jira] Closed: (AXIS-2239) Sample transport/tcp

2005-09-29 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2239?page=all ] Tom Jordahl closed AXIS-2239: - Resolution: Invalid closing per comments Sample transport/tcp Key: AXIS-2239 URL: http://issues.apache.org/jira

RE: [Axis2] 1.0-alpha release

2005-09-25 Thread Tom Jordahl
cheap as the APIs are not compatible)? What benefits do I get? -- Tom Jordahl -Original Message- From: Srinath Perera [mailto:[EMAIL PROTECTED] Sent: Saturday, September 24, 2005 7:01 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] 1.0-alpha release did anybody use wsdl 2.0

RE: [Axis2] new logo for Axis2

2005-09-23 Thread Tom Jordahl
-- Tom Jordahl Macromedia Server Development From: jayachandra [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 9:14 AM To: axis-dev@ws.apache.org; [EMAIL PROTECTED] Subject: Re: [Axis2] new logo for Axis2 First, Dims! nice work! Nextinstead of going for two

RE: Need help :Error shows the message must contain a wsa:To header

2005-09-23 Thread Tom Jordahl
If you are using Axis 1.2.1, you must use the stubs setHeader() APIs to set SOAP headers in the request. -- Tom Jordahl Macromedia Server Development -Original Message- From: KV, Jayadev (GE Consumer Industrial) [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:51 PM

RE: [Axis2] 1.0-alpha release

2005-09-23 Thread Tom Jordahl
I would say that any Axis2 1.0 would have to fully support WSDL 1.1 and WSDL 2.0 generation (from Java) and consumption (to Java). I dont think we are there yet, particularly on the WSDL 2.0 front. I would much rather release early/often with a .92, .93, .95, etc. -- Tom Jordahl

RE: [Axis2] 1.0-alpha release

2005-09-23 Thread Tom Jordahl
at all. Features required/requested for Axis2 1.0: - Full support for WSDL 1.1 to and from Java. - Full support for the current WSDL 2.0 spec: WSDL from Java and consumption of services described by a 2.0 WSDL. -- Tom Jordahl Macromedia Server Development

RE: [Axis2] new logo for Axis2

2005-09-22 Thread Tom Jordahl
I don't care for Dims version. I would prefer Ajith's version with the 2 changed to not be a superscript. I would also like the original logo tweaked with a 2 somehow, but keeping the font. -- Tom Jordahl Macromedia Server Development -Original Message- From: Venkat Reddy [mailto

RE: [Axis2] JAX-RPC

2005-09-22 Thread Tom Jordahl
Dru, I assume you wanted to address this to the Axis2 development team. You should prefix the subject line of your mail with the string [Axis2]. Axis 1.2.1 is JAX-RPC compliant. -- Tom Jordahl Macromedia Server Development -Original Message- From: Dru Devore [mailto:[EMAIL PROTECTED

RE: Bug # 18409 JavaToWSDL Mapping

2005-09-22 Thread Tom Jordahl
Weston, Axis has switch to using JIRA for bug tracking and Subversion for source control. Is it possible that you are looking at the wrong stuff? -- Tom Jordahl Macromedia Server Development From: Price Weston [mailto:[EMAIL PROTECTED] Sent: Wednesday, September

[jira] Commented: (AXIS-2227) Axis fails to emit WSDL when using beans classes ex WSDL2Java

2005-09-22 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2227?page=comments#action_12330203 ] Tom Jordahl commented on AXIS-2227: --- Two things: - You need to inline the schema so we can see what that types are. - It sounds like you are defining an attribute as a URI

[jira] Resolved: (AXIS-2228) Missing documented methods on QName object in jaxrpc.jar

2005-09-22 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2228?page=all ] Tom Jordahl resolved AXIS-2228: --- Resolution: Invalid Vincent, Just ran in to this myself where a classloader issue cause an old wsdl4j jar to be loaded. If you are using a wsdl4j.jar older

RE: [VOTE] Release Axis 1.3

2005-09-21 Thread Tom Jordahl
ColdFusion web service regression suite passes. +1 to cutting a release. -- Tom Jordahl Macromedia Server Development -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 5:06 PM To: [EMAIL PROTECTED] Cc: axis-dev@ws.apache.org Subject

RE: getPrefix (Re: [VOTE] Release Axis 1.3)

2005-09-21 Thread Tom Jordahl
Details of the problem for those interested: http://tjordahl.blogspot.com/2005/09/upgrading-coldfusion-mx-7-to-axis-1 3.html Changing QName is a bummer. :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent

RE: Kerberos Servlet

2005-09-20 Thread Tom Jordahl
I dont believe that commons-http supports Kerberos so you would have to write your own. -- Tom Jordahl Macromedia Server Development From: Graham Morrison [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 10:15 AM To: axis-user@ws.apache.org; axis-dev

RE: compatability problems

2005-09-20 Thread Tom Jordahl
. -- Tom Jordahl Macromedia Server Development From: Kurt Olsen [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 7:13 PM To: axis-dev@ws.apache.org Subject: RE: compatability problems Hello Tom, thanks for responding Were gonna be keeping cf for some of our admin tasks

[jira] Reopened: (AXIS-2138) Regression with base64Binary and simpleType elements

2005-09-20 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2138?page=all ] Tom Jordahl reopened AXIS-2138: --- Reopening per Steve Green's comments. Regression with base64Binary and simpleType elements Key

RE: [Axis2] services.xml

2005-09-20 Thread Tom Jordahl
and the way is as fllows serviceGroup service name=foo /service service name=bar /service /serviceGroup Can I still have a single service top level element in services.xml and the right thing will happen? -- Tom Jordahl Macromedia Server Development

RE: [Axis2]Changing service descriptor

2005-09-20 Thread Tom Jordahl
for a single service service name=will be ignored and archive name will be replaced as service name /service Great! Ignore my previous question then. -- Tom Jordahl Macromedia Server Development

RE: [Axis2] codegen

2005-09-20 Thread Tom Jordahl
Ajith, Please take the code to clean up XML names for Java from the Axis1 source base JaveUtil.java. -- Tom Jordahl Macromedia Server Development From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: Monday, September 19, 2005 7:44 AM To: axis-dev@ws.apache.org

[jira] Commented: (AXIS2-230) I wish the codegen tool generated code was indented nicely

2005-09-20 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-230?page=comments#action_12330022 ] Tom Jordahl commented on AXIS2-230: --- Just make sure that the XSLT template have good indentation, that will cover 90% of the problem, right? I wish the codegen tool

RE: [VOTE] Release Axis 1.3

2005-09-20 Thread Tom Jordahl
I will run the ColdFusion MX regressions on a build of the current source. Might not have results till tomorrow. -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 20, 2005 2:38 PM To: Axis

RE: [VOTE] Release Axis 1.3

2005-09-20 Thread Tom Jordahl
be getting a bad QName class from? -- Tom Jordahl javax.xml.namespace.QName.getPrefix()Ljava/lang/String; java.lang.NoSuchMethodError: javax.xml.namespace.QName.getPrefix()Ljava/lang/String; at org.apache.axis.wsdl.symbolTable.BackslashUtil.getQNameWithDifferentL ocal(BackslashUtil.java:62

RE: compatability problems

2005-09-19 Thread Tom Jordahl
stacks to avoid them. Speaking as a Macromedia employee, why are you moving away from CF? -- Tom Jordahl Macromedia Server Development ColdFusion Architect From: Kurt Olsen [mailto:[EMAIL PROTECTED] Sent: Friday, September 16, 2005 5:43 PM To: axis-dev@ws.apache.org Subject

[Axis2] The Locked attribute

2005-09-15 Thread Tom Jordahl
work fine? I assume the default for locked is false. Do we need to have this attribute specified for every element? I would think best practice would be to omit it in all cases unless you *do* want to lock it. -- Tom Jordahl Macromedia Server Development

RE: [axis2] build time observation

2005-09-15 Thread Tom Jordahl
Victory! Let's ship 1.0! :-) P.S. do we have as many tests as Axis1? -- Tom Jordahl Macromedia Server Development -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED] Sent: Thursday, September 15, 2005 1:05 PM To: axis-dev@ws.apache.org Subject: [axis2] build time

RE: [axis2] build time observation

2005-09-15 Thread Tom Jordahl
Time to get rid of maven and switch back to ant? :) +1 Axis1 went through the build/test re-implementation too. Didn't help. :-( -- Tom Jordahl Macromedia Server Development

RE: [Axis2] More about service groups

2005-09-13 Thread Tom Jordahl
/services The deployment code can figure out which case it is based on the QName of the document element. +1 Let to code figure it out, don't make the user do the work. -- Tom Jordahl Macromedia Server Development

RE: [Axis2] More about service groups

2005-09-13 Thread Tom Jordahl
How about naming the element serviceGroup in the service.xml to make it more distinctive from service. That would match with the code too. -- Tom Jordahl Macromedia Server Development -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13

[jira] Commented: (AXIS2-215) Getting the operation implementation details from WSDL

2005-09-13 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-215?page=comments#action_12324455 ] Tom Jordahl commented on AXIS2-215: --- I would think that Axis2 would examine the implementation class to get the operation, just like Axis1 does. Perhaps the title should

RE: [Axis2] Build changed?

2005-09-13 Thread Tom Jordahl
I syncd a source tree today and my maven command build stuff. 'maven all-tests' doesn't seem to work for me however. :-{ And I thought Axis 1.x build.xml system was tricky - maven makes the complexity go up to 11! :-) -- Tom Jordahl Macromedia Server Development -Original Message

RE: [Axis2] More about service groups

2005-09-13 Thread Tom Jordahl
or serviceGroup in it would be very nice. -- Tom Jordahl Macromedia Server Development

RE: [Axis2] Deploying Service Exploded directory

2005-09-13 Thread Tom Jordahl
Deepal, If I understood what you did here, if you dont explode all archives, then regular directories wont be loaded. I think it would be nicer if Axis2 would load exploded directories AND read archive files directly (not explode them). -- Tom Jordahl Macromedia Server

RE: AdminClient problem

2005-09-12 Thread Tom Jordahl
There are several things that may be wrong 1. Your Test.wsdd file has an error in it, which triggers a code problem 2. Your Test.wsdd file is correct, and it triggers a code bug. Was the wsdd file generate by WSDL2Java? -- Tom Jordahl Macromedia Server Development -Original Message

[jira] Commented: (AXIS2-211) All printStackTrace() calls should be removed

2005-09-12 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-211?page=comments#action_12323252 ] Tom Jordahl commented on AXIS2-211: --- If we are printing stack traces when tests *fail*, then this is a good thing. I don't think you can have too much info in that case

RE: [Axis2] printStackTrace

2005-09-09 Thread Tom Jordahl
Done: http://issues.apache.org/jira/browse/AXIS2-211 -- Tom Jordahl Macromedia Server Development -Original Message- From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 8:32 PM To: axis-dev@ws.apache.org Subject: Re: [Axis2] printStackTrace

RE: svn commit: r279686 - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/deployment/listener/ core/src/org/apache/axis2/transport/http/ security/src/org/apache/axis2/security/ xml

2005-09-09 Thread Tom Jordahl
OK, well I guess I should have read further along in my mail... :-) I guess you can close Axis2-211. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 10:08 PM To: [EMAIL PROTECTED

RE: [Axis2] Doesn't addressing classes come bundled withaxis2-0.91.jar?

2005-09-09 Thread Tom Jordahl
of the goal of the simple databinding system is to allow code-first deployment, which MUST be simple (no messing around with copying jars). I'd like to make sure people can take Axis2 out of the box and quickly deploy existing objects/classes as Web Services. +1 -- Tom Jordahl Macromedia

[jira] Closed: (AXIS-2214) JWS deployment fails on OS X: libJ3D.jnilib causes error in opening zip file

2005-09-09 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2214?page=all ] Tom Jordahl closed AXIS-2214: - Resolution: Invalid There isn't much that Axis can do. The compilation of JWS is done by the tools.jar javac compiler which comes with the JDK. See

[jira] Commented: (AXIS-2215) Adding SSL support to SimpleAxisServer

2005-09-09 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2215?page=comments#action_12323069 ] Tom Jordahl commented on AXIS-2215: --- Leonard, Could you please attach a diff against the latest SVN source? Adding SSL support to SimpleAxisServer

[jira] Closed: (AXIS-2213) ClassNotFoundException when using Xalan 2.7

2005-09-09 Thread Tom Jordahl (JIRA)
[ http://issues.apache.org/jira/browse/AXIS-2213?page=all ] Tom Jordahl closed AXIS-2213: - Resolution: Invalid Closing per Andy's comments. ClassNotFoundException when using Xalan 2.7 --- Key: AXIS

[Axis2] printStackTrace

2005-09-08 Thread Tom Jordahl
+e.printStackTrace(); Probably a mistake, but Axis2 should not have any of these lying around in it. All stack traces should be logged, not printed to the console. This is very unfriendly to users who embed Axis in to their stuff. Thanks. -- Tom Jordahl Macromedia Server

Building of tests broken?

2005-09-08 Thread Tom Jordahl
\extensibility\build.xml:89: Compile failed; see the compiler error output for details. -- Tom Jordahl

<    1   2   3   4   5   >