[Dev] BAM Message Tracer 4.2.2 with patch0748 breaks the activity publishing with BAM 2.4.1

2015-03-07 Thread Nuwan Wimalasekara
Hi

I am getting below error when publishing activity from IS 5.0.0 with
message tracer 4.2.2 once patch0748 is applied. seems the patch0748 change
the BAM_MESSAGE_TRACE stream definition.

In order to get this worked, stream definition has to be manually updated
in registry. but once BAM server is restarted, same error throes by
/bam-toolbox/Message_Tracing.tbox while trying to create the stream
definition.

How do we get rid of this issue


[2015-03-07 23:11:44,059]  INFO
{org.wso2.carbon.core.services.authentication.AuthenticationAdmin} -
'admin@carbon.super [-1234]' logged out at [2015-03-07 23:11:44,0059]

[2015-03-07 23:11:44,212] ERROR
{org.wso2.carbon.databridge.agent.thrift.AsyncDataPublisher} -  Stream
definition already exist

org.wso2.carbon.databridge.commons.exception.DifferentStreamDefinitionAlreadyDefinedException:
Same stream with different definition already defined before sending this
stream definitions to TCP,localhost:7615,TCP,localhost:7715

at
org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.EventPublisher.defineStream(EventPublisher.java:237)

at
org.wso2.carbon.databridge.agent.thrift.DataPublisher.defineStream(DataPublisher.java:295)

at
org.wso2.carbon.databridge.agent.thrift.AsyncDataPublisher$DataPublishWorker.run(AsyncDataPublisher.java:746)

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)

at java.util.concurrent.FutureTask.run(FutureTask.java:262)

at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

at java.lang.Thread.run(Thread.java:745)

Caused by:
org.wso2.carbon.databridge.commons.exception.DifferentStreamDefinitionAlreadyDefinedException:
Thrift Different Stream Definition Already Defined

at
org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.ThriftEventPublisher.defineStream(ThriftEventPublisher.java:112)

at
org.wso2.carbon.databridge.agent.thrift.internal.publisher.client.EventPublisher.defineStream(EventPublisher.java:222)

... 7 more

Caused by:
ThriftDifferentStreamDefinitionAlreadyDefinedException(message:Similar
event stream for {

  "name": "BAM_MESSAGE_TRACE",

  "version": "1.0.0",

  "nickName": "MessageTracerAgent",

  "description": "Publish Message Tracing Event",

  "metaData": [

{

  "name": "request_url",

  "type": "STRING"

},

{

  "name": "host",

  "type": "STRING"

},

{

  "name": "server",

  "type": "STRING"

}

  ],

  "correlationData": [

{

  "name": "activity_id",

  "type": "STRING"

}

  ],

  "payloadData": [

{

  "name": "service_name",

  "type": "STRING"

},

{

  "name": "operation_name",

  "type": "STRING"

},

{

  "name": "message_direction",

  "type": "STRING"

},

{

  "name": "soap_body",

  "type": "STRING"

},

{

  "name": "soap_header",

  "type": "STRING"

},

{

  "name": "timestamp",

  "type": "LONG"

},

{

  "name": "status",

  "type": "STRING"

}

  ]

} with the same name and version already exist: {

  "name": "BAM_MESSAGE_TRACE",

  "version": "1.0.0",

  "nickName": "MessageTracerAgent",

  "description": "Publish Message Tracing Event",

  "metaData": [

{

  "name": "request_url",

  "type": "STRING"

},

{

  "name": "remote_address",

  "type": "STRING"

},

{

  "name": "content_type",

  "type": "STRING"

},

{

  "name": "user_agent",

  "type": "STRING"

},

{

  "name": "host",

  "type": "STRING"

},

{

  "name": "referer",

  "type": "STRING"

},

{

  "name": "server",

  "type": "STRING"

}

  ],

  "correlationData": [

{

  "name": "activity_id",

  "type": "STRING"

}

  ],

  "payloadData": [

{

  "name": "service_name",

  "type": "STRING"

},

{

  "name": "operation_name",

  "type": "STRING"

},

{

  "name": "message_direction",

  "type": "STRING"

},

{

  "name": "soap_body",

  "type": "STRING"

},

{

  "name": "soap_header",

  "type": "STRING"

},

{

  "name": "timestamp",

  "type": "LONG"

},

{

  "name": "status",

  "type": "STRING"

}

  ]

})

at
org.wso2.carbon.databridge.commons.thrift.service.general.ThriftEventTransmissionService$defineStream_result.read(ThriftEventTransmissionService.java:1441)

at org.apache.thrift.TServiceClient.receiveBase(TServiceClient.java:78)

at
org.wso2.carbon.databridge.commons.thrift.service.general.ThriftEventTransmissionService$Client.recv_defineStream(ThriftEventTransmissionService.java:80)

at
org.wso2.carbon.databridge.commons.thrift.service.general.ThriftEventTransmissionService$Client.defineStream(ThriftEventTransmissionService.java:66)

at
org.wso

Re: [Dev] GSOC 2015 - Develop a graphical editor to write Siddhi queries

2015-03-07 Thread Mohanadarshan Vivekanandalingam
On Fri, Mar 6, 2015 at 9:31 AM, dileep Chandima 
wrote:

> Hi Mohanadarshan,
>
>   Thank you very much. First  of all I want to know more about that
> Siddhi queries. I think it is very helpful to me for planning the graphical
> editor to write Siddhi queries.
>
>
Yes, please check our official documentation of WSO2 CEP (Siddhi) for
information about Siddhi..

[1] https://docs.wso2.com/display/CEP310/Siddhi+Language+Specification

Thanks,
Mohan



> Thanks,
> Dileepa
>



-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC-2015] Proposal1 : Siddhi Process Monitor for WSO2 CEP

2015-03-07 Thread Mohanadarshan Vivekanandalingam
On Fri, Mar 6, 2015 at 11:11 AM, Sabra Ossen  wrote:

> Hi,
>
> I am Sabra Ossen, an undergraduate of Department of Computer Science and
> Engineering, University of Moratuwa. Currently I am an intern in WSO2.
>
> I am interested in proposal [1] in the GSoC project proposals list. I did
> my fast track training project with WSO2 CEP regarding UI support for
> Siddhi Queries. Therefore I am already familiar with WSO2 CEP and Siddhi
> Queries.
>
> So to further understand the requirements for the project, please let me
> know if we could have a discussion regarding $subject.
>
>
That is great to hear Sabra. Sure, we can have a discussion on this..
Please schedule a time slot by looking at Suho & Srinath's calendars..

Thanks,
Mohan




> [1] Siddhi Process Monitor for WSO2 CEP
> 
>
> Thanks.
> --
> Sabra Ossen
> *Software Engineering Intern*
> Mobile : +94 (0) 785 227 769
> sa...@wso2.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [GSoC2015] Proposal 2: Siddhi Editor for WSO2 CEP

2015-03-07 Thread Mohanadarshan Vivekanandalingam
On Fri, Mar 6, 2015 at 1:57 AM, Pubudu Fernando 
wrote:

> Hi,
>
>
Hi Pubudu,


> I'm Pubudu, a second year undergraduate student at the Department of
> Computer Science and Engineering in University of Moratuwa. I am interested
> in undertaking the above mentioned project for GSoC 2015. Can you please
> let me know what the requirements are in order to get selected for the
> project? Do I have to submit bug fixes or something of the sort?
>

Welcome and happy to hear that you like to work on this project.. I hope,
you have some understanding about the project by looking at other dev
mails. Anyway FYI, Siddhi is the event processing engines which comes with
WSO2 CEP. At the moment there is no any proper editor to write Siddhi
queries. From this project, we are expected to develop a graphical editor
to write Siddhi queries.

I am adding Suho & Srinath to the thread who can give more guidelines and
information about the project, then you can ahead with preparing the
proposal for the project..

Yes. you are always welcome to contribute by giving bug fixes.. :)

Thanks,
Mohan


>
> Thank you.
>
> --
> Best Regards,
>
> *Pubudu Fernando*
> Batch '12
> Department of Computer Science and Engineering
> University of Moratuwa
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*V. Mohanadarshan*
*Software Engineer,*
*Data Technologies Team,*
*WSO2, Inc. http://wso2.com  *
*lean.enterprise.middleware.*

email: mo...@wso2.com
phone:(+94) 771117673
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [CEP] Error in joining two streams

2015-03-07 Thread Dilini Muthumala
Hi Demini,

