Re: [Dev] WSO2 Committers += Asitha Nanayakkara

2014-11-23 Thread Lahiru Chandima
Profile: https://github.com/Buddhima ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-17 Thread Lahiru Chandima
of inactivity, the tenant will get unloaded again. When a tenant is not loaded, its deployers will not get triggered. On Sat, Nov 15, 2014 at 12:20 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Frizhan, Thanks for the information. Is there any way I can automatically re-deploy artifacts

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-15 Thread Lahiru Chandima
and access the event-sinks folder for each tenant. Regards, Firzhan On Sat, Nov 15, 2014 at 1:32 PM, Lahiru Chandima lahi...@wso2.com wrote: Thanks Frizhan for the nice solution :) Do you know a way to programmatically get deployment directory path of a tenant? Thanks On Sat, Nov 15

[Dev] Axis2 deployer doesn't work for tenants

2014-11-14 Thread Lahiru Chandima
), deploy() method of my deployer doesn't get called. What have I done wrong? Have I created event-sinks directory in the wrong location for tenant 1? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-14 Thread Lahiru Chandima
...@wso2.com wrote: Hi Lahiru, Rathern than defining them in axis2.xml, you can define them in compnent.xml and pom.xml file which worked for me [1] [1] http://architects.dzone.com/articles/writing-axis2-custom-deployers Regards, Firzhan On Fri, Nov 14, 2014 at 7:14 PM, Lahiru Chandima lahi

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-14 Thread Lahiru Chandima
22:58, Lahiru Chandima lahi...@wso2.com wrote: Hi Firzhan, Thanks for the reply. Tried your method and its working for files deployed in repository/deployment/server/event-sinks. But still no luck with deploying for a tenant (in repository/tenants/1/event-sinks) Any idea why? Thanks

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-14 Thread Lahiru Chandima
(). But for tenants nothing happens like that unless you do it manually. Regards, Firzhan On Sat, Nov 15, 2014 at 7:33 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi Lasantha, Thanks for the solution. logging in as a tenant user solved the problem. Now new artifacts that I add after tenant

Re: [Dev] Axis2 deployer doesn't work for tenants

2014-11-14 Thread Lahiru Chandima
get activated :) . This is not an elegant solution. There might be other better proper ways to achieve this. Regards, Firzhan On Sat, Nov 15, 2014 at 12:35 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Frizhan, Thanks for the information. Is there any way I can automatically re-deploy

[Dev] wso2:vault-lookup() fails

2014-11-07 Thread Lahiru Chandima
someone help me figure out what is going wrong? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] What is ESB mediator serializer for?

2014-11-04 Thread Lahiru Chandima
() function of the mediator to do the corresponding processing. Cheers. *Dilan U. Ariyaratne* Software Engineer WSO2 Inc. http://wso2.com/ Mobile: +94775149066 lean . enterprise . middleware On Tue, Nov 4, 2014 at 12:45 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Maninda, I thought

[Dev] What is ESB mediator serializer for?

2014-11-03 Thread Lahiru Chandima
, the breakpoint never gets hit (during ESB startup or when the mediator receives an event to mediate). Does anybody know what is the need of a mediator serializer and when does the serializeSpecificMediator() method get called? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0

Re: [Dev] What is ESB mediator serializer for?

2014-11-03 Thread Lahiru Chandima
activated vi Osgi console? Thanks On Tue, Nov 4, 2014 at 11:34 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, I am writing a new ESB mediator and I cannot figure out the need of a mediator serializer (extension of AbstractMediatorSerializer) for a mediator. Also, in the new mediator I

Re: [Dev] What is ESB mediator serializer for?

2014-11-03 Thread Lahiru Chandima
you http://maninda.blogspot.com/2013/01/writing-custom-mediator-for-wso2-esb.html http://wso2.com/library/2936/ On Tue, Nov 4, 2014 at 12:06 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Waruna, My OSGi bundle is active. mediate() method of the mediator gets called without a problem

Re: [Dev] What is ESB mediator serializer for?

2014-11-03 Thread Lahiru Chandima
Engineer *WSO2, Inc.*lean.enterprise.middleware. *Blog* : http://maninda.blogspot.com/ *E-mail* : mani...@wso2.com *Skype* : @manindae *Twitter* : @maninda On Tue, Nov 4, 2014 at 12:24 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Isuru, Actually the blog post you provided is the one that I

Re: [Dev] How to create a new ESB mediator

2014-10-30 Thread Lahiru Chandima
.comsa=Dsntz=1usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg Mobile: +94714198770 -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] How to create a new ESB mediator

2014-10-29 Thread Lahiru Chandima
are in plugins directory. Thanks On Wed, Oct 29, 2014 at 10:28 AM, Waruna Perera waru...@wso2.com wrote: HI Lahiru, File path ESB_HOME/ repository/deployment/server/synapse-configs/default/proxy-services On Wed, Oct 29, 2014 at 10:02 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi Waruna

[Dev] How to create a new ESB mediator

2014-10-28 Thread Lahiru Chandima
for ESB to identify my jar as an ESB mediator? Can somebody help me on this? [1] https://docs.wso2.com/display/ESB481/Sample+150%3A+Introduction+to+Proxy+Services Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] How to create a new ESB mediator

2014-10-28 Thread Lahiru Chandima
, Oct 29, 2014 at 9:49 AM, Waruna Perera waru...@wso2.com wrote: HI Lahiru, Can you share the code in GitHub? And share your synapse config as well. On Wed, Oct 29, 2014 at 9:37 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, I am trying to create a new mediator (not a class mediator

Re: [Dev] WSO2 Committers += Lasindu Charith

2014-10-21 Thread Lahiru Chandima
( lean.enterprise.middleware. ) ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-16 Thread Lahiru Chandima
. middleware | http://wso2.com http://wso2.com * ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

[Dev] What exactly is generated when we build a WSO2 product from source?

2014-10-13 Thread Lahiru Chandima
we build from source, does it generate a package similar to what we download as a binary distribution from product website? If it does, what is the location of the generated package? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] What exactly is generated when we build a WSO2 product from source?

2014-10-13 Thread Lahiru Chandima
. Thanks ! On Tue, Oct 14, 2014 at 10:53 AM, Lahiru Chandima lahi...@wso2.com wrote: Sorry if I am asking something so obvious but I couldn't figure out what exactly is generated when we build a product from source. For an example, this https://docs.wso2.com/display/ESB481/Building+from

Re: [Dev] ESB build error

2014-10-10 Thread Lahiru Chandima
-- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] ClassNotFoundException : org.wso2.carbon.student.mgt.GetStudents when creating carbon component.

2014-10-09 Thread Lahiru Chandima
-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Hi All, I am writing my first carbon component. I want to achieve something so simple; add a link in a page that links to a different page in my component. Can somebody tell me how to get the url of my target page? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Rasitha Muthutantrige* *supunr WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608* -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
file. or you can add a button to redirect it into the relevant page Anchor tag a href=*your_jsp**link text*/a *Supun Rasitha Muthutantrige* *supunrIntern WSO2 Inc: http://wso2.com http://wso2.com lean.enterprise.middleware* *Mobile: 0758374608* -- Lahiru Chandima *Senior

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
Oh, I was wrong. It shows my jsp. I was confused because of the following part that was appended to the URL. /carbon/order-manager/index.jsp?region=region1item=order_management_menu On Thu, Oct 9, 2014 at 10:54 AM, Lahiru Chandima lahi...@wso2.com wrote: Thanks Supun. I will try that. I

Re: [Dev] How to add a link to a different page in a carbon ui component

2014-10-08 Thread Lahiru Chandima
* -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Why does ESB source consume so much disk space?

2014-10-07 Thread Lahiru Chandima
repository. Only built products packs are in products/product-name/modules/distribution/target. Touched, not typed. Erroneous words are a feature, not a typo. -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] Why does ESB source consume so much disk space?

2014-10-07 Thread Lahiru Chandima
with all products, then available chunks should contain all possible combinations of the products that are compatible with each other. Isn't it? Thanks On Tue, Oct 7, 2014 at 1:45 PM, Aruna Karunarathna ar...@wso2.com wrote: On Tue, Oct 7, 2014 at 9:08 AM, Lahiru Chandima lahi...@wso2.com wrote

[Dev] Why does ESB source consume so much disk space?

2014-10-06 Thread Lahiru Chandima
the build artifacts generated when the source is built? I did a mvn clean but size didn't significantly reduce. Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2

Re: [Dev] Why does ESB source consume so much disk space?

2014-10-06 Thread Lahiru Chandima
are in products/product-name/modules/distribution/target. Touched, not typed. Erroneous words are a feature, not a typo. -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org

Re: [Dev] Jaggery development workflow

2014-10-01 Thread Lahiru Chandima
, 2014 at 11:25 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi Danushka, That way is much better but I thought there may be a better way so that I can keep the project in the eclipse workspace itself. Thanks On Wed, Oct 1, 2014 at 10:53 AM, Danushka Fernando danush...@wso2.com wrote: You

Re: [Dev] Problems running build with auto tests on Mac

2014-09-30 Thread Lahiru Chandima
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin

[Dev] Jaggery development workflow

2014-09-30 Thread Lahiru Chandima
. Can you suggest a better way to deploy my app easily? I thought of keeping my eclipse project in apps directory of jaggery but that does not feel like the best solution. Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] Jaggery development workflow

2014-09-30 Thread Lahiru Chandima
the web browser. Thanks Regards Danushka Fernando Software Engineer WSO2 inc. http://wso2.com/ Mobile : +94716332729 On Wed, Oct 1, 2014 at 10:24 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, I just started to develop a jaggery app and what I am currently doing is keeping my

Re: [Dev] WSO2 Committers += Anuruddha Premalal

2014-09-29 Thread Lahiru Chandima
___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo

Re: [Dev] Question about securing a service in ESB, providing Integrity

2014-09-29 Thread Lahiru Chandima
the key using server's public key and send along with the message without a problem. Since the original message is now altered, there's no integrity. Can somebody please explain what I have gotten wrong? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi

Re: [Dev] Question about securing a service in ESB, providing Integrity

2014-09-29 Thread Lahiru Chandima
, Lahiru Chandima lahi...@wso2.com wrote: Hi Dushan, I thought the symmetric key used by client is not a pre shared key because description says using a symmetric key *derived by client*, which implies that the key is generated at the time the client needs to send the message to the server

Re: [Dev] Question about securing a service in ESB, providing Integrity

2014-09-29 Thread Lahiru Chandima
by the diagram, it is shared with the message protected by asymmetric key cryptography. On Tue, Sep 30, 2014 at 9:22 AM, Lahiru Chandima lahi...@wso2.com wrote: Good explanation Chamila. Thanks. I guess its better if this was mentioned in the above diagram so anyone can understand how this actually

[Dev] JMS client fails when running ESB sample 250

2014-09-25 Thread Lahiru Chandima
/slf4j.log4j12_1.6.1.jar!/org/slf4j/impl/StaticLoggerBinder.class] [java] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Can somebody tell me how to fix this? Thanks [1] https://docs.wso2.com/display/ESB481/Sample+250%3A+Introduction+to+Switching+Transports -- Lahiru

Re: [Dev] JMS client fails when running ESB sample 250

2014-09-25 Thread Lahiru Chandima
(JMSListener.java:53) Does anyone know how to fix this error? Thanks On Thu, Sep 25, 2014 at 11:46 AM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, When I try to run jms client in WSO2 ESB sample 250 [1 https://docs.wso2.com/display/ESB481/Sample+250%3A+Introduction+to+Switching+Transports

Re: [Dev] JMS client fails when running ESB sample 250

2014-09-25 Thread Lahiru Chandima
ActiveMQ_HOME/lib to ESB_HOME/repository/components/lib ? On Thu, Sep 25, 2014 at 12:51 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi, Seems like I was too quick to send previous mail. I think the problem is not with JMS client. Even though JMS client prints the error mentioned

Re: [Dev] JMS client fails when running ESB sample 250

2014-09-25 Thread Lahiru Chandima
, 2014 at 5:19 PM, Priyadarssini Kishokumar priyadarss...@wso2.com wrote: Hi Lahiru, Have you set the transport sender receiver in the axis2.xml? On Thu, Sep 25, 2014 at 1:15 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi Godwin, Yes I did copy the files. Without copying them, JMS client

[Dev] Question about securing a service in ESB, providing Integrity

2014-09-24 Thread Lahiru Chandima
along with the message without a problem. Since the original message is now altered, there's no integrity. Can somebody please explain what I have gotten wrong? Thanks -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

[Dev] Help understand ESB sample 1

2014-09-23 Thread Lahiru Chandima
/wsa:Action/soapenv:Header Can somebody please explain how this happens? Thanks. [1] https://docs.wso2.com/display/ESB481/Sample+1%3A+Simple+Content-Based+Routing+%28CBR%29+of+Messages -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com

Re: [Dev] Help understand ESB sample 1

2014-09-23 Thread Lahiru Chandima
+Mediator [5] http://wso2.com/library/2561/ On Tue, Sep 23, 2014 at 5:43 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, I am running examples provided with WSO2 ESB to get familiar with it. Sample 1 [1 https://docs.wso2.com/display/ESB481/Sample+1%3A+Simple+Content-Based+Routing+%28CBR

[Dev] ESB create custom proxy page is blank

2014-09-19 Thread Lahiru Chandima
using jdk1.8. Can this be a problem? Thanks. -- Lahiru Chandima *Senior Software Engineer* Mobile : +94 (0) 772 253283 lahi...@wso2.com ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] ESB create custom proxy page is blank

2014-09-19 Thread Lahiru Chandima
, Change java version to 1.6 or 1.7 and check. Thanks On Fri, Sep 19, 2014 at 1:35 PM, Lahiru Chandima lahi...@wso2.com wrote: Hi All, When I try to create a custom proxy service in WSO2 ESB through the management console, I get a blank page. And the server prints some exception details