[jira] Updated: (AXIS2-4748) Axis1.4 webservice consumed by Axis2 wsdl2java

2010-06-26 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4748: --- Fix Version/s: (was: 1.5.1) > Axis1.4 webservice consumed by Axis2 wsdl2java > --

[jira] Updated: (AXIS2-4751) Cookie value is always kept whatever SESSION_MAINTAIN_PROPERTY value is configured

2010-06-26 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4751: --- Component/s: transports (was: jaxws) > Cookie value is always kept whate

[jira] Commented: (AXIS2-4753) Make EJBUtil multi-thread aware

2010-06-26 Thread Andreas Veithen (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12882829#action_12882829 ] Andreas Veithen commented on AXIS2-4753: Indeed, by executing the lookup code in a

Re: Question on EJB receiver code and WebLogic

2010-06-26 Thread Andreas Veithen
On Fri, Jun 25, 2010 at 01:40, Martin Gainty wrote: > yep the statics of EJBUtil will not work in a multi-threaded environment as > seen here Nonsense. The attribute is declared final and String is an immutable class. This is thread safe and has nothing to do with William's issue. > public class