[Dev] [MT]Resource does not exist at path /_system/governance/repository/theme/admin/main.cs

2013-07-09 Thread Vijayaratha Vijayasingam
Hi all;
Is this issue fixed in trunk?
We continuously get this issue in APIM1.40, when we login as a tenant in
the Management console and do other navigation..
Same issue reported in stratos also;
https://wso2.org/jira/browse/STRATOS-2311
https://wso2.org/jira/browse/APIMANAGER-1314

Thanks..


-- 
-Ratha
mobile: (+94)755906608
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Dev-Jaggery] [XACML with jaggery]

2013-07-09 Thread Nuwan Bandara
Hi Gayan,

XACML engine is a policy evaluation module. You dont need a special type of
binding for that. What you can do is, forward the attributes you want to
evaluate against a XACML policy to the XACML engine via a REST call or a WS
call.

for instance, WSO2 IS can be the XACML PDP, where your jaggery application
will be the PEP. so you can call IS via WS/REST with the attributes and get
the result which is given by the IS as the response.

Regards,
/Nuwan


On Wed, Jul 10, 2013 at 12:07 PM, Gayan Gunawardana  wrote:

> Hi,
>
> For MDM we have a requirement to bind with XACML engine inside a jaggery
> application.
>
> org.wso2_.carbon.identity.entitlement.filter_0.zip available in
> application server but jaggery does not support custom filters.
>
> Is it allow to add custom filters to jaggery-core or is there any other
> option.
>
>
> --
> Gayan Gunawardana
> Software Engineer; WSO2mobile Inc.; http://wso2mobile.com/
> Email: ga...@wso2.com
> Mobile: +94 (71) 8020933
> Blog: http://gayanj2ee.blogspot.com/
>
> ___
> Dev mailing list
> d...@jaggeryjs.org
> http://mail.jaggeryjs.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Thanks & Regards,

Nuwan Bandara
Technical Lead; **WSO2 Inc. *
*lean . enterprise . middleware |  http://wso2.com *
*blog : http://nuwanbando.com; email: nu...@wso2.com; phone: +94 11 763 9629
*

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


[Dev] [XACML with jaggery]

2013-07-09 Thread Gayan Gunawardana
Hi,

For MDM we have a requirement to bind with XACML engine inside a jaggery
application.

org.wso2_.carbon.identity.entitlement.filter_0.zip available in application
server but jaggery does not support custom filters.

Is it allow to add custom filters to jaggery-core or is there any other
option.


-- 
Gayan Gunawardana
Software Engineer; WSO2mobile Inc.; http://wso2mobile.com/
Email: ga...@wso2.com
Mobile: +94 (71) 8020933
Blog: http://gayanj2ee.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Commits] [Carbon-platform] svn commit r130508 - carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms

2013-07-09 Thread Afkham Azeez
On Tue, Jun 19, 2012 at 4:49 PM,  wrote:

> Author: shammi
> Date: Tue Jun 19 07:19:04 2012
> New Revision: 130508
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=130508
>
> Log:
> Domain name attaching to topic only if the user is not ST
>
> Modified:
>
>  
> carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms/JMSDeliveryManager.java
>
> Modified:
> carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms/JMSDeliveryManager.java
> URL:
> http://wso2.org/svn/browse/wso2/carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms/JMSDeliveryManager.java?rev=130508&r1=130507&r2=130508&view=diff
>
> ==
> ---
> carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms/JMSDeliveryManager.java
>(original)
> +++
> carbon/platform/trunk/components/event/org.wso2.carbon.event.core/src/main/java/org/wso2/carbon/event/core/internal/delivery/jms/JMSDeliveryManager.java
>Tue Jun 19 07:19:04 2012
> @@ -109,7 +109,7 @@
>  topicConnection.createTopicSession(false,
> Session.AUTO_ACKNOWLEDGE);
>
>  String topicName = "";
> -if (subscription.getTenantDomain() != null) {
> +if (subscription.getTenantDomain() != null &&
> subscription.getTenantDomain()!=
> MultitenantConstants.SUPER_TENANT_DOMAIN_NAME) {
>

String comparison using == or != operator is wrong and could cause issues


>  if (!subscription.getTopicName().startsWith("/")) {
>  topicName =
> getTopicName(subscription.getTenantDomain() + "/" +
> subscription.getTopicName());
>  } else {
> ___
> Commits mailing list
> comm...@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/commits
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Errors while viewing AppServer home page as a tenant admin user

2013-07-09 Thread Afkham Azeez
*Caused by: java.lang.NullPointerException*
* at
org.wso2.carbon.server.admin.service.ServerAdmin.getServerData(ServerAdmin.java:108)
*
 ... 56 more
[2013-07-10 11:55:41,864] ERROR
{org.wso2.carbon.server.admin.ui.ServerAdminClient} -  Cannot get server
data. Backend service may be unavailable
org.apache.axis2.AxisFault: Exception occurred while trying to invoke
service method getServerData
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:531)
 at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:367)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:413)
 at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:224)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
 at
org.wso2.carbon.server.admin.stub.ServerAdminStub.getServerData(ServerAdminStub.java:1621)
at
org.wso2.carbon.server.admin.ui.ServerAdminClient.getServerData(ServerAdminClient.java:131)
 at
org.apache.jsp.server_002dadmin.system_005fstatus_005fajaxprocessor_jsp._jspService(org.apache.jsp.server_002dadmin.system_005fstatus_005fajaxprocessor_jsp:127)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:61)
 at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
 at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
 at
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
 at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
at
org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:172)
 at
org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936)
 at
org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:52)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
 at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
at
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004)
 at
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
at
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1653)
 at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
 at java.lang.Thread.run(Thread.java:680)












[2013-07-10 11:52:47,428] ERROR
{org.wso2.carbon.context.internal.CarbonContextDataHolder} -  Trying to set
the domain from foo.com to carbon.super
java.lang.IllegalStateException: Trying to set the domain from foo.com to
carbon.super
at
org.wso2.carbon.context.internal.CarbonContextDataHolder.setTenantDomain(CarbonContextDataHolder.java:1601)
 at
org.wso2.carbon.context.PrivilegedCarbonContext.setTenantDomain(PrivilegedCarbonContext.java:242)
at
org.wso2.carbon.context.PrivilegedCarbonContext.setTenantDomain(PrivilegedCarbonContext.java:231)
 at
org.wso2.carbon.reporting.core.utils.CommonUtil.addJrxmlConfigs(CommonUtil.java:225)
at
org.wso2.carbon.r

Re: [Dev] 4.1.3 patch release build failing !

2013-07-09 Thread Ranga Siriwardena
Hi,

Is this fixed now ?

Thank You.
Ranga.


On Sun, Jul 7, 2013 at 9:08 PM, Ranga Siriwardena  wrote:

>
>
>
> On Sun, Jul 7, 2013 at 5:43 PM, Deependra Ariyadewa  wrote:
>
>> On Sun, Jul 7, 2013 at 4:27 PM, Deependra Ariyadewa 
>> wrote:
>> > On Sun, Jul 7, 2013 at 3:49 PM, Deependra Ariyadewa 
>> wrote:
>> >> On Sun, Jul 7, 2013 at 2:36 PM, Ranga Siriwardena 
>> wrote:
>> >>> Hi,
>> >>>
>> >>> Root caused for this issue is
>> >>> org.wso2.carbon.logging.summarizer.server.feature looking for
>> >>> org.wso2.carbon.logging.summarizer version 4.1.0 which is never
>> released.
>> >>> Please do the needful to fix the issue.
>> >>
>> >> I will create a 4.1.5 component.
>> >
>> > I have updated the 4.1.5 patch pom. Please check.
>>
>> I have created 4.1.5 to solve the build issue in the 4.1.5 patch pom.
>> Can we update 4.1.3 ?
>>
>
> Yes, lets fix it on 4.1.3. Otherwise build is broken.
>
>
>>
>> Thanks,
>>
>> Deependra.
>> >
>> > Thanks,
>> >
>> > Deependra.
>> >>
>> >> Thanks,
>> >>
>> >> Deependra.
>> >>>
>> >>> Thank You.
>> >>> Ranga.
>> >>>
>> >>>
>> >>> On Sun, Jul 7, 2013 at 10:36 AM, Deependra Ariyadewa 
>> wrote:
>> 
>>  On Sun, Jul 7, 2013 at 10:25 AM, Ranga Siriwardena 
>> wrote:
>>  > Hi devs,
>>  >
>>  > Getting bellow error when building
>>  >
>>  >
>> features/logging-mgt/org.wso2.carbon.logging.summarizer.server.feature/
>> 4.1.3.
>>  > Please have a look.
>> 
>>  I will check.
>> 
>>  Thanks,
>> 
>>  Deependra.
>>  >
>>  > [INFO]
>>  >
>> 
>>  > [INFO] BUILD FAILURE
>>  > [INFO]
>>  >
>> 
>>  > [INFO] Total time: 47:30.325s
>>  > [INFO] Finished at: Sat Jul 06 13:32:29 PDT 2013
>>  > [INFO] Final Memory: 1194M/1793M
>>  > [INFO]
>>  >
>> 
>>  > [ERROR] Failed to execute goal on project
>>  > org.wso2.carbon.logging.summarizer.server.feature: Could not
>> resolve
>>  > dependencies for project
>>  >
>>  >
>> org.wso2.carbon:org.wso2.carbon.logging.summarizer.server.feature:pom:4.1.3:
>>  > Could not find artifact
>>  > org.wso2.carbon:org.wso2.carbon.logging.summarizer:jar:4.1.0 in
>>  > wso2-nexus
>>  > (http://maven.wso2.org/nexus/content/groups/wso2-public/) ->
>> [Help 1]
>>  > [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.logging.summarizer.server.feature
>>  >
>>  >
>>  > Thank You.
>>  > Ranga.
>>  >
>>  > --
>>  > Ranga Siriwardena
>>  > Software Engineer
>>  > WSO2 Inc.
>>  >
>>  > ___
>>  > Dev mailing list
>>  > Dev@wso2.org
>>  > http://wso2.org/cgi-bin/mailman/listinfo/dev
>>  >
>> 
>> 
>> 
>>  --
>>  Deependra Ariyadewa
>>  WSO2, Inc. http://wso2.com/ http://wso2.org
>> 
>>  email d...@wso2.com; cell +94 71 403 5996 ;
>>  Blog http://risenfall.wordpress.com/
>>  PGP info: KeyID: 'DC627E6F'
>> 
>>  WSO2 - Lean . Enterprise . Middleware
>> >>>
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Ranga Siriwardena
>> >>> Software Engineer
>> >>> WSO2 Inc.
>> >>
>> >>
>> >>
>> >> --
>> >> Deependra Ariyadewa
>> >> WSO2, Inc. http://wso2.com/ http://wso2.org
>> >>
>> >> email d...@wso2.com; cell +94 71 403 5996 ;
>> >> Blog http://risenfall.wordpress.com/
>> >> PGP info: KeyID: 'DC627E6F'
>> >>
>> >> WSO2 - Lean . Enterprise . Middleware
>> >
>> >
>> >
>> > --
>> > Deependra Ariyadewa
>> > WSO2, Inc. http://wso2.com/ http://wso2.org
>> >
>> > email d...@wso2.com; cell +94 71 403 5996 ;
>> > Blog http://risenfall.wordpress.com/
>> > PGP info: KeyID: 'DC627E6F'
>> >
>> > WSO2 - Lean . Enterprise . Middleware
>>
>>
>>
>> --
>> Deependra Ariyadewa
>> WSO2, Inc. http://wso2.com/ http://wso2.org
>>
>> email d...@wso2.com; cell +94 71 403 5996 ;
>> Blog http://risenfall.wordpress.com/
>> PGP info: KeyID: 'DC627E6F'
>>
>> WSO2 - Lean . Enterprise . Middleware
>>
>
>
> Thank You.
> Ranga.
>
> --
> Ranga Siriwardena
> Software Engineer
> WSO2 Inc.
>



-- 
Ranga Siriwardena
Software Engineer
Mobile: +94779808031
WSO2 Inc.
___
Dev mailing list
Dev@wso2

[Dev] Exeption when accessing the OAuth Menu Item in Greg

2013-07-09 Thread Pulasthi Supun
Hi All,

I am getting the following exception when i click on the OAuth menu item in
Greg. any idea on cause of this ?

[2013-07-10 10:58:30,150]  WARN {org.wso2.carbon.ui.taglibs.Paginator} -
 Error while i18ning paginator
java.util.MissingResourceException: Can't find bundle for base name
org.wso2.carbon.identity.entitlement.ui.i18n.Resources, locale en_US
at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
 at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
 at org.wso2.carbon.ui.taglibs.Paginator.doEndTag(Paginator.java:142)
at
org.apache.jsp.oauth.index_jsp._jspService(org.apache.jsp.oauth.index_jsp:323)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
 at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:749)
 at
org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:605)
at
org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:544)
 at
org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.include(RequestDispatcherAdaptor.java:37)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor$RequestDispatcherAdaptor.include(ContextPathServletAdaptor.java:369)
 at
org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:1015)
at
org.apache.jasper.runtime.PageContextImpl.include(PageContextImpl.java:700)
 at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.tiles.jsp.context.JspUtil.doInclude(JspUtil.java:87)
 at
org.apache.tiles.jsp.context.JspTilesRequestContext.include(JspTilesRequestContext.java:88)
at
org.apache.tiles.jsp.context.JspTilesRequestContext.dispatch(JspTilesRequestContext.java:82)
 at
org.apache.tiles.impl.BasicTilesContainer.render(BasicTilesContainer.java:465)
at
org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:140)
 at
org.apache.tiles.jsp.taglib.InsertAttributeTag.render(InsertAttributeTag.java:117)
at
org.apache.tiles.jsp.taglib.RenderTagSupport.execute(RenderTagSupport.java:171)
 at
org.apache.tiles.jsp.taglib.RoleSecurityTagSupport.doEndTag(RoleSecurityTagSupport.java:75)
at
org.apache.tiles.jsp.taglib.ContainerTagSupport.doEndTag(ContainerTagSupport.java:80)
 at
org.apache.jsp.admin.layout.template_jsp._jspx_meth_tiles_insertAttribute_7(org.apache.jsp.admin.layout.template_jsp:595)
at
org.apache.jsp.admin.layout.template_jsp._jspService(org.apache.jsp.admin.layout.template_jsp:333)
 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:111)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:492)
 at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:378)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
 at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:155)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)
at
org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
 at
org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
 at
org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyS

Re: [Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Sameera Jayasoma
HI Azeez,

There is an OSGi command to list all the profiles in a given product.

provlp [] - Lists all profiles, or the contents of an
individual profile if profileid is specified.

osgi> provlp
default

This should work.

Thanks,
Sameera.



On Tue, Jul 9, 2013 at 10:14 PM, Afkham Azeez  wrote:

> $subject
>
> Is there something like, ./wso2server.sh --list-profiles
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sameera Jayasoma,
Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

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


Re: [Dev] Log4J warning

2013-07-09 Thread Sameera Jayasoma
We will have a look at this Azeez.  Recently we did a fix to enagle tomcat
level logging, specially for webapps[1]. This change may have cause those
two lines to appear in the log.

Thanks,
Sameera.

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


On Tue, Jul 9, 2013 at 8:16 PM, Afkham Azeez  wrote:

> log4j:WARN No appenders could be found for logger
> (org.apache.axiom.util.stax.dialect.StAXDialectDetector).
> log4j:WARN Please initialize the log4j system properly.
>
> However, the log messages subsequently start appearing
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>



-- 
Sameera Jayasoma,
Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

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


Re: [Dev] Compilation Failure in Carbon - Identity Entitlement

2013-07-09 Thread Asela Pathberiya
On Wed, Jul 10, 2013 at 10:12 AM, Pulasthi Supun  wrote:

> Hi
>
> I am getting an compilation failure from Carbon - Identity Entitlement  it
> seems that there is an import to carbon caching core.
>

It is removed..

Thanks,
Asela.

>
>
>
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /home/pulasthi/work/wso2/carbon/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/internal/EntitlementServiceComponent.java:[36,35]
> package org.wso2.carbon.caching.core does not exist
> [INFO] 1 error
> [INFO] -
> [INFO]
> 
> [INFO] Reactor Summary:
> [INFO]
> [INFO] WSO2 Carbon - Identity Aggregator Module .. SUCCESS [0.357s]
> [INFO] WSO2 Carbon - Identity Application Authentication Endpoint  SUCCESS
> [2.983s]
> [INFO] WSO2 Carbon - Identity Base ... SUCCESS [3.835s]
> [INFO] WSO2 Carbon - Identity Core ... SUCCESS [3.274s]
> [INFO] WSO2 Carbon - Identity Relying Party .. SUCCESS [4.747s]
> [INFO] WSO2 Carbon - Identity Provider ... SUCCESS [3.704s]
> [INFO] WSO2 Carbon - Identity Management . SUCCESS [2.674s]
> [INFO] WSO2 Carbon - Identity Management UI .. SUCCESS [2.996s]
> [INFO] WSO2 Carbon - identity tree menu structure  SUCCESS [0.142s]
> [INFO] WSO2 Carbon - Identity Provider UI  SUCCESS [2.254s]
> [INFO] WSO2 Carbon - OpenID Provider UI .. SUCCESS [1.933s]
> [INFO] WSO2 Carbon - Identity User Registration .. SUCCESS [1.081s]
> [INFO] WSO2 Carbon - Identity User Registration UI ... SUCCESS [2.172s]
> [INFO] WSO2 Carbon - Identity Entitlement PDP Proxy .. SUCCESS [3.248s]
> [INFO] WSO2 Carbon - Relying Party UI  SUCCESS [3.286s]
> [INFO] WSO2 Carbon - User Profile Management . SUCCESS [1.081s]
> [INFO] WSO2 Carbon - User Profile Management UI .. SUCCESS [2.283s]
> [INFO] WSO2 Carbon - Identity Authorization Core . SUCCESS [0.981s]
> [INFO] WSO2 Carbon - Identity Authorization UI ... SUCCESS [2.672s]
> [INFO] WSO2 Carbon - Authentication Service .. SUCCESS [0.936s]
> [INFO] WSO2 Carbon - Thrift based Authentication Service . SUCCESS [1.497s]
> [INFO] WSO2 Carbon - Identity Entitlement  FAILURE [2.345s]
> [INFO] WSO2 Carbon - Identity Entitlement Common . SKIPPED
> [INFO] WSO2 Carbon - Identity Entitlement UI . SKIPPED
> [INFO] WSO2 Carbon - Identity Entitlement Mediator ... SKIPPED
> [INFO] WSO2 Carbon - Passive  STS  SKIPPED
> [INFO] WSO2 Carbon - Passive STS UI .. SKIPPED
> [INFO] WSO2 Carbon - SAML Web Browser SSO Common . SKIPPED
> [INFO] WSO2 Carbon - SAML Web Browser SSO  SKIPPED
> [INFO] WSO2 Carbon - SAML Web Browser SSO UI . SKIPPED
> [INFO] WSO2 Carbon - OpenID Provider Admin ... SKIPPED
> [INFO] WSO2 Carbon - OpenID Provider Admin UI  SKIPPED
> [INFO] WSO2 Carbon - OAuth Common  SKIPPED
> [INFO] WSO2 Carbon - OAuth ... SKIPPED
> [INFO] WSO2 Carbon - Identity OAuth UI ... SKIPPED
> [INFO] WSO2 Carbon - Identity OAuth 2.0 Endpoints  SKIPPED
> [INFO] WSO2 Carbon - Identity OAuth Mediator . SKIPPED
> [INFO] WSO2 Carbon - SCIM - Common Component . SKIPPED
> [INFO] WSO2 Carbon - SCIM - Service Provider Component ... SKIPPED
> [INFO] WSO2 Carbon - Identity STS Management . SKIPPED
> [INFO] WSO2 Carbon - Identity STS Management UI .. SKIPPED
> [INFO] WSO2 Carbon - SCIM - UI Component . SKIPPED
> [INFO] WSO2 Carbon - Identity STS Store .. SKIPPED
> [INFO] WSO2 Carbon - Identity Entitlement Filter . SKIPPED
> [INFO] WSO2 Carbon - SAML2 SSO Tomcat Agent .. SKIPPED
> [INFO] WSO2 Carbon - Userstore Configuration Component ... SKIPPED
> [INFO] WSO2 Carbon - Identity User Store Configuration Deployment  SKIPPED
> [INFO] WSO2 Carbon - Identity User Store Configuration UI  SKIPPED
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 52.636s
> [INFO] Finished at: Wed Jul 10 10:07:50 IST 2013
> [INFO] Final Memory: 232M/944M
> [INFO]
> 
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.identity.entitlement:
> Compilation failure
> [ERROR]
> /home/pulasthi/work/wso2/carbon/carbon/platform/trunk/comp

[Dev] Compilation Failure in Carbon - Identity Entitlement

2013-07-09 Thread Pulasthi Supun
Hi

I am getting an compilation failure from Carbon - Identity Entitlement  it
seems that there is an import to carbon caching core.



[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/internal/EntitlementServiceComponent.java:[36,35]
package org.wso2.carbon.caching.core does not exist
[INFO] 1 error
[INFO] -
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Carbon - Identity Aggregator Module .. SUCCESS [0.357s]
[INFO] WSO2 Carbon - Identity Application Authentication Endpoint  SUCCESS
[2.983s]
[INFO] WSO2 Carbon - Identity Base ... SUCCESS [3.835s]
[INFO] WSO2 Carbon - Identity Core ... SUCCESS [3.274s]
[INFO] WSO2 Carbon - Identity Relying Party .. SUCCESS [4.747s]
[INFO] WSO2 Carbon - Identity Provider ... SUCCESS [3.704s]
[INFO] WSO2 Carbon - Identity Management . SUCCESS [2.674s]
[INFO] WSO2 Carbon - Identity Management UI .. SUCCESS [2.996s]
[INFO] WSO2 Carbon - identity tree menu structure  SUCCESS [0.142s]
[INFO] WSO2 Carbon - Identity Provider UI  SUCCESS [2.254s]
[INFO] WSO2 Carbon - OpenID Provider UI .. SUCCESS [1.933s]
[INFO] WSO2 Carbon - Identity User Registration .. SUCCESS [1.081s]
[INFO] WSO2 Carbon - Identity User Registration UI ... SUCCESS [2.172s]
[INFO] WSO2 Carbon - Identity Entitlement PDP Proxy .. SUCCESS [3.248s]
[INFO] WSO2 Carbon - Relying Party UI  SUCCESS [3.286s]
[INFO] WSO2 Carbon - User Profile Management . SUCCESS [1.081s]
[INFO] WSO2 Carbon - User Profile Management UI .. SUCCESS [2.283s]
[INFO] WSO2 Carbon - Identity Authorization Core . SUCCESS [0.981s]
[INFO] WSO2 Carbon - Identity Authorization UI ... SUCCESS [2.672s]
[INFO] WSO2 Carbon - Authentication Service .. SUCCESS [0.936s]
[INFO] WSO2 Carbon - Thrift based Authentication Service . SUCCESS [1.497s]
[INFO] WSO2 Carbon - Identity Entitlement  FAILURE [2.345s]
[INFO] WSO2 Carbon - Identity Entitlement Common . SKIPPED
[INFO] WSO2 Carbon - Identity Entitlement UI . SKIPPED
[INFO] WSO2 Carbon - Identity Entitlement Mediator ... SKIPPED
[INFO] WSO2 Carbon - Passive  STS  SKIPPED
[INFO] WSO2 Carbon - Passive STS UI .. SKIPPED
[INFO] WSO2 Carbon - SAML Web Browser SSO Common . SKIPPED
[INFO] WSO2 Carbon - SAML Web Browser SSO  SKIPPED
[INFO] WSO2 Carbon - SAML Web Browser SSO UI . SKIPPED
[INFO] WSO2 Carbon - OpenID Provider Admin ... SKIPPED
[INFO] WSO2 Carbon - OpenID Provider Admin UI  SKIPPED
[INFO] WSO2 Carbon - OAuth Common  SKIPPED
[INFO] WSO2 Carbon - OAuth ... SKIPPED
[INFO] WSO2 Carbon - Identity OAuth UI ... SKIPPED
[INFO] WSO2 Carbon - Identity OAuth 2.0 Endpoints  SKIPPED
[INFO] WSO2 Carbon - Identity OAuth Mediator . SKIPPED
[INFO] WSO2 Carbon - SCIM - Common Component . SKIPPED
[INFO] WSO2 Carbon - SCIM - Service Provider Component ... SKIPPED
[INFO] WSO2 Carbon - Identity STS Management . SKIPPED
[INFO] WSO2 Carbon - Identity STS Management UI .. SKIPPED
[INFO] WSO2 Carbon - SCIM - UI Component . SKIPPED
[INFO] WSO2 Carbon - Identity STS Store .. SKIPPED
[INFO] WSO2 Carbon - Identity Entitlement Filter . SKIPPED
[INFO] WSO2 Carbon - SAML2 SSO Tomcat Agent .. SKIPPED
[INFO] WSO2 Carbon - Userstore Configuration Component ... SKIPPED
[INFO] WSO2 Carbon - Identity User Store Configuration Deployment  SKIPPED
[INFO] WSO2 Carbon - Identity User Store Configuration UI  SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 52.636s
[INFO] Finished at: Wed Jul 10 10:07:50 IST 2013
[INFO] Final Memory: 232M/944M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.identity.entitlement:
Compilation failure
[ERROR]
/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/components/identity/org.wso2.carbon.identity.entitlement/src/main/java/org/wso2/carbon/identity/entitlement/internal/EntitlementServiceComponent.java:[36,35]
package org.wso2.carbon.caching.core does not exist
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the ful

Re: [Dev] SVN Warning while updating svn externals

2013-07-09 Thread Chanika Geeganage
Hi Amila,

Yes, that was the problem. When I get a checkout from https URL the
corresponding svn external files were added. Thanks for the help

Thanks


On Tue, Jul 9, 2013 at 6:20 PM, Amila Maha Arachchi  wrote:

> Reason for this is, you have provided a "http" URL when checking out. But
> the external has the "https" URL.
>
> You can take a new checkout with https URL and then try to update and see.
> Then, this warning will not occur. See [1].
>
> [1]
> http://stackoverflow.com/questions/3907162/svn-error-x-isnt-in-the-same-repository-as-y-during-merge
>
>
> On Tue, Jul 9, 2013 at 5:37 PM, Chanika Geeganage wrote:
>
>> Hi,
>>
>> We have added svn external for carbon.product file as follows inside dss
>> p2-profile-gen.
>>
>> carbon.product
>> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/distribution/kernel/carbon.product
>>
>> When I get an svn up it gives following warning and that file is not
>> added.
>>
>> Fetching external item into 'carbon.product'
>> svn: warning: '
>> http://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/dss/modules/p2-profile-gen
>> '
>> is not the same repository as
>> 'https://svn.wso2.org/repos/wso2'
>>
>> Any idea on this?
>> --
>>  Best Regards..
>>
>> Chanika Geeganage
>> Software Engineer
>> WSO2, Inc.; http://wso2.com
>>
>> Mobile: +94773522586
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Amila Maharachchi*
> Senior Technical Lead
> WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>


-- 
Best Regards..

Chanika Geeganage
Software Engineer
WSO2, Inc.; http://wso2.com

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


Re: [Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Pradeep Fernando
Hi,

Not supported at the moment.. supporting this is trival. However, there is
no runtime representation of the profiles. Profiles are just directory
structures. If we are to identify profiles then we have to introduce
directory named profiles that include all the profile directories...

like,

profiles/
 - default
 - worker

This is my current understanding. Let me see whether there is a better
approach.

--Pradeep



On Tue, Jul 9, 2013 at 10:14 PM, Afkham Azeez  wrote:

> $subject
>
> Is there something like, ./wso2server.sh --list-profiles
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>



-- 
*Pradeep Fernando*
Associate Technical Lead;WSO2 Inc.; http://wso2.com

blog: http://pradeepfernando.blogspot.com
m: +94776603662
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Afkham Azeez
>From where the ELB stands, you cannot invoke anything hosted on it. The
dispatchers have been removed to avoid requests being dispatched into the
ELB, instead of the cluster members.

If you really need this, you will need to write a custom dispatcher.


On Tue, Jul 9, 2013 at 10:34 PM, Supun Malinga  wrote:

> Umm, actually it gets deployed once we restart the ELB..  Only the hot
> deployment didn't work..
> For the ELB active-passive scenario we need to deploy a Echo proxy for the
> ELB health check. [1].
>
> [1] http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover
>
>
> On Tue, Jul 9, 2013 at 10:21 PM, Afkham Azeez  wrote:
>
>> You can't deploy anything on ELB! Even if you managed to deploy, the
>> requests won't get dispatched. Many of the deployers & dispatchers have
>> been removed. ELB is not designed for hosting stuff.
>>
>>
>> On Tue, Jul 9, 2013 at 12:11 PM, Chamara Ariyarathne 
>> wrote:
>>
>>> According to the doc
>>> http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover#AutomaticFailover-SettinguptheELB
>>> it should possible to deploy a proxy service inside ELB.
>>>
>>> Now I have tried with ELB 2.0.3 to deploy a proxy service to the
>>> {ELB_HOME}/repository/deployment/server/synapse-configs/default/proxy-services
>>> where the Hot Deployment configuration is true in the axis2_client.xml
>>>
>>> true
>>>
>>> The proxy did not get deployed until I restart the server. This should
>>> probably be a bug.
>>>  --
>>> *Chamara Ariyarathne*
>>> Senior Software Engineer - QA;
>>> WSO2 Inc; http://www.wso2.com/.
>>> Mobile; *+94772786766*
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; WSO2, Inc.; http://wso2.com
>> Member; Apache Software Foundation; http://www.apache.org/
>> * **
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Supun Malinga,
>
> Senior Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>



-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ANN] WSO2 User Engagement Server 1.0.0-RC-2 Released !

2013-07-09 Thread Nuwan Bandara
*WSO2 User Engagement Server 1.0.0-RC-2 Released*

WSO2 UES team is proud to announce the release of WSO2 UES 1.0.0 Release
Candidate 2. This version was focused on fixing L1/L2/L3 issues reported
against UES 1.0.0.

UES 1.0.0-RC-2 can be downloaded from [1], RC-2 contains number of known L3
issues which are already reported at [2]

Working progress documentation can be found at [3]

*Bug*

   - [UES-212 ] - Size shown in
   footer is incorrect
   - [UES-310 ] - Better if "Add this
   gadget" is non-clickable in gadget slider
   - [UES-311 ] - store home page
   slider design change(background color) to make it different from recent
   gadgets and sites
   - [UES-395 ] - Revamp Homepage
   - [UES-404 ] - fix mouse stop
   event animation for search results in store home page
   - [UES-405 ] - Known issues list
   is not mentioned in README.txt
   - [UES-406 ] - Binary Distribution
   Directory Structure in READM.txt is wrong
   - [UES-407 ] - There's no
   ciphertool.sh inside bin and README.txt mentions about it
   - [UES-408 ] - Empty content in
   release-notes.html
   - [UES-410 ] - README inside
   [UES_HOME/repository/conf does not contain details of some config files
   - [UES-411 ] - "INFO
   {org.wso2.carbon.core.internal.StartupFinalizerServiceComponent} - Server :
   Jaggery Runtime-0.9.0.ALPHA2-wso2v1" printed at server startup
   - [UES-412 ] - Jaggery logo still
   shown at management console
   - [UES-413 ] - "Jaggery Runtime
   Home" displayed after signing in
   - [UES-414 ] - Docs,About links
   should be fixed
   - [UES-415 ] - Copyright statement
   in the footer of management console must be fixed
   - [UES-416 ] - Error when trying
   to sign out from jaggery editor
   - [UES-418 ] - (undefined)
   displayed when you remove rating
   - [UES-419 ] - More options
   provided for empty blocks, when creating the dashboard and personalizing
   the dashboard, are different.
   - [UES-420 ] - [Jaggery Editor] UI
   issues in Add gadgets from store
   - [UES-421 ] - Default image
   missing in gadget slider
   - [UES-422 ] - Default image
   missing in "Add gadget from store"
   - [UES-424 ] - Error at server
   startup when oracle db is used
   - [UES-425 ] - Better Banner
   images for default gadgets
   - [UES-426 ] - Gadget Page UI is
   broken
   - [UES-429 ] - UI issues in My
   bookmarks page
   - [UES-430 ] - UserPref drop down
   alignment issue


*Improvement*

   - [UES-265 ] - It's better if
   there's some kind of pagination in My Items page
   - [UES-399 ] - code snippet pop-up
   need to have a copy to clipboard option
   - [UES-400 ] - login footer
   alignment issue
   - [UES-401 ] - When site creating
   while in a directory in file browser; the tree hides out
   - [UES-403 ] - When creating a
   dashboard, the the selected layout need to be highlighted


[1] http://dist.wso2.org/milestone/gs/ues/1.0.0-RC-2/wso2ues-1.0.0.zip
[2] https://wso2.org/jira/browse/UES
[3]
http://docs.wso2.org/wiki/display/UES100/WSO2+User+Engagement+Server+1.0.0+Documentation

-- 
*WSO2 User Engagement Server
*

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


Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Supun Malinga
Umm, actually it gets deployed once we restart the ELB..  Only the hot
deployment didn't work..
For the ELB active-passive scenario we need to deploy a Echo proxy for the
ELB health check. [1].

[1] http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover


On Tue, Jul 9, 2013 at 10:21 PM, Afkham Azeez  wrote:

> You can't deploy anything on ELB! Even if you managed to deploy, the
> requests won't get dispatched. Many of the deployers & dispatchers have
> been removed. ELB is not designed for hosting stuff.
>
>
> On Tue, Jul 9, 2013 at 12:11 PM, Chamara Ariyarathne wrote:
>
>> According to the doc
>> http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover#AutomaticFailover-SettinguptheELB
>> it should possible to deploy a proxy service inside ELB.
>>
>> Now I have tried with ELB 2.0.3 to deploy a proxy service to the
>> {ELB_HOME}/repository/deployment/server/synapse-configs/default/proxy-services
>> where the Hot Deployment configuration is true in the axis2_client.xml
>>
>> true
>>
>> The proxy did not get deployed until I restart the server. This should
>> probably be a bug.
>>  --
>> *Chamara Ariyarathne*
>> Senior Software Engineer - QA;
>> WSO2 Inc; http://www.wso2.com/.
>> Mobile; *+94772786766*
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * **
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Supun Malinga,

Senior Software Engineer,
WSO2 Inc.
http://wso2.com
http://wso2.org
email - sup...@wso2.com 
mobile - 071 56 91 321
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Hot Deployment does not work in ELB

2013-07-09 Thread Afkham Azeez
You can't deploy anything on ELB! Even if you managed to deploy, the
requests won't get dispatched. Many of the deployers & dispatchers have
been removed. ELB is not designed for hosting stuff.


On Tue, Jul 9, 2013 at 12:11 PM, Chamara Ariyarathne wrote:

> According to the doc
> http://docs.wso2.org/wiki/display/ELB203/Automatic+Failover#AutomaticFailover-SettinguptheELB
> it should possible to deploy a proxy service inside ELB.
>
> Now I have tried with ELB 2.0.3 to deploy a proxy service to the
> {ELB_HOME}/repository/deployment/server/synapse-configs/default/proxy-services
> where the Hot Deployment configuration is true in the axis2_client.xml
>
> true
>
> The proxy did not get deployed until I restart the server. This should
> probably be a bug.
>  --
> *Chamara Ariyarathne*
> Senior Software Engineer - QA;
> WSO2 Inc; http://www.wso2.com/.
> Mobile; *+94772786766*
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How to discover & list P2 profiles supported by a product

2013-07-09 Thread Afkham Azeez
$subject

Is there something like, ./wso2server.sh --list-profiles

-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Lasith Chandrasekara
Hi,

I also had the same issue.
Anyway now I got a svn update and doing a new build.

-Lasith


On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun  wrote:

> Hi All i am getting the following error when building the greg with a new
> update p2-profile-gen. Does anyone now how to fix this?
>
> Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
> Installation failed.
> Cannot complete the install because one or more required items could not
> be found.
>  Software being installed: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>  Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
> (org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
> org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
> be found
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>   To: org.wso2.carbon.system.statistics.ui.feature.group [4.2.0.SNAPSHOT]
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
>   To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
> Application failed, log file location:
> /home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
> !SESSION 2013-07-09 17:52:24.545
> ---
> eclipse.buildId=unknown
> java.version=1.6.0_26
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments:  -application org.eclipse.equinox.p2.director
> -metadataRepository
> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
> -artifactRepository
> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
> -profileProperties org.eclipse.update.install.features=true -installIU
> org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.proxy.feature.group/4.2.0.SNAPSHOT,org.wso2.governance.styles.feature.group/4.6.0.SNAPSHOT,org.wso2.stratos.governance.ui.feature.group/2.2.0.SNAPSHOT,org.wso2.carbon.dashboard.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.application.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.jaxwsservices.server.feature.group/4.2

[Dev] Log4J warning

2013-07-09 Thread Afkham Azeez
log4j:WARN No appenders could be found for logger
(org.apache.axiom.util.stax.dialect.StAXDialectDetector).
log4j:WARN Please initialize the log4j system properly.

However, the log messages subsequently start appearing

-- 
*Afkham Azeez*
Director of Architecture; WSO2, Inc.; http://wso2.com
Member; Apache Software Foundation; http://www.apache.org/
* **
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **http://twitter.com/afkham_azeez*
*
linked-in: **http://lk.linkedin.com/in/afkhamazeez*
*
*
*Lean . Enterprise . Middleware*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Thanks, that fixed the issue :)

Regards,
Pulasthi


On Tue, Jul 9, 2013 at 7:33 PM, Kasun Gajasinghe  wrote:

> Please take an update in system-statistics/org.wso2.carbon.statistics.ui.
>
> Thanks,
> KasunG
>
>
> On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe  wrote:
>
>> I'm looking in to this.
>>
>> Thanks.
>>
>>
>> On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma wrote:
>>
>>> Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is
>>> missing.
>>>
>>> Sameera.
>>>
>>>
>>> On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun wrote:
>>>
 Hi All i am getting the following error when building the greg with a
 new update p2-profile-gen. Does anyone now how to fix this?

 Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
 Installation failed.
 Cannot complete the install because one or more required items could
 not be found.
  Software being installed: WSO2 Carbon - Statistics Feature
 4.2.0.SNAPSHOT (org.wso2.carbon.system.statistics.feature.group
 4.2.0.SNAPSHOT)
  Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
 (org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
 org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
 be found
  Cannot satisfy dependency:
   From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
 (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
   To: org.wso2.carbon.system.statistics.ui.feature.group
 [4.2.0.SNAPSHOT]
  Cannot satisfy dependency:
   From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
 (org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
   To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
 Application failed, log file location:
 /home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
 !SESSION 2013-07-09 17:52:24.545
 ---
 eclipse.buildId=unknown
 java.version=1.6.0_26
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
 Framework arguments:  -application org.eclipse.equinox.p2.director
 -metadataRepository
 file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
 -artifactRepository
 file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
 -profileProperties org.eclipse.update.install.features=true -installIU
 org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.exte

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
Please take an update in system-statistics/org.wso2.carbon.statistics.ui.

Thanks,
KasunG


On Tue, Jul 9, 2013 at 7:09 PM, Kasun Gajasinghe  wrote:

> I'm looking in to this.
>
> Thanks.
>
>
> On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma  wrote:
>
>> Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is
>> missing.
>>
>> Sameera.
>>
>>
>> On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun  wrote:
>>
>>> Hi All i am getting the following error when building the greg with a
>>> new update p2-profile-gen. Does anyone now how to fix this?
>>>
>>> Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
>>> Installation failed.
>>> Cannot complete the install because one or more required items could not
>>> be found.
>>>  Software being installed: WSO2 Carbon - Statistics Feature
>>> 4.2.0.SNAPSHOT (org.wso2.carbon.system.statistics.feature.group
>>> 4.2.0.SNAPSHOT)
>>>  Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
>>> (org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
>>> org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
>>> be found
>>>  Cannot satisfy dependency:
>>>   From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
>>> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>>>   To: org.wso2.carbon.system.statistics.ui.feature.group [4.2.0.SNAPSHOT]
>>>  Cannot satisfy dependency:
>>>   From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
>>> (org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
>>>   To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
>>> Application failed, log file location:
>>> /home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
>>> !SESSION 2013-07-09 17:52:24.545
>>> ---
>>> eclipse.buildId=unknown
>>> java.version=1.6.0_26
>>> java.vendor=Sun Microsystems Inc.
>>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>>> Framework arguments:  -application org.eclipse.equinox.p2.director
>>> -metadataRepository
>>> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
>>> -artifactRepository
>>> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
>>> -profileProperties org.eclipse.update.install.features=true -installIU
>>> org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.proxy.feature.group/4.2.0.SNAPSHOT,org.wso2.governance.s

Re: [Dev] Identity Server performs slowly with 5000+ accounts

2013-07-09 Thread Adrian Mitev
Hi! I'm attaching user-mgt.xml. We're using IS 4.0.0 with the builtin LDAP.
We are using the standard claims + few custom claims mapped to LDAP
properties.
I have observed that if i switch from LDAP store to JDBC store the
performance is great - 300msec per new user when i already have 5000
existing users. But using LDAP is slow.


On Fri, Jul 5, 2013 at 5:26 AM, Prabath Siriwardena wrote:

> Also - what is the version of IS ?
>
> Thanks & regards,
> -Prabath
>
>
> On Fri, Jul 5, 2013 at 7:54 AM, Prabath Siriwardena wrote:
>
>> Can you please share your user-mgt.xml and the LDAP structure?
>>
>> Thanks & regards,
>> -Prabath
>>
>>
>> On Wed, Jul 3, 2013 at 6:40 PM, Adrian Mitev wrote:
>>
>>> Hi Asela! Thank you for your answer. My current configuration contains
>>> this property as specified in the documentation [1]. However the issue
>>> occurs even with this setting.
>>>
>>> 1 -
>>> http://docs.wso2.org/wiki/display/IS400/Default+LDAP+User+Store+Configuration
>>>
>>>
>>> On Wed, Jul 3, 2013 at 11:25 AM, Asela Pathberiya wrote:
>>>
 Hi Adrian,

 If you have not optimized the configuration, There may be some slowness
 when number of users are increased. To optimized LDAP authentication, you
 need to use "UserDNPattern" property such as following This
 properly must be match with your search base and this can be used with with
 both flat and hierarchical  user search bases.

  >>> name="UserDNPattern">uid={0},ou=Users,dc=wso2,dc=org

 Thanks,
 Asela.




 On Wed, Jul 3, 2013 at 12:44 PM, Adrian Mitev 
 wrote:

> Hi all! I'm not sure if this is the right place to ask! I'm using WSO2
> Identity Server with it's bundled LDAP. I have a requirement to store 
> 5000+
> accounts. I created a test script that adds many accounts using the remote
> web services (RemoteUserStoreManagerService) through the Java apis. 
> However
> as the users amount begin to grow, the operations get slower. Is this a
> known issue? Could you suggest me an optimization strategy?
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


 --
 Thanks & Regards,
 Asela

 Mobile : +94 777 625 933

>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> Mobile : +94 71 809 6732
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>>
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> Mobile : +94 71 809 6732
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
>





admin

 admin
 admin

everyone 
jdbc/WSO2CarbonDB
org.wso2.carbon.user.core.config.multitenancy.CommonLDAPRealmConfigBuilder


	
	
WSO2.ORG
false
ldap://localhost:${Ports.EmbeddedLDAP.LDAPServerPort}
uid=admin,ou=system
admin
SHA
(objectClass=person)
scimPerson
ou=Users,dc=wso2,dc=org
(&(objectClass=person)(uid=?))
uid
^[\\S]{5,30}$
	^[\\S]{5,30}$
	^[\\S]{2,30}/[\\S]{2,30}$
^[\\S]{3,30}$
[a-zA-Z0-9._-|//]{3,30}$
^[\\S]{3,30}$
[a-zA-Z0-9._-|//]{3,30}$
	true
	true
	true
ou=Groups,dc=wso2,dc=org
(objectClass=groupOfNames)
	groupOfNames
(&(objectClass=groupOfNames)(cn=?))
cn
member
true
	uid={0},ou=Users,dc=wso2,dc=org
	true
	0



/permission
	true




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


Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Kasun Gajasinghe
I'm looking in to this.

Thanks.


On Tue, Jul 9, 2013 at 7:08 PM, Sameera Jayasoma  wrote:

> Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is
> missing.
>
> Sameera.
>
>
> On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun  wrote:
>
>> Hi All i am getting the following error when building the greg with a new
>> update p2-profile-gen. Does anyone now how to fix this?
>>
>> Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
>> Installation failed.
>> Cannot complete the install because one or more required items could not
>> be found.
>>  Software being installed: WSO2 Carbon - Statistics Feature
>> 4.2.0.SNAPSHOT (org.wso2.carbon.system.statistics.feature.group
>> 4.2.0.SNAPSHOT)
>>  Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
>> (org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
>> org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
>> be found
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
>> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>>   To: org.wso2.carbon.system.statistics.ui.feature.group [4.2.0.SNAPSHOT]
>>  Cannot satisfy dependency:
>>   From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
>> (org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
>>   To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
>> Application failed, log file location:
>> /home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
>> !SESSION 2013-07-09 17:52:24.545
>> ---
>> eclipse.buildId=unknown
>> java.version=1.6.0_26
>> java.vendor=Sun Microsystems Inc.
>> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
>> Framework arguments:  -application org.eclipse.equinox.p2.director
>> -metadataRepository
>> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
>> -artifactRepository
>> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
>> -profileProperties org.eclipse.update.install.features=true -installIU
>> org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.proxy.feature.group/4.2.0.SNAPSHOT,org.wso2.governance.styles.feature.group/4.6.0.SNAPSHOT,org.wso2.stratos.governance.ui.feature.group/2.2.0.SNAPSHOT,org.wso2.carbon.dashboard.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.dashboard.dashboardpopulator.server.fea

Re: [Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Sameera Jayasoma
Looks like this package (org.wso2.carbon.webapp.statistics.data.xsd) is
missing.

Sameera.


On Tue, Jul 9, 2013 at 5:59 PM, Pulasthi Supun  wrote:

> Hi All i am getting the following error when building the greg with a new
> update p2-profile-gen. Does anyone now how to fix this?
>
> Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
> Installation failed.
> Cannot complete the install because one or more required items could not
> be found.
>  Software being installed: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>  Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
> (org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
> org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
> be found
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
>   To: org.wso2.carbon.system.statistics.ui.feature.group [4.2.0.SNAPSHOT]
>  Cannot satisfy dependency:
>   From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
> (org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
>   To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
> Application failed, log file location:
> /home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
> !SESSION 2013-07-09 17:52:24.545
> ---
> eclipse.buildId=unknown
> java.version=1.6.0_26
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
> Framework arguments:  -application org.eclipse.equinox.p2.director
> -metadataRepository
> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
> -artifactRepository
> file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
> -profileProperties org.eclipse.update.install.features=true -installIU
> org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.proxy.feature.group/4.2.0.SNAPSHOT,org.wso2.governance.styles.feature.group/4.6.0.SNAPSHOT,org.wso2.stratos.governance.ui.feature.group/2.2.0.SNAPSHOT,org.wso2.carbon.dashboard.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.application.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.jaxwsservices.server.feature.group/4.2.0.

[Dev] Data Services Support in DevStudio - What need to be fixed/improved

2013-07-09 Thread Susinda Perera
*Redmine*
Data Service generation using Dev Studio is not straightforward for the
most basic scenario [1]
DSS Tooling Improvements [2]
Rich, Functional Data Services UI for Developer Studio[3]

*Public JIRA*
TOOLS-1687 support for carbon data sources [4]
TOOLS-1394 DevStudio UI test automation: DataService tool-set test plugin
[5]
TOOLS-965 Add option to test the connection to Database when creating a new
data service [6]
TOOLS-1013 Auto generate key output mapping when 'return generated keys' is
set to true. [7]

After considering the above mentioned issues, Following are some
improvements that i figured out, Pleas add/edit any other improvements that
you see which is relevant.

   1. Current implementation only provides data service configuration but
   wee need to add query and operations wizards too.
   2. Add datasources/queries/operations as a single wizard as well as
   separate wizards (E.g: if a user to create a query, then adding query,
   adding SQL, declaring input mapping, results and output mappings should be
   done in a wizard. Otherwise user does not have a good idea where to go,
   what to do)
   3. Provide Database Explorer (eclipse has this feature for some database
   types)
   4. Provide "test connection to Database" option when creating a new data
   service (eclipse has this feature for some database types)
   5. Provide "Generate Data services" functionality (as in DSS
   Main->Services->DataServices->Generate)
   6. Connecting/Integrate "Data Services Validator" project with Data
   services project


[1] - https://redmine.wso2.com/issues/1123
[2] - https://redmine.wso2.com/issues/83
[3] - https://redmine.wso2.com/issues/1155
[4] - https://wso2.org/jira/browse/TOOLS-1687
[5] - https://wso2.org/jira/browse/TOOLS-1394
[6] - https://wso2.org/jira/browse/TOOLS-965
[7] - https://wso2.org/jira/browse/TOOLS-1013

--
Susinda Perera
Software Engineer
Mobile:(+94)716049075

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


[Dev] Do we have a WS-Coordination implementation in our platform

2013-07-09 Thread Hasitha Aravinda
Hi all,

I am looking the $Subject for humantask coordination protocol development.
Do we have a WS-Coordination implementation in our platform ?

If not, we can use Apache Kandula. But seems like Kandula project is not
active in recent past. Last developments of the Kandula were done for Axis2
1.4.

Thanks,
Hasitha.

-- 
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] SVN Warning while updating svn externals

2013-07-09 Thread Amila Maha Arachchi
Reason for this is, you have provided a "http" URL when checking out. But
the external has the "https" URL.

You can take a new checkout with https URL and then try to update and see.
Then, this warning will not occur. See [1].

[1]
http://stackoverflow.com/questions/3907162/svn-error-x-isnt-in-the-same-repository-as-y-during-merge


On Tue, Jul 9, 2013 at 5:37 PM, Chanika Geeganage  wrote:

> Hi,
>
> We have added svn external for carbon.product file as follows inside dss
> p2-profile-gen.
>
> carbon.product
> https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/distribution/kernel/carbon.product
>
> When I get an svn up it gives following warning and that file is not added.
>
> Fetching external item into 'carbon.product'
> svn: warning: '
> http://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/dss/modules/p2-profile-gen
> '
> is not the same repository as
> 'https://svn.wso2.org/repos/wso2'
>
> Any idea on this?
> --
>  Best Regards..
>
> Chanika Geeganage
> Software Engineer
> WSO2, Inc.; http://wso2.com
>
> Mobile: +94773522586
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Amila Maharachchi*
Senior Technical Lead
WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Getting error in p2-profile-gen due to some missing features

2013-07-09 Thread Pulasthi Supun
Hi All i am getting the following error when building the greg with a new
update p2-profile-gen. Does anyone now how to fix this?

Installing org.wso2.carbon.apimgt.store.feature.group 4.2.0.SNAPSHOT.
Installation failed.
Cannot complete the install because one or more required items could not be
found.
 Software being installed: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
(org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
 Missing requirement: org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT
(org.wso2.carbon.statistics.ui 4.2.0.SNAPSHOT) requires 'package
org.wso2.carbon.webapp.statistics.data.xsd [4.2.0,5.0.0)' but it could not
be found
 Cannot satisfy dependency:
  From: WSO2 Carbon - Statistics Feature 4.2.0.SNAPSHOT
(org.wso2.carbon.system.statistics.feature.group 4.2.0.SNAPSHOT)
  To: org.wso2.carbon.system.statistics.ui.feature.group [4.2.0.SNAPSHOT]
 Cannot satisfy dependency:
  From: WSO2 Carbon - Statistics UI Feature 4.2.0.SNAPSHOT
(org.wso2.carbon.system.statistics.ui.feature.group 4.2.0.SNAPSHOT)
  To: org.wso2.carbon.statistics.ui [4.2.0.SNAPSHOT]
Application failed, log file location:
/home/pulasthi/.m2/repository/org/eclipse/tycho/tycho-p2-runtime/0.13.0/eclipse/configuration/1373372544724.log
!SESSION 2013-07-09 17:52:24.545
---
eclipse.buildId=unknown
java.version=1.6.0_26
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments:  -application org.eclipse.equinox.p2.director
-metadataRepository
file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
-artifactRepository
file:/home/pulasthi/work/wso2/carbon/carbon/platform/trunk/products/greg/modules/p2-profile-gen/target/p2-repo
-profileProperties org.eclipse.update.install.features=true -installIU
org.wso2.carbon.jaxws.webapp.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.webapp.mgt.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.logging.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.databridge.datapublisher.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.security.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.system.statistics.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.common.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.event.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.user.profile.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.self.registration.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.identity.oauth.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.user.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.um.ws.service.client.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.activities.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.handler.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.associations.dependencies.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.community.features.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ws.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.uddi.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.social.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.gadget.editor.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.lifecycle.management.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.gadgets.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.metadata.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.webdav.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.jcr.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.notifications.configuration.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.contentsearch.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.ui.menu.governance.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.profiles.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.resource.properties.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.governance.platform.extensions.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.core.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.discovery.proxy.feature.group/4.2.0.SNAPSHOT,org.wso2.governance.styles.feature.group/4.6.0.SNAPSHOT,org.wso2.stratos.governance.ui.feature.group/2.2.0.SNAPSHOT,org.wso2.carbon.dashboard.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.dashboard.dashboardpopulator.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.application.mgt.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.jaxwsservices.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.datasource.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.reporting.server.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.reporting.ui.feature.group/4.2.0.SNAPSHOT,org.wso2.carbon.registry.tas

[Dev] SVN Warning while updating svn externals

2013-07-09 Thread Chanika Geeganage
Hi,

We have added svn external for carbon.product file as follows inside dss
p2-profile-gen.

carbon.product
https://svn.wso2.org/repos/wso2/carbon/kernel/trunk/distribution/kernel/carbon.product

When I get an svn up it gives following warning and that file is not added.

Fetching external item into 'carbon.product'
svn: warning: '
http://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/dss/modules/p2-profile-gen
'
is not the same repository as
'https://svn.wso2.org/repos/wso2'

Any idea on this?
-- 
Best Regards..

Chanika Geeganage
Software Engineer
WSO2, Inc.; http://wso2.com

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


Re: [Dev] Cassandra compilation failures in the trunk due to Old Caching API

2013-07-09 Thread Pulasthi Supun
Got the same error.In  the thread "Fwd: Trunk cannot be build with a clean
repo. Whats our strategy?"  Deependra said he is looking into this :).

regards
Pulasthi


On Tue, Jul 9, 2013 at 4:39 PM, Sanjeewa Malalgoda wrote:

>
>
> On Tue, Jul 9, 2013 at 10:50 AM, Sameera Jayasoma wrote:
>
>> Please fix
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.cassandra.server: Compilation
>> failure: Compilation failure:
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[3,35]
>> package org.wso2.carbon.caching.core does not exist
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[5,40]
>> cannot find symbol
>> [ERROR] symbol: class BaseCache
>> [ERROR] public class UserAccessKeyCache extends BaseCache {
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[28,35]
>> package org.wso2.carbon.caching.core does not exist
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[29,35]
>> package org.wso2.carbon.caching.core does not exist
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[30,35]
>> package org.wso2.carbon.caching.core does not exist
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[16,21]
>> operator == cannot be applied to
>> org.wso2.carbon.cassandra.server.cache.UserAccessKeyCache,
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[60,24]
>> cannot find symbol
>> [ERROR] symbol  : class StringCacheKey
>> [ERROR] location: class
>> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[60,54]
>> cannot find symbol
>> [ERROR] symbol  : class StringCacheEntry
>> [ERROR] location: class
>> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[124,8]
>> cannot find symbol
>> [ERROR] symbol  : class CacheEntry
>> [ERROR] location: class
>> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[124,60]
>> cannot find symbol
>> [ERROR] symbol  : class StringCacheKey
>> [ERROR] location: class
>> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
>> [ERROR]
>> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[127,21]
>> cannot find symbol
>> [ERROR] symbol  : class StringCacheEntry
>> [ERROR] location: class
>> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
>> [ERROR] -> [Help 1]
>> [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/MojoFailureException
>>
>
> I'm also getting same. Any update on this?
>
> Thanks,
> Sanjeewa.
>
>>
>>
>> --
>> Sameera Jayasoma,
>> Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://sameera.adahas.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>
>> Lean . Enterprise . Middleware
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *
> *
> *Sanjeewa Malalgoda*
> WSO2 Inc.
> Mobile : +94713068779
>
>  blog
> :http://sanjeewamalalgoda.blogspot.com/
>
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
--
Pulasthi Supun
Sof

Re: [Dev] Cassandra compilation failures in the trunk due to Old Caching API

2013-07-09 Thread Sanjeewa Malalgoda
On Tue, Jul 9, 2013 at 10:50 AM, Sameera Jayasoma  wrote:

> Please fix
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
> (default-compile) on project org.wso2.carbon.cassandra.server: Compilation
> failure: Compilation failure:
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[3,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[5,40]
> cannot find symbol
> [ERROR] symbol: class BaseCache
> [ERROR] public class UserAccessKeyCache extends BaseCache {
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[28,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[29,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[30,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/cache/UserAccessKeyCache.java:[16,21]
> operator == cannot be applied to
> org.wso2.carbon.cassandra.server.cache.UserAccessKeyCache,
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[60,24]
> cannot find symbol
> [ERROR] symbol  : class StringCacheKey
> [ERROR] location: class
> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[60,54]
> cannot find symbol
> [ERROR] symbol  : class StringCacheEntry
> [ERROR] location: class
> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[124,8]
> cannot find symbol
> [ERROR] symbol  : class CacheEntry
> [ERROR] location: class
> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[124,60]
> cannot find symbol
> [ERROR] symbol  : class StringCacheKey
> [ERROR] location: class
> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
> [ERROR]
> /build/trunk/platform/components/cassandra/org.wso2.carbon.cassandra.server/src/main/java/org/wso2/carbon/cassandra/server/CarbonCassandraAuthenticator.java:[127,21]
> cannot find symbol
> [ERROR] symbol  : class StringCacheEntry
> [ERROR] location: class
> org.wso2.carbon.cassandra.server.CarbonCassandraAuthenticator
> [ERROR] -> [Help 1]
> [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/MojoFailureException
>

I'm also getting same. Any update on this?

Thanks,
Sanjeewa.

>
>
> --
> Sameera Jayasoma,
> Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>
> Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*
*
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +94713068779

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


[Dev] Canceled Event: Code Review - Siddhi event tables @ Tue Jul 9, 2013 3pm - 4pm (raje...@wso2.com)

2013-07-09 Thread Rajeev Sampath
BEGIN:VCALENDAR
PRODID:-//Google Inc//Google Calendar 70.9054//EN
VERSION:2.0
CALSCALE:GREGORIAN
METHOD:CANCEL
BEGIN:VEVENT
DTSTART:20130709T093000Z
DTEND:20130709T103000Z
DTSTAMP:20130709T092531Z
ORGANIZER;CN=Rajeev Sampath:mailto:raje...@wso2.com
UID:g18v1kte8i1tn493uhnej11...@google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=La
 santha Fernando;X-NUM-GUESTS=0:mailto:lasan...@wso2.com
ATTENDEE;CUTYPE=RESOURCE;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=LK #
 58 5th Floor - Meeting room;X-NUM-GUESTS=0:mailto:wso2.com_3238313439343838
 343...@resource.calendar.google.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=Sr
 iskandarajah Suhothayan;X-NUM-GUESTS=0:mailto:s...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=Mo
 hanadarshan Vivekanandalingam;X-NUM-GUESTS=0:mailto:mo...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=de
 v...@wso2.org;X-NUM-GUESTS=0:mailto:dev@wso2.org
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=Su
 medha Rubasinghe;X-NUM-GUESTS=0:mailto:sume...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=ACCEPTED;CN=Rajeev
  Sampath;X-NUM-GUESTS=0:mailto:raje...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=An
 jana Fernando;X-NUM-GUESTS=0:mailto:anj...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=Pr
 abath Abeysekera;X-NUM-GUESTS=0:mailto:praba...@wso2.com
ATTENDEE;CUTYPE=INDIVIDUAL;ROLE=REQ-PARTICIPANT;PARTSTAT=NEEDS-ACTION;CN=De
 ependra Ariyadewa;X-NUM-GUESTS=0:mailto:d...@wso2.com
CLASS:PUBLIC
CREATED:20130702T071559Z
DESCRIPTION:Code review for the database event tables implementation in Sid
 dhi engine.
LAST-MODIFIED:20130709T092531Z
LOCATION:LK #58 5th Floor - Meeting room
SEQUENCE:1
STATUS:CANCELLED
SUMMARY:Code Review - Siddhi event tables
TRANSP:TRANSPARENT
END:VEVENT
END:VCALENDAR


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


[Dev] [Trunk] Build failures after caching changes

2013-07-09 Thread Sanjeewa Malalgoda
Hi Team,
I hope we are going to remove the dependency to
org.wso2.carbon.caching.core completely. If so we need to remove it from
all components. It seems it is still there in many components and we need
to fix them.

Thanks,
Sanjeewa.

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 6:23.601s
[INFO] Finished at: Tue Jul 09 02:14:48 PDT 2013
[INFO] Final Memory: 2025M/3042M
[INFO]

[ERROR] Failed to execute goal on project org.wso2.carbon.module.mgt: Could
not resolve dependencies for project
org.wso2.carbon:org.wso2.carbon.module.mgt:bundle:4.2.0-SNAPSHOT: Failure
to find org.wso2.carbon:org.wso2.carbon.caching.core:jar:4.2.0-SNAPSHOT in
http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
local repository, resolution will not be reattempted until the update
interval of wso2-nexus has elapsed or updates are forced -> [Help 1]
[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

*Here are the list of components  having caching core dependency.*

./registry/org.wso2.carbon.registry.social.impl/pom.xml:
 org.wso2.carbon.caching.core
./registry/org.wso2.carbon.registry.extensions/pom.xml:
 org.wso2.carbon.caching.core
./cassandra/org.wso2.carbon.cassandra.server/pom.xml:
 org.wso2.carbon.caching.core
./pom.xml:
 org.wso2.carbon.caching.core
./pom.xml:
 org.wso2.carbon.caching.stub
./user-stores/org.wso2.carbon.user.store/pom.xml:
 org.wso2.carbon.caching.core
./caching/org.wso2.carbon.caching/pom.xml:
 org.wso2.carbon.caching
./caching/org.wso2.carbon.caching/pom.xml:
 org.wso2.carbon.caching.service; version=1.0.0,
./caching/org.wso2.carbon.caching/pom.xml:
 org.wso2.carbon.caching; version=1.0.0,
./caching/pom.xml:org.wso2.carbon.caching
./caching/pom.xml:org.wso2.carbon.caching.ui
./caching/org.wso2.carbon.caching.ui/pom.xml:
 org.wso2.carbon.caching.ui
./caching/org.wso2.carbon.caching.ui/pom.xml:
 
org.wso2.carbon.caching.ui.*;version="${carbon.platform.package.export.version}"
./caching/org.wso2.carbon.caching.ui/pom.xml:
 
org.wso2.carbon.caching.stub.*;version="${carbon.platform.package.import.version.range}",
./caching/org.wso2.carbon.caching.ui/pom.xml:
 org.wso2.carbon.caching.stub
./module-mgt/org.wso2.carbon.module.mgt/pom.xml:
 org.wso2.carbon.caching.core
./governance/org.wso2.carbon.governance.api/pom.xml:
 org.wso2.carbon.caching.core


-- 
*
*
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +94713068779

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


Re: [Dev] Old caching dependencies are still there in Registry components

2013-07-09 Thread Ajith Vitharana
On Tue, Jul 9, 2013 at 2:25 PM, Pulasthi Supun  wrote:

> Hi
>
> Created and patch for this and attached [1]
> [1] https://wso2.org/jira/browse/REGISTRY-1669
>

Committed. Thanks.

Ajith.


>
>
> regards
> pulasthi
>
>
> On Tue, Jul 9, 2013 at 10:10 AM, Pulasthi Supun  wrote:
>
>> Hi,
>>
>> Will take a look and provide a patch ASAP
>>
>> Thanks,
>>  Pulasthi
>>
>>
>>
>> On Tue, Jul 9, 2013 at 9:21 AM, Eranda Sooriyabandara wrote:
>>
>>> Hi Pulasthi,
>>> Please note.
>>>
>>> thanks
>>> Eranda
>>>
>>>
>>> On Tue, Jul 9, 2013 at 9:00 AM, Sameera Jayasoma wrote:
>>>
  Even in Module-mgt component..

 components/module-mgt/org.wso2.carbon.module.mgt


 On Tue, Jul 9, 2013 at 8:38 AM, Sameera Jayasoma wrote:

> Please fix. We cannot even build with a clean repo.
>
> registry/org.wso2.carbon.registry.extensions/pom.xml
> registry/org.wso2.carbon.registry.social.impl/pom.xml
> governance/org.wso2.carbon.governance.api/pom.xml
>
> --
> Sameera Jayasoma,
> Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>
> Lean . Enterprise . Middleware
>



 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

 Lean . Enterprise . Middleware

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


>>>
>>>
>>> --
>>> *Eranda Sooriyabandara
>>> *Senior Software Engineer;
>>> Integration Technologies Team;
>>> WSO2 Inc.; http://wso2.com
>>>  Lean . Enterprise . Middleware
>>>
>>> E-mail: eranda AT wso2.com
>>> Mobile: +94 716 472 816
>>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>>> Blog: http://emsooriyabandara.blogspot.com/
>>>
>>>
>>>
>>> *
>>> *
>>>
>>
>>
>>
>> --
>> --
>> Pulasthi Supun
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> Email: pulas...@wso2.com
>> Mobile: +94 (71) 9258281
>> Blog : http://pulasthisupun.blogspot.com/
>> Git hub profile: https://github.com/pulasthi
>>
>
>
>
> --
> --
> Pulasthi Supun
> Software Engineer; WSO2 Inc.; http://wso2.com,
> Email: pulas...@wso2.com
> Mobile: +94 (71) 9258281
> Blog : http://pulasthisupun.blogspot.com/
> Git hub profile: https://github.com/pulasthi
>



-- 
Ajith Vitharana.
WSO2 Inc. - http://wso2.org
Email  :  aji...@wso2.com
Mobile : +94772217350
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Old caching dependencies are still there in Registry components

2013-07-09 Thread Pulasthi Supun
Hi

Created and patch for this and attached [1]
[1] https://wso2.org/jira/browse/REGISTRY-1669

regards
pulasthi


On Tue, Jul 9, 2013 at 10:10 AM, Pulasthi Supun  wrote:

> Hi,
>
> Will take a look and provide a patch ASAP
>
> Thanks,
> Pulasthi
>
>
>
> On Tue, Jul 9, 2013 at 9:21 AM, Eranda Sooriyabandara wrote:
>
>> Hi Pulasthi,
>> Please note.
>>
>> thanks
>> Eranda
>>
>>
>> On Tue, Jul 9, 2013 at 9:00 AM, Sameera Jayasoma wrote:
>>
>>>  Even in Module-mgt component..
>>>
>>> components/module-mgt/org.wso2.carbon.module.mgt
>>>
>>>
>>> On Tue, Jul 9, 2013 at 8:38 AM, Sameera Jayasoma wrote:
>>>
 Please fix. We cannot even build with a clean repo.

 registry/org.wso2.carbon.registry.extensions/pom.xml
 registry/org.wso2.carbon.registry.social.impl/pom.xml
 governance/org.wso2.carbon.governance.api/pom.xml

 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma,
>>> Architect,
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://sameera.adahas.org
>>> twitter: https://twitter.com/sameerajayasoma
>>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Eranda Sooriyabandara
>> *Senior Software Engineer;
>> Integration Technologies Team;
>> WSO2 Inc.; http://wso2.com
>>  Lean . Enterprise . Middleware
>>
>> E-mail: eranda AT wso2.com
>> Mobile: +94 716 472 816
>> Linked-In: http://www.linkedin.com/in/erandasooriyabandara
>> Blog: http://emsooriyabandara.blogspot.com/
>>
>>
>>
>> *
>> *
>>
>
>
>
> --
> --
> Pulasthi Supun
> Software Engineer; WSO2 Inc.; http://wso2.com,
> Email: pulas...@wso2.com
> Mobile: +94 (71) 9258281
> Blog : http://pulasthisupun.blogspot.com/
> Git hub profile: https://github.com/pulasthi
>



-- 
--
Pulasthi Supun
Software Engineer; WSO2 Inc.; http://wso2.com,
Email: pulas...@wso2.com
Mobile: +94 (71) 9258281
Blog : http://pulasthisupun.blogspot.com/
Git hub profile: https://github.com/pulasthi
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] What is the Charon version used in the trunk?

2013-07-09 Thread Asela Pathberiya
On Tue, Jul 9, 2013 at 12:35 PM, Sameera Jayasoma  wrote:

> Thanks Asela. Can you remove the unused version from the commons/charon
> svn location? Update the dependencies pom.xml as well.
>

This is done...


>
> Thanks,
> Sameera.
>
>
> On Tue, Jul 9, 2013 at 10:20 AM, Asela Pathberiya  wrote:
>
>>
>> It must be 2.0.0-SNAPSHOT,  which is in common.[1].  i think, we need to
>> branch the charon in common and then use that version for 4.2.0 (what it is
>> branch). You can remove 1.0.1-wso2v1
>>
>> [1] https://svn.wso2.org/repos/wso2/trunk/commons/charon
>>
>> Thanks,
>> Asela.
>>
>> On Tue, Jul 9, 2013 at 8:41 AM, Sameera Jayasoma wrote:
>>
>>> Ping!!!
>>>
>>>
>>> On Mon, Jul 8, 2013 at 5:44 PM, Sameera Jayasoma wrote:
>>>
 I am seeing following entries in the platform/trunk/dependencies/pom.xml

 161283 kishanthan
 commons/charon/1.0.1-wso2v1
 171698 has...@wso2.com commons/charon/2.0.0-SNAPSHOT

 What the correct version used in the trunk?

 Thanks,
 Sameera.

 --
 Sameera Jayasoma,
 Architect,

 WSO2, Inc. (http://wso2.com)
 email: same...@wso2.com
 blog: http://sameera.adahas.org
 twitter: https://twitter.com/sameerajayasoma
 flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

 Lean . Enterprise . Middleware

>>>
>>>
>>>
>>> --
>>> Sameera Jayasoma,
>>> Architect,
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://sameera.adahas.org
>>> twitter: https://twitter.com/sameerajayasoma
>>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Thanks & Regards,
>> Asela
>>
>> Mobile : +94 777 625 933
>>
>
>
>
> --
> Sameera Jayasoma,
> Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>
> Lean . Enterprise . Middleware
>



-- 
Thanks & Regards,
Asela

Mobile : +94 777 625 933
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [Compilation Failures] org.wso2.carbon.apimgt.impl due to the usage of old caching API

2013-07-09 Thread Sanjeewa Malalgoda
Fixed it.

Thanks,
Sanjeewa.

On Tue, Jul 9, 2013 at 12:10 PM, Sameera Jayasoma  wrote:

> I removed the caching.core dependency from the above bundle, then got the
> following compilation failure.
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
> (default-compile) on project org.wso2.carbon.apimgt.impl: Compilation
> failure: Compilation failure:
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/UserClaims.java:[22,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/UserClaims.java:[26,32]
> cannot find symbol
> [ERROR] symbol: class CacheEntry
>  [ERROR] public class UserClaims extends CacheEntry {
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[21,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[22,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[23,35]
> package org.wso2.carbon.caching.core does not exist
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[26,32]
> cannot find symbol
> [ERROR] symbol: class BaseCache
> [ERROR] public class ClaimCache extends BaseCache {
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[42,27]
> cannot find symbol
> [ERROR] symbol  : class CacheKey
> [ERROR] location: class org.wso2.carbon.apimgt.impl.utils.ClaimCache
> [ERROR]
> [ERROR]
> /build/trunk/platform/components/apimgt/org.wso2.carbon.apimgt.impl/src/main/java/org/wso2/carbon/apimgt/impl/utils/ClaimCache.java:[42,41]
> cannot find symbol
> [ERROR] symbol  : class CacheEntry
> [ERROR] location: class org.wso2.carbon.apimgt.impl.utils.ClaimCache
>
> --
> Sameera Jayasoma,
> Architect,
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://sameera.adahas.org
> twitter: https://twitter.com/sameerajayasoma
> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>
> Lean . Enterprise . Middleware
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*
*
*Sanjeewa Malalgoda*
WSO2 Inc.
Mobile : +94713068779

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


Re: [Dev] What is the Charon version used in the trunk?

2013-07-09 Thread Sameera Jayasoma
Thanks Asela. Can you remove the unused version from the commons/charon svn
location? Update the dependencies pom.xml as well.

Thanks,
Sameera.


On Tue, Jul 9, 2013 at 10:20 AM, Asela Pathberiya  wrote:

>
> It must be 2.0.0-SNAPSHOT,  which is in common.[1].  i think, we need to
> branch the charon in common and then use that version for 4.2.0 (what it is
> branch). You can remove 1.0.1-wso2v1
>
> [1] https://svn.wso2.org/repos/wso2/trunk/commons/charon
>
> Thanks,
> Asela.
>
> On Tue, Jul 9, 2013 at 8:41 AM, Sameera Jayasoma  wrote:
>
>> Ping!!!
>>
>>
>> On Mon, Jul 8, 2013 at 5:44 PM, Sameera Jayasoma wrote:
>>
>>> I am seeing following entries in the platform/trunk/dependencies/pom.xml
>>>
>>> 161283 kishanthan
>>> commons/charon/1.0.1-wso2v1
>>> 171698 has...@wso2.com commons/charon/2.0.0-SNAPSHOT
>>>
>>> What the correct version used in the trunk?
>>>
>>> Thanks,
>>> Sameera.
>>>
>>> --
>>> Sameera Jayasoma,
>>> Architect,
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://sameera.adahas.org
>>> twitter: https://twitter.com/sameerajayasoma
>>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>>
>>> Lean . Enterprise . Middleware
>>>
>>
>>
>>
>> --
>> Sameera Jayasoma,
>> Architect,
>>
>> WSO2, Inc. (http://wso2.com)
>> email: same...@wso2.com
>> blog: http://sameera.adahas.org
>> twitter: https://twitter.com/sameerajayasoma
>> flickr: http://www.flickr.com/photos/sameera-jayasoma/collections
>>
>> Lean . Enterprise . Middleware
>>
>
>
>
> --
> Thanks & Regards,
> Asela
>
> Mobile : +94 777 625 933
>



-- 
Sameera Jayasoma,
Architect,

WSO2, Inc. (http://wso2.com)
email: same...@wso2.com
blog: http://sameera.adahas.org
twitter: https://twitter.com/sameerajayasoma
flickr: http://www.flickr.com/photos/sameera-jayasoma/collections

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