[Dev] [DEV] MSMP L1 Issues {ESBJAVA-3034/ESBJAVA-3018}

2014-06-25 Thread Dushan Abeyruwan
Hi Shafreen

Please do update with necessary detail for the queries raised under
following jira


   - https://wso2.org/jira/browse/ESBJAVA-3034


   For this particular issue I did generated pull request but the
integration test is full of failures, please do attach correct artifacts.



   - https://wso2.org/jira/browse/ESBJAVA-3018



Need clear instruction and we need proper pull requests


ACK ASAP..

Cheers,
Dushan Abeyruwan | Associate Tech Lead
Integration Technologies Team
PMC Member Apache Synpase
WSO2 Inc. http://wso2.com/
Blog:http://dushansview.blogspot.com/
Mobile:(0094)713942042
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How to get cluster information within a TomcatValve in Carbon

2014-06-25 Thread Chamil Jeewantha
Hi All,

I want to get clustering information like cluster Id within TomcatValve
configured in WSO2 AS. what is the way I can grab these details. (mainly
the cluster ID).

-- 
K.D. Chamil Jeewantha
Associate Technical Lead
WSO2, Inc.;  http://wso2.com
Mobile: +94716813892
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [BPS]Error while invoking a callback service from a BPEL

2014-06-25 Thread Nandika Jayawardana
As Amila has pointed out, the issue happens in the tenant case due because
HTTP_HEADERS property  is not copied in the TenantTransportSender.  Is
there any reason why this is not done in TenantTransportSender ?



Regards
Nandika




On Tue, May 20, 2014 at 11:08 AM, Hasitha Aravinda hasi...@wso2.com wrote:



 Hi,

 On Tue, May 20, 2014 at 11:02 AM, Asanthi Kulasinghe asan...@wso2.com
 wrote:

 Hi,

 There were 2 scenarios reproducing this error initially.

 1. When completing workflow tasks (
 https://wso2.org/jira/browse/APIMANAGER-2360) - FIXED
 2. When invoking workflows

 I can reproduce the following error intermittently on BPS for scenario 2.
 Tasks do not get created when this is reproduced.


 [2014-05-20 10:16:50,054] ERROR
 {org.wso2.carbon.bpel.b4p.extension.PeopleActivity} -
 org.apache.axis2.AxisFault: Timeout waiting for connection
 org.apache.axis2.AxisFault: Timeout waiting for connection


 Increase HTTP connection as mentioned on jira BPS-507. This will solve
 this problem. Also refer [1] for BPS performance tuning.

 [1] -
 http://tryitnw.blogspot.com/2014/05/wso2-bps-320-performance-tuning-know.html

 Thanks,
  Hasitha.


 at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430)
 at
 org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:197)
 at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
 at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:451)
 at
 org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:278)
 at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
 at
 org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:430)
 at
 org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225)

 at
 org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
 at
 org.wso2.carbon.bpel.core.ode.integration.utils.AxisServiceUtils.invokeService(AxisServiceUtils.java:305)
 at
 org.wso2.carbon.bpel.b4p.extension.PeopleActivity.invoke(PeopleActivity.java:734)
 at
 org.wso2.carbon.bpel.b4p.extension.BPEL4PeopleExtensionOperation.runAsync(BPEL4PeopleExtensionOperation.java:66)
 at
 org.apache.ode.bpel.runtime.extension.AbstractLongRunningExtensionOperation.run(AbstractLongRunningExtensionOperation.java:95)
 at sun.reflect.GeneratedMethodAccessor69.invoke(Unknown Source)
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:606)

 at
 org.apache.ode.jacob.vpu.JacobVPU$JacobThreadImpl.run(JacobVPU.java:451)
 at org.apache.ode.jacob.vpu.JacobVPU.execute(JacobVPU.java:139)
 at
 org.apache.ode.bpel.engine.BpelRuntimeContextImpl.execute(BpelRuntimeContextImpl.java:898)
  at
 org.apache.ode.bpel.engine.PartnerLinkMyRoleImpl.invokeNewInstance(PartnerLinkMyRoleImpl.java:208)
 at
 org.apache.ode.bpel.engine.BpelProcess$1.invoke(BpelProcess.java:283)

 at
 org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:224)
 at
 org.apache.ode.bpel.engine.BpelProcess.invokeProcess(BpelProcess.java:279)
 at
 org.apache.ode.bpel.engine.BpelProcess.handleJobDetails(BpelProcess.java:434)
 at
 org.apache.ode.bpel.engine.BpelEngineImpl.onScheduledJob(BpelEngineImpl.java:558)
 at
 org.apache.ode.bpel.engine.BpelServerImpl.onScheduledJob(BpelServerImpl.java:467)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:536)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler$RunJob$1.call(SimpleScheduler.java:530)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:280)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler.execTransaction(SimpleScheduler.java:235)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:530)
 at
 org.apache.ode.scheduler.simple.SimpleScheduler$RunJob.call(SimpleScheduler.java:514)
 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:744)
 Caused by: org.apache.commons.httpclient.ConnectionPoolTimeoutException:
 Timeout waiting for connection
 at
 org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.doGetConnection(MultiThreadedHttpConnectionManager.java:497)
 at
 org.apache.commons.httpclient.MultiThreadedHttpConnectionManager.getConnectionWithTimeout(MultiThreadedHttpConnectionManager.java:416)
 at
 org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:153)

 at
 org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
 at
 

[Dev] Invitation: Mediation Debugger For WSO2 ESB GSoC 2014 - Review #2 @ Wed Jun 25, 2014 4pm - 5pm (isu...@wso2.com)

2014-06-25 Thread Isuru Udana
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VEVENT
DTSTART:20140625T103000Z
DTEND:20140625T113000Z
DTSTAMP:20140625T090847Z
ORGANIZER;CN=Isuru Udana:mailto:isu...@wso2.com
UID:loke1f2dijs3blbp7ckebou...@google.com
ATTENDEE;CUTYPE=RESOURCE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=TR
 UE;CN=LK 3rd Floor Meeting Room - Kernel;X-NUM-GUESTS=0:mailto:wso2.com_323
 4323338383134353...@resource.calendar.google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Miyuru Wanninayaka;X-NUM-GUESTS=0:mailto:miy...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Dushan Abeyruwan;X-NUM-GUESTS=0:mailto:dus...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Kasun Indrasiri;X-NUM-GUESTS=0:mailto:ka...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=dev@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Ishan Jayawardena;X-NUM-GUESTS=0:mailto:is...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;RSVP=TRUE
 ;CN=Isuru Udana;X-NUM-GUESTS=0:mailto:isu...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;RSVP=
 TRUE;CN=Kevin Ratnasekera;X-NUM-GUESTS=0:mailto:djkevincr1...@gmail.com
CREATED:20140625T090847Z
DESCRIPTION:This is to review the progress of Mediation Debugger For WSO2 E
 SB GSoC 2014 project.\nView your event at http://www.google.com/calendar/ev
 ent?action=VIEWeid=bG9rZTFmMmRpanMzYmxicDdja2Vib3VndDAgZGV2QHdzbzIub3Jnto
 k=MTUjaXN1cnV1QHdzbzIuY29tMDVhMzZkNTEwOWVhMWE1YWY2NDgxOGI4MzJiNjk2ZGRkODUzM
 2FiYgctz=Asia/Colombohl=en.
LAST-MODIFIED:20140625T090847Z
LOCATION:LK 3rd Floor Meeting Room - Kernel
SEQUENCE:0
STATUS:CONFIRMED
SUMMARY:Mediation Debugger For WSO2 ESB GSoC 2014 - Review #2
TRANSP:OPAQUE
END:VEVENT
END:VCALENDAR


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


Re: [Dev] Invitation: WSO2 IS - OT Deployment @ Wed Jun 25, 2014 10:30am - 11:30am (hasin...@wso2.com)

2014-06-25 Thread Hasintha Indrajee
Hi all,

The following were discussed to be done, during the meeting,

1. Deploy IS 5.0.0 over private LDAP. (IS-Internal)
2. Deploy IS 5.0.0 over OT LDAP.(IS-OT)
3. Provision users from IS-Internal to IS-OT

4. Configure Google Apps WSO2 domain to use SAML2 authentication via
IS-Internal.
5. Configure WSO2 Saleforce account to use SAML2 authentication via
IS-Internal.

6. Configure SAML2 authentication for Drupal (WSO2.COM) via IS - OT
7. Configure SAML2 authentication for JIRA with Identity server
8. Configure federated saml authentication from IS-OT to IS-Internal for
internal users.



On Wed, Jun 25, 2014 at 1:53 PM, Darshana Gunawardana darsh...@wso2.com
wrote:

 more details »
 https://www.google.com/calendar/event?action=VIEWeid=cGtqa2o3YnJ0dTcyYnFlNzBsc21mbjZiY28gaGFzaW50aGFAd3NvMi5jb20tok=MTYjcHJhYmF0aEB3c28yLmNvbTI2NjhjMWRjNDIxOWU0ZDExODQ1ZWMyOWM3YzMwMDMyNmEyYzQ1YWEctz=Asia/Colombohl=en
 WSO2 IS - OT Deployment
 For additional details please see the mail : [Internal QSP] [WSO2 IS
 integration with WSO2 Infra] Progress Update - Day 7  8.
 *When*
 Wed Jun 25, 2014 10:30am – 11:30am Colombo
 *Where*
 LK 6th Floor Meeting Room - Dijkstra (map
 http://maps.google.lk/maps?q=LK+6th+Floor+Meeting+Room+-+Dijkstrahl=en)
 *Video call*
 https://plus.google.com/hangouts/_/wso2.com/wso2-is-ot
 https://plus.google.com/hangouts/_/wso2.com/wso2-is-ot?hceid=cHJhYmF0aEB3c28yLmNvbQ.pkjkj7brtu72bqe70lsmfn6bco
 *Calendar*
 hasin...@wso2.com
 *Who*
 •
 Prabath Siriwardana - organizer
 •
 Dulanja Liyanage
 •
 Hasintha Indrajee
 •
 Yasith Nakandala
 •
 Thimuth Amarakoon
 •
 Johann Nallathamby
 •
 Dhanushka Ranasinghe
 •
 Darshana Gunawardana

 Going?   *Yes
 https://www.google.com/calendar/event?action=RESPONDeid=cGtqa2o3YnJ0dTcyYnFlNzBsc21mbjZiY28gaGFzaW50aGFAd3NvMi5jb20rst=1tok=MTYjcHJhYmF0aEB3c28yLmNvbTI2NjhjMWRjNDIxOWU0ZDExODQ1ZWMyOWM3YzMwMDMyNmEyYzQ1YWEctz=Asia/Colombohl=en
 - Maybe
 https://www.google.com/calendar/event?action=RESPONDeid=cGtqa2o3YnJ0dTcyYnFlNzBsc21mbjZiY28gaGFzaW50aGFAd3NvMi5jb20rst=3tok=MTYjcHJhYmF0aEB3c28yLmNvbTI2NjhjMWRjNDIxOWU0ZDExODQ1ZWMyOWM3YzMwMDMyNmEyYzQ1YWEctz=Asia/Colombohl=en
 - No
 https://www.google.com/calendar/event?action=RESPONDeid=cGtqa2o3YnJ0dTcyYnFlNzBsc21mbjZiY28gaGFzaW50aGFAd3NvMi5jb20rst=2tok=MTYjcHJhYmF0aEB3c28yLmNvbTI2NjhjMWRjNDIxOWU0ZDExODQ1ZWMyOWM3YzMwMDMyNmEyYzQ1YWEctz=Asia/Colombohl=en*
 more options »
 https://www.google.com/calendar/event?action=VIEWeid=cGtqa2o3YnJ0dTcyYnFlNzBsc21mbjZiY28gaGFzaW50aGFAd3NvMi5jb20tok=MTYjcHJhYmF0aEB3c28yLmNvbTI2NjhjMWRjNDIxOWU0ZDExODQ1ZWMyOWM3YzMwMDMyNmEyYzQ1YWEctz=Asia/Colombohl=en

 Invitation from Google Calendar https://www.google.com/calendar/

 You are receiving this email at the account hasin...@wso2.com because you
 are subscribed for invitations on calendar hasin...@wso2.com.

 To stop receiving these notifications, please log in to
 https://www.google.com/calendar/ and change your notification settings
 for this calendar.

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


Re: [Dev] [DEV] MSMP L1 Issues {ESBJAVA-3034/ESBJAVA-3018}

2014-06-25 Thread Shafreen Anfar
Hi Dushan,

I updated the JIRA with test-cases and diff files. I haven't committed
those to DEV branch though. I'll do it tonight.


On Wed, Jun 25, 2014 at 2:17 AM, Dushan Abeyruwan dus...@wso2.com wrote:

 Hi Shafreen

 Please do update with necessary detail for the queries raised under
 following jira


- https://wso2.org/jira/browse/ESBJAVA-3034


For this particular issue I did generated pull request but the
 integration test is full of failures, please do attach correct artifacts.



- https://wso2.org/jira/browse/ESBJAVA-3018



 Need clear instruction and we need proper pull requests


 ACK ASAP..

 Cheers,
 Dushan Abeyruwan | Associate Tech Lead
 Integration Technologies Team
 PMC Member Apache Synpase
 WSO2 Inc. http://wso2.com/
 Blog:http://dushansview.blogspot.com/
 Mobile:(0094)713942042




-- 
Regards,
*Shafreen*
Software Engineer
WSO2 Inc
Mobile : 077-556-395-1
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-25 Thread Sameera Medagammaddegedara
Hi,

As per the offline discussion:

   - Darshana provided assistance in diagnosing the problem
   - He located the issue as been caused by a missing feature :
   org.wso2.carbon:org.wso2.carbon.identity.user.profile.feature
   - After adding the above mentioned feature we did not encounter the
   above exceptions in the pack


Thank You,

Sameera


On Wed, Jun 25, 2014 at 10:19 AM, Darshana Gunawardana darsh...@wso2.com
wrote:

 Hi Sameera,

 So there are couple of issues which couple of issues which i'll look
 further.
 1. 
 org.wso2.carbon.identity.application.authentication.framework.server.feature
 should be in nexus
 2. org.wso2.carbon.identity.application.common bundle seems to be missing
 in the ES pack

 Will update you once we found the root cause..

 Thanks,



 On Tue, Jun 24, 2014 at 5:29 PM, Sameera Medagammaddegedara 
 samee...@wso2.com wrote:

 Hi Darshana,

 The ES throws the following two exceptions at server start up after
 building with the new org.wso2.carbon:org.wso2.
 carbon.identity.sso.saml.feature. Please note that I had to build
 org.wso2.carbon.identity.application.authentication.framework.server.feature
 locally as it was not found in the nexus.

 *Exception 1 *

 Error building service from bundle : Symbolic Name:
 org.wso2.carbon.identity.sso.saml,Bundle Version: 4.3.0.SNAPSHOT, ID: 228
 org.apache.axis2.deployment.DeploymentException: The following error
 occurred during schema generation: Type
 org.wso2.carbon.identity.application.common.model.ClaimMapping not present
 at
 org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:106)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:217)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:102)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:89)
 at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:473)
 at
 org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
 at
 org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:80)
 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:601)
 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:1279)
 at
 org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1192)
 at
 org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1087)
 at
 org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5210)
 at
 

Re: [Dev] Issues with SAML SSO component in the ES 1.2.0

2014-06-25 Thread Sameera Medagammaddegedara
UPDATE:

We are currently facing an issue with the samlsso endpoint redirecting to
the admin console as opposed to a login page.During an offline discussion
session with Darshana it was noted that ES pack was missing the
application-authenticators.xml file.There have also been considerable
configuration changes to the way issuers are defined.

Thank You,
Sameera


On Wed, Jun 25, 2014 at 4:56 PM, Sameera Medagammaddegedara 
samee...@wso2.com wrote:

 Hi,

 As per the offline discussion:

- Darshana provided assistance in diagnosing the problem
- He located the issue as been caused by a missing feature :
org.wso2.carbon:org.wso2.carbon.identity.user.profile.feature
- After adding the above mentioned feature we did not encounter the
above exceptions in the pack


 Thank You,

 Sameera


 On Wed, Jun 25, 2014 at 10:19 AM, Darshana Gunawardana darsh...@wso2.com
 wrote:

 Hi Sameera,

 So there are couple of issues which couple of issues which i'll look
 further.
 1. 
 org.wso2.carbon.identity.application.authentication.framework.server.feature
 should be in nexus
 2. org.wso2.carbon.identity.application.common bundle seems to be
 missing in the ES pack

 Will update you once we found the root cause..

 Thanks,



 On Tue, Jun 24, 2014 at 5:29 PM, Sameera Medagammaddegedara 
 samee...@wso2.com wrote:

 Hi Darshana,

 The ES throws the following two exceptions at server start up after
 building with the new org.wso2.carbon:org.wso2.
 carbon.identity.sso.saml.feature. Please note that I had to build
 org.wso2.carbon.identity.application.authentication.framework.server.feature
 locally as it was not found in the nexus.

 *Exception 1 *

 Error building service from bundle : Symbolic Name:
 org.wso2.carbon.identity.sso.saml,Bundle Version: 4.3.0.SNAPSHOT, ID:
 228
 org.apache.axis2.deployment.DeploymentException: The following error
 occurred during schema generation: Type
 org.wso2.carbon.identity.application.common.model.ClaimMapping not present
 at
 org.apache.axis2.deployment.ServiceGroupBuilder.populateServiceGroup(ServiceGroupBuilder.java:106)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.addServices(Axis2ServiceRegistry.java:217)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:102)
 at
 org.wso2.carbon.utils.deployment.Axis2ServiceRegistry.register(Axis2ServiceRegistry.java:89)
 at
 org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:473)
 at
 org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:219)
 at
 org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:80)
 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:601)
 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
 

Re: [Dev] [DEV] [ESB] POST_TO_URI does not work in MT mode

2014-06-25 Thread Malaka Silva
Hi Guys,

We can't think any reason to not doing that.

I guess we can try this now? If something goes wrong we will see this in
ESB 4.9.0 test fails?


On Sun, Jun 22, 2014 at 9:36 AM, Malaka Silva mal...@wso2.com wrote:

 As advised by Miyuru added the property to [1] and it seems to be working.

 However can we loop all properties and add all at once instead of one by
 one?

 Any reason for not doing this?

 [1]
 http://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/patch0006/core/org.wso2.carbon.core/4.2.0/src/main/java/org/wso2/carbon/core/multitenancy/transports/TenantTransportSender.java


 On Sun, Jun 22, 2014 at 8:45 AM, Miyuru Wanninayaka miy...@wso2.com
 wrote:

 Probably this property is not getting copied from Tenant MC to ST MC in
 tenant transport sender.


 On Sun, Jun 22, 2014 at 5:44 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Guys,

 When I debugged the code it goes in this flow.

 Server Worker (m1) -- MultitenantMessageReceiver(m1 -- m2) --
 PropertyMediator(m1) -- Axis2FlexibleMEPClient(m1) -- TargetRequest(m2)

 POST_TO_URL comes upto Axis2FlexibleMEPClient. However it's lost at 
 TargetRequest
 level. Due to this property is now working.

 This is working fine with super tenant. Can't figure out the case.

 Related jira can be found at [1]

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

 Any ideas?

 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/
 http://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.




 --
 Miyuru Wanninayaka
 Senior Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile : +94 77 209 9788




 --

 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/
 http://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.




-- 

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/
http://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


Re: [Dev] [DEV] [ESB] POST_TO_URI does not work in MT mode

2014-06-25 Thread Malaka Silva
Hi,

We can't think any reason to not doing that.

I guess we can try this now? If something goes wrong we will see this in
ESB 4.9.0 testing?

Best Regards,
Malaka


On Sun, Jun 22, 2014 at 9:36 AM, Malaka Silva mal...@wso2.com wrote:

 As advised by Miyuru added the property to [1] and it seems to be working.

 However can we loop all properties and add all at once instead of one by
 one?

 Any reason for not doing this?

 [1]
 http://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/patch0006/core/org.wso2.carbon.core/4.2.0/src/main/java/org/wso2/carbon/core/multitenancy/transports/TenantTransportSender.java


 On Sun, Jun 22, 2014 at 8:45 AM, Miyuru Wanninayaka miy...@wso2.com
 wrote:

 Probably this property is not getting copied from Tenant MC to ST MC in
 tenant transport sender.


 On Sun, Jun 22, 2014 at 5:44 PM, Malaka Silva mal...@wso2.com wrote:

 Hi Guys,

 When I debugged the code it goes in this flow.

 Server Worker (m1) -- MultitenantMessageReceiver(m1 -- m2) --
 PropertyMediator(m1) -- Axis2FlexibleMEPClient(m1) -- TargetRequest(m2)

 POST_TO_URL comes upto Axis2FlexibleMEPClient. However it's lost at 
 TargetRequest
 level. Due to this property is now working.

 This is working fine with super tenant. Can't figure out the case.

 Related jira can be found at [1]

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

 Any ideas?

 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/
 http://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.




 --
 Miyuru Wanninayaka
 Senior Technical Lead
 WSO2 Inc. : http://wso2.com

 Mobile : +94 77 209 9788




 --

 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/
 http://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.




-- 

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/
http://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


[Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all,

I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
and product-greg[4] and built these repos in the order they are appearing
above. First 3 repos built normally and when building the 4th one
(product-greg), I got following error message.

[INFO] Copying resources
[INFO] Running Equinox P2 Publisher Application for Repository Generation
[INFO] Command line:
/bin/sh -c cd
/home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen 
/usr/installations/jdk1.6.0_45/jre/bin/java -jar
/home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110725-1610.jar
-nosplash -application
org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -source
/home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen/target/tmp.1403704378829/featureExtract
-metadataRepository
file:/home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen/target/p2-repo
-metadataRepositoryName governance-profile-gen -artifactRepository
file:/home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen/target/p2-repo
-artifactRepositoryName governance-profile-gen -publishArtifacts
-publishArtifactRepository -compress -append
Generating metadata for ..
Status ERROR: org.eclipse.equinox.p2.artifact.repository code=0 Format
format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]]) was unable to parse
0.0.0.${registry_core_feature_version} java.lang.IllegalArgumentException:
Format format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]]) was unable to parse
0.0.0.${registry_core_feature_version}

Product publishing ended with the following exception:
java.lang.IllegalArgumentException: Format
format(n[.n=0;[.n=0;[.S=[A-Za-z0-9_-];='';]]]) was unable to parse
0.0.0.${registry_core_feature_version}
at
org.eclipse.equinox.internal.p2.metadata.VersionFormat.parse(VersionFormat.java:275)
at
org.eclipse.equinox.internal.p2.metadata.VersionParser.parse(VersionParser.java:89)
at org.eclipse.equinox.p2.metadata.Version.create(Version.java:79)
at org.eclipse.equinox.p2.metadata.Version.parseVersion(Version.java:141)
at
org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry.init(FeatureEntry.java:63)
at
org.eclipse.equinox.p2.publisher.eclipse.FeatureEntry.createRequires(FeatureEntry.java:40)
at
org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureManifestParser.processImport(FeatureManifestParser.java:194)
at
org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureManifestParser.startElement(FeatureManifestParser.java:280)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
at
com.sun.org.apache.xerces.internal.parsers.AbstractXMLDocumentParser.emptyElement(AbstractXMLDocumentParser.java:179)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:377)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2756)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at
com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at
com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at
com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at
com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at
com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at
com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
at
org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureManifestParser.parse(FeatureManifestParser.java:126)
at
org.eclipse.equinox.internal.p2.publisher.eclipse.FeatureParser.parse(FeatureParser.java:60)
at
org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction.getFeatures(FeaturesAction.java:518)
at
org.eclipse.equinox.p2.publisher.eclipse.FeaturesAction.perform(FeaturesAction.java:604)
at
org.eclipse.equinox.p2.publisher.Publisher$ArtifactProcess.run(Publisher.java:207)
at
org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.executeBatch(SimpleArtifactRepository.java:1294)
at org.eclipse.equinox.p2.publisher.Publisher.publish(Publisher.java:231)
at
org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.run(AbstractPublisherApplication.java:283)
at
org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.run(AbstractPublisherApplication.java:253)
at
org.eclipse.equinox.p2.publisher.AbstractPublisherApplication.start(AbstractPublisherApplication.java:315)
at
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

Re: [Dev] AS- Error when building product-as

2014-06-25 Thread Supun Malinga
Hi Kasun,

Do you have any idea on why it is missing ? and how to add it back?.
For me it seems some feature is not added into p2 pom.

thanks,


