javax.servlet.ServletException: Invalid phases please recheck axis2.xml

2006-10-15 Thread Anthony v
Hi guys have a look at this and see what you think. I am moving a working AXIS2 app from my local machine to a test server. As far as I can tell everything is the same except that there is a slight difference in nightly builds that are on the test server to what the code was complied in but I don’t

Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

2006-10-15 Thread Davanum Srinivas
Actually it's easy, issue a "svn mv" using the remote URL(s) w/o using the local directory. -- dims On 10/14/06, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: Yes... Actually above commit is a temp fix to get the build up, since it's not at all fun to do a svn move with just a CASE change :(..

[jira] Commented: (AXIS2-1360) Documentation for the 2 ANT tasks and the 4 maven plugins

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1360?page=comments#action_12442375 ] Davanum Srinivas commented on AXIS2-1360: - Sample snippet for java2wsdl ant task

[jira] Created: (AXIS2-1385) Jakarta Http Core not included in axis2.war

2006-10-15 Thread Peter Ansell (JIRA)
Jakarta Http Core not included in axis2.war --- Key: AXIS2-1385 URL: http://issues.apache.org/jira/browse/AXIS2-1385 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: samples, buil

[axis2] dist packaging incorrect

2006-10-15 Thread Sanjiva Weerawarana
I'm offline so can't open a JIRA. It seems to me the packaging of Axis2 distro is not right. When you unpack the std bin dist I expect to get a directory called axis2-1.1 (-RC1 for now) and the stuff to be underneath that. The root dir is missing right now. Sanjiva. -

Re: [Axis2] Should requestors not be reusing AxisService's that have been registered for deployed services or is AxisService.isClientSide() untrustworthy?

2006-10-15 Thread Sanjiva Weerawarana
On Thu, 2006-10-12 at 06:37 -0700, Bill Nagy wrote: > Hi, > > If you have a service, (A), deployed into the runtime and you want to > invoke either it or another service with the same WSDL, (A'), from that > runtime, should you (1)not be passing (A)'s AxisService into the > ServiceClient and alway

Re: [Axis2] Patch for AXIS2-1338

2006-10-15 Thread Sanjiva Weerawarana
On Wed, 2006-10-11 at 13:31 -0400, Ajith Ranabahu wrote: > Hmm... > The instnace XML is indeed valid but it seems the way we handle things > (atleast the assumption we made) is not correct. Right now the > xsd:anyType generates an OMElement as the field (which essentially > assumes that anyType wil

Re: [jira] Created: (AXIS2-1345) HTTP/BOM content before SOAP response from 1.1-RC services

2006-10-15 Thread Sanjiva Weerawarana
On Wed, 2006-10-11 at 15:08 -0700, Dan Jemiolo (JIRA) wrote: > > Can anyone comment on why the MIMEBoundary wrapper and some HTTP > headers seem to be in the POST data? I think this is what's causing > Xerces to fail when parsing the POST content into a DOM Document. This > may be a significant

Re: [axis2] dist packaging incorrect

2006-10-15 Thread robert lazarski
Its been the way it is for several months I believe. I have a script that I've been using to update my environment after a build - particuarly std-bin - and nothings changed recently. It is nicer to have a root dir created though. Robert On 10/14/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote

Re: svn commit: r463888 - /webservices/axis2/branches/java/1_1/modules/samples/maven.xml

2006-10-15 Thread Thilina Gunarathne
aha...Thanks a lot for the tip.. :) ~Thilina On 10/15/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Actually it's easy, issue a "svn mv" using the remote URL(s) w/o using the local directory. -- dims On 10/14/06, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: > Yes... Actually above commit i

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-15 Thread Eran Chinthaka
Srinath Perera wrote: > Just looked at the std distribution .. we have > 3 axom jars > 10 Axis2 jars !!! > > Lets bring them down to two jars .. Most of these axis2 jars are > small. So no harm putting everything in the one jar Hmm, Srinath is this you? :). I put this suggestion long time back an

[jira] Created: (AXIS2-1386) Error identifying the correct SOAPAction to be sent

2006-10-15 Thread Eran Chinthaka (JIRA)
Error identifying the correct SOAPAction to be sent Key: AXIS2-1386 URL: http://issues.apache.org/jira/browse/AXIS2-1386 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Compone

[jira] Resolved: (AXIS2-1386) Error identifying the correct SOAPAction to be sent

2006-10-15 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1386?page=all ] Eran Chinthaka resolved AXIS2-1386. --- Fix Version/s: 1.1 Resolution: Fixed Fixed in revision 464198. > Error identifying the correct SOAPAction to be sent > ---

Re: ServiceLifeCycle changes

2006-10-15 Thread robert lazarski
OK, I can now get startUp() to work, thanks. But startUp() happens _after_ the MR is processed. Why is that? The use case is this: startUp() inits a dependancy that the MR will need. The way it is now, the MR will throw because startUp() is called after the MR is processed. One work around I sup

WS-callback support in axis

2006-10-15 Thread Rodrigue Butaye
Hello, Is there in Axis a support for the ws-callback protocol as defined by BEA(http://dev2dev.bea.com/webservices/WS-CallBack-0_9.html) ? I've read the documentation but there is no mention of callback, I've only found a post of 2005-11-15 on the dev list with the same topic but it was for A

[jira] Resolved: (AXIS2-753) Setting SOAP Version URI to type 1.2 creates invalid Content-Type that fails during parsing

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-753?page=all ] Thilina Gunarathne resolved AXIS2-753. -- Resolution: Fixed Fixed... > Setting SOAP Version URI to type 1.2 creates invalid Content-Type that fails > during parsing > --

Re: javax.servlet.ServletException: Invalid phases please recheck axis2.xml

2006-10-15 Thread Thilina Gunarathne
Hi Anthony, We recently did the following refactoring's to the FLOW names for the sake of consistency... That might be the reason behind your errors.. s/inflow/InFlow s/outflow/OutFlow s/INfaultflow/InFaultFlow s/Outfaultflow/OutFaultFlow s/disEngage/disengage Please have a look at the following

Re: [axis2] dist packaging incorrect

2006-10-15 Thread Thilina Gunarathne
Fixed... http://svn.apache.org/viewvc?view=rev&rev=464231 ~Thilina On 10/15/06, robert lazarski <[EMAIL PROTECTED]> wrote: Its been the way it is for several months I believe. I have a script that I've been using to update my environment after a build - particuarly std-bin - and nothings change

[Axis2] Generated WSDL contains 2 ports with same data

2006-10-15 Thread Thilina Gunarathne
Hi all, Following is a part of the Axis2 generated WSDL as a resul of a POJO deployment using RPCMR... Please notice the ports "mtomSampleHttpport1" & "mtomSampleHttpport" .. They look identical to me... − http://192.168.0.5:8080/axis2/rest/mtomSample"/> − http://192.168.0.5:80

Re: [axis2] dist packaging incorrect

2006-10-15 Thread Thilina Gunarathne
Fixed... http://svn.apache.org/viewvc?view=rev&rev=464231 ~Thilina On 10/15/06, robert lazarski <[EMAIL PROTECTED]> wrote: Its been the way it is for several months I believe. I have a script that I've been using to update my environment after a build - particuarly std-bin - and nothings change

[jira] Created: (AXIS2-1387) JiBX unwrapped code generation broken for async

2006-10-15 Thread Dennis Sosnoski (JIRA)
JiBX unwrapped code generation broken for async --- Key: AXIS2-1387 URL: http://issues.apache.org/jira/browse/AXIS2-1387 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: datab

[jira] Resolved: (AXIS2-1170) The MIMEmessage, that have "Mimepart/Related" in content-type and "This is mime message." is included brefore first boundary, can't be received.

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1170?page=all ] Thilina Gunarathne resolved AXIS2-1170. --- Resolution: Fixed Fixed... http://svn.apache.org/viewvc?view=rev&rev=464247 Thanks Kazushi for pointing this out... ~Thilina > The MIMEmessage

[jira] Created: (AXIS2-1388) CLONE -When generating Java code from WSDL using SOAP1.2 the Stub class has "Unknown Style" comments throughout preventing compilation.

2006-10-15 Thread Anthony Hobart (JIRA)
CLONE -When generating Java code from WSDL using SOAP1.2 the Stub class has "Unknown Style" comments throughout preventing compilation. --- Key: AXI