Firstly, about the error:
I don't think it is related to the query.
The error could be a result of a session timeout. Do you get this error
continuously (even when the session has not expired)?

Secondly, to achieve your requirement,

> I want to get the average marks of all students coming from both streams.
>
, you can use an execution plan like below:

from a
select meta_name, meta_marks
insert into commonStream;

from b
select meta_name, meta_marks
insert into commonStream;

from commonStream
select meta_name, avg(meta_marks) as avg_marks
insert into resultStream;

Regards
Dilini

On Sat, Mar 7, 2015 at 7:08 PM, Demini Indrachapa 
wrote:

> Hi all,
>
> I am trying to join two streams and get the data coming from both streams
> then do some operation and send it.
>
> As an example I am getting names and marks from both stream and I want to
> get the average marks of all students coming from both streams. The query I
> wrote is attached below.
> But I got an error as
>  "The input stream for an incoming message is null."
>
> Could you please tell me how to correct the query.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Dilini Muthumala*
Software Engineer,
WSO2 Inc.

*E-mail :* dil...@wso2.com
*Mobile: *+94 713-400-029
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Security manager enabled packs wont start when signed using JDK8

2015-03-07 Thread Aruna Karunarathna
Hi all,

This was resolved by adding the following argument to the jarsigner command.

*-digestalg SHA1*

This was suggested by Rasika, thanks for the suggestion.

Further found that two default jarsigner algorithms for JDK6 and JDK8
differs.

Regards,
Aruna

On Sat, Mar 7, 2015 at 3:34 PM, Aruna Karunarathna  wrote:

> Hi all,
>
> When security manager enabled for products,(which is build using java 8
> and signed using java8) following exception throws at the server start-up.
>
> JAVA_HOME environment variable is set to
> /home/aruna/software/java/jdk1.8.0_20
> CARBON_HOME environment variable is set to
> /home/aruna/Downloads/signed_wso2as-6.0.0-SNAPSHOT
> java.lang.reflect.InvocationTargetException
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:483)
> at org.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:63)
> at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:45)
> Caused by: java.lang.RuntimeException: invalid SHA1 signature file digest
> for org/eclipse/osgi/internal/module/MappedList.class
> at org.wso2.carbon.server.CarbonLauncher.launch(CarbonLauncher.java:117)
> at org.wso2.carbon.server.Main.launchCarbon(Main.java:162)
> at org.wso2.carbon.server.Main.main(Main.java:96)
> ... 6 more
>
>
> Further I've noticed that, org.eclipse.osgi_3.9.1.v20130814-1242.jar is
> already signed.
> *aruna@aruna:~$ jarsigner -verify
> unsigned_wso2as-6.0.0-SNAPSHOT/repository/components/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar
>  *
> *jar verified.*
>
>
> After signing the pack, sign verification throws the following exception.
>
> *aruna@aruna:~$ jarsigner -verify
> signed_wso2as-6.0.0-SNAPSHOT/repository/components/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar
>  *
> *jarsigner: java.lang.SecurityException: invalid SHA1 signature file
> digest for org/eclipse/osgi/internal/module/MappedList.class*
>
> However the packs are starting when signed from JDK6 and run in JDK8.
>
> So how to proceed with this issue, Highly appreciate your thoughts.
>
> [1]. https://wso2.org/jira/browse/CARBON-14877
>
> Regards,
> Aruna
> --
>
> *Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>



-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Unable to see a manage menu with given permissions on management console.

2015-03-07 Thread Bhathiya Jayasekara
Hi Hemalka,

Even super admin can't see your new menu? Please post your complete
component.xml file.

Thanks,
Bhathiya

On Fri, Mar 6, 2015 at 2:31 PM, Hemika Kodikara  wrote:

> Hi Manorama,
>
> Correction, the name of the file was "component.xml" not "components.xml"
> . Sorry for the typo.
>
> Regards,
> Hemika
>
> Hemika Kodikara
> Software Engineer
> WSO2 Inc.
> lean . enterprise . middleware
> http://wso2.com
>
> Mobile : +9477762
>
> On Fri, Mar 6, 2015 at 9:48 AM, Manorama Perera  wrote:
>
>> Hi Hemika,
>>
>> I think the reason for the menu not being displayed is that the name of
>> the xml file is incorrect.
>> It should be "component.xml", not "components.xml".
>>
>> Thanks.
>>
>> On Wed, Mar 4, 2015 at 3:41 PM, Hemika Kodikara  wrote:
>>
>>> I believe I made a mistake here by adding "/
>>> permission/admin/login" permission to the parent
>>> node as it the menu items should be under "Manage" node.
>>>
>>> So I removed the specific permissions to it, yet I still cannot see the
>>> menu item with "queue_menu" as id. Any advice on this ?
>>>
>>> My purpose is to show the following menu items based on the permissions
>>> provided. In way that the parent menu item does not hide them.
>>>
>>>  
>>> queue_browse
>>> browse
>>>
>>> org.wso2.carbon.andes.ui.i18n.Resources
>>> queue_menu
>>> ../queues/queue_details.jsp
>>> region1
>>> 10
>>> manage
>>> ../queues/images/list.gif
>>>
>>> /permission/admin/manage/queue/browseQueue
>>> 
>>> 
>>> queues_add
>>> add
>>>
>>> org.wso2.carbon.andes.ui.i18n.Resources
>>> queue_menu
>>> ../queues/queue_add.jsp
>>> region1
>>> 45
>>> home
>>> ../queues/images/add.gif
>>>
>>> /permission/admin/manage/queue/addQueue
>>> 
>>>
>>> Hope I am clear on the description.
>>>
>>> Hemika Kodikara
>>> Software Engineer
>>> WSO2 Inc.
>>> lean . enterprise . middleware
>>> http://wso2.com
>>>
>>> Mobile : +9477762
>>>
>>> On Wed, Mar 4, 2015 at 11:48 AM, Hemika Kodikara 
>>> wrote:
>>>
 Hi All,

 I have set the following permissions on the components.xml file.

 
 queue_menu
 queues

 org.wso2.carbon.andes.ui.i18n.Resources
 manage_menu
 #
 region1
 25
 home
 ../queues/images/queues.gif

 /permission/admin/login
 
 
 queue_browse
 browse

 org.wso2.carbon.andes.ui.i18n.Resources
 queue_menu
 ../queues/queue_details.jsp
 region1
 10
 manage
 ../queues/images/list.gif

 /permission/admin/manage/queue/browseQueue
 
 
 queues_add
 add

 org.wso2.carbon.andes.ui.i18n.Resources
 queue_menu
 ../queues/queue_add.jsp
 region1
 45
 home
 ../queues/images/add.gif

 /permission/admin/manage/queue/addQueue
 

 And I have created a role with the following permissions and added a
 user.


 ​

 But when logged in from that specific user of that role, the user
 cannot see "queue_browse" and "queues_add" menus in the  manage menu of
 management console.


 ​

 Any idea why this is not being displayed ?

 Regards,
 Hemika

 Hemika Kodikara
 Software Engineer
 WSO2 Inc.
 lean . enterprise . middleware
 http://wso2.com

 Mobile : +9477762

>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Manorama Perera
>> Software Engineer
>> WSO2, Inc.;  http://wso2.com/
>> Mobile : +94716436216
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Bhathiya Jayasekara*
*Software Engineer,*
*WSO2 inc., http://wso2.com *

*Phone: +94715478185*
*LinkedIn: http://www.linkedin.com/in/bhathiyaj
*
*Twitter: https://twitter.com/bhathiyax *
*Blog: http://movingaheadblog.blogspot.com
*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Hi Aruna,

Thanks, I'll try that.

On Sat, Mar 7, 2015 at 10:43 PM, Aruna Karunarathna  wrote:

> Hi Yasith,
>
> This is the platform repo [1] for carbon 4.2.0 based products.
> You can refer the release matrix for the released products from here[2] in
> each chunk.
>
>
> [1]. https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/
> [2]. http://wso2.com/products/carbon/release-matrix/
>
>
>



-- 
*Regards,*
*Yasith Kanchana Lokuge*

*University of Colombo School of Computing**| UCSC*
*Microsoft Student Ambassador *
*Student Member IEEE*
*Junior Inventor of the Year 2007*

website: http://www.techsurgeinnovations.com/
facebook : https://www.facebook.com/yasithlokuge
linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
Mobile : +94771353682
Skype  : yasith11
Twitter: @YasithLokuge
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Platform Build Error

2015-03-07 Thread Aruna Karunarathna
Hi Yasith,

This is the platform repo [1] for carbon 4.2.0 based products.
You can refer the release matrix for the released products from here[2] in
each chunk.


[1]. https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/
[2]. http://wso2.com/products/carbon/release-matrix/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
https://svn.wso2.org/repos/wso2/carbon/platform/trunk/

On Sat, Mar 7, 2015 at 10:20 PM, Aruna Karunarathna  wrote:

>
>
> On Sat, Mar 7, 2015 at 7:50 PM, Yasith Lokuge  wrote:
>
>> Hi,
>>
>> I received the following error when building the Carbon Platform from
>> source.
>> Can anyone instruct me how to resolve this error
>> $subject.
>>
>
> Can you specify the source link you are trying to build?.
>
>
>>
>>
>> [ERROR] Failed to execute goal on project
>> org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
>> project
>>
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2
>>
>> Thanks,
>>
>> --
>> *Regards,*
>> *Yasith Kanchana Lokuge*
>>
>> *University of Colombo School of Computing**| UCSC*
>> *Microsoft Student Ambassador *
>> *Student Member IEEE*
>> *Junior Inventor of the Year 2007*
>>
>> website: http://www.techsurgeinnovations.com/
>> facebook : https://www.facebook.com/yasithlokuge
>> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
>> Mobile : +94771353682
>> Skype  : yasith11
>> Twitter: @YasithLokuge
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> *Aruna Sujith Karunarathna* | Software Engineer
> WSO2, Inc | lean. enterprise. middleware.
> #20, Palm Grove, Colombo 03, Sri Lanka
> Mobile: +94 71 9040362 | Work: +94 112145345
> Email: ar...@wso2.com | Web: www.wso2.com
>
>



-- 
*Regards,*
*Yasith Kanchana Lokuge*

*University of Colombo School of Computing**| UCSC*
*Microsoft Student Ambassador *
*Student Member IEEE*
*Junior Inventor of the Year 2007*

website: http://www.techsurgeinnovations.com/
facebook : https://www.facebook.com/yasithlokuge
linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
Mobile : +94771353682
Skype  : yasith11
Twitter: @YasithLokuge
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 Committers += Ashan Manathunga

2015-03-07 Thread Prasanna Dangalla
Congratulations Ashan!!!

On Fri, Mar 6, 2015 at 11:47 PM, Rasika Perera  wrote:

> Congratz Ashan!
>
> On Fri, Mar 6, 2015 at 11:34 PM, Gayan Gunawardana  wrote:
>
>> Congratulations Ashan ...!
>>
>> On Fri, Mar 6, 2015 at 10:32 PM, Prabath Ariyarathna 
>> wrote:
>>
>>>
>>> Congratulations Ashan !!!
>>>
>>> Best Regards,
>>>
>>> On Fri, Mar 6, 2015 at 10:00 PM, Kalpa Welivitigoda 
>>> wrote:
>>>
 Congratulations Ashan !

 On Fri, Mar 6, 2015 at 8:44 PM, Pulasthi Supun 
 wrote:

> Congrats Ashan !!!
>
> Best Regards,
> Pulasthi
>
> On Fri, Mar 6, 2015 at 9:28 AM, Dilan Udara Ariyaratne <
> dil...@wso2.com> wrote:
>
>> Congrats Ashan!!!
>>
>>
>> *Dilan U. Ariyaratne*
>> Software Engineer
>> WSO2 Inc. 
>> Mobile: +94775149066
>> lean . enterprise . middleware
>>
>> On Fri, Mar 6, 2015 at 6:13 PM, Darshana Gunawardana <
>> darsh...@wso2.com> wrote:
>>
>>> Congratulations Ashan..!!!
>>>
>>> On Fri, Mar 6, 2015 at 5:52 PM, Shiva Balachandran 
>>> wrote:
>>>
 Congrats Ashan! :)

 On Fri, Mar 6, 2015 at 5:48 PM, Yumani Ranaweera 
 wrote:

> Congrats Ashan !!
>
> On Fri, Mar 6, 2015 at 5:36 PM, Aiyadurai Rajeevan <
> rajeev...@wso2.com> wrote:
>
>> Congrats Ashan... :)
>>
>> Thanks & Regards,
>> S.A.Rajeevan
>> Software Engineer WSO2 Inc
>> E-Mail: rajeev...@wso2.com | Mobile : +94776411636
>>
>> On Fri, Mar 6, 2015 at 5:29 PM, Supun Malinga 
>> wrote:
>>
>>> Congrats Ashan.. :)
>>>
>>> On Fri, Mar 6, 2015 at 5:27 PM, Manoj Kumara 
>>> wrote:
>>>
 Congratulations Ashan !!


 *Manoj Kumara*
 Software Engineer
 WSO2 Inc. http://wso2.com/
 *lean.enterprise.middleware*
 Mobile: +94713448188

 On Fri, Mar 6, 2015 at 4:55 PM, Harsha Kumara >>> > wrote:

> Congratulations Ashan!
>
> On Fri, Mar 6, 2015 at 4:53 PM, Srisunmugaraja Paraparan <
> parapa...@wso2.com> wrote:
>
>> Congratz Ashan.
>>
>> On Fri, Mar 6, 2015 at 4:45 PM, Samisa Abeysinghe <
>> sam...@wso2.com> wrote:
>>
>>> Hi All
>>> It's my pleasure to welcome Ashan as a WSO2 Committer.
>>>
>>> Ashan, welcome aboard and keep up the good work!
>>>
>>> Thanks,
>>> Samisa...
>>>
>>>
>>> Samisa Abeysinghe
>>>
>>> Vice President Delivery
>>>
>>> WSO2 Inc.
>>> http://wso2.com
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks & Regards
>> --
>> Srisunmugaraja Paraparan
>> Software Engineer,
>> WSO2 Inc. - lean . enterprise . middleware |  wso2.com
>>
>> email : parapa...@wso2.com, mobile : +94 77 0362151
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Harsha Kumara
> Software Engineer, WSO2 Inc.
> Mobile: +94775505618
> Blog:harshcreationz.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>

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


>>>
>>>
>>> --
>>> Supun Malinga,
>>>
>>> Senior Software Engineer,
>>> WSO2 Inc.
>>> http://wso2.com
>>> email: sup...@wso2.com 
>>> mobile: +94 (0)71 56 91 321
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo

Re: [Dev] Platform Build Error

2015-03-07 Thread Aruna Karunarathna
On Sat, Mar 7, 2015 at 7:50 PM, Yasith Lokuge  wrote:

> Hi,
>
> I received the following error when building the Carbon Platform from
> source.
> Can anyone instruct me how to resolve this error
> $subject.
>

Can you specify the source link you are trying to build?.


>
>
> [ERROR] Failed to execute goal on project
> org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
> project
>
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2
>
> Thanks,
>
> --
> *Regards,*
> *Yasith Kanchana Lokuge*
>
> *University of Colombo School of Computing**| UCSC*
> *Microsoft Student Ambassador *
> *Student Member IEEE*
> *Junior Inventor of the Year 2007*
>
> website: http://www.techsurgeinnovations.com/
> facebook : https://www.facebook.com/yasithlokuge
> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
> Mobile : +94771353682
> Skype  : yasith11
> Twitter: @YasithLokuge
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] WSO2 ESB Tracking Request-Response

2015-03-07 Thread Chamin Nalinda
Hi Aliosha,

I reckon you can use an "Axis2 handler" to match request and response. In
that case you have to write an Handler class extending "AbstractHandler"
class. There by try to analyse the SOAP Message and retrieve the necessary
information that you want.

You can find[1] as an example.

I reckon it should work.

[1]
https://github.com/Malintha/WSO2_Identity_Audit/blob/master/Axis2HandlerProject/src/main/java/org/wso2/carbon/identity/audit/AuditHandler.java


On Sat, Mar 7, 2015 at 1:55 PM, Malaka Silva  wrote:

> Hi Aliosha,
>
> There is no straight forward way to do this.
>
> You could generating a random number (using script mediator) and logging
> it in the inSequence and outSequence,
>
> However it will get mixed up when there are parallel requests. Meaning out
> sequence log may not come right after the insequence log. But it'll be
> there.
>
>
>
> On Fri, Mar 6, 2015 at 7:13 PM, Aliosha  wrote:
>
>> Hi...I'm working on WSO2 ESB 4.8.1 By observing  the
>>
>> ESB HOME/repository/logs/wso2carbon.log
>>
>> i need to know the connection between one request and its relative
>> response going through my proxy services.
>>
>> I tried following the MessageID property printed in the insequence and
>> the out sequence of my proxies, but i realize, even if i'm not so sure,
>> that this property is different from one to the other.
>>
>> So what's the way i could know which are the requests all the responses
>> are connected with?
>>
>>
>> Regards
>>
>> Alessio
>>
>
>
>
> --
>
> Best Regards,
>
> Malaka Silva
> Senior Tech Lead
> M: +94 777 219 791
> Tel : 94 11 214 5345
> Fax :94 11 2145300
> Skype : malaka.sampath.silva
> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
> Blog : http://mrmalakasilva.blogspot.com/
>
> WSO2, Inc.
> lean . enterprise . middleware
> http://www.wso2.com/
> http://www.wso2.com/about/team/malaka-silva/
> 
>
> Save a tree -Conserve nature & Save the world for your future. Print this
> email only if it is absolutely necessary.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chamin Nalinda
Research Undergraduate
University of Colombo School of Computing (UCSC).
Student Member IEEE (92387118)

LinkedIn: https://www.linkedin.com/in/chaminnalinda
GitHub: https://github.com/CoolCK
Blog: http://techspiro.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Carbon Kernel does not start

2015-03-07 Thread Imesh Gunaratne
I had a look at this problem, once re-compiled the load balancer again,
error was not there. May be it was a compilation issue caused in her local
environment.

On Fri, Mar 6, 2015 at 4:47 PM, Danushka Fernando 
wrote:

> Is this a fresh pack or did you do any changes?
> Are you starting the server as root?
> Error is
> >Caused by: java.lang.ClassNotFoundException:
> org.apache.synapse.transport.passthru.PassThroughHttpSender
> So can you check whether any of the synapse components doesn't get
> activated by starting the server with osgi console.
>
>
> Thanks & Regards
> Danushka Fernando
> Software Engineer
> WSO2 inc. http://wso2.com/
> Mobile : +94716332729
>
> On Fri, Mar 6, 2015 at 2:28 PM, Dimithri Abeygunawardane <
> dimith...@wso2.com> wrote:
>
>> Hi,
>>
>> I'm getting the following error while trying to start the Stratos Load
>> Balancer.
>>
>> FATAL {org.wso2.carbon.core.init.CarbonServerManager} -  WSO2 Carbon
>> initialization Failed
>> org.apache.axis2.AxisFault: Exception occured while loading the Axis
>> configuration from /home/dimithri/slb/repository/conf/axis2/axis2.xml
>> at
>> org.wso2.carbon.core.CarbonAxisConfigurator.getAxisConfiguration(CarbonAxisConfigurator.java:190)
>> at
>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:64)
>> at
>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
>> at
>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:398)
>> at
>> org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
>> at
>> org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:77)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:606)
>> at
>> org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:260)
>> at
>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
>> at
>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:347)
>> at
>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:620)
>> at
>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:197)
>> at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:343)
>> at
>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:222)
>> at
>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:107)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
>> at
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>> at
>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>> at
>> org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:81)
>> at
>> org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:60)
>> at
>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:40)
>> at
>> org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:38)
>> at
>> org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1267)
>> at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1186)
>> at
>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1081)
>> at
>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5027)
>> at
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5314)
>> at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> at
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>

Re: [Dev] Platform Build Error

2015-03-07 Thread Tharindu Edirisinghe
Can you try to build using a Maven version 3.0.x (i. e I'm using 3.0.4
version) and check if you get the same error.

On Sat, Mar 7, 2015 at 8:31 PM, Yasith Lokuge  wrote:

> Hi Tharindu,
>
> I'm using Apache Maven 3.2.5
>
> On Sat, Mar 7, 2015 at 8:24 PM, Tharindu Edirisinghe 
> wrote:
>
>> Hi Yasith,
>>
>> What is the maven version you are using. Please check whether you have
>> the required per-requisites [1].
>>
>> [1] https://docs.wso2.com/display/Carbon420/Installation+Prerequisites
>>
>> On Sat, Mar 7, 2015 at 8:18 PM, Yasith Lokuge  wrote:
>>
>>> Hi Shashika,
>>>
>>> I'm using Java 1.6
>>>
>>> On Sat, Mar 7, 2015 at 8:17 PM, Shashika Karunatilaka <
>>> shashi...@wso2.com> wrote:
>>>
 HI Yasith,

 Whats the Java version you are building the source..

 Thank you

 On Sat, Mar 7, 2015 at 8:14 PM, Yasith Lokuge 
 wrote:

> I tried "mvn compile -x"
>
> This is what I got;
>
>
>
>
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 55.941 s
> [INFO] Finished at: 2015-03-07T20:03:03+05:30
> [INFO] Final Memory: 779M/2455M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
> project rampart-integration: Artifac
> t has not been packaged yet. When used on reactor artifact, copy
> should be executed after packaging: see MDEP-187. -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
> execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
> py-mars) on project rampart-integration: Artifact has not been
> packaged yet. When used on reactor artifact, copy should be executed after
> pa
> ckaging: see MDEP-187.
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
> at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact
> has not been packaged yet. When used on reactor artifact, copy should be
>  executed after packaging: see MDEP-187.
> at
> org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
> at
> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
> at
> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
> at
> org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
> at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and 

Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Hi Tharindu,

I'm using Apache Maven 3.2.5

On Sat, Mar 7, 2015 at 8:24 PM, Tharindu Edirisinghe 
wrote:

> Hi Yasith,
>
> What is the maven version you are using. Please check whether you have the
> required per-requisites [1].
>
> [1] https://docs.wso2.com/display/Carbon420/Installation+Prerequisites
>
> On Sat, Mar 7, 2015 at 8:18 PM, Yasith Lokuge  wrote:
>
>> Hi Shashika,
>>
>> I'm using Java 1.6
>>
>> On Sat, Mar 7, 2015 at 8:17 PM, Shashika Karunatilaka > > wrote:
>>
>>> HI Yasith,
>>>
>>> Whats the Java version you are building the source..
>>>
>>> Thank you
>>>
>>> On Sat, Mar 7, 2015 at 8:14 PM, Yasith Lokuge  wrote:
>>>
 I tried "mvn compile -x"

 This is what I got;




 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 55.941 s
 [INFO] Finished at: 2015-03-07T20:03:03+05:30
 [INFO] Final Memory: 779M/2455M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
 project rampart-integration: Artifac
 t has not been packaged yet. When used on reactor artifact, copy should
 be executed after packaging: see MDEP-187. -> [Help 1]
 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
 execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
 py-mars) on project rampart-integration: Artifact has not been packaged
 yet. When used on reactor artifact, copy should be executed after pa
 ckaging: see MDEP-187.
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
 at
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
 at
 org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
 at
 org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
 at
 org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
 at
 org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
 at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
 at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
 at
 org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
 Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact has
 not been packaged yet. When used on reactor artifact, copy should be
  executed after packaging: see MDEP-187.
 at
 org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
 at
 org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
 at
 org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
 at
 org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
 at
 org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
 at
 org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
 ... 19 more
 [ERROR]
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with
 the command
 [ERROR]   mvn  -rf :rampart-integration

 O

Re: [Dev] Platform Build Error

2015-03-07 Thread Tharindu Edirisinghe
Hi Yasith,

What is the maven version you are using. Please check whether you have the
required per-requisites [1].

[1] https://docs.wso2.com/display/Carbon420/Installation+Prerequisites

On Sat, Mar 7, 2015 at 8:18 PM, Yasith Lokuge  wrote:

> Hi Shashika,
>
> I'm using Java 1.6
>
> On Sat, Mar 7, 2015 at 8:17 PM, Shashika Karunatilaka 
> wrote:
>
>> HI Yasith,
>>
>> Whats the Java version you are building the source..
>>
>> Thank you
>>
>> On Sat, Mar 7, 2015 at 8:14 PM, Yasith Lokuge  wrote:
>>
>>> I tried "mvn compile -x"
>>>
>>> This is what I got;
>>>
>>>
>>>
>>>
>>> [INFO]
>>> 
>>> [INFO] BUILD FAILURE
>>> [INFO]
>>> 
>>> [INFO] Total time: 55.941 s
>>> [INFO] Finished at: 2015-03-07T20:03:03+05:30
>>> [INFO] Final Memory: 779M/2455M
>>> [INFO]
>>> 
>>> [ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
>>> project rampart-integration: Artifac
>>> t has not been packaged yet. When used on reactor artifact, copy should
>>> be executed after packaging: see MDEP-187. -> [Help 1]
>>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to
>>> execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
>>> py-mars) on project rampart-integration: Artifact has not been packaged
>>> yet. When used on reactor artifact, copy should be executed after pa
>>> ckaging: see MDEP-187.
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>>> at
>>> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>>> at
>>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
>>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
>>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
>>> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
>>> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
>>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>> at
>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>>> at
>>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>>> Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact has
>>> not been packaged yet. When used on reactor artifact, copy should be
>>>  executed after packaging: see MDEP-187.
>>> at
>>> org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
>>> at
>>> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
>>> at
>>> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
>>> at
>>> org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
>>> at
>>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
>>> at
>>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>>> ... 19 more
>>> [ERROR]
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn  -rf :rampart-integration
>>>
>>> On Sat, Mar 7, 2015 at 8:13 PM, Yasith Lokuge  wrote:
>>>
 Hi Tharindu,

 I have already added that part to the POM file but got the error when
 building platform.



 On Sat, Mar 7, 2015 at 8:10 P

Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Hi Shashika,

I'm using Java 1.6

On Sat, Mar 7, 2015 at 8:17 PM, Shashika Karunatilaka 
wrote:

> HI Yasith,
>
> Whats the Java version you are building the source..
>
> Thank you
>
> On Sat, Mar 7, 2015 at 8:14 PM, Yasith Lokuge  wrote:
>
>> I tried "mvn compile -x"
>>
>> This is what I got;
>>
>>
>>
>>
>> [INFO]
>> 
>> [INFO] BUILD FAILURE
>> [INFO]
>> 
>> [INFO] Total time: 55.941 s
>> [INFO] Finished at: 2015-03-07T20:03:03+05:30
>> [INFO] Final Memory: 779M/2455M
>> [INFO]
>> 
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
>> project rampart-integration: Artifac
>> t has not been packaged yet. When used on reactor artifact, copy should
>> be executed after packaging: see MDEP-187. -> [Help 1]
>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
>> goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
>> py-mars) on project rampart-integration: Artifact has not been packaged
>> yet. When used on reactor artifact, copy should be executed after pa
>> ckaging: see MDEP-187.
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
>> at
>> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
>> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
>> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact has
>> not been packaged yet. When used on reactor artifact, copy should be
>>  executed after packaging: see MDEP-187.
>> at
>> org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
>> at
>> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
>> at
>> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
>> at
>> org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
>> at
>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
>> ... 19 more
>> [ERROR]
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn  -rf :rampart-integration
>>
>> On Sat, Mar 7, 2015 at 8:13 PM, Yasith Lokuge  wrote:
>>
>>> Hi Tharindu,
>>>
>>> I have already added that part to the POM file but got the error when
>>> building platform.
>>>
>>>
>>>
>>> On Sat, Mar 7, 2015 at 8:10 PM, Yasith Lokuge  wrote:
>>>
 Thanks for the reply Tharindu, I'll try and let you know.

 On Sat, Mar 7, 2015 at 8:08 PM, Tharindu Edirisinghe <
 tharin...@wso2.com> wrote:

> Hi Yasith,
>
> I assume you have built Orbit and Kernel and then you are trying to
> build the Platform (turing). You are getting this error because

Re: [Dev] Platform Build Error

2015-03-07 Thread Shashika Karunatilaka
HI Yasith,

Whats the Java version you are building the source..

Thank you

On Sat, Mar 7, 2015 at 8:14 PM, Yasith Lokuge  wrote:

> I tried "mvn compile -x"
>
> This is what I got;
>
>
>
>
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 55.941 s
> [INFO] Finished at: 2015-03-07T20:03:03+05:30
> [INFO] Final Memory: 779M/2455M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
> project rampart-integration: Artifac
> t has not been packaged yet. When used on reactor artifact, copy should be
> executed after packaging: see MDEP-187. -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
> py-mars) on project rampart-integration: Artifact has not been packaged
> yet. When used on reactor artifact, copy should be executed after pa
> ckaging: see MDEP-187.
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
> at
> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
> at
> org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
> at
> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
> at
> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact has
> not been packaged yet. When used on reactor artifact, copy should be
>  executed after packaging: see MDEP-187.
> at
> org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
> at
> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
> at
> org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
> at
> org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
> at
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
> at
> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
> ... 19 more
> [ERROR]
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :rampart-integration
>
> On Sat, Mar 7, 2015 at 8:13 PM, Yasith Lokuge  wrote:
>
>> Hi Tharindu,
>>
>> I have already added that part to the POM file but got the error when
>> building platform.
>>
>>
>>
>> On Sat, Mar 7, 2015 at 8:10 PM, Yasith Lokuge  wrote:
>>
>>> Thanks for the reply Tharindu, I'll try and let you know.
>>>
>>> On Sat, Mar 7, 2015 at 8:08 PM, Tharindu Edirisinghe >> > wrote:
>>>
 Hi Yasith,

 I assume you have built Orbit and Kernel and then you are trying to
 build the Platform (turing). You are getting this error because the
 required dependencies are not resolved. Please try adding the following
 repository details under the  tag in the pom file of the platform
 and then build the platform.

 
 
 wso2

Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
I tried "mvn compile -x"

This is what I got;




[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 55.941 s
[INFO] Finished at: 2015-03-07T20:03:03+05:30
[INFO] Final Memory: 779M/2455M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (copy-mars) on
project rampart-integration: Artifac
t has not been packaged yet. When used on reactor artifact, copy should be
executed after packaging: see MDEP-187. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy (co
py-mars) on project rampart-integration: Artifact has not been packaged
yet. When used on reactor artifact, copy should be executed after pa
ckaging: see MDEP-187.
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:216)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Artifact has not
been packaged yet. When used on reactor artifact, copy should be
 executed after packaging: see MDEP-187.
at
org.apache.maven.plugin.dependency.AbstractDependencyMojo.copyFile(AbstractDependencyMojo.java:224)
at
org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.copyArtifact(CopyMojo.java:133)
at
org.apache.maven.plugin.dependency.fromConfiguration.CopyMojo.doExecute(CopyMojo.java:111)
at
org.apache.maven.plugin.dependency.AbstractDependencyMojo.execute(AbstractDependencyMojo.java:167)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR]
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :rampart-integration

On Sat, Mar 7, 2015 at 8:13 PM, Yasith Lokuge  wrote:

> Hi Tharindu,
>
> I have already added that part to the POM file but got the error when
> building platform.
>
>
>
> On Sat, Mar 7, 2015 at 8:10 PM, Yasith Lokuge  wrote:
>
>> Thanks for the reply Tharindu, I'll try and let you know.
>>
>> On Sat, Mar 7, 2015 at 8:08 PM, Tharindu Edirisinghe 
>> wrote:
>>
>>> Hi Yasith,
>>>
>>> I assume you have built Orbit and Kernel and then you are trying to
>>> build the Platform (turing). You are getting this error because the
>>> required dependencies are not resolved. Please try adding the following
>>> repository details under the  tag in the pom file of the platform
>>> and then build the platform.
>>>
>>> 
>>> 
>>> wso2-nexus
>>> WSO2 internal Repository
>>> http://maven.wso2.org/nexus/content/groups/wso2-public/
>>> 
>>> 
>>> true
>>> daily
>>> ignore
>>> 
>>> 
>>> 
>>>
>>> Let us know if it doesn't resolve your issue.
>>>
>>>
>>> On 

Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Hi Tharindu,

I have already added that part to the POM file but got the error when
building platform.



On Sat, Mar 7, 2015 at 8:10 PM, Yasith Lokuge  wrote:

> Thanks for the reply Tharindu, I'll try and let you know.
>
> On Sat, Mar 7, 2015 at 8:08 PM, Tharindu Edirisinghe 
> wrote:
>
>> Hi Yasith,
>>
>> I assume you have built Orbit and Kernel and then you are trying to build
>> the Platform (turing). You are getting this error because the required
>> dependencies are not resolved. Please try adding the following repository
>> details under the  tag in the pom file of the platform and then
>> build the platform.
>>
>> 
>> 
>> wso2-nexus
>> WSO2 internal Repository
>> http://maven.wso2.org/nexus/content/groups/wso2-public/
>> 
>> 
>> true
>> daily
>> ignore
>> 
>> 
>> 
>>
>> Let us know if it doesn't resolve your issue.
>>
>>
>> On Sat, Mar 7, 2015 at 7:50 PM, Yasith Lokuge  wrote:
>>
>>> Hi,
>>>
>>> I received the following error when building the Carbon Platform from
>>> source.
>>> Can anyone instruct me how to resolve this error
>>> $subject.
>>>
>>>
>>> [ERROR] Failed to execute goal on project
>>> org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
>>> project
>>>
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1]
>>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2
>>>
>>> Thanks,
>>>
>>> --
>>> *Regards,*
>>> *Yasith Kanchana Lokuge*
>>>
>>> *University of Colombo School of Computing**| UCSC*
>>> *Microsoft Student Ambassador *
>>> *Student Member IEEE*
>>> *Junior Inventor of the Year 2007*
>>>
>>> website: http://www.techsurgeinnovations.com/
>>> facebook : https://www.facebook.com/yasithlokuge
>>> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
>>> Mobile : +94771353682
>>> Skype  : yasith11
>>> Twitter: @YasithLokuge
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Tharindu Edirisinghe
>> Software Engineer | WSO2 Inc
>> Identity Server Team
>> mobile : +94 775 181586
>>
>
>
>
> --
> *Regards,*
> *Yasith Kanchana Lokuge*
>
> *University of Colombo School of Computing**| UCSC*
> *Microsoft Student Ambassador *
> *Student Member IEEE*
> *Junior Inventor of the Year 2007*
>
> website: http://www.techsurgeinnovations.com/
> facebook : https://www.facebook.com/yasithlokuge
> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
> Mobile : +94771353682
> Skype  : yasith11
> Twitter: @YasithLokuge
>



-- 
*Regards,*
*Yasith Kanchana Lokuge*

*University of Colombo School of Computing**| UCSC*
*Microsoft Student Ambassador *
*Student Member IEEE*
*Junior Inventor of the Year 2007*

website: http://www.techsurgeinnovations.com/
facebook : https://www.facebook.com/yasithlokuge
linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
Mobile : +94771353682
Skype  : yasith11
Twitter: @YasithLokuge
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Thanks for the reply Tharindu, I'll try and let you know.

On Sat, Mar 7, 2015 at 8:08 PM, Tharindu Edirisinghe 
wrote:

> Hi Yasith,
>
> I assume you have built Orbit and Kernel and then you are trying to build
> the Platform (turing). You are getting this error because the required
> dependencies are not resolved. Please try adding the following repository
> details under the  tag in the pom file of the platform and then
> build the platform.
>
> 
> 
> wso2-nexus
> WSO2 internal Repository
> http://maven.wso2.org/nexus/content/groups/wso2-public/
> 
> 
> true
> daily
> ignore
> 
> 
> 
>
> Let us know if it doesn't resolve your issue.
>
>
> On Sat, Mar 7, 2015 at 7:50 PM, Yasith Lokuge  wrote:
>
>> Hi,
>>
>> I received the following error when building the Carbon Platform from
>> source.
>> Can anyone instruct me how to resolve this error
>> $subject.
>>
>>
>> [ERROR] Failed to execute goal on project
>> org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
>> project
>>
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2
>>
>> Thanks,
>>
>> --
>> *Regards,*
>> *Yasith Kanchana Lokuge*
>>
>> *University of Colombo School of Computing**| UCSC*
>> *Microsoft Student Ambassador *
>> *Student Member IEEE*
>> *Junior Inventor of the Year 2007*
>>
>> website: http://www.techsurgeinnovations.com/
>> facebook : https://www.facebook.com/yasithlokuge
>> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
>> Mobile : +94771353682
>> Skype  : yasith11
>> Twitter: @YasithLokuge
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Tharindu Edirisinghe
> Software Engineer | WSO2 Inc
> Identity Server Team
> mobile : +94 775 181586
>



-- 
*Regards,*
*Yasith Kanchana Lokuge*

*University of Colombo School of Computing**| UCSC*
*Microsoft Student Ambassador *
*Student Member IEEE*
*Junior Inventor of the Year 2007*

website: http://www.techsurgeinnovations.com/
facebook : https://www.facebook.com/yasithlokuge
linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
Mobile : +94771353682
Skype  : yasith11
Twitter: @YasithLokuge
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Platform Build Error

2015-03-07 Thread Tharindu Edirisinghe
Hi Yasith,

I assume you have built Orbit and Kernel and then you are trying to build
the Platform (turing). You are getting this error because the required
dependencies are not resolved. Please try adding the following repository
details under the  tag in the pom file of the platform and then
build the platform.



wso2-nexus
WSO2 internal Repository
http://maven.wso2.org/nexus/content/groups/wso2-public/


true
daily
ignore




Let us know if it doesn't resolve your issue.


On Sat, Mar 7, 2015 at 7:50 PM, Yasith Lokuge  wrote:

> Hi,
>
> I received the following error when building the Carbon Platform from
> source.
> Can anyone instruct me how to resolve this error
> $subject.
>
>
> [ERROR] Failed to execute goal on project
> org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
> project
>
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2
>
> Thanks,
>
> --
> *Regards,*
> *Yasith Kanchana Lokuge*
>
> *University of Colombo School of Computing**| UCSC*
> *Microsoft Student Ambassador *
> *Student Member IEEE*
> *Junior Inventor of the Year 2007*
>
> website: http://www.techsurgeinnovations.com/
> facebook : https://www.facebook.com/yasithlokuge
> linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
> Mobile : +94771353682
> Skype  : yasith11
> Twitter: @YasithLokuge
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Tharindu Edirisinghe
Software Engineer | WSO2 Inc
Identity Server Team
mobile : +94 775 181586
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Platform Build Error

2015-03-07 Thread Yasith Lokuge
Hi,

I received the following error when building the Carbon Platform from
source.
Can anyone instruct me how to resolve this error
$subject.


[ERROR] Failed to execute goal on project
org.wso2.carbon.repomanager.axis2: Could not resolve dependencies for
project

[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn  -rf :org.wso2.carbon.repomanager.axis2

Thanks,

-- 
*Regards,*
*Yasith Kanchana Lokuge*

*University of Colombo School of Computing**| UCSC*
*Microsoft Student Ambassador *
*Student Member IEEE*
*Junior Inventor of the Year 2007*

website: http://www.techsurgeinnovations.com/
facebook : https://www.facebook.com/yasithlokuge
linkedin   : http://lk.linkedin.com/pub/yasith-lokuge/1b/713/229/
Mobile : +94771353682
Skype  : yasith11
Twitter: @YasithLokuge
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi,

Thanks for your response. I have some idea about both Data Wrangler API and
Jaggery. I'll try to bulid a UI.

Thanks.

On Sat, Mar 7, 2015 at 11:04 AM, Nirmal Fernando  wrote:

>
>
> On Sat, Mar 7, 2015 at 4:34 PM, Nirmal Fernando  wrote:
>
>> Hi Tharinda,
>>
>> Thanks for your interest on the proposal #17. Actually, it is not for
>> WSO2 CEP but for WSO2 Machine Learner which is a new product that we are
>> building these days.
>>
>> The main idea of this project is to integrate the Data Wrangler to WSO2
>> ML and get the data cleaning, transformation features into WSO2 ML. But as
>> a start, you could play with Data Wrangler API and check how you could
>> build a UI (preferably using HTML, Jaggery) that exposes Data Wrangler APIs.
>>
>> On Sat, Mar 7, 2015 at 2:53 PM, Tharinda Ehelepola > > wrote:
>>
>>> Hi,
>>>
>>> I am a student of university of Peradeniya, Faculty of engineering,
>>> Department of computer engineering. I am interested about your projects. I
>>> have already seen the
>>> "Proposal 17 : Data Wrangler extension for WSO2 Machine Learner".
>>> Actually i am very interested about that project. I have already install
>>> the CEP. Now i really want to see some sample extensions. I found the link
>>> but Google drive not give the permission for me. Could you please give me
>>> some example extensions or approval for the Google drive.
>>>
>>> Thank You.
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>>
>> Thanks & regards,
>> Nirmal
>>
>> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
>> Mobile: +94715779733
>> Blog: http://nirmalfdo.blogspot.com/
>>
>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:Google Wallet based Billing System for WSO2 Private PaaS

2015-03-07 Thread Imesh Gunaratne
Hi Heshan,

We are planning to use this product on WSO2 Private PaaS 4.1.0 which will
be built using Apache Stratos 4.1.0 + WSO2 product cartridges.

You could try Stratos 4.1.0 by referring following getting started guides:
https://gist.github.com/imesh/b8f81fac8de39183a504
https://cwiki.apache.org/confluence/display/STRATOS/4.1.0+Stratos+Alpha+Developer+Preview

Usage statistics of the PaaS are published to BAM via the following class:
https://github.com/apache/stratos/blob/master/components/org.apache.stratos.cloud.controller/src/main/java/org/apache/stratos/cloud/controller/statistics/publisher/BAMUsageDataPublisher.java

To refer the usage statistics RDBMS structure, please download and extract
the following file (use unzip):
https://github.com/wso2/product-private-paas/blob/master/stratos-installer/config/bam/Private_PaaS_Statistics_Monitoring.tbox

The database schema can be found in following file:
analytics/service_stats

Thanks

On Sat, Mar 7, 2015 at 10:53 AM, Heshan Jayasinghe 
wrote:

> Hi Imesha,
> Many thanks for the prompt reply.today and tomorrow I will setup
> these billing systems and analyse best features we can apply for this
> project.Up to now we have to implement main features like
> 1-get cloud service usage.
> 2-generate a detailed invoice
> 3 -making payments
> 4-view detailed billing information
>
> is there any main features i should add in to this application?can you
> tell me how can I access Wso2 Cloud to get Cloud service usage and what
> are information that i can get from that.I searched WSO2 PaaS RDBMS
> structure to get usage data of the cloud but i didn't find any good
> information.Can you send me some resources about this area? Because some
> features can't implement with out reading RDBMS structure.I look forward to
> receiving your reply.
> Thank you!
> regards,
> Heshan jayasinghe
>
> On Sat, Mar 7, 2015 at 10:46 AM, Heshan Jayasinghe 
> wrote:
>
>> Hi Imesha,
>> Many thanks for the prompt reply.today and tomorrow I will setup
>> these billing systems and analyse best features we can apply for this
>> project.Up to now we have to implement main features like
>> 1-get cloud service usage.
>> 2-generate a detailed invoice
>> 3 -making payments
>> 4-view detailed billing information
>>
>> is there any main features i should add in to this application?can you
>> tell me how can I access Wso2 Cloud to get Cloud service usage and what
>> are information that i can get from that.I searched WSO2 PaaS RDBMS
>> structure to get usage data of the cloud but i didn't find any good
>> information.Can you send me some resources about this area? Because some
>> features can't implement with out reading RDBMS structure.I look forward
>> to receiving your reply.
>> regards,
>> Heshana jayasinghe
>>
>> On Sat, Mar 7, 2015 at 9:27 AM, Imesh Gunaratne  wrote:
>>
>>> Hi Heshan,
>>>
>>> Great work! Please prepare a Google document with your findings and try
>>> to analyze features of different billing systems. I'm sorry I do not have a
>>> preference at the moment, that's why we need to do a literature review and
>>> identify the best option.
>>>
>>> Thanks
>>>
>>> On Sat, Mar 7, 2015 at 9:14 AM, Heshan Jayasinghe 
>>> wrote:
>>>
 Hi Imesh,
 I start literature review on Billing Cloud Services and identify
 Billing Patterns.I found "zuora" which is  automate billing system(paid
 application) and i got good idea from that.I found some open source
 rated billing applications.Those applications given in this URL.

 http://www.cio.com.au/article/324595/5_open_source_billing_systems_watch/
 I found another billing application called "Meveo".
 http://www.manaty.net/products/meveo-open-source-billing-system
 I think we should change these applications according our
 requirements.Could you please give me your requirements which I should
 include in this billing application.In my view point main part in this
 project is get a open source Billing application and change it with our
 requirements.So please help me to find a good Open source Billing
 application which I can easily change and apply.Do you have any recommended
 open source billing application which i can easily integrate with WSo2
 paas?I look forward to receiving your reply.

 regards,
 Heshan jayasinghe




 On Tue, Mar 3, 2015 at 10:03 PM, Imesh Gunaratne 
 wrote:

> [Copying WSO2 Dev]
>
> Hi Heshan,
>
> It's nice to hear from you and see your interest on this project. The
> idea of this project is to implement a Billing System for WSO2 Private 
> PaaS
> which could integrate with Google Wallet for invoice generation and
> payments. The steps to follow would be as follows:
>
> - Do a literature review on Billing Cloud Services and identify
> Billing Patterns.
> - Do an analysis on Open Source Billing Systems and reuse an existing
> or implement one from scratch
> - In

Re: [Dev] TestApp creation for App factory

2015-03-07 Thread Mahesh Chinthaka
Hi Dulitha,

Im sorry, what you are trying to do is bit unclear to me. Are you using our
cloud[1] or are you using a local setup.
In the cloud you can create an app, go to Lifecycle management of that app.
(select from left side menu bar). Then promote the app up to production
stage.
You can find some samples related with APIs in [2]. Hope that would help.
If not please feel free to ask any question.

[1] - https://cloud.wso2.com/
[2] - https://docs.wso2.com/display/AF200/Samples

On Sat, Mar 7, 2015 at 9:31 AM, Dulitha Kularathne  wrote:

> Hi !!
>   As I said in the previous mails,I tried some API calls by creating
> my own test app. But it looks like it is necessary for it to be in the
> production stage to do API calls and get something that  makes sense for
> testing purposes.Otherwise it says that it needs to be in the production
> stage. So, is there a way to get a demo test app that is already in the
> production stage so that I can verify the results that I receive without
> difficulty.
>
> Thanks.
>
> On Fri, Mar 6, 2015 at 1:53 PM, Dulitha Kularathne <
> dulithameth...@gmail.com> wrote:
>
>> Hi !!
>>   As I said in the previous mails,I tried some API calls by creating
>> my own test app. But it looks like it is necessary for it to be in the
>> production stage to do API calls and get something that  makes sense for
>> testing purposes.Otherwise it says that it needs to be in the production
>> stage. So, is there a way to get a demo test app that is already in the
>> production stage so that I can verify the results that I receive without
>> difficulty.
>>
>> Thanks.
>>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Mahesh Chinthaka Vidanagama* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 63 63 083 | Work: +94 112 145 345
Email: mahe...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Regarding GSoC Idea: Google Wallet based Billing System for WSO2 Private PaaS

2015-03-07 Thread Imesh Gunaratne
Hi Ashish,

It's nice to see your interest on this project. Please prepare a project
proposal on a Google document and share with us. There are few other
students also preparing project proposals for this project. After reviewing
them we will select the best one and move forward.

The idea of this project is to implement a Billing System for WSO2 Private
PaaS which could integrate with Google Wallet for invoice generation and
payments. The steps to follow would be as follows:

- Do a literature review on Billing Cloud Services and identify Billing
Patterns.
- Do an analysis on Open Source Billing Systems and reuse an existing or
implement one from scratch
- Integrate above Billing System with WSO2 PPaaS.
- Integrate above Billing System with Google Wallet.

Please use WSO2 Dev mailing list for making this discussion.

Thanks


On Sat, Mar 7, 2015 at 12:34 PM, Ashish Agarwal <
ashishagarwal.lnm...@gmail.com> wrote:

> Respected Sir,
>
> I am writing to you to explore the possibility of a research project under
> your esteemed guidance in GSoC.
>
> I have worked on automatic deployment of virtual labs over cloud
> infrastructure. I captured the essence of cloud computing and learnt how
> virtualization works. The research involved implementation of a python API
> to provide a thin abstraction layer on top of the available cloud
> interfaces and set up experiments on cloud infrastructures (OpenStack and
> Eucalyptus).
>
> I have a strong belief in open source technology and free availability of
> knowledge. I believe that the knowledge in meant to be shared and spread.
> Hence I have experience working with Version Control Systems (GIT). I am
> very much versed with languages like python, Java, SQL and cloud
> infrastructures like OpenStack, Eucalyptus.
>
> Thank you for your consideration. In anticipation of a positive response.
>
> Yours sincerely,
> Ashish Agarwal
>



-- 
*Imesh Gunaratne*
Technical Lead
WSO2 Inc: http://wso2.com
T: +94 11 214 5345 M: +94 77 374 2057
W: http://imesh.gunaratne.org
Lean . Enterprise . Middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC 2015 - Siddhi Editor for WSO2 CEP

2015-03-07 Thread dileep Chandima
Hi,

I'm Dileepa Chandima from University of Peradeniya , Faculty of
Engineering. I am a Computer Engineering student. After going through the
project idea I would like to work on this project. I have already completed
a project on developing a web based ARM instruction simulator with features
that are mentioned in this project. So it would be very helpful if you give
me some more guide lines about this

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


Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Nirmal Fernando
On Sat, Mar 7, 2015 at 4:34 PM, Nirmal Fernando  wrote:

> Hi Tharinda,
>
> Thanks for your interest on the proposal #17. Actually, it is not for WSO2
> CEP but for WSO2 Machine Learner which is a new product that we are
> building these days.
>
> The main idea of this project is to integrate the Data Wrangler to WSO2 ML
> and get the data cleaning, transformation features into WSO2 ML. But as a
> start, you could play with Data Wrangler API and check how you could build
> a UI (preferably using HTML, Jaggery) that exposes Data Wrangler APIs.
>
> On Sat, Mar 7, 2015 at 2:53 PM, Tharinda Ehelepola 
> wrote:
>
>> Hi,
>>
>> I am a student of university of Peradeniya, Faculty of engineering,
>> Department of computer engineering. I am interested about your projects. I
>> have already seen the
>> "Proposal 17 : Data Wrangler extension for WSO2 Machine Learner".
>> Actually i am very interested about that project. I have already install
>> the CEP. Now i really want to see some sample extensions. I found the link
>> but Google drive not give the permission for me. Could you please give me
>> some example extensions or approval for the Google drive.
>>
>> Thank You.
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
>
> Thanks & regards,
> Nirmal
>
> Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
> Mobile: +94715779733
> Blog: http://nirmalfdo.blogspot.com/
>
>
>


-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] GSOC2015:PROJECT

2015-03-07 Thread Nirmal Fernando
Hi Tharinda,

Thanks for your interest on the proposal #17. Actually, it is not for WSO2
CEP but for WSO2 Machine Learner which is a new product that we are
building these days.

The main idea of this project is to integrate the Data Wrangler to WSO2 ML
and get the data cleaning, transformation features into WSO2 ML. But as a
start, you could play with Data Wrangler API and check how you could build
a UI (preferably using HTML/Jaggery) that exposes Data Wrangler APIs.

On Sat, Mar 7, 2015 at 2:53 PM, Tharinda Ehelepola 
wrote:

> Hi,
>
> I am a student of university of Peradeniya, Faculty of engineering,
> Department of computer engineering. I am interested about your projects. I
> have already seen the
> "Proposal 17 : Data Wrangler extension for WSO2 Machine Learner". Actually
> i am very interested about that project. I have already install the CEP.
> Now i really want to see some sample extensions. I found the link but
> Google drive not give the permission for me. Could you please give me some
> example extensions or approval for the Google drive.
>
> Thank You.
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 

Thanks & regards,
Nirmal

Senior Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Pull requests for CARBON-14871 and IDENTITY-2663

2015-03-07 Thread Kishanthan Thangarajah
Hi IS Team/Gayashan,

Can we get the PR for this fix for 4.4.0? This has been fixed for patch0009
and the fix is not merged with 4.3.0 or 4.4.0. This is again an L1 for
4.4.0 release.

Thanks,
Kishanthan.

On Tue, Nov 4, 2014 at 9:53 PM, Gayashan Amarasinghe 
wrote:

> Kind reminder on this.
>
> Thanks.
> /Gayashan
>
> On Thu, Sep 11, 2014 at 11:37 AM, Gayashan Amarasinghe 
> wrote:
>
>> Hi Asela/IS team,
>>
>> Can you send pull request for [1] for carbon4-kernel. It would require
>> applying fix for [2] as well. If some API changes were avoided when
>> applying this to turing branch, they can be properly fixed now for 4.3.0
>> release.
>>
>> [1] https://wso2.org/jira/browse/CARBON-14871
>> [2] https://wso2.org/jira/browse/IDENTITY-2663
>>
>> Thanks.
>> /Gayashan
>>
>> --
>> *Gayashan Amarasinghe*
>> Software Engineer | Platform TG
>> WSO2, Inc. | http://wso2.com
>> lean. enterprise. middleware
>>
>> Mobile : +94718314517
>> Blog : gayashan-a.blogspot.com
>>
>
>
>
> --
> *Gayashan Amarasinghe*
> Software Engineer | Platform TG
> WSO2, Inc. | http://wso2.com
> lean. enterprise. middleware
>
> Mobile : +94718314517
> Blog : gayashan-a.blogspot.com
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kishanthan Thangarajah*
Senior Software Engineer,
Platform Technologies Team,
WSO2, Inc.
lean.enterprise.middleware

Mobile - +94773426635
Blog - *http://kishanthan.wordpress.com *
Twitter - *http://twitter.com/kishanthan *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Security manager enabled packs wont start when signed using JDK8

2015-03-07 Thread Aruna Karunarathna
Hi all,

When security manager enabled for products,(which is build using java 8 and
signed using java8) following exception throws at the server start-up.

JAVA_HOME environment variable is set to
/home/aruna/software/java/jdk1.8.0_20
CARBON_HOME environment variable is set to
/home/aruna/Downloads/signed_wso2as-6.0.0-SNAPSHOT
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at org.wso2.carbon.bootstrap.Bootstrap.loadClass(Bootstrap.java:63)
at org.wso2.carbon.bootstrap.Bootstrap.main(Bootstrap.java:45)
Caused by: java.lang.RuntimeException: invalid SHA1 signature file digest
for org/eclipse/osgi/internal/module/MappedList.class
at org.wso2.carbon.server.CarbonLauncher.launch(CarbonLauncher.java:117)
at org.wso2.carbon.server.Main.launchCarbon(Main.java:162)
at org.wso2.carbon.server.Main.main(Main.java:96)
... 6 more


Further I've noticed that, org.eclipse.osgi_3.9.1.v20130814-1242.jar is
already signed.
*aruna@aruna:~$ jarsigner -verify
unsigned_wso2as-6.0.0-SNAPSHOT/repository/components/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar
*
*jar verified.*


After signing the pack, sign verification throws the following exception.

*aruna@aruna:~$ jarsigner -verify
signed_wso2as-6.0.0-SNAPSHOT/repository/components/plugins/org.eclipse.osgi_3.9.1.v20130814-1242.jar
*
*jarsigner: java.lang.SecurityException: invalid SHA1 signature file digest
for org/eclipse/osgi/internal/module/MappedList.class*

However the packs are starting when signed from JDK6 and run in JDK8.

So how to proceed with this issue, Highly appreciate your thoughts.

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

Regards,
Aruna
-- 

*Aruna Sujith Karunarathna* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 9040362 | Work: +94 112145345
Email: ar...@wso2.com | Web: www.wso2.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi,

I am a student of university of Peradeniya, Faculty of engineering,
Department of computer engineering. I am interested about your projects. I
have already seen the
"Proposal 17 : Data Wrangler extension for WSO2 Machine Learner". Actually
i am very interested about that project. I have already install the CEP.
Now i really want to see some sample extensions. I found the link but
Google drive not give the permission for me. Could you please give me some
example extensions or approval for the Google drive.

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


[Dev] GSOC2015:PROJECT

2015-03-07 Thread Tharinda Ehelepola
Hi,

I am a student of university of Peradeniya, Faculty of engineering,
Department of computer engineering. I am interested about your projects. I
have already seen the
"Proposal 17 : Data Wrangler extension for WSO2 Machine Learner". Actually
i am very interested about that project. I have already install the CEP.
Now i really want to see some sample extensions. I found the link but
Google drive not give the permission for me. Could you please give me some
example extensions or approval for the Google drive.

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


Re: [Dev] WSO2 ESB Tracking Request-Response

2015-03-07 Thread Malaka Silva
Hi Aliosha,

There is no straight forward way to do this.

You could generating a random number (using script mediator) and logging it
in the inSequence and outSequence,

However it will get mixed up when there are parallel requests. Meaning out
sequence log may not come right after the insequence log. But it'll be
there.



On Fri, Mar 6, 2015 at 7:13 PM, Aliosha  wrote:

> Hi...I'm working on WSO2 ESB 4.8.1 By observing  the
>
> ESB HOME/repository/logs/wso2carbon.log
>
> i need to know the connection between one request and its relative
> response going through my proxy services.
>
> I tried following the MessageID property printed in the insequence and the
> out sequence of my proxies, but i realize, even if i'm not so sure, that
> this property is different from one to the other.
>
> So what's the way i could know which are the requests all the responses
> are connected with?
>
>
> Regards
>
> Alessio
>



-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/


Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev