Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-09 Thread Amutheezan Sivagnanam
Hi,
It worked sucessfully when,
1. Clone the repository https://github.com/wso2/carbon-mediation/tree/v4.6.6

2. Go to
/component/business-adaptors/hl7/org.wso2.carbon.business.messaging.hl7.common/main/java/org/wso2/carbon/business/messaging/hl7/common/data/conf/
and edit HL7MessagePublisherConfig.java file, by replacing bam by das
that is include import
org.wso2.carbon.das.data.publisher.util.PublisherUtil; instead of import
org.wso2.carbon.bam.data.publisher.util.PublisherUtil;
then edit the pom.xml related to
/component/business-adaptors/hl7/org.wso2.carbon.business.messaging.hl7.common/
by adding dependency for das
   
org.wso2.carbon.mediation
org.wso2.carbon.das.data.publisher.util

instead of
   
org.wso2.carbon
org.wso2.carbon.bam.data.publisher.util

3. Then build the total project and get the required jar file for the
patch, and added patch to your downloaded ESB directory and restart the ESB
Server.
Thanks,

On Fri, Sep 9, 2016 at 12:37 PM, Jagath Sisirakumara Ariyarathne <
jaga...@wso2.com> wrote:

> Hi Amutheezan,
>
> The reason for the issue is that HL7MessagePublisherConfig uses incorrect
> PublisherUtil. Could you please create a JIRA for this issue in [1].
>
> [1] - https://wso2.org/jira/browse/ESBJAVA
>
> Thanks.
>
> On Fri, Sep 9, 2016 at 9:31 AM, Amutheezan Sivagnanam  > wrote:
>
>> Hi,
>> I faced some issues when sending message through HAPi Test Panel. I have
>> attached the error_log related to that.
>> Thanks,
>>
>> On Thu, Sep 8, 2016 at 3:43 PM, Jagath Sisirakumara Ariyarathne <
>> jaga...@wso2.com> wrote:
>>
>>> Hi Amutheezan,
>>>
>>> You need to install HL7 feature version 4.6.6 for ESB 5.0.0. Seems it is
>>> not there in feature repo and we will add it soon.
>>>
>>> Meantime, you can build it locally and add through a local repository in
>>> ESB.
>>>
>>> Thanks.
>>>
>>> On Thu, Sep 8, 2016 at 12:08 PM, Amutheezan Sivagnanam <
>>> amuthee...@wso2.com> wrote:
>>>
 Hi,
 I redo every tasks from beginning and same error occurs as previous
 case. I have attached the errorlog and modified Axis2.xml file (for
 enabling HL7 transport).
 Thanks,

 On Thu, Sep 8, 2016 at 11:42 AM, Amutheezan Sivagnanam <
 amuthee...@wso2.com> wrote:

> Hi,
> I have attached the files for Error Occured While Creating the Proxy
> Service and the corresponding proxy service file.
> Thanks,
>
> On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> Hi,
>>
>> Could you please attach your proxy configuration and the complete
>> carbon log file. By looking at the error, it is due to a missing class.
>>
>> Thanks,
>>
>> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <
>> amuthee...@wso2.com> wrote:
>>
>>> Hi,
>>> I am doing HL7 Monitoring Solution Project, for part of initial
>>> study I need to configure HL7 for DAS. For this I tried ESB 4.8.1 and 
>>> ESB
>>> 4.9.0, it successfully publish data to DAS, but when I tried with ESB
>>> 5.0.0, It makes the proxy-service  which I used for other version(ESB
>>> 4.8.1, ESB 4.9.0) to disabled. I have attached the "error log" which I
>>> received while creating proxy-service.
>>>
>>> Regards,
>>> S.Amutheezan
>>> --
>>> S.Amutheezan
>>> *Software Engineering Intern*
>>> Mobile : +94 76 771 1924
>>> amuthee...@wso2.com
>>> Public Profile : 
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>> 
>>
>
>
>
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>



 --
 S.Amutheezan
 *Software Engineering Intern*
 Mobile : +94 76 771 1924
 amuthee...@wso2.com
 Public Profile : 
 
 
 

 


Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-09 Thread Jagath Sisirakumara Ariyarathne
Hi Amutheezan,

The reason for the issue is that HL7MessagePublisherConfig uses incorrect
PublisherUtil. Could you please create a JIRA for this issue in [1].

[1] - https://wso2.org/jira/browse/ESBJAVA

Thanks.

On Fri, Sep 9, 2016 at 9:31 AM, Amutheezan Sivagnanam 
wrote:

