Re: MQTT transport for Axis2

2013-04-15 Thread Pradeep Fernando
t; > > On Mon, Apr 15, 2013 at 9:58 AM, Pradeep Fernando wrote: > >> Hi Devs, >> >> MQTT is an application layer broker based pub/sub protocol built on top >> of TCP/IP. It is very lightweight and hence ideal for usage in >> network/memory/computing power const

MQTT transport for Axis2

2013-04-14 Thread Pradeep Fernando
Hi Devs, MQTT is an application layer broker based pub/sub protocol built on top of TCP/IP. It is very lightweight and hence ideal for usage in network/memory/computing power constrained environments. If I quote the MQTT spec, the protocol features, 1. Pub/Sub message pattern 2. Small trans

[jira] [Commented] (AXIS2-5140) Make null value serialization schema compliant.

2011-10-24 Thread Pradeep Fernando (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13134214#comment-13134214 ] Pradeep Fernando commented on AXIS2-5140: - Hi Andreas, you are correct

[jira] [Resolved] (AXIS2-5140) Make null value serialization schema compliant.

2011-10-24 Thread Pradeep Fernando (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando resolved AXIS2-5140. - Resolution: Not A Problem > Make null value serialization schema compli

[jira] [Commented] (AXIS2-5140) Make null value serialization schema compliant.

2011-09-07 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5140?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13099092#comment-13099092 ] Pradeep Fernando commented on AXIS2-5140: - Hi , Sorry for not logging the i

[jira] [Created] (AXIS2-5140) Make null value serialization schema compliant.

2011-09-07 Thread Pradeep Fernando (JIRA)
Versions: 1.6.0 Environment: Ubuntu Linux, JDK1.6 Reporter: Pradeep Fernando Fix For: 1.7.0 Code generated the skeleton using WSDL2Java and populated my business logic. When serializing null values it serializes them as xsi:nil="1". But it should be co

[jira] [Updated] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

2011-08-01 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-5105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-5105: Attachment: AXIS2-5105.patch I have included the validation logic when the nillable=false

[jira] [Created] (AXIS2-5105) Validation fails when the nillable=false in element types in schema

2011-08-01 Thread Pradeep Fernando (JIRA)
Affects Versions: 1.6.0 Environment: jdk1.6, wsdl 1.1 Reporter: Pradeep Fernando Fix For: 1.7.0 when the message types contains nillable=false element, the validation fails. That is , I get the result even if the set the element value as xsi:nil=true. -- This

MulipleEntryHashMap s' get operation removes the value from the map

2011-06-21 Thread Pradeep Fernando
during a axis2 dispatching phase (not sure). Is there any particular reason for implementing get operation of the MultipleEntryHashMap in this manner. ? Thanks, -- Pradeep Fernando. http://pradeepfernando.blogspot.com/ - To

MulipleEntryHashMap s' get operation removes the value from the map

2011-06-20 Thread Pradeep Fernando
during a axis2 dispatching phase (not sure). Is there any particular reason for implementing get operation of the MultipleEntryHashMap in this manner. ? Thanks, -- Pradeep Fernando. http://pradeepfernando.blogspot.com/ - To

Re: [Axis2] Axis2 1.1 and JDK 1.6

2011-05-26 Thread Pradeep Fernando
hi, AFAIK axis2 used to ship xml libs since default jdk shipped ones are not preferred. But with JDK 1.6 releases contains those libs by default. Cant figure out the exact error though. --Pradeep - To unsubscribe, e-mail: java-

[jira] [Commented] (AXIS2-3619) Support WADL and RESTful APIs in AXIS2

2011-04-14 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020214#comment-13020214 ] Pradeep Fernando commented on AXIS2-3619: - hi, Axis2 is a soap engine. There

Re: Axis2 deployment mechanism for POJOs

2011-01-28 Thread Pradeep Fernando
hi comments inline, On Thu, Jan 27, 2011 at 1:17 PM, am am wrote: > Hi Deepal thanks for reply: >>Only at the starting time or does it work runtime as well? > What do you mean? If the clients can use the service? I can see the wsdl and > I tried a service call and it works. > Also is a services.x

[jira] Commented: (AXIS2-4578) AxisServlet can no longer be access to retrieve InitParameters

2011-01-26 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986938#action_12986938 ] Pradeep Fernando commented on AXIS2-4578: - hi ralf, in AxisEngine.java :71

[jira] Updated: (AXIS2-4810) Error in org.apache.axis2.saaj.util.SAAJUtil.getDocumentFromSOAPEnvelope() and SAAJUtil.toDOOMSOAPEnvelope() method

2011-01-26 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4810: Attachment: AXIS2-4810.patch this is a trivial fix as suggested and tests has been run on

Re: Axis2 on Websphere 7 class conflict

2011-01-26 Thread Pradeep Fernando
On Wed, Jan 26, 2011 at 12:00 AM, Wally Dennis wrote: > > We are getting classloading conflicts when trying to deploy Axis2 1.5.3 on > Websphere 7, Fixpack 13 that are preventing the addressing-1.5.3.mar from > loading: > > > [1/24/11 18:53:53:765 CST] 0030 ModuleDeploye E > org.apache.axis2.d

[jira] Commented: (AXIS2-4772) Generated classes can't compile

2011-01-25 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986306#action_12986306 ] Pradeep Fernando commented on AXIS2-4772: - hi Martin, thank you for repor

Re: Send response to client from inflow handler.

2011-01-25 Thread Pradeep Fernando
n the message will go through the fault chain and you will be able to return a custom fault message. The AxisFault is caught at AxisServlet.java : 184 (in servlet transport) . HTH, --Pradeep. > Ok i want to create soap fault message (and i know how to do) but i don't > know how to send

[jira] Updated: (AXIS2-4362) If WSDL has multiple services, DeploymentEngine uses incorrect one

2011-01-25 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4362: Attachment: HelloTwo.aar HelloOne.aar HelloOne.aar is a normal scenario

[jira] Commented: (AXIS2-4362) If WSDL has multiple services, DeploymentEngine uses incorrect one

2011-01-25 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12986289#action_12986289 ] Pradeep Fernando commented on AXIS2-4362: - Hi, I tested this behaviour in

[jira] Updated: (AXIS2-4651) WSDL20AxisServiceBuilder overwrites operations in bindingoperation property map.

2011-01-24 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4651: Attachment: AXIS2-4651.patch It is wrong to assume empty string, when there is no

[jira] Updated: (AXIS2-4914) using camel case in generated method names

2010-12-22 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4914: Attachment: Axis2_codegen.patch review and apply > using camel case in generated met

[jira] Updated: (AXIS2-4914) using camel case in generated method names

2010-12-22 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4914: Priority: Minor (was: Major) > using camel case in generated method na

[jira] Created: (AXIS2-4914) using camel case in generated method names

2010-12-22 Thread Pradeep Fernando (JIRA)
: 1.5.1 Environment: linux, jdk 1.6 Reporter: Pradeep Fernando Fix For: 1.6 There was a jira reporting that, axis2 code gen does not generate camelCased method names. This is the prepared patch for that. sorry I couldnt find the original JIRA. -- This message is

[jira] Updated: (AXIS2-4238) remove Handler.cleanup()

2010-12-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4238: Attachment: AXIS2-4238.patch > remove Handler.clea

[jira] Commented: (AXIS2-4238) remove Handler.cleanup()

2010-12-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973604#action_12973604 ] Pradeep Fernando commented on AXIS2-4238: - as pointed out in the above com

[jira] Updated: (AXIS2-4792) hidden dead code in org.apache.axis2.context.ConfigurationContext

2010-12-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4792: Attachment: AXIS2-4792.patch please review and commit > hidden dead code

[jira] Commented: (AXIS2-4792) hidden dead code in org.apache.axis2.context.ConfigurationContext

2010-12-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973594#action_12973594 ] Pradeep Fernando commented on AXIS2-4792: - hi, what karl mentioning her

[jira] Commented: (AXIS2-4894) The service cannot be found for the endpoint reference (EPR)

2010-12-20 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12973500#action_12973500 ] Pradeep Fernando commented on AXIS2-4894: - Hitesh, Is it only your newly depl

Re: Is there a proper documentation on deploying AXIS2 in IBM Web Sphere

2010-12-20 Thread Pradeep Fernando
d it, by claiming that it is in the recent servlet spec. (class loading lookup places). If that so, I guess we have to fix it rather than documenting it. wdyt ? What was the WebSphere version that > you used? I used the WebSphere v 7. --Pradeep -- Pradeep Fernando. http://pradeepf

Re: Is there a proper documentation on deploying AXIS2 in IBM Web Sphere

2010-12-19 Thread Pradeep Fernando
cumented here. [2] [1] http://www-01.ibm.com/support/docview.wss?rs=0&q1=axis2&q2=technote&uid=swg21315686&loc=en_US&cs=utf-8&cc=us&lang=en [2] http://www-01.ibm.com/support/docview.wss?rs=0&q1=axis2&q2=technote&uid=swg21264548&

Is there a proper documentation on deploying AXIS2 in IBM Web Sphere

2010-12-19 Thread Pradeep Fernando
documented? If not I'm willing to prepare a small doc. WDYT ? renaming the .mar files as .jar s and copying them is the only option ? --Pradeep Fernando. - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For addit

[jira] Updated: (AXIS2-4674) Unable to get WSDL2 doc for services on WebSphere 7.0 and Axis2 1.5.1

2010-12-19 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated AXIS2-4674: Attachment: AXIS2-4674_and_AXIS2-4871.patch The patch resolves the issues: AXIS2-4674

[jira] Commented: (AXIS2-4674) Unable to get WSDL2 doc for services on WebSphere 7.0 and Axis2 1.5.1

2010-12-19 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4674?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972941#action_12972941 ] Pradeep Fernando commented on AXIS2-4674: - Hi, I look in to the issue,

[jira] Commented: (AXIS2-4902) Changes in Axiom OSGi support break Axis2 OSGi bundle

2010-12-18 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-4902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972831#action_12972831 ] Pradeep Fernando commented on AXIS2-4902: - Hi Andreas, I was looking in to