Re: [axiom] [axis2] Coding style

2007-03-06 Thread Sanjiva Weerawarana
Eran Chinthaka wrote: 2) When generating exceptions like this, it really isn't very useful to say "received some other implementation" or "value wasn't what was expected". It's much more helpful to actually put the problem value into the exception In this case it only takes an extra moment t

Re: [axiom] [axis2] Coding style

2007-03-06 Thread Sanjiva Weerawarana
Glen Daniels wrote: Two comments here. 1) Messages should be internationalized and accessed via resource APIs. Really. At some point we should all stop working on features and take a few days to hang out and make a serious push to do this across the board. After that's done we should imple

Google SoC 2007

2007-03-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Did we discuss about $subject before? The application deadlines is on 14th March and we better maintain a wiki with project ideas for students to see what we wanna get from them. - -- Chinthaka -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.3 (GNU

Re: [axiom] [axis2] Coding style

2007-03-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > LOL :) Seriously, though, someone probably does need to own the > structural part (making sure that we have common utilities for getting > messages and finding resource files). The actual work of moving the > messages into resource files and chang

Re: [axiom] [axis2] Coding style

2007-03-06 Thread Glen Daniels
Hi Chinthaka! 1) Messages should be internationalized and accessed via resource APIs. Really. At some point we should all stop working on features and take a few days to hang out and make a serious push to do this across the board. After that's done we should implement a daily automated scan

Re: [axiom] [axis2] Coding style

2007-03-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Glen Daniels wrote: > Hey folks: > > Quick code commentary > > Here's some code starting at line 85 in SOAP12FaultImpl: > > public void setReason(SOAPFaultReason reason) throws > SOAPProcessingException { > if (!(reason instanceof SO

[axiom] [axis2] Coding style

2007-03-06 Thread Glen Daniels
Hey folks: Quick code commentary Here's some code starting at line 85 in SOAP12FaultImpl: public void setReason(SOAPFaultReason reason) throws SOAPProcessingException { if (!(reason instanceof SOAP12FaultReasonImpl)) { throw new SOAPProcessingException(

Re: Axis-Regarding deployment of own modules

2007-03-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Inder Dhillon wrote: > > > 1. Could you please tell me what all files need to be included in > the jar file? http://www.developer.com/services/article.php/10928_3557741_3 > > 2. I followed all the steps given in the documentation and t

Re: Proposal: (API change?) Add Fault Action to the AxisFault class

2007-03-06 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi David, The proposal you suggested works, but aren't we polluting AxisFault with that. I'd like to see AxisFault as THE main exception class within Axis2 and the bridge to SOAP fault and only that. So if there is anything to do with the headers, ev

[Axis2] [clustering] Some more changes to the ClusterManager interface

2007-03-06 Thread Chamikara Jayalath
Hi All, It seemed that the current ClusterManager interface will not be sufficient in some of the user scenarios. Based on the discussions I had with some people, I would like to suggest several changes to the interface. 1. Add a layer to replicate configuration changes. It seemed that sometime

[jira] Updated: (AXIS2-2293) Update the resource.properties files

2007-03-06 Thread Ming Cheung (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ming Cheung updated AXIS2-2293: --- Attachment: patch_d424436_0306.txt This patch contains some minor update to the i18n messages. > Up

[jira] Created: (AXIS2-2293) Update the resource.properties files

2007-03-06 Thread Ming Cheung (JIRA)
Update the resource.properties files Key: AXIS2-2293 URL: https://issues.apache.org/jira/browse/AXIS2-2293 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: jaxws, kernel En

[axis2] Re: AxisEngine.checkMustUnderstand enforcing actor/roles?

2007-03-06 Thread Glen Daniels
Re-sending with [axis2] prefix. Please make sure any replies continue on this thread if possible. Thanks. --G Original Message Subject: Re: AxisEngine.checkMustUnderstand enforcing actor/roles? Date: Tue, 06 Mar 2007 15:52:50 -0500 From: Glen Daniels <[EMAIL PROTECTED]> Repl

Re: AxisEngine.checkMustUnderstand enforcing actor/roles?

2007-03-06 Thread Glen Daniels
Hi dims, Michael: It is certainly true that role support is quite lacking so far in Axis2 - I'll commit to cleaning this all up over the next week or so. The main reason to differentiate the SOAP versions is to throw the correct fault - I think Axis1 dealt a lot better in some ways with the d

Axis-Regarding deployment of own modules

2007-03-06 Thread Inder Dhillon
Hello I am a new user to Axis2 and am working on it for my project, it was working all fine but I have one problem in creating my own modules. I have couple of questions: 1. Could you please tell me what all files need to be included in the jar file? 2. I followed all the step

Re: [axis2] How to Configure/Enable Axis2 for REST

2007-03-06 Thread keith chapman
On 3/6/07, Glen Daniels <[EMAIL PROTECTED]> wrote: Hi Anne, all: Anne Thomas Manes wrote: > The reason why the getVersion service works as a RESTful service is > that it only supports the GET operation. If you really want to support > REST then you need to put constraints on the types of resour

[jira] Created: (AXIS2-2292) wsdl2java products a stub that cannot be compiled, when the wsdl file contains an element defined as a restriction on a duration type

2007-03-06 Thread Carmen Checa (JIRA)
wsdl2java products a stub that cannot be compiled, when the wsdl file contains an element defined as a restriction on a duration type - Key: AXIS2-2

[jira] Updated: (AXIS2-2292) wsdl2java produces a stub that cannot be compiled, when the wsdl file contains an element defined as a restriction on a duration type

2007-03-06 Thread Carmen Checa (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carmen Checa updated AXIS2-2292: Summary: wsdl2java produces a stub that cannot be compiled, when the wsdl file contains an element

Re: [axis2] How to Configure/Enable Axis2 for REST

2007-03-06 Thread Glen Daniels
Hi Anne, all: Anne Thomas Manes wrote: > The reason why the getVersion service works as a RESTful service is > that it only supports the GET operation. If you really want to support > REST then you need to put constraints on the types of resources and > the available methods that can be exposed vi

Re: [axis2] Code in kernel module reformatted

2007-03-06 Thread Glen Daniels
FYI, you'll find it at https://svn.apache.org/repos/asf/webservices/axis2/trunk/java/etc/IDEA/ What I'd really like long term is for us to automate this and run it perhaps weekly alongside the automated build - in general there should be very few changes after the initial run and it can keep t

[jira] Resolved: (AXIS2-1991) ServiceGroupContextID re-created by second client calling in scope=soapsession making first client session fail with exception unknown ServiceGroupContextID

2007-03-06 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-1991. - Resolution: Fixed Fixed the default Axis2.xml to 3 milliseconds. updated the comment

Re: [axis2] Code in kernel module reformatted

2007-03-06 Thread Davanum Srinivas
It's already checked into svn. Please go ahead and add a link to it from the developer guidelines. -- dims On 3/5/07, Sanjaya Karunasena <[EMAIL PROTECTED]> wrote: While having it checked in, shall we have the template available for download in the website under developer guidelines? It's good

[jira] Resolved: (AXIS2-2289) SAAJ API throws a misleading exception when looking for a factory implementation

2007-03-06 Thread Davanum Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas resolved AXIS2-2289. - Resolution: Fixed Fixed in svn revision 515119. Jarek, As an Axis committer, you are we

Re: [Axis2] Generate code for multiple services using wsdl2java

2007-03-06 Thread Davanum Srinivas
Amila, Did you notice the WSDL11ToAllAxisServicesBuilder and WSDL20ToAllAxisServicesBuilder? They are supposed to build multiple AxisService(s). thanks, dims On 3/6/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: hi, currently wsdl2java generates code for one service only. So It will improve

Proposal: (API change?) Add Fault Action to the AxisFault class

2007-03-06 Thread David Illsley
Hi All, I've had a quick think about AXIS2-2291 and I think the cleanest solution is to add a get/setFaultAction to the AxisFault class to allow someone throwing an AxisFault to set the fault wsa:Action they wish to use. (This would then be picked up by the MessageContextBuilder and set in the app

[jira] Assigned: (AXIS2-2291) Unable to set the action for a Fault message generated when throwing an AxisFault

2007-03-06 Thread David Illsley (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Illsley reassigned AXIS2-2291: Assignee: David Illsley > Unable to set the action for a Fault message generated when throw

Re: [axis2] How to Configure/Enable Axis2 for REST

2007-03-06 Thread Anne Thomas Manes
I haven't said anything about this before, but it's really starting to bother me. There's a real problem with the idea of specifying an "operation" with a service that supposed to be RESTful. Keep in mind that REST is an architectural style. Rule number one when following REST architectural princ

[Axis2] Axis2/Axiom/Rampart Memory Lessons

2007-03-06 Thread Davanum Srinivas
Folks, We need to fix these issues. http://jroller.com/page/n9ski?entry=axis2_axiom_rampart_memory_lessons thanks, dims -- Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers - To unsubscribe, e-mail: [

[jira] Created: (AXIS2-2291) Unable to set the action for a Fault message generated when throwing an AxisFault

2007-03-06 Thread Andrew Gatford (JIRA)
Unable to set the action for a Fault message generated when throwing an AxisFault - Key: AXIS2-2291 URL: https://issues.apache.org/jira/browse/AXIS2-2291 Project: Axis 2.