> Hi,
> I faced some issues when sending message through HAPi Test Panel. I have
> attached the error_log related to that.
> Thanks,
>
> On Thu, Sep 8, 2016 at 3:43 PM, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> Hi Amutheezan,
>>
>> You need to install HL7 feature version 4.6.6 for ESB 5.0.0. Seems it is
>> not there in feature repo and we will add it soon.
>>
>> Meantime, you can build it locally and add through a local repository in
>> ESB.
>>
>> Thanks.
>>
>> On Thu, Sep 8, 2016 at 12:08 PM, Amutheezan Sivagnanam <
>> amuthee...@wso2.com> wrote:
>>
>>> Hi,
>>> I redo every tasks from beginning and same error occurs as previous
>>> case. I have attached the errorlog and modified Axis2.xml file (for
>>> enabling HL7 transport).
>>> Thanks,
>>>
>>> On Thu, Sep 8, 2016 at 11:42 AM, Amutheezan Sivagnanam <
>>> amuthee...@wso2.com> wrote:
>>>
 Hi,
 I have attached the files for Error Occured While Creating the Proxy
 Service and the corresponding proxy service file.
 Thanks,

 On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
 jaga...@wso2.com> wrote:

> Hi,
>
> Could you please attach your proxy configuration and the complete
> carbon log file. By looking at the error, it is due to a missing class.
>
> Thanks,
>
> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <
> amuthee...@wso2.com> wrote:
>
>> Hi,
>> I am doing HL7 Monitoring Solution Project, for part of initial study
>> I need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 
>> 4.9.0,
>> it successfully publish data to DAS, but when I tried with ESB 5.0.0, It
>> makes the proxy-service  which I used for other version(ESB 4.8.1, ESB
>> 4.9.0) to disabled. I have attached the "error log" which I received 
>> while
>> creating proxy-service.
>>
>> Regards,
>> S.Amutheezan
>> --
>> S.Amutheezan
>> *Software Engineering Intern*
>> Mobile : +94 76 771 1924
>> amuthee...@wso2.com
>> Public Profile : 
>> 
>> 
>> 
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: jaga...@wso2.com
> Mob  : +94 77 386 7048
> 
>



 --
 S.Amutheezan
 *Software Engineering Intern*
 Mobile : +94 76 771 1924
 amuthee...@wso2.com
 Public Profile : 
 
 
 

 

>>>
>>>
>>>
>>> --
>>> S.Amutheezan
>>> *Software Engineering Intern*
>>> Mobile : +94 76 771 1924
>>> amuthee...@wso2.com
>>> Public Profile : 
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>
>>
>>
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>> 
>>
>
>
>
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>



-- 
Jagath Ariyarathne
Technical Lead
WSO2 Inc.  http://wso2.com/
Email: jaga...@wso2.com
Mob  : +94 77 386 7048

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-08 Thread Amutheezan Sivagnanam
Hi,
I faced some issues when sending message through HAPi Test Panel. I have
attached the error_log related to that.
Thanks,

On Thu, Sep 8, 2016 at 3:43 PM, Jagath Sisirakumara Ariyarathne <
jaga...@wso2.com> wrote:

> Hi Amutheezan,
>
> You need to install HL7 feature version 4.6.6 for ESB 5.0.0. Seems it is
> not there in feature repo and we will add it soon.
>
> Meantime, you can build it locally and add through a local repository in
> ESB.
>
> Thanks.
>
> On Thu, Sep 8, 2016 at 12:08 PM, Amutheezan Sivagnanam <
> amuthee...@wso2.com> wrote:
>
>> Hi,
>> I redo every tasks from beginning and same error occurs as previous case.
>> I have attached the errorlog and modified Axis2.xml file (for enabling HL7
>> transport).
>> Thanks,
>>
>> On Thu, Sep 8, 2016 at 11:42 AM, Amutheezan Sivagnanam <
>> amuthee...@wso2.com> wrote:
>>
>>> Hi,
>>> I have attached the files for Error Occured While Creating the Proxy
>>> Service and the corresponding proxy service file.
>>> Thanks,
>>>
>>> On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
>>> jaga...@wso2.com> wrote:
>>>
 Hi,

 Could you please attach your proxy configuration and the complete
 carbon log file. By looking at the error, it is due to a missing class.

 Thanks,

 On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <
 amuthee...@wso2.com> wrote:

> Hi,
> I am doing HL7 Monitoring Solution Project, for part of initial study
> I need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0,
> it successfully publish data to DAS, but when I tried with ESB 5.0.0, It
> makes the proxy-service  which I used for other version(ESB 4.8.1, ESB
> 4.9.0) to disabled. I have attached the "error log" which I received while
> creating proxy-service.
>
> Regards,
> S.Amutheezan
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Jagath Ariyarathne
 Technical Lead
 WSO2 Inc.  http://wso2.com/
 Email: jaga...@wso2.com
 Mob  : +94 77 386 7048
 

>>>
>>>
>>>
>>> --
>>> S.Amutheezan
>>> *Software Engineering Intern*
>>> Mobile : +94 76 771 1924
>>> amuthee...@wso2.com
>>> Public Profile : 
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>
>>
>>
>> --
>> S.Amutheezan
>> *Software Engineering Intern*
>> Mobile : +94 76 771 1924
>> amuthee...@wso2.com
>> Public Profile : 
>> 
>> 
>> 
>>
>> 
>>
>
>
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: jaga...@wso2.com
> Mob  : +94 77 386 7048
> 
>



-- 
S.Amutheezan
*Software Engineering Intern*
Mobile : +94 76 771 1924
amuthee...@wso2.com
Public Profile : 







error_log
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-08 Thread Jagath Sisirakumara Ariyarathne
Hi Amutheezan,

You need to install HL7 feature version 4.6.6 for ESB 5.0.0. Seems it is
not there in feature repo and we will add it soon.

Meantime, you can build it locally and add through a local repository in
ESB.

Thanks.

On Thu, Sep 8, 2016 at 12:08 PM, Amutheezan Sivagnanam 
wrote:

> Hi,
> I redo every tasks from beginning and same error occurs as previous case.
> I have attached the errorlog and modified Axis2.xml file (for enabling HL7
> transport).
> Thanks,
>
> On Thu, Sep 8, 2016 at 11:42 AM, Amutheezan Sivagnanam <
> amuthee...@wso2.com> wrote:
>
>> Hi,
>> I have attached the files for Error Occured While Creating the Proxy
>> Service and the corresponding proxy service file.
>> Thanks,
>>
>> On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
>> jaga...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> Could you please attach your proxy configuration and the complete carbon
>>> log file. By looking at the error, it is due to a missing class.
>>>
>>> Thanks,
>>>
>>> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <
>>> amuthee...@wso2.com> wrote:
>>>
 Hi,
 I am doing HL7 Monitoring Solution Project, for part of initial study I
 need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
 successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
 the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
 disabled. I have attached the "error log" which I received while creating
 proxy-service.

 Regards,
 S.Amutheezan
 --
 S.Amutheezan
 *Software Engineering Intern*
 Mobile : +94 76 771 1924
 amuthee...@wso2.com
 Public Profile : 
 
 
 

 

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> Jagath Ariyarathne
>>> Technical Lead
>>> WSO2 Inc.  http://wso2.com/
>>> Email: jaga...@wso2.com
>>> Mob  : +94 77 386 7048
>>> 
>>>
>>
>>
>>
>> --
>> S.Amutheezan
>> *Software Engineering Intern*
>> Mobile : +94 76 771 1924
>> amuthee...@wso2.com
>> Public Profile : 
>> 
>> 
>> 
>>
>> 
>>
>
>
>
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>



-- 
Jagath Ariyarathne
Technical Lead
WSO2 Inc.  http://wso2.com/
Email: jaga...@wso2.com
Mob  : +94 77 386 7048

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-08 Thread Amutheezan Sivagnanam
Hi,
I redo every tasks from beginning and same error occurs as previous case. I
have attached the errorlog and modified Axis2.xml file (for enabling HL7
transport).
Thanks,

On Thu, Sep 8, 2016 at 11:42 AM, Amutheezan Sivagnanam 
wrote:

> Hi,
> I have attached the files for Error Occured While Creating the Proxy
> Service and the corresponding proxy service file.
> Thanks,
>
> On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
> jaga...@wso2.com> wrote:
>
>> Hi,
>>
>> Could you please attach your proxy configuration and the complete carbon
>> log file. By looking at the error, it is due to a missing class.
>>
>> Thanks,
>>
>> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam <
>> amuthee...@wso2.com> wrote:
>>
>>> Hi,
>>> I am doing HL7 Monitoring Solution Project, for part of initial study I
>>> need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
>>> successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
>>> the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
>>> disabled. I have attached the "error log" which I received while creating
>>> proxy-service.
>>>
>>> Regards,
>>> S.Amutheezan
>>> --
>>> S.Amutheezan
>>> *Software Engineering Intern*
>>> Mobile : +94 76 771 1924
>>> amuthee...@wso2.com
>>> Public Profile : 
>>> 
>>> 
>>> 
>>>
>>> 
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Jagath Ariyarathne
>> Technical Lead
>> WSO2 Inc.  http://wso2.com/
>> Email: jaga...@wso2.com
>> Mob  : +94 77 386 7048
>> 
>>
>
>
>
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>



-- 
S.Amutheezan
*Software Engineering Intern*
Mobile : +94 76 771 1924
amuthee...@wso2.com
Public Profile : 







errorlog
Description: Binary data










true

true


false

false


false

work/mtom

4000


false


inmemory




services


axis2services


axis2modules


WSO2 ESB 5.0.0
WSO2 ESB 5.0.0



false






false


true


3


repository/deployment/server/synapse-configs

.

.

localhost

true


















































http://www.w3.org/ns/wsdl/in-only;
 class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
http://www.w3.org/ns/wsdl/robust-in-only;
 class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
http://www.w3.org/ns/wsdl/in-out;
 class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>

























	



















	















 
8280
true


org.wso2.carbon.mediation.transport.handlers.PassThroughNHttpGetProcessor



 
8243
true
TLSv1,TLSv1.1,TLSv1.2


org.wso2.carbon.mediation.transport.handlers.PassThroughNHttpGetProcessor


repository/resources/security/wso2carbon.jks
JKS
wso2carbon
wso2carbon




repository/resources/security/client-truststore.jks
JKS
wso2carbon































   






true







true


  

Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-08 Thread Amutheezan Sivagnanam
Hi,
I have attached the files for Error Occured While Creating the Proxy
Service and the corresponding proxy service file.
Thanks,

On Thu, Sep 8, 2016 at 10:43 AM, Jagath Sisirakumara Ariyarathne <
jaga...@wso2.com> wrote:

> Hi,
>
> Could you please attach your proxy configuration and the complete carbon
> log file. By looking at the error, it is due to a missing class.
>
> Thanks,
>
> On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam  > wrote:
>
>> Hi,
>> I am doing HL7 Monitoring Solution Project, for part of initial study I
>> need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
>> successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
>> the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
>> disabled. I have attached the "error log" which I received while creating
>> proxy-service.
>>
>> Regards,
>> S.Amutheezan
>> --
>> S.Amutheezan
>> *Software Engineering Intern*
>> Mobile : +94 76 771 1924
>> amuthee...@wso2.com
>> Public Profile : 
>> 
>> 
>> 
>>
>> 
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Jagath Ariyarathne
> Technical Lead
> WSO2 Inc.  http://wso2.com/
> Email: jaga...@wso2.com
> Mob  : +94 77 386 7048
> 
>



-- 
S.Amutheezan
*Software Engineering Intern*
Mobile : +94 76 771 1924
amuthee...@wso2.com
Public Profile : 







error_log
Description: Binary data

http://ws.apache.org/ns/synapse;
   name="hl7testproxy"
   transports="https,http,hl7"
   statistics="enable"
   trace="enable"
   startOnLoad="true">
   
  
 
  
  
 
 
  
  
 
  
   
   admin
   admin
   true
   tcp://10.100.4.201:7611
   ssl://10.100.4.201:7711
   proxy
   9292
   true
   


___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-07 Thread Jagath Sisirakumara Ariyarathne
Hi,

Could you please attach your proxy configuration and the complete carbon
log file. By looking at the error, it is due to a missing class.

Thanks,

On Wed, Sep 7, 2016 at 1:31 PM, Amutheezan Sivagnanam 
wrote:

> Hi,
> I am doing HL7 Monitoring Solution Project, for part of initial study I
> need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
> successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
> the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
> disabled. I have attached the "error log" which I received while creating
> proxy-service.
>
> Regards,
> S.Amutheezan
> --
> S.Amutheezan
> *Software Engineering Intern*
> Mobile : +94 76 771 1924
> amuthee...@wso2.com
> Public Profile : 
> 
> 
> 
>
> 
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Jagath Ariyarathne
Technical Lead
WSO2 Inc.  http://wso2.com/
Email: jaga...@wso2.com
Mob  : +94 77 386 7048

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] ISSUE IN CREATING PROXY SERVICE FOR HL7 IN ESB 5.0.0

2016-09-07 Thread Amutheezan Sivagnanam
Hi,
I am doing HL7 Monitoring Solution Project, for part of initial study I
need to configure HL7 for DAS. For this I tried ESB 4.8.1 and ESB 4.9.0, it
successfully publish data to DAS, but when I tried with ESB 5.0.0, It makes
the proxy-service  which I used for other version(ESB 4.8.1, ESB 4.9.0) to
disabled. I have attached the "error log" which I received while creating
proxy-service.

Regards,
S.Amutheezan
-- 
S.Amutheezan
*Software Engineering Intern*
Mobile : +94 76 771 1924
amuthee...@wso2.com
Public Profile : 







error_log
Description: Binary data
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev