[jira] Created: (AXIS2C-1232) SOAP builder builds the whole tree in order to find a soap_fault

2008-07-10 Thread Manjula Peiris (JIRA)
SOAP builder builds the whole tree in order to find a soap_fault Key: AXIS2C-1232 URL: https://issues.apache.org/jira/browse/AXIS2C-1232 Project: Axis2-C Issue Type: Bug

[jira] Created: (AXIS2-3903) rfc-2822 issues with Mail transport

2008-07-10 Thread Hans G Knudsen (JIRA)
rfc-2822 issues with Mail transport --- Key: AXIS2-3903 URL: https://issues.apache.org/jira/browse/AXIS2-3903 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: transports Affects Versions:

Re: svn commit: r675511 - /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/typemapping/SimpleTypeMapper.java

2008-07-10 Thread Davanum Srinivas
Please remove the System.out. thanks, dims On Thu, Jul 10, 2008 at 7:09 AM, [EMAIL PROTECTED] wrote: Author: amilas Date: Thu Jul 10 04:09:49 2008 New Revision: 675511 URL: http://svn.apache.org/viewvc?rev=675511view=rev Log: Added an option to set the time zone when formatting the date

[jira] Updated: (AXIS2-3903) rfc-2822 issues with Mail transport

2008-07-10 Thread Hans G Knudsen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hans G Knudsen updated AXIS2-3903: -- Attachment: rfc2822_date_from.txt Hi! Included is a patch which sets the : From and Date

Re: svn commit: r675511 - /webservices/axis2/trunk/java/modules/adb/src/org/apache/axis2/databinding/typemapping/SimpleTypeMapper.java

2008-07-10 Thread Amila Suriarachchi
done. thanks, Amila. On Thu, Jul 10, 2008 at 7:40 PM, Davanum Srinivas [EMAIL PROTECTED] wrote: Please remove the System.out. thanks, dims On Thu, Jul 10, 2008 at 7:09 AM, [EMAIL PROTECTED] wrote: Author: amilas Date: Thu Jul 10 04:09:49 2008 New Revision: 675511 URL:

[jira] Commented: (AXIS2-3770) WSDL11ToAxisServiceBuilder does not process service level policies (Policies at engaged to the PortType)

2008-07-10 Thread Stefan Vladov (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612513#action_12612513 ] Stefan Vladov commented on AXIS2-3770: -- Hi, I believe I'm having the same issue and

[jira] Updated: (AXIS2-3770) WSDL11ToAxisServiceBuilder does not process service level policies (Policies at engaged to the PortType)

2008-07-10 Thread Stefan Vladov (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3770?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Vladov updated AXIS2-3770: - Attachment: AxisService2WSDL11.txt Here's the patch WSDL11ToAxisServiceBuilder does not

[jira] Commented: (AXIS2-3878) Trying to generate WSDL

2008-07-10 Thread Bruno Medeiros (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612518#action_12612518 ] Bruno Medeiros commented on AXIS2-3878: --- I've got the same problem... As it occours

Re: [Axis2][1.4.1] Nandana as Release Manager (Re: Security hole in Axis2 1.4 + Rampart 1.4)

2008-07-10 Thread sumedha rubasinghe
+1 for Nandana as the release manager. /sumedha

[jira] Updated: (AXIS2-3900) Code generator parse error on include - bad URL generated

2008-07-10 Thread Pete (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete updated AXIS2-3900: Component/s: (was: codegen) Tools Description: Having a problem here with wsdl:import in

AXIS2 : IllegalArgumentException

2008-07-10 Thread Sushil Dodake
Guys, i am getting folowing java.lang.IllegalArgumentException: The MessageContext does not have an associated SOAPFault fault which does not give any information of the source or the reason of the fault. can this be a memory issue? or a time out? i am totally confused what could be the reason

[jira] Commented: (AXIS2-1014) org.apache.asix2.saaj.SOAPConnectionImpl does not handle MimeHeaders (SOAPAction)

2008-07-10 Thread Takayoshi Fujiki (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12612572#action_12612572 ] Takayoshi Fujiki commented on AXIS2-1014: - Hi, Although, I'm not submitter but I

Socket time out exception

2008-07-10 Thread Sushil Dodake
HI all, i am getting this socket time out error while unmarshalling the XML. i am not able to get figure out the reason. could it be because of the memory issue? can anybody help here? 2008-07-09 01:01:40,362 [http-8082-34] ERROR com.XXX.service.rebate.RebateServiceImpl - There was an error when

Re: Representing a Birthday in a distributed scenario

2008-07-10 Thread Eran Chinthaka
Hi Sanjaya, I agree with your point here. Also as you might already know, one of the best known ways to represent times within a distributed system is to use an implementation of Lamport clocks. Also these distributed clocks are really useful when the system has large number of nodes. But my

Re: Representing a Birthday in a distributed scenario

2008-07-10 Thread Sanjaya Karunasena
I am happy! Finally there is some one who is interested in this topic :-) The problem I am highlighting is not about level of accuracy (where you have to bring in Lamport Ordering). Its about a design flaw in the Java API which could lead to a data integrity issues. Here is one example; For