[jira] Commented: (AXIS2-1315) When generating Java code from WSDL using SOAP1.2 the Stub class has "Uknown Style" comments throughout preventing compilation.

2006-10-15 Thread Anthony Hobart (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1315?page=comments#action_12442427 ] Anthony Hobart commented on AXIS2-1315: --- I have tried the latest nightly build (15/10/2006) it the issue is still there. The only difference now is that the

[jira] Commented: (AXIS2-1388) CLONE -When generating Java code from WSDL using SOAP1.2 the Stub class has "Unknown Style" comments throughout preventing compilation.

2006-10-15 Thread Anthony Hobart (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1388?page=comments#action_12442428 ] Anthony Hobart commented on AXIS2-1388: --- I have tried the latest nightly build (15/10/2006) and while the generated code now compiles the code that creates t

[jira] Created: (AXIS2-1389) JaxbRIDatabindingTemplate.xsl hard-codes "edu.indiana.extreme.www.wsdl.benchmark1.EchoVoid" at line 116

2006-10-15 Thread Chris McClelland (JIRA)
JaxbRIDatabindingTemplate.xsl hard-codes "edu.indiana.extreme.www.wsdl.benchmark1.EchoVoid" at line 116 --- Key: AXIS2-1389 URL: http://issues.apache.org/jira/brow

[jira] Updated: (AXIS2-1361) Errors parsing response document with ADB databinding and simpleContent

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1361?page=all ] Davanum Srinivas updated AXIS2-1361: Priority: Blocker (was: Critical) > Errors parsing response document with ADB databinding and simpleContent > -

[jira] Updated: (AXIS2-1362) Errors parsing Fault document with ADB databinding

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1362?page=all ] Davanum Srinivas updated AXIS2-1362: Priority: Blocker (was: Critical) > Errors parsing Fault document with ADB databinding > -- > >

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-15 Thread Srinath Perera
-0.9 For my application (nothing to do with Web services), there is a dependency on ADB only, specifically org.apache.axis2.databinding.types.UnsignedLong The harm is in introducing a larger-than-necessary jar as a dependency. How much larger than the ADB jar are you proposing that I accept? "Sm

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-15 Thread Srinath Perera
Hey Eran. Did I opposed :) Well one have to set the Axis2 classpath few times before realization hit him --Srinath > Lets bring them down to two jars .. Most of these axis2 jars are > small. So no harm putting everything in the one jar Hmm, Srinath is this you? :). I put this suggestion long t

Re: [Axis2] What to include in the Axis2 1.1 distributions??

2006-10-15 Thread Eran Chinthaka
Hi Alan, What Srinath is trying to explain is about the released artifacts that are going to be listed in the release page. Like war, std-bin, min-bin, etc. For your requirement, we can host all the released jars in maven repo, which you can directly get from. For example, you will see axis2-adb-1

[jira] Assigned: (AXIS2-1389) JaxbRIDatabindingTemplate.xsl hard-codes "edu.indiana.extreme.www.wsdl.benchmark1.EchoVoid" at line 116

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1389?page=all ] Davanum Srinivas reassigned AXIS2-1389: --- Assignee: Davanum Srinivas > JaxbRIDatabindingTemplate.xsl hard-codes > "edu.indiana.extreme.www.wsdl.benchmark1.EchoVoid" at line 116 >

[jira] Assigned: (AXIS2-1385) Jakarta Http Core not included in axis2.war

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1385?page=all ] Davanum Srinivas reassigned AXIS2-1385: --- Assignee: Thilina Gunarathne > Jakarta Http Core not included in axis2.war > --- > > Key:

[jira] Updated: (AXIS2-1384) AxisService#printWSDL2(OutputStream out) prints WSDL 1.1 not WSDL 2.0

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1384?page=all ] Davanum Srinivas updated AXIS2-1384: Priority: Blocker (was: Major) > AxisService#printWSDL2(OutputStream out) prints WSDL 1.1 not WSDL 2.0 > --

[jira] Created: (AXIS2-1390) 'resources' directory (which contains services.xml and .wsdl files) is not created at the specified custom output location

2006-10-15 Thread Charitha Kankanamge (JIRA)
'resources' directory (which contains services.xml and .wsdl files) is not created at the specified custom output location -- Key: AXIS2-1390 U

[jira] Created: (AXIS2-1391) Update "Eclipse Service Archive Creation" plugin

2006-10-15 Thread Thilina Gunarathne (JIRA)
Update "Eclipse Service Archive Creation" plugin Key: AXIS2-1391 URL: http://issues.apache.org/jira/browse/AXIS2-1391 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Reporter: Thi

[jira] Updated: (AXIS2-1391) Update "Eclipse Service Archive Creation" plugin

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1391?page=all ] Thilina Gunarathne updated AXIS2-1391: -- Description: Need to be updated for 1.1 rc2 (was: Need to be updated for 1.1 rc1) > Update "Eclipse Service Archive Creation" plugin > ---

[jira] Created: (AXIS2-1392) Document the limitations of the IDE plugins.

2006-10-15 Thread Thilina Gunarathne (JIRA)
Document the limitations of the IDE plugins. Key: AXIS2-1392 URL: http://issues.apache.org/jira/browse/AXIS2-1392 Project: Apache Axis 2.0 (Axis2) Issue Type: Improvement Components: ide

[jira] Updated: (AXIS2-1391) Update "Eclipse Service Archive Creation" plugin

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1391?page=all ] Thilina Gunarathne updated AXIS2-1391: -- Component/s: ide plugins > Update "Eclipse Service Archive Creation" plugin > > > K

[jira] Created: (AXIS2-1393) Both Eclipse or IDEA plugins need to show the same behaviour

2006-10-15 Thread Thilina Gunarathne (JIRA)
Both Eclipse or IDEA plugins need to show the same behaviour Key: AXIS2-1393 URL: http://issues.apache.org/jira/browse/AXIS2-1393 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Resolved: (AXIS2-1385) Jakarta Http Core not included in axis2.war

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1385?page=all ] Thilina Gunarathne resolved AXIS2-1385. --- Resolution: Fixed I just found that it's there in http://people.apache.org/dist/axis2/nightly/axis2-1.1-SNAPSHOT.war Thilina > Jakarta Http Cor

[jira] Assigned: (AXIS2-1381) Need to enhance code generation from WSDL to support JMS extensions

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1381?page=all ] Davanum Srinivas reassigned AXIS2-1381: --- Assignee: Davanum Srinivas > Need to enhance code generation from WSDL to support JMS extensions > ---

[jira] Updated: (AXIS2-1368) Inproper error message given when the package name is invalid

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1368?page=all ] Thilina Gunarathne updated AXIS2-1368: -- Component/s: ide plugins (was: Tools) > Inproper error message given when the package name is invalid > ---

[jira] Updated: (AXIS2-1366) Error occured when generating code through the Code Generating Wizard after going back two steps from the last step of the Wizard

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1366?page=all ] Thilina Gunarathne updated AXIS2-1366: -- Component/s: ide plugins (was: Tools) > Error occured when generating code through the Code Generating Wizard after > going ba

[jira] Updated: (AXIS2-1364) After specifying a custom package name some classes being created under a different package structure

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1364?page=all ] Thilina Gunarathne updated AXIS2-1364: -- Component/s: ide plugins (was: Tools) > After specifying a custom package name some classes being created under a > different

[jira] Updated: (AXIS2-1365) Test cases not generated when using the Code Generating Wizard with some of the custom options

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1365?page=all ] Thilina Gunarathne updated AXIS2-1365: -- Component/s: ide plugins (was: Tools) > Test cases not generated when using the Code Generating Wizard with some of > the cust

[jira] Updated: (AXIS2-1343) WSDL generation misbehaviour

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1343?page=all ] Davanum Srinivas updated AXIS2-1343: Priority: Blocker (was: Major) > WSDL generation misbehaviour > > > Key: AXIS2-1343 > URL:

[jira] Resolved: (AXIS2-1332) Axis2-idea-plugin Code generation using default client option does not work correctly

2006-10-15 Thread Thilina Gunarathne (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1332?page=all ] Thilina Gunarathne resolved AXIS2-1332. --- Resolution: Fixed Assignee: Thilina Gunarathne Patch applied... Thnax Keith.. http://svn.apache.org/viewvc?view=rev&rev=464385 > Axis2-ide

[jira] Updated: (AXIS2-1320) Service throws error.. fault "null" with if a service method throws Axis Fault

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1320?page=all ] Davanum Srinivas updated AXIS2-1320: Component/s: rpc (was: core) > Service throws error.. fault "null" with if a service method throws Axis Fault > ---

[jira] Updated: (AXIS2-1308) SOAP request doesn't work after enabled REST Suoport by enableREST in axis2.xml and get an AxisFault: First Element must contain the local name, Envelope;

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1308?page=all ] Davanum Srinivas updated AXIS2-1308: Priority: Blocker (was: Major) > SOAP request doesn't work after enabled REST Suoport by enableREST in > axis2.xml and get an AxisFault: First Element

[jira] Assigned: (AXIS2-1314) Specifying location of the service in Java2WSDLTask Ant task

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1314?page=all ] Davanum Srinivas reassigned AXIS2-1314: --- Assignee: Davanum Srinivas > Specifying location of the service in Java2WSDLTask Ant task > -

Re: [Axis2] Axis2 1.1-RC1 Release

2006-10-15 Thread Thilo Frotscher
Hi! Where's the Eclipse Service Archiver Wizard? It's not in the below mentioned folder. Does that mean it won't be part of Axis2 1.1? Cheers, Thilo Thilina Gunarathne wrote: Hi all, I uploaded the Axis2 1.1 RC1 release artifacts to the following locations. Please help us by downloading an

[jira] Updated: (AXIS2-1299) Service is not listed as faulty when the fully qualified implementation class name is not specified in the services.xml

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1299?page=all ] Davanum Srinivas updated AXIS2-1299: Priority: Blocker (was: Critical) > Service is not listed as faulty when the fully qualified implementation class > name is not specified in the servi

[jira] Updated: (AXIS2-1295) Faulty services are not removed from the 'Available Services' list even if user removes the archive file from the ..\WEB-INF\services directory

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1295?page=all ] Davanum Srinivas updated AXIS2-1295: Priority: Blocker (was: Minor) > Faulty services are not removed from the 'Available Services' list even if > user removes the archive file from the .

[jira] Updated: (AXIS2-1288) Improper error message is displayed when clicking on upload button without selecting an archive

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1288?page=all ] Davanum Srinivas updated AXIS2-1288: Priority: Blocker (was: Minor) > Improper error message is displayed when clicking on upload button without > selecting an archive > -

[jira] Updated: (AXIS2-1272) Cannot differentiate between an int sent as 0 and an int sent as nil

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1272?page=all ] Davanum Srinivas updated AXIS2-1272: Component/s: adb Description: The service I deal with often sends back values a nil (or NULL). For most datatypes, such as String and Date the val

[jira] Updated: (AXIS2-1217) Changes done to the "RESTful Web services Support" guide

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1217?page=all ] Davanum Srinivas updated AXIS2-1217: Component/s: documentation (was: samples, build,site) > Changes done to the "RESTful Web services Support" guide >

[jira] Assigned: (AXIS2-1267) Wsdl generated by AxisServlet has targetNamespace="http://ws.apache.org/axis2" instead of one relevant to Service.

2006-10-15 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1267?page=all ] Eran Chinthaka reassigned AXIS2-1267: - Assignee: Deepal Jayasinghe > Wsdl generated by AxisServlet has > targetNamespace="http://ws.apache.org/axis2"; instead of one relevant to > Service

[jira] Created: (AXIS2-1394) Server side code is not generated when source directory is not available in opened IDEA project

2006-10-15 Thread Charitha Kankanamge (JIRA)
Server side code is not generated when source directory is not available in opened IDEA project --- Key: AXIS2-1394 URL: http://issues.apache.org/jira/browse/AXIS2-1394

[jira] Commented: (AXIS2-1154) OMException when calling web-service

2006-10-15 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1154?page=comments#action_12442484 ] Davanum Srinivas commented on AXIS2-1154: - WSDL Please? Can you please try 1.1 branch nightly builds? > OMException when calling web-service >