On Tue, Jun 24, 2014 at 3:17 PM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi Chamath,

 We are using the idp-mgt feature. So, we will have to include the new
 config file.

 Thanks,
 KasunG



 On Tue, Jun 24, 2014 at 3:09 PM, Chamath Gunawardana chama...@wso2.com
 wrote:

 Hi Kasun, Denuwanthi,

 The repository/conf/security/idp-config.xml is no longer using in
 idp-mgt feature. The error because we have sync the latest released code
 base to git and in idp-mgt feature not having this now.

 You can remove this from assembly/bin.xml in the product if you are not
 using idp-mgt feature. otherwise you need to include new file
 resources/identity/identity-providers/default.xml


 On Tue, Jun 24, 2014 at 2:12 PM, Denuwanthi De Silva denuwan...@wso2.com
  wrote:

 I did an online build on the latest source,   got the same error.



 Thanks,


 On Tue, Jun 24, 2014 at 1:36 PM, Kasun Gajasinghe kas...@wso2.com
 wrote:

 Do you have the latest source of product-as? Try to do an online build
 and see.


 On Tue, Jun 24, 2014 at 11:07 AM, Denuwanthi De Silva 
 denuwan...@wso2.com wrote:

 Hi,

 When I build 'product-as' 'WSO2 AppServer - Distribution' fails and
 give the following error:


 *[ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-assembly-plugin:2.4:attached (4-dist) on
 project wso2as: Failed to create assembly: Error adding file to archive:
 /home/denuwanthi/WSO2-training/Project/product-as/modules/distribution/../p2-profile-gen/target/wso2carbon-core-4.3.0-SNAPSHOT/repository/conf/security/idp-config.xml
 isn't a file. - *


 What could be the issue?


 Thanks,

 --
 Denuwanthi De Silva
 Software Engineer;
 WSO2 Inc.; http://wso2.com,
 Email: denuwan...@wso2.com



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




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org






 --
 Denuwanthi De Silva
 Software Engineer;
 WSO2 Inc.; http://wso2.com,
 Email: denuwan...@wso2.com



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




 --
 Thanks,
 Best Regards,
 Chamath Gunawardana
 Technical Lead; WSO2 Inc.
 Mobile : +94776322240




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org



 ___
 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 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] product-as build breaks - wsse:Security

2014-06-25 Thread Sagara Gunathunga
Product AS test cases are failing from last Sunday, it seems like some
security changes cause this issue [1].

IS folks, please fix or revert related changes also please run your team
level Jenkins server first and ensure your change does not break any
downstream project builds.

[1] -
https://wso2.org/jenkins/job/product-as/org.wso2.appserver$org.wso2.appserver.integration.tests/126/


Thanks !
-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [DEV] Large number of build breaks

2014-06-25 Thread Sagara Gunathunga
Hi Maheshika,

I can see number of product builds are keep failing  here [1], please
follow up with related product leads and revert any commits cause these
build breaks as immediate step.

Further, why all Sonar jobs are also failing ? shall we disable them and
try on staging server first ?


[1] - https://wso2.org/jenkins/view/product-builds/

Thanks !
-- 
Sagara Gunathunga

Senior Technical Lead; WSO2, Inc.;  http://wso2.com
V.P Apache Web Services;http://ws.apache.org/
Linkedin; http://www.linkedin.com/in/ssagara
Blog ;  http://ssagara.blogspot.com
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Isuru Perera
Eclipse Luna is released today [1]. When can we expect the Developer Studio
to support Eclipse Luna?

[1] http://www.eclipse.org/


On Tue, Jun 17, 2014 at 10:17 PM, Gayan Yalpathwala gay...@wso2.com wrote:

 Hi Isuru,

 Developer Studio 3.7.0 runs on top of Eclipse Kepler and will not support
 Eclipse Luna.

 Thanks,


  On Tue, Jun 17, 2014 at 11:23 PM, Isuru Perera isu...@wso2.com wrote:

  Hi,

 Can we install Developer Studio 3.7.0 to Eclipse Luna? Eclipse Luna RC
 packages [1] are already available and I hope Developer Studio 3.7.0 will
 be compatible.

 [1] http://www.eclipse.org/downloads/index-developer.php


 On Tue, Jun 10, 2014 at 1:42 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

   We have WSO2 Developer Studio 3.7.0 RC 1 ready to be downloaded at [1]
 and installed eclipse distributions available at [2]. This release includes
 following bug fixes, improvements and tasks.

 *Bug*

 [TOOLS-2261] - [Assignment Activity] XPath Expression auto fill is not
 working and also it's missing the 'Expression Language' selection drop down
 list
 [TOOLS-2448] - Dev Studio doesn't support DSS 3.2.0 cassandra data stax
  configuration
 [TOOLS-2451] - The property name should be 'Cache Type' instead of
 'Cache Action'
 [TOOLS-2452] - Connection type should be 'Pool' instead of DB_Connection
 in DBLOOKUP and DBREPORT
 [TOOLS-2453] - Composite application project pom editor has been
 overridden by default maven pom editor
 [TOOLS-2454] - 'initAxis2ClientOptions' is missing in Callout Mediator
 [TOOLS-2455] - Properties are missing in the Property Window of the
 Failover Endpoint
 [TOOLS-2456] - 'Session Timeout' property is missing in LoadBalance
  Endpoint
 [TOOLS-2457] - Unnecessary properties 'WSDL Definition' and 'WSDL
 Description' in WSDLEndpoint
 [TOOLS-2458] - In Local entry properties view 'Value Type' property
 should be renamed properly with the values
 [TOOLS-2459] - 'Condition Type' property's values should be inline with
 management console in Filter Mediator
 [TOOLS-2461] - In Send Mediator only sequences should list down under
 'Static Receiving Sequence' property
 [TOOLS-2462] - App Factory Login window always gets default Host URL
 [TOOLS-2464] - In HTTPEndpoint unwanted properties are displayed
 [TOOLS-2468] - Bean Mediator's property window is not properly organized
 [TOOLS-2469] - Property Names of 'Format' and 'Format key' should be
 renamed accordingly in PayloadFactoryMediator
 [TOOLS-2470] - Title of the variable's window ('Variables' property
 window) of the XQuery Mediator is not descriptive
 [TOOLS-2471] - Entitlement Mediator property issues
 [TOOLS-2472] - Entitlement mediator's 'Entitlement Client Type' and
 'CallBack Class' values are not serializing properly
 [TOOLS-2473] - Local entry Properties view issues
 [TOOLS-2476] - Property Mediator's Property data type OM needs an inline
 editor
 [TOOLS-2477] - Property Mediator property isssues
 [TOOLS-2478] - Unnecessary property 'Consumer Receive Timeout' in
 Message Store
 [TOOLS-2479] - Schedule Task property issues
 [TOOLS-2480] - 'Endpoint Properties Configuration' dialog property type
 should support only LITERALS
 [TOOLS-2481] - App Factory tools - Fix errors that appears when a
 project is opened in Dev Studio
 [TOOLS-2485] - In Conditional Route branches window, when existing
 routes are removed, evaluator expression does not get removed
 [TOOLS-2487] - Conditional Router property name should be changed
 [TOOLS-2488] - In Validate Mediator entire row doesn't get removed
 [TOOLS-2492] - Log Mediator's property window doesn't pop up when the
 log separator is null
 [TOOLS-2493] - Can add more than one endpoint inside Call Mediator
 [TOOLS-2495] - Feature value does not get deserialized in the Validate
 Mediator
 [TOOLS-2497] - Bean mediator validation fails for empty string values
 [TOOLS-2498] - Registry Resource wizard allow to select template data
 mapper type
 [TOOLS-2499] - move messageStore icon into middle of the graphical
 editor
 [TOOLS-2502] - remove schedule task connection handlers
 [TOOLS-2507] - Message processor wizard icon need to be same as as they
 are in graphical view
 [TOOLS-2508] - NPE due to message processor plugin ID typo
 [TOOLS-2510] - Exception thrown while exporting a web application
 [TOOLS-2514] - BPEL deploy.xml editor crashes when saving
 [TOOLS-2515] - Introduce bamServerProfiles support to BPEL deploy.xml
 editor
 [TOOLS-2516] - NPE thrown when starting GREG 4.5.3 with DevStudio.
 [TOOLS-2517] - An internal error occurred during: Updating Maven
 Project in Spring project
 [TOOLS-2518] - HTTP Status 404 for Spring project when try to run with
 Developer Studio
 [TOOLS-2519] - Remove app factory login prompt when app factory
 perspective is opened via developer studio dashboard.
 [TOOLS-2520] - Composite App projects pom editor opens with default pom
 editor
 [TOOLS-2524] - Cannot undeploy or redeploy Capp with 4.0.0 based carbon
 servers
 [TOOLS-2535] - App Factory Tools - 

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all,

This error occurs due to some missing properties
in wso2-dev/carbon-governance/pom.xml file.
Following entries should be added to the wso2-dev/carbon-governance/pom.xml
property element to built governance features correctly.

registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version
governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

After adding these elements wso2-dev/carbon-governance repos should be
built again and with the newly created features wso2-dev/product-greg repo
can be built passing the previous error.

Now following error occurs as the build proceeds.

Installation failed.Cannot complete the install because one or more
required items could not be found.

 Software being installed: Identity OAuth Server Feature 4.3.0.SNAPSHOT
(org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
 Missing requirement: Application Authentication Framework Server Feature
4.3.0.SNAPSHOT
(org.wso2.carbon.identity.application.authentication.framework.server.feature.group
4.3.0.SNAPSHOT) requires
'org.wso2.carbon.identity.user.profile.server.feature.group
[4.3.0.SNAPSHOT,4.4.0)' but it could not be found
 Cannot satisfy dependency:
  From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
(org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
  To: org.wso2.carbon.identity.provider.server.feature.group
[4.3.0.SNAPSHOT,4.4.0)
 Cannot satisfy dependency:
  From: Identity Provider Server Feature 4.3.0.SNAPSHOT
(org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
  To:
org.wso2.carbon.identity.application.authentication.framework.server.feature.group
[4.3.0.SNAPSHOT,4.4.0)
Application failed, log file location:
/home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE [23.450s]
[INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
[INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
[INFO] WSO2 Governance Registry - Distribution ... SKIPPED
[INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
[INFO] Registry Admin-Clients Module . SKIPPED
[INFO] Registry Test Utility Module .. SKIPPED
[INFO] Registry Test Artifact Module . SKIPPED
[INFO] Registry Backward association handler Artifact  SKIPPED
[INFO] Registry Integration Test Module .. SKIPPED
[INFO] Registry Tests Resources Test Module .. SKIPPED
[INFO] Registry Metadata Test Module . SKIPPED
[INFO] Registry Lifecycle Test Module  SKIPPED
[INFO] Registry Permission Test Module ... SKIPPED
[INFO] Registry Extensibility Test Module  SKIPPED
[INFO] Registry Governance API Test Module ... SKIPPED
[INFO] Registry Smoke Test Module  SKIPPED
[INFO] Registry Public JIRA Test Module .. SKIPPED
[INFO] Registry Search and Version Test Module ... SKIPPED
[INFO] Registry Test Reporting Module  SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 24.477s
[INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
[INFO] Final Memory: 19M/425M
[INFO]

[ERROR] Failed to execute goal
org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
(3-p2-profile-generation) on project governance-profile-gen: P2 publisher
return code was 13 - [Help 1]

What could be the issue here?

Thank you,
SameeraK



On Wed, Jun 25, 2014 at 8:35 PM, Sameera Kannangara samee...@wso2.com
wrote:

 Hi all,

 I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
 and product-greg[4] and built these repos in the order they are appearing
 above. First 3 repos built normally and when building the 4th one
 (product-greg), I got following error message.

 [INFO] Copying resources
 [INFO] Running Equinox P2 Publisher Application for Repository Generation
 [INFO] Command line:
 /bin/sh -c cd
 /home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen 
 /usr/installations/jdk1.6.0_45/jre/bin/java -jar
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110725-1610.jar
 -nosplash -application
 org.eclipse.equinox.p2.publisher.FeaturesAndBundlesPublisher -source
 /home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen/target/tmp.1403704378829/featureExtract
 -metadataRepository
 file:/home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen/target/p2-repo
 

[Dev] WSO2 BPS 3.5.0 M2 Released!

2014-06-25 Thread Hasitha Aravinda
BPS 3.5.0 M2 Release is available for download at
https://svn.wso2.org/repos/wso2/people/hasitha/bps350/wso2bps-3.5.0-M2.zip
Bug

   - [BPS-501 https://wso2.org/jira/browse/BPS-501] - Check the
   StreamDefinition is exist before adding new streamDefininition
   - [BPS-505 https://wso2.org/jira/browse/BPS-505] - Load callee BPEL
   DeploymentUnitDir from memory
   - [BPS-510 https://wso2.org/jira/browse/BPS-510] - Add Sample BPMN
   artifact
   - [BPS-511 https://wso2.org/jira/browse/BPS-511] -
   FlightReservationProcess sample contains zip files

Task

   - [BPS-509 https://wso2.org/jira/browse/BPS-509] - BPEL and HumanTask
   integration test migration for Git


-- BPS Team --

-- 
Hasitha Aravinda,
Software Engineer,
WSO2 Inc.
Email: hasi...@wso2.com
Mobile: +94 71 8 210 200
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Harshana Eranga Martin
Hi Isuru,

Unfortunately the answer would be No!

As a practice we always migrate only to a SR2 version of a new Eclipse
release. It has been proven to be effective in the past due to bug fixes in
SR2 releases and thus will be the case for future as well IMO.

Thanks and Regards,
Harshana
On 26 Jun 2014 00:35, Isuru Perera isu...@wso2.com wrote:

 Eclipse Luna is released today [1]. When can we expect the Developer
 Studio to support Eclipse Luna?

 [1] http://www.eclipse.org/


 On Tue, Jun 17, 2014 at 10:17 PM, Gayan Yalpathwala gay...@wso2.com
 wrote:

 Hi Isuru,

 Developer Studio 3.7.0 runs on top of Eclipse Kepler and will not support
 Eclipse Luna.

 Thanks,


  On Tue, Jun 17, 2014 at 11:23 PM, Isuru Perera isu...@wso2.com wrote:

  Hi,

 Can we install Developer Studio 3.7.0 to Eclipse Luna? Eclipse Luna RC
 packages [1] are already available and I hope Developer Studio 3.7.0 will
 be compatible.

 [1] http://www.eclipse.org/downloads/index-developer.php


 On Tue, Jun 10, 2014 at 1:42 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

   We have WSO2 Developer Studio 3.7.0 RC 1 ready to be downloaded at
 [1] and installed eclipse distributions available at [2]. This release
 includes following bug fixes, improvements and tasks.

 *Bug*

 [TOOLS-2261] - [Assignment Activity] XPath Expression auto fill is not
 working and also it's missing the 'Expression Language' selection drop down
 list
 [TOOLS-2448] - Dev Studio doesn't support DSS 3.2.0 cassandra data stax
  configuration
 [TOOLS-2451] - The property name should be 'Cache Type' instead of
 'Cache Action'
 [TOOLS-2452] - Connection type should be 'Pool' instead of
 DB_Connection in DBLOOKUP and DBREPORT
 [TOOLS-2453] - Composite application project pom editor has been
 overridden by default maven pom editor
 [TOOLS-2454] - 'initAxis2ClientOptions' is missing in Callout Mediator
 [TOOLS-2455] - Properties are missing in the Property Window of the
 Failover Endpoint
 [TOOLS-2456] - 'Session Timeout' property is missing in LoadBalance
  Endpoint
 [TOOLS-2457] - Unnecessary properties 'WSDL Definition' and 'WSDL
 Description' in WSDLEndpoint
 [TOOLS-2458] - In Local entry properties view 'Value Type' property
 should be renamed properly with the values
 [TOOLS-2459] - 'Condition Type' property's values should be inline with
 management console in Filter Mediator
 [TOOLS-2461] - In Send Mediator only sequences should list down under
 'Static Receiving Sequence' property
 [TOOLS-2462] - App Factory Login window always gets default Host URL
 [TOOLS-2464] - In HTTPEndpoint unwanted properties are displayed
 [TOOLS-2468] - Bean Mediator's property window is not properly organized
 [TOOLS-2469] - Property Names of 'Format' and 'Format key' should be
 renamed accordingly in PayloadFactoryMediator
 [TOOLS-2470] - Title of the variable's window ('Variables' property
 window) of the XQuery Mediator is not descriptive
 [TOOLS-2471] - Entitlement Mediator property issues
 [TOOLS-2472] - Entitlement mediator's 'Entitlement Client Type' and
 'CallBack Class' values are not serializing properly
 [TOOLS-2473] - Local entry Properties view issues
 [TOOLS-2476] - Property Mediator's Property data type OM needs an
 inline editor
 [TOOLS-2477] - Property Mediator property isssues
 [TOOLS-2478] - Unnecessary property 'Consumer Receive Timeout' in
 Message Store
 [TOOLS-2479] - Schedule Task property issues
 [TOOLS-2480] - 'Endpoint Properties Configuration' dialog property type
 should support only LITERALS
 [TOOLS-2481] - App Factory tools - Fix errors that appears when a
 project is opened in Dev Studio
 [TOOLS-2485] - In Conditional Route branches window, when existing
 routes are removed, evaluator expression does not get removed
 [TOOLS-2487] - Conditional Router property name should be changed
 [TOOLS-2488] - In Validate Mediator entire row doesn't get removed
 [TOOLS-2492] - Log Mediator's property window doesn't pop up when the
 log separator is null
 [TOOLS-2493] - Can add more than one endpoint inside Call Mediator
 [TOOLS-2495] - Feature value does not get deserialized in the Validate
 Mediator
 [TOOLS-2497] - Bean mediator validation fails for empty string values
 [TOOLS-2498] - Registry Resource wizard allow to select template data
 mapper type
 [TOOLS-2499] - move messageStore icon into middle of the graphical
 editor
 [TOOLS-2502] - remove schedule task connection handlers
 [TOOLS-2507] - Message processor wizard icon need to be same as as they
 are in graphical view
 [TOOLS-2508] - NPE due to message processor plugin ID typo
 [TOOLS-2510] - Exception thrown while exporting a web application
 [TOOLS-2514] - BPEL deploy.xml editor crashes when saving
 [TOOLS-2515] - Introduce bamServerProfiles support to BPEL
 deploy.xml editor
 [TOOLS-2516] - NPE thrown when starting GREG 4.5.3 with DevStudio.
 [TOOLS-2517] - An internal error occurred during: Updating Maven
 Project in Spring project
 [TOOLS-2518] - HTTP Status 404 for Spring project when try 

Re: [Dev] [Architecture] Developer Studio 3.7.0 RC 1 Released!

2014-06-25 Thread Isuru Perera
Hi Harshana,

Well, I don't think that's a good practice now. This means that we have to
wait till February 25, 2015 to see Developer Studio on Eclipse Luna! That's
a major barrier for Eclipse users to use Developer Studio. At least for me.

In future, I would expect the Developer Studio team to test with release
candidates and make sure Developer Studio is ready for the newest Eclipse
Release. Eclipse releases follow a proper release schedule [1] and it
wouldn't be so hard for the team to work on supporting new releases.

[1] http://wiki.eclipse.org/Simultaneous_Release


On Wed, Jun 25, 2014 at 10:05 AM, Harshana Eranga Martin 
harshan...@gmail.com wrote:

 Hi Isuru,

 Unfortunately the answer would be No!

 As a practice we always migrate only to a SR2 version of a new Eclipse
 release. It has been proven to be effective in the past due to bug fixes in
 SR2 releases and thus will be the case for future as well IMO.

 Thanks and Regards,
 Harshana
 On 26 Jun 2014 00:35, Isuru Perera isu...@wso2.com wrote:

 Eclipse Luna is released today [1]. When can we expect the Developer
 Studio to support Eclipse Luna?

 [1] http://www.eclipse.org/


 On Tue, Jun 17, 2014 at 10:17 PM, Gayan Yalpathwala gay...@wso2.com
 wrote:

 Hi Isuru,

 Developer Studio 3.7.0 runs on top of Eclipse Kepler and will not
 support Eclipse Luna.

 Thanks,


  On Tue, Jun 17, 2014 at 11:23 PM, Isuru Perera isu...@wso2.com wrote:

  Hi,

 Can we install Developer Studio 3.7.0 to Eclipse Luna? Eclipse Luna RC
 packages [1] are already available and I hope Developer Studio 3.7.0 will
 be compatible.

 [1] http://www.eclipse.org/downloads/index-developer.php


 On Tue, Jun 10, 2014 at 1:42 AM, Susankha Nirmala susan...@wso2.com
 wrote:

 Hi All,

   We have WSO2 Developer Studio 3.7.0 RC 1 ready to be downloaded at
 [1] and installed eclipse distributions available at [2]. This release
 includes following bug fixes, improvements and tasks.

 *Bug*

 [TOOLS-2261] - [Assignment Activity] XPath Expression auto fill is not
 working and also it's missing the 'Expression Language' selection drop 
 down
 list
 [TOOLS-2448] - Dev Studio doesn't support DSS 3.2.0 cassandra data
 stax configuration
 [TOOLS-2451] - The property name should be 'Cache Type' instead of
 'Cache Action'
 [TOOLS-2452] - Connection type should be 'Pool' instead of
 DB_Connection in DBLOOKUP and DBREPORT
 [TOOLS-2453] - Composite application project pom editor has been
 overridden by default maven pom editor
 [TOOLS-2454] - 'initAxis2ClientOptions' is missing in Callout Mediator
 [TOOLS-2455] - Properties are missing in the Property Window of the
 Failover Endpoint
 [TOOLS-2456] - 'Session Timeout' property is missing in LoadBalance
  Endpoint
 [TOOLS-2457] - Unnecessary properties 'WSDL Definition' and 'WSDL
 Description' in WSDLEndpoint
 [TOOLS-2458] - In Local entry properties view 'Value Type' property
 should be renamed properly with the values
 [TOOLS-2459] - 'Condition Type' property's values should be inline with
 management console in Filter Mediator
 [TOOLS-2461] - In Send Mediator only sequences should list down under
 'Static Receiving Sequence' property
 [TOOLS-2462] - App Factory Login window always gets default Host URL
 [TOOLS-2464] - In HTTPEndpoint unwanted properties are displayed
 [TOOLS-2468] - Bean Mediator's property window is not properly
 organized
 [TOOLS-2469] - Property Names of 'Format' and 'Format key' should be
 renamed accordingly in PayloadFactoryMediator
 [TOOLS-2470] - Title of the variable's window ('Variables' property
 window) of the XQuery Mediator is not descriptive
 [TOOLS-2471] - Entitlement Mediator property issues
 [TOOLS-2472] - Entitlement mediator's 'Entitlement Client Type' and
 'CallBack Class' values are not serializing properly
 [TOOLS-2473] - Local entry Properties view issues
 [TOOLS-2476] - Property Mediator's Property data type OM needs an
 inline editor
 [TOOLS-2477] - Property Mediator property isssues
 [TOOLS-2478] - Unnecessary property 'Consumer Receive Timeout' in
 Message Store
 [TOOLS-2479] - Schedule Task property issues
 [TOOLS-2480] - 'Endpoint Properties Configuration' dialog property
 type should support only LITERALS
 [TOOLS-2481] - App Factory tools - Fix errors that appears when a
 project is opened in Dev Studio
 [TOOLS-2485] - In Conditional Route branches window, when existing
 routes are removed, evaluator expression does not get removed
 [TOOLS-2487] - Conditional Router property name should be changed
 [TOOLS-2488] - In Validate Mediator entire row doesn't get removed
 [TOOLS-2492] - Log Mediator's property window doesn't pop up when the
 log separator is null
 [TOOLS-2493] - Can add more than one endpoint inside Call Mediator
 [TOOLS-2495] - Feature value does not get deserialized in the
 Validate Mediator
 [TOOLS-2497] - Bean mediator validation fails for empty string values
 [TOOLS-2498] - Registry Resource wizard allow to select template data
 mapper type
 [TOOLS-2499] - move messageStore icon 

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
Hi all,

I've created a pull request for above version number additions at [1].
Please check and merge.

Thank you,
SameeraK

[1] https://github.com/wso2-dev/carbon-governance/pull/7
[2] my fork - https://github.com/sameerak/carbon-governance




On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara samee...@wso2.com
wrote:

 Hi all,

 This error occurs due to some missing properties
 in wso2-dev/carbon-governance/pom.xml file.
 Following entries should be added to
 the wso2-dev/carbon-governance/pom.xml property element to built governance
 features correctly.


 registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version

 governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

 After adding these elements wso2-dev/carbon-governance repos should be
 built again and with the newly created features wso2-dev/product-greg repo
 can be built passing the previous error.

 Now following error occurs as the build proceeds.

 Installation failed.Cannot complete the install because one or more
 required items could not be found.

  Software being installed: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
  Missing requirement: Application Authentication Framework Server Feature
 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 4.3.0.SNAPSHOT) requires
 'org.wso2.carbon.identity.user.profile.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)' but it could not be found
  Cannot satisfy dependency:
   From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
   To: org.wso2.carbon.identity.provider.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
  Cannot satisfy dependency:
   From: Identity Provider Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
   To:
 org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
 Application failed, log file location:
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE
 [23.450s]
 [INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
 [INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
 [INFO] WSO2 Governance Registry - Distribution ... SKIPPED
 [INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
 [INFO] Registry Admin-Clients Module . SKIPPED
 [INFO] Registry Test Utility Module .. SKIPPED
 [INFO] Registry Test Artifact Module . SKIPPED
 [INFO] Registry Backward association handler Artifact  SKIPPED
 [INFO] Registry Integration Test Module .. SKIPPED
 [INFO] Registry Tests Resources Test Module .. SKIPPED
 [INFO] Registry Metadata Test Module . SKIPPED
 [INFO] Registry Lifecycle Test Module  SKIPPED
 [INFO] Registry Permission Test Module ... SKIPPED
 [INFO] Registry Extensibility Test Module  SKIPPED
 [INFO] Registry Governance API Test Module ... SKIPPED
 [INFO] Registry Smoke Test Module  SKIPPED
 [INFO] Registry Public JIRA Test Module .. SKIPPED
 [INFO] Registry Search and Version Test Module ... SKIPPED
 [INFO] Registry Test Reporting Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 24.477s
 [INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
 [INFO] Final Memory: 19M/425M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]

 What could be the issue here?

 Thank you,
 SameeraK



 On Wed, Jun 25, 2014 at 8:35 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
 and product-greg[4] and built these repos in the order they are appearing
 above. First 3 repos built normally and when building the 4th one
 (product-greg), I got following error message.

 [INFO] Copying resources
 [INFO] Running Equinox P2 Publisher Application for Repository Generation
 [INFO] Command line:
 /bin/sh -c cd
 /home/sameerak/repos/wso2/g-reg/product-greg/modules/p2-profile-gen 
 /usr/installations/jdk1.6.0_45/jre/bin/java -jar
 

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Subash Chaturanga
Hi,
@Pulasthi, please verify and merge those fixes.



On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara samee...@wso2.com
wrote:

 Hi all,

 I've created a pull request for above version number additions at [1].
 Please check and merge.

 Thank you,
 SameeraK

 [1] https://github.com/wso2-dev/carbon-governance/pull/7
 [2] my fork - https://github.com/sameerak/carbon-governance




 On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 This error occurs due to some missing properties
 in wso2-dev/carbon-governance/pom.xml file.
 Following entries should be added to
 the wso2-dev/carbon-governance/pom.xml property element to built governance
 features correctly.


 registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version

 governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

 After adding these elements wso2-dev/carbon-governance repos should be
 built again and with the newly created features wso2-dev/product-greg repo
 can be built passing the previous error.

 Now following error occurs as the build proceeds.

 Installation failed.Cannot complete the install because one or more
 required items could not be found.

  Software being installed: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
  Missing requirement: Application Authentication Framework Server Feature
 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 4.3.0.SNAPSHOT) requires
 'org.wso2.carbon.identity.user.profile.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)' but it could not be found
  Cannot satisfy dependency:
   From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
   To: org.wso2.carbon.identity.provider.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
  Cannot satisfy dependency:
   From: Identity Provider Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
   To:
 org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
 Application failed, log file location:
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE
 [23.450s]
 [INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
  [INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
 [INFO] WSO2 Governance Registry - Distribution ... SKIPPED
 [INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
 [INFO] Registry Admin-Clients Module . SKIPPED
 [INFO] Registry Test Utility Module .. SKIPPED
 [INFO] Registry Test Artifact Module . SKIPPED
 [INFO] Registry Backward association handler Artifact  SKIPPED
 [INFO] Registry Integration Test Module .. SKIPPED
 [INFO] Registry Tests Resources Test Module .. SKIPPED
 [INFO] Registry Metadata Test Module . SKIPPED
 [INFO] Registry Lifecycle Test Module  SKIPPED
 [INFO] Registry Permission Test Module ... SKIPPED
 [INFO] Registry Extensibility Test Module  SKIPPED
 [INFO] Registry Governance API Test Module ... SKIPPED
 [INFO] Registry Smoke Test Module  SKIPPED
 [INFO] Registry Public JIRA Test Module .. SKIPPED
 [INFO] Registry Search and Version Test Module ... SKIPPED
 [INFO] Registry Test Reporting Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 24.477s
 [INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
 [INFO] Final Memory: 19M/425M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]

 What could be the issue here?

 Thank you,
 SameeraK



 On Wed, Jun 25, 2014 at 8:35 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
 and product-greg[4] and built these repos in the order they are appearing
 above. First 3 repos built normally and when building the 4th one
 (product-greg), I got following error message.

 [INFO] Copying resources
 [INFO] Running Equinox P2 Publisher Application for Repository Generation
 [INFO] Command line:
 /bin/sh -c cd
 

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Subash Chaturanga
Hi Pulasthi,
Can you send me the git hub ID of yours, so that I can grant you to allow
merging to dev repo.


On Thu, Jun 26, 2014 at 9:23 AM, Subash Chaturanga sub...@wso2.com wrote:

 Hi,
 @Pulasthi, please verify and merge those fixes.



 On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I've created a pull request for above version number additions at [1].
 Please check and merge.

 Thank you,
 SameeraK

 [1] https://github.com/wso2-dev/carbon-governance/pull/7
 [2] my fork - https://github.com/sameerak/carbon-governance




 On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 This error occurs due to some missing properties
 in wso2-dev/carbon-governance/pom.xml file.
 Following entries should be added to
 the wso2-dev/carbon-governance/pom.xml property element to built governance
 features correctly.


 registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version

 governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

 After adding these elements wso2-dev/carbon-governance repos should be
 built again and with the newly created features wso2-dev/product-greg repo
 can be built passing the previous error.

 Now following error occurs as the build proceeds.

 Installation failed.Cannot complete the install because one or more
 required items could not be found.

  Software being installed: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
  Missing requirement: Application Authentication Framework Server
 Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 4.3.0.SNAPSHOT) requires
 'org.wso2.carbon.identity.user.profile.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)' but it could not be found
  Cannot satisfy dependency:
   From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
   To: org.wso2.carbon.identity.provider.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
  Cannot satisfy dependency:
   From: Identity Provider Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
   To:
 org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
 Application failed, log file location:
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE
 [23.450s]
 [INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
  [INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
 [INFO] WSO2 Governance Registry - Distribution ... SKIPPED
 [INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
 [INFO] Registry Admin-Clients Module . SKIPPED
 [INFO] Registry Test Utility Module .. SKIPPED
 [INFO] Registry Test Artifact Module . SKIPPED
 [INFO] Registry Backward association handler Artifact  SKIPPED
 [INFO] Registry Integration Test Module .. SKIPPED
 [INFO] Registry Tests Resources Test Module .. SKIPPED
 [INFO] Registry Metadata Test Module . SKIPPED
 [INFO] Registry Lifecycle Test Module  SKIPPED
 [INFO] Registry Permission Test Module ... SKIPPED
 [INFO] Registry Extensibility Test Module  SKIPPED
 [INFO] Registry Governance API Test Module ... SKIPPED
 [INFO] Registry Smoke Test Module  SKIPPED
 [INFO] Registry Public JIRA Test Module .. SKIPPED
 [INFO] Registry Search and Version Test Module ... SKIPPED
 [INFO] Registry Test Reporting Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 24.477s
 [INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
 [INFO] Final Memory: 19M/425M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]

 What could be the issue here?

 Thank you,
 SameeraK



 On Wed, Jun 25, 2014 at 8:35 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
 and product-greg[4] and built these repos in the order they are appearing
 above. First 3 repos built normally and when building the 4th one
 (product-greg), I got following error 

Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Sameera Kannangara
copying Pulasthi.

Thanks,
SameeraK


On Thu, Jun 26, 2014 at 9:26 AM, Subash Chaturanga sub...@wso2.com wrote:

 Hi Pulasthi,
 Can you send me the git hub ID of yours, so that I can grant you to allow
 merging to dev repo.


 On Thu, Jun 26, 2014 at 9:23 AM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi,
 @Pulasthi, please verify and merge those fixes.



 On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I've created a pull request for above version number additions at [1].
 Please check and merge.

 Thank you,
 SameeraK

 [1] https://github.com/wso2-dev/carbon-governance/pull/7
 [2] my fork - https://github.com/sameerak/carbon-governance




 On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 This error occurs due to some missing properties
 in wso2-dev/carbon-governance/pom.xml file.
 Following entries should be added to
 the wso2-dev/carbon-governance/pom.xml property element to built governance
 features correctly.


 registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version

 governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

 After adding these elements wso2-dev/carbon-governance repos should be
 built again and with the newly created features wso2-dev/product-greg repo
 can be built passing the previous error.

 Now following error occurs as the build proceeds.

 Installation failed.Cannot complete the install because one or more
 required items could not be found.

  Software being installed: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
  Missing requirement: Application Authentication Framework Server
 Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 4.3.0.SNAPSHOT) requires
 'org.wso2.carbon.identity.user.profile.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)' but it could not be found
  Cannot satisfy dependency:
   From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
   To: org.wso2.carbon.identity.provider.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
  Cannot satisfy dependency:
   From: Identity Provider Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
   To:
 org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
 Application failed, log file location:
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE
 [23.450s]
 [INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
  [INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
 [INFO] WSO2 Governance Registry - Distribution ... SKIPPED
 [INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
 [INFO] Registry Admin-Clients Module . SKIPPED
 [INFO] Registry Test Utility Module .. SKIPPED
 [INFO] Registry Test Artifact Module . SKIPPED
 [INFO] Registry Backward association handler Artifact  SKIPPED
 [INFO] Registry Integration Test Module .. SKIPPED
 [INFO] Registry Tests Resources Test Module .. SKIPPED
 [INFO] Registry Metadata Test Module . SKIPPED
 [INFO] Registry Lifecycle Test Module  SKIPPED
 [INFO] Registry Permission Test Module ... SKIPPED
 [INFO] Registry Extensibility Test Module  SKIPPED
 [INFO] Registry Governance API Test Module ... SKIPPED
 [INFO] Registry Smoke Test Module  SKIPPED
 [INFO] Registry Public JIRA Test Module .. SKIPPED
 [INFO] Registry Search and Version Test Module ... SKIPPED
 [INFO] Registry Test Reporting Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 24.477s
 [INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
 [INFO] Final Memory: 19M/425M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]

 What could be the issue here?

 Thank you,
 SameeraK



 On Wed, Jun 25, 2014 at 8:35 PM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I forked carbon4-kernel[1], carbon-governance[2], carbon-registry[3]
 and product-greg[4] and built these repos in the order they are 

Re: [Dev] AS- Error when building product-as

2014-06-25 Thread Kasun Gajasinghe
Hi Supun,

This feature is already there in the p2-profile-gen. The issue is at the
distribution build during the assembly. The config file location and name
of idp-mgt feature has been changed hence the issue.


On Wed, Jun 25, 2014 at 8:43 PM, Supun Malinga sup...@wso2.com wrote:

 Hi Kasun,

 Do you have any idea on why it is missing ? and how to add it back?.
 For me it seems some feature is not added into p2 pom.

 thanks,


 On Tue, Jun 24, 2014 at 3:17 PM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi Chamath,

 We are using the idp-mgt feature. So, we will have to include the new
 config file.

 Thanks,
 KasunG



 On Tue, Jun 24, 2014 at 3:09 PM, Chamath Gunawardana chama...@wso2.com
 wrote:

 Hi Kasun, Denuwanthi,

 The repository/conf/security/idp-config.xml is no longer using in
 idp-mgt feature. The error because we have sync the latest released code
 base to git and in idp-mgt feature not having this now.

 You can remove this from assembly/bin.xml in the product if you are not
 using idp-mgt feature. otherwise you need to include new file
 resources/identity/identity-providers/default.xml


 On Tue, Jun 24, 2014 at 2:12 PM, Denuwanthi De Silva 
 denuwan...@wso2.com wrote:

 I did an online build on the latest source,   got the same error.



 Thanks,


 On Tue, Jun 24, 2014 at 1:36 PM, Kasun Gajasinghe kas...@wso2.com
 wrote:

 Do you have the latest source of product-as? Try to do an online build
 and see.


 On Tue, Jun 24, 2014 at 11:07 AM, Denuwanthi De Silva 
 denuwan...@wso2.com wrote:

 Hi,

 When I build 'product-as' 'WSO2 AppServer - Distribution' fails and
 give the following error:


 *[ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-assembly-plugin:2.4:attached (4-dist) on
 project wso2as: Failed to create assembly: Error adding file to archive:
 /home/denuwanthi/WSO2-training/Project/product-as/modules/distribution/../p2-profile-gen/target/wso2carbon-core-4.3.0-SNAPSHOT/repository/conf/security/idp-config.xml
 isn't a file. - *


 What could be the issue?


 Thanks,

 --
 Denuwanthi De Silva
 Software Engineer;
 WSO2 Inc.; http://wso2.com,
 Email: denuwan...@wso2.com



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




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org






 --
 Denuwanthi De Silva
 Software Engineer;
 WSO2 Inc.; http://wso2.com,
 Email: denuwan...@wso2.com



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




 --
 Thanks,
 Best Regards,
 Chamath Gunawardana
 Technical Lead; WSO2 Inc.
 Mobile : +94776322240




 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org



 ___
 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 sup...@wso2.com
 mobile: +94 (0)71 56 91 321




-- 

*Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
email: kasung AT spamfree wso2.com
linked-in: http://lk.linkedin.com/in/gajasinghe
blog: http://kasunbg.org
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Avoid the hard coding the password in password callback handlers

2014-06-25 Thread Isura Karunaratne
Hi,


Is there any way to avoid the hard coding the password in password callback
handlers? Can we use registry to store password?


Thanks
-- 
Isura Dilhara Karunaratne
Software Engineer

Mob +94 772 254 810
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [G-Reg] Build failure in git repo wso2-dev/product-greg

2014-06-25 Thread Pulasthi Supun
Hi Subash,

My Git ID is 724075. will verify and add the pull requests

Regards,
Pulasthi






On Thu, Jun 26, 2014 at 9:35 AM, Sameera Kannangara samee...@wso2.com
wrote:

 copying Pulasthi.

 Thanks,
 SameeraK


 On Thu, Jun 26, 2014 at 9:26 AM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi Pulasthi,
 Can you send me the git hub ID of yours, so that I can grant you to allow
 merging to dev repo.


 On Thu, Jun 26, 2014 at 9:23 AM, Subash Chaturanga sub...@wso2.com
 wrote:

 Hi,
 @Pulasthi, please verify and merge those fixes.



 On Thu, Jun 26, 2014 at 9:19 AM, Sameera Kannangara samee...@wso2.com
 wrote:

 Hi all,

 I've created a pull request for above version number additions at [1].
 Please check and merge.

 Thank you,
 SameeraK

 [1] https://github.com/wso2-dev/carbon-governance/pull/7
 [2] my fork - https://github.com/sameerak/carbon-governance




 On Wed, Jun 25, 2014 at 10:14 PM, Sameera Kannangara samee...@wso2.com
  wrote:

 Hi all,

 This error occurs due to some missing properties
 in wso2-dev/carbon-governance/pom.xml file.
 Following entries should be added to
 the wso2-dev/carbon-governance/pom.xml property element to built 
 governance
 features correctly.


 registry.core.feature.version4.3.0-SNAPSHOT/registry.core.feature.version

 governance.metadata.feature.version4.3.0-SNAPSHOT/governance.metadata.feature.version

 After adding these elements wso2-dev/carbon-governance repos should be
 built again and with the newly created features wso2-dev/product-greg repo
 can be built passing the previous error.

 Now following error occurs as the build proceeds.

 Installation failed.Cannot complete the install because one or more
 required items could not be found.

  Software being installed: Identity OAuth Server Feature
 4.3.0.SNAPSHOT (org.wso2.carbon.identity.oauth.server.feature.group
 4.3.0.SNAPSHOT)
  Missing requirement: Application Authentication Framework Server
 Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 4.3.0.SNAPSHOT) requires
 'org.wso2.carbon.identity.user.profile.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)' but it could not be found
  Cannot satisfy dependency:
   From: Identity OAuth Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.oauth.server.feature.group 4.3.0.SNAPSHOT)
   To: org.wso2.carbon.identity.provider.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
  Cannot satisfy dependency:
   From: Identity Provider Server Feature 4.3.0.SNAPSHOT
 (org.wso2.carbon.identity.provider.server.feature.group 4.3.0.SNAPSHOT)
   To:
 org.wso2.carbon.identity.application.authentication.framework.server.feature.group
 [4.3.0.SNAPSHOT,4.4.0)
 Application failed, log file location:
 /home/sameerak/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1403712092805.log

 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Governance Registry - P2 Profile Generation .. FAILURE
 [23.450s]
 [INFO] WSO2 Stratos - Cloud Governance Login User Interface  SKIPPED
  [INFO] WSO2 API Manager - BAM Toolbox  SKIPPED
 [INFO] WSO2 Governance Registry - Distribution ... SKIPPED
 [INFO] WSO2 Governance Registry - Integration Tests .. SKIPPED
 [INFO] Registry Admin-Clients Module . SKIPPED
 [INFO] Registry Test Utility Module .. SKIPPED
 [INFO] Registry Test Artifact Module . SKIPPED
 [INFO] Registry Backward association handler Artifact  SKIPPED
 [INFO] Registry Integration Test Module .. SKIPPED
 [INFO] Registry Tests Resources Test Module .. SKIPPED
 [INFO] Registry Metadata Test Module . SKIPPED
 [INFO] Registry Lifecycle Test Module  SKIPPED
 [INFO] Registry Permission Test Module ... SKIPPED
 [INFO] Registry Extensibility Test Module  SKIPPED
 [INFO] Registry Governance API Test Module ... SKIPPED
 [INFO] Registry Smoke Test Module  SKIPPED
 [INFO] Registry Public JIRA Test Module .. SKIPPED
 [INFO] Registry Search and Version Test Module ... SKIPPED
 [INFO] Registry Test Reporting Module  SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 24.477s
 [INFO] Finished at: Wed Jun 25 21:31:36 IST 2014
 [INFO] Final Memory: 19M/425M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.wso2.maven:carbon-p2-plugin:1.5.3:p2-profile-gen
 (3-p2-profile-generation) on project governance-profile-gen: P2 publisher
 return code was 13 - [Help 1]

 What could be the issue here?

 Thank you,
 SameeraK



 On Wed, Jun 25, 2014 at 8:35 PM, Sameera