[Dev] XACML based Axis2 Entitlement Handler and Authentication Filter for Webapp security

2012-11-23 Thread Thilini Shanika
Hi all,

An Axis2 entitlement handler and an Authentication filter were implemented
and we had a code review and a demo on the implementation and samples.

XACML based entitlement handler is to authorize web service requests after
the authentication and it can be engaged to a service via engaging
implemented  'entitlement module'. The authentication filter is to
authenticate web application requests. For the filter implementation, a new
feature called 'simple authenticator 'was introduced to IS to
for authentication purpose.

During the review, we have discussed the following future improvements and
changes to be applied to the entitlement handler and authentication filter.

*Future Improvements and Changes*

   - XACML based Entitlement Handler


   - Adding new improvement to Carbon UI to get XACML configuration
  and enable authorization per service by engaging the
'entitlement module' .
  - Adding new improvement to Carbon UI to enable authorization for
  services via engaging module globally.



   - Authentication Filter


   - Simple Authenticator feature has to be integrated to IS.
  - Persisting authentication data to session and using them for XACML
  based entitlement filter.
  - Adding a sample web application for implemented authentication
  filter.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How does the api-store-web Jaggery App get compiled and included in AM?

2012-11-23 Thread Senaka Fernando
Hi all,

I don't see this included in the regular Maven build (I checked the POM
in platform\patch-releases\4.0.5\components). Can someone explain how this
works right now?

Thanks,
Senaka.

-- 
*Senaka Fernando*
Member - Integration Technologies Management Committee;
Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

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


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Products 4.0.5 > #30 has FAILED. Change made by 15 authors.

2012-11-23 Thread Bamboo

---
WSO2 Carbon 4.0.x > Products 4.0.5 > #30 failed.
---
This build occurred because it is a dependant of WCB001-PLA005-33.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PRO005-30/

-
Currently Responsible
-

Dharshana kasun Warusavitharana  (Assigned by Maheshika Goonetilleke)
Dinusha Dilrukshi (Assigned by Maheshika Goonetilleke)
nuwan Wimalasekara (Assigned by Maheshika Goonetilleke)
Muhammed  Shariq (Assigned by Maheshika Goonetilleke)
Subash Chaturanga (Assigned by Maheshika Goonetilleke)



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
supunm (149244):

>adding additional debug logs

nuwanw (149185):

>update assertion message

ajithn (149221):

>add 4.0.5
>



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x - Nightly > Kernel_4.0.5 > #8 has FAILED. Change made by eranda, suho and supunm.

2012-11-23 Thread Bamboo

---
WSO2 Carbon 4.0.x - Nightly > Kernel_4.0.5 > #8 failed.
---
This build was triggered at the scheduled time of 12:30 PM
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB002-NKER003-8/

-
Currently Responsible
-

Nuwan Dias (Assigned by Maheshika Goonetilleke)
Pradeep Fernando (Assigned by Maheshika Goonetilleke)
Supun Malinga (Assigned by Maheshika Goonetilleke)



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
supunm (149269):

>adding debug log

suho (149145):

>changing info to debug

supunm (149241):

>adding additional check to avoid NPEs



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] G-Reg integration test failures due to user mgt issue.

2012-11-23 Thread Krishantha Samaraweera
Any update ?

Thanks,
Krishantha.

On Thu, Nov 22, 2012 at 2:39 PM, Krishantha Samaraweera  wrote:

> Most G-Reg permission tests got failed in 4.5.3 build, and after analysing
> the failures found that following steps casing it.
>
> 1. Add a new user and assign him to admin role. Lets refer this user as
> newAdminUser.
> 2. Create a new role and grant all permissions in tree.
> 3. Add another two users and assign to newly created role.
> 4. Now login as newAdminUser and go to role list.
> 5. Select the new role and try to remove one user from that role.
>
> You will not be able to do the step 5 as there is a UI issue [1]. But when
> I run the integration test and invoke admin service directly below
> exception was thrown.
>
> Below code segment in UserRealmProxy.java seems to casing this problem. I
> just need to know is this the expected behavior. IMO Having
> "/permission/admin/" permission doesn't mean role is a admin role. Because
> carbon has separate admin role. In G-Reg, even though you grant all
> permission to a role, that role doesn't have privilege to do
> certain registry browser operations directly without granting
> some permissions explicitly. But users belongs to admin roles allows to do
> any operation on registry browser.
>
> if(!isRoleHasAdminPermission){
> isRoleHasAdminPermission = realm.getAuthorizationManager().
> isRoleAuthorized(roleName, "/permission/admin/",
> UserMgtConstants.EXECUTE_ACTION);
>  }
>
>
> Exception
> =
>
> [2012-11-22 13:03:09,019]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  org.wso2.carbon.user.core.UserStoreException: Can not add or remove user
> from Admin permission role
> [2012-11-22 13:03:09,019]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.wso2.carbon.user.mgt.UserRealmProxy.updateUsersOfRole(UserRealmProxy.java:475)
> [2012-11-22 13:03:09,019]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.wso2.carbon.user.mgt.UserAdmin.updateUsersOfRole(UserAdmin.java:242)
> [2012-11-22 13:03:09,020]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [2012-11-22 13:03:09,020]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> [2012-11-22 13:03:09,020]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> [2012-11-22 13:03:09,020]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> java.lang.reflect.Method.invoke(Method.java:597)
> [2012-11-22 13:03:09,021]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
> [2012-11-22 13:03:09,021]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
> [2012-11-22 13:03:09,021]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.wso2.carbon.server.admin.privilegedaction.PrivilegedActionMessageReceiver.invokeBusinessLogic(PrivilegedActionMessageReceiver.java:85)
> [2012-11-22 13:03:09,021]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
> [2012-11-22 13:03:09,022]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
> [2012-11-22 13:03:09,022]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
> [2012-11-22 13:03:09,022]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
> [2012-11-22 13:03:09,022]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
> [2012-11-22 13:03:09,023]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:231)
> [2012-11-22 13:03:09,023]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
> [2012-11-22 13:03:09,023]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -   at
> j

Re: [Dev] How to include a Gadget in a Jaggary app

2012-11-23 Thread Ranga Siriwardena
Hi,

In AppFactory we have Jaggery feature. What are the other features we
should install to get this work.

Thank You.
Ranga.



On Fri, Nov 23, 2012 at 6:55 PM, Madhuka Udantha  wrote:

> hi, Ranga
>
> can you try this,
>
> <%
>
> var mod = require('gadget'), gadget = new mod.Gadget();
>  gadget.url = '
> http://gadget-doc-examples.googlecode.com/svn/trunk/opensocial-gadgets/prefs-example.xml
> ';
>  gadget.toHTML();
>
> %>
>
> On Fri, Nov 23, 2012 at 6:15 PM, Ranga Siriwardena  wrote:
>
>> Hi Devs,
>>
>> I have a requirement to add a gadget in to Jaggery app which is deployed
>> on AppFactory.
>>
>> I tried to add a gadget in to a Jaggery page in following way.
>>
>> <%
>> var gadget = require('gadget');
>> gadget.url = 'http://localhost:9763/portal/gadgets/hello.xml';
>>  gadget.toHTML();
>> %>
>>
>> Is that the correct way to do this? If so what is the recommended way to
>> add shindig dependencies required to carbon server?
>>
>> Thank You.
>> Ranga.
>>
>>
>> Thank You.
>> Ranga.
>>
>> --
>> Ranga Siriwardena
>> Software Engineer
>> WSO2 Inc.
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> *Madhuka* Udantha
> http://madhukaudantha.blogspot.com/
>
>


-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to include a Gadget in a Jaggary app

2012-11-23 Thread Madhuka Udantha
hi, Ranga

can you try this,

<%

var mod = require('gadget'), gadget = new mod.Gadget();
 gadget.url = '
http://gadget-doc-examples.googlecode.com/svn/trunk/opensocial-gadgets/prefs-example.xml
';
 gadget.toHTML();

%>

On Fri, Nov 23, 2012 at 6:15 PM, Ranga Siriwardena  wrote:

> Hi Devs,
>
> I have a requirement to add a gadget in to Jaggery app which is deployed
> on AppFactory.
>
> I tried to add a gadget in to a Jaggery page in following way.
>
> <%
> var gadget = require('gadget');
> gadget.url = 'http://localhost:9763/portal/gadgets/hello.xml';
>  gadget.toHTML();
> %>
>
> Is that the correct way to do this? If so what is the recommended way to
> add shindig dependencies required to carbon server?
>
> Thank You.
> Ranga.
>
>
> Thank You.
> Ranga.
>
> --
> Ranga Siriwardena
> Software Engineer
> WSO2 Inc.
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Madhuka* Udantha
http://madhukaudantha.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Developer Studio 3.0.0 Milestone 2 Released !

2012-11-23 Thread Viraj Rajaguru
Hi All,

We have WSO2 Developer Studio 3.0.0 Milestone 2 ready to be downloaded at
[1]. Installed eclipse distributions available at [2]

Bug

   - [TOOLS-1360 ] - API's
   InSequence, OutSequence & FaultSequence can be named sequences.

Improvement

   - [TOOLS-1364 ] - Implement
   main sequence and fault sequence.

New Feature

   - [TOOLS-1171 ] - Enabled
   Content Assist support for ESB editor Source view
   - [TOOLS-1192 ] - Implement
   Failover and Loadbalance endpoints

Sub-task

   - [TOOLS-1384 ] - Complete
   mediators : Round 1


Your feedbacks are most welcome !!! Please report all the jiras at [3] and
specify the version as 3.0.0.

Thanks and Regards,
The WSO2 Developer Studio Team.


[1] -
http://dist.wso2.org/milestone/devstd/3.0.0/M2/wso2-developer-studio_3.0.0-SNAPSHOT.zip
[2] -
http://dist.wso2.org/milestone/devstd/3.0.0/M2/pre-installed-distributions/
[3] - https://wso2.org/jira/browse/TOOLS


-- 
*Viraj Rajaguru*
email: vi...@wso2.com  cell: +94 77 3683068
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] How to include a Gadget in a Jaggary app

2012-11-23 Thread Ranga Siriwardena
On Fri, Nov 23, 2012 at 6:15 PM, Ranga Siriwardena  wrote:

> Hi Devs,
>
> I have a requirement to add a gadget in to Jaggery app which is deployed
> on AppFactory.
>
> I tried to add a gadget in to a Jaggery page in following way.
>
> <%
> var gadget = require('gadget');
> gadget.url = 'http://localhost:9763/portal/gadgets/hello.xml';
>  gadget.toHTML();
> %>
>
> Is that the correct way to do this? If so what is the recommended way to
> add shindig dependencies required to carbon server?
>
> Thank You.
> Ranga.
>
>
> Thank You.
> Ranga.
>
> --
> Ranga Siriwardena
> Software Engineer
> WSO2 Inc.
>
>


-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] How to include a Gadget in a Jaggary app

2012-11-23 Thread Ranga Siriwardena
Hi Devs,

I have a requirement to add a gadget in to Jaggery app which is deployed on
AppFactory.

I tried to add a gadget in to a Jaggery page in following way.

<%
var gadget = require('gadget');
gadget.url = 'http://localhost:9763/portal/gadgets/hello.xml';
gadget.toHTML();
%>

Is that the correct way to do this? If so what is the recommended way to
add shindig dependencies required to carbon server?

Thank You.
Ranga.


Thank You.
Ranga.

-- 
Ranga Siriwardena
Software Engineer
WSO2 Inc.
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Products 4.0.5 > #29 has FAILED. Change made by 22 authors.

2012-11-23 Thread Bamboo

---
WSO2 Carbon 4.0.x > Products 4.0.5 > #29 failed.
---
This build occurred because it is a dependant of WCB001-PLA005-32.
No failed tests found, a possible compilation error.

http://wso2.org/bamboo/browse/WCB001-PRO005-29/

-
Currently Responsible
-

Dharshana kasun Warusavitharana  (Assigned by Maheshika Goonetilleke)
Dinusha Dilrukshi (Assigned by Maheshika Goonetilleke)
nuwan Wimalasekara (Assigned by Maheshika Goonetilleke)
Muhammed  Shariq (Assigned by Maheshika Goonetilleke)
Subash Chaturanga (Assigned by Maheshika Goonetilleke)



--
Failing Jobs
--
  - Default Job (Default Stage): No tests found.



--
Code Changes
--
thilini (149080):

>svn externals for jaggerjs

sanjeewa (149053):

>change pom version

chanaka (149090):

>Manager dashboard fixes..



--
This message is automatically generated by Atlassian Bamboo___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel build failed - User Management UI

2012-11-23 Thread Buddhima Wijeweera
Hi,
Since I didn't get any other error in building Kernel, it's good if someone
can fix this issue please.

Thanks
-- Buddhima


On Fri, Nov 23, 2012 at 3:44 PM, Ishan Somasiri  wrote:

> Thanks, it worked. (However in my case, had to build
> /kernel/branches/4.0.0/service-stubs/org.wso2.carbon.user.mgt.stub/4.0.5/
> too)
>
> On Fri, Nov 23, 2012 at 2:05 PM, Jeewantha Dharmaparakrama <
> jeewan...@wso2.com> wrote:
>
>> Compile /kernel/4.0.0/dependencies/orbit/axiom/1.2.11.wso2v3 as a
>> workaround. Your local repo doesnt have V3. The build process downloads V2.
>> This has to be fixed.
>>
>>
>>
>> On Fri, Nov 23, 2012 at 1:10 PM, Ishan Somasiri  wrote:
>>
>>> I too got the same error, any solutions?
>>>
>>> On Fri, Nov 23, 2012 at 11:45 AM, Buddhima Wijeweera 
>>> wrote:
>>>
 Hi,
 I got the following Compilation failure while   building kernel

 *[ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.user.mgt.ui:* *Compilation
 failure*: Compilation failure:
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[20,49]
 package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[21,49]
 package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[22,49]
 package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[23,49]
 package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[34,18]
 cannot find symbol
 [ERROR] symbol  : class FlaggedName
 [ERROR] location: class org.wso2.carbon.user.mgt.ui.Util
 [ERROR]
 /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[53,12]
 cannot find symbol
 [ERROR] symbol  : class FlaggedName
  

 Seem like not pointing to the correct place through pom or error with
 new bundle

 Thanks
 --Buddhima

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


>>>
>>>
>>> --
>>> Thanks!
>>> --
>>> Ishan Thilina Somasiri
>>> www.blog.ishans.info
>>>
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>
>
> --
> Thanks!
> --
> Ishan Thilina Somasiri
> www.blog.ishans.info
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel build failed - User Management UI

2012-11-23 Thread Ishan Somasiri
Thanks, it worked. (However in my case, had to build
/kernel/branches/4.0.0/service-stubs/org.wso2.carbon.user.mgt.stub/4.0.5/
too)

On Fri, Nov 23, 2012 at 2:05 PM, Jeewantha Dharmaparakrama <
jeewan...@wso2.com> wrote:

> Compile /kernel/4.0.0/dependencies/orbit/axiom/1.2.11.wso2v3 as a
> workaround. Your local repo doesnt have V3. The build process downloads V2.
> This has to be fixed.
>
>
>
> On Fri, Nov 23, 2012 at 1:10 PM, Ishan Somasiri  wrote:
>
>> I too got the same error, any solutions?
>>
>> On Fri, Nov 23, 2012 at 11:45 AM, Buddhima Wijeweera 
>> wrote:
>>
>>> Hi,
>>> I got the following Compilation failure while   building kernel
>>>
>>> *[ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project org.wso2.carbon.user.mgt.ui:* *Compilation
>>> failure*: Compilation failure:
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[20,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[21,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[22,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[23,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[34,18]
>>> cannot find symbol
>>> [ERROR] symbol  : class FlaggedName
>>> [ERROR] location: class org.wso2.carbon.user.mgt.ui.Util
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[53,12]
>>> cannot find symbol
>>> [ERROR] symbol  : class FlaggedName
>>>  
>>>
>>> Seem like not pointing to the correct place through pom or error with
>>> new bundle
>>>
>>> Thanks
>>> --Buddhima
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks!
>> --
>> Ishan Thilina Somasiri
>> www.blog.ishans.info
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>


-- 
Thanks!
--
Ishan Thilina Somasiri
www.blog.ishans.info
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel build failed - User Management UI

2012-11-23 Thread Buddhima Wijeweera
okay thanks!


On Fri, Nov 23, 2012 at 2:05 PM, Jeewantha Dharmaparakrama <
jeewan...@wso2.com> wrote:

> Compile /kernel/4.0.0/dependencies/orbit/axiom/1.2.11.wso2v3 as a
> workaround. Your local repo doesnt have V3. The build process downloads V2.
> This has to be fixed.
>
>
>
> On Fri, Nov 23, 2012 at 1:10 PM, Ishan Somasiri  wrote:
>
>> I too got the same error, any solutions?
>>
>> On Fri, Nov 23, 2012 at 11:45 AM, Buddhima Wijeweera 
>> wrote:
>>
>>> Hi,
>>> I got the following Compilation failure while   building kernel
>>>
>>> *[ERROR] Failed to execute goal
>>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>>> (default-compile) on project org.wso2.carbon.user.mgt.ui:* *Compilation
>>> failure*: Compilation failure:
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[20,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[21,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[22,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[23,49]
>>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[34,18]
>>> cannot find symbol
>>> [ERROR] symbol  : class FlaggedName
>>> [ERROR] location: class org.wso2.carbon.user.mgt.ui.Util
>>> [ERROR]
>>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[53,12]
>>> cannot find symbol
>>> [ERROR] symbol  : class FlaggedName
>>>  
>>>
>>> Seem like not pointing to the correct place through pom or error with
>>> new bundle
>>>
>>> Thanks
>>> --Buddhima
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> Thanks!
>> --
>> Ishan Thilina Somasiri
>> www.blog.ishans.info
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Kernel build failed - User Management UI

2012-11-23 Thread Jeewantha Dharmaparakrama
Compile /kernel/4.0.0/dependencies/orbit/axiom/1.2.11.wso2v3 as a
workaround. Your local repo doesnt have V3. The build process downloads V2.
This has to be fixed.


On Fri, Nov 23, 2012 at 1:10 PM, Ishan Somasiri  wrote:

> I too got the same error, any solutions?
>
> On Fri, Nov 23, 2012 at 11:45 AM, Buddhima Wijeweera wrote:
>
>> Hi,
>> I got the following Compilation failure while   building kernel
>>
>> *[ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
>> (default-compile) on project org.wso2.carbon.user.mgt.ui:* *Compilation
>> failure*: Compilation failure:
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[20,49]
>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[21,49]
>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[22,49]
>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[23,49]
>> package org.wso2.carbon.user.mgt.stub.types.carbon does not exist
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[34,18]
>> cannot find symbol
>> [ERROR] symbol  : class FlaggedName
>> [ERROR] location: class org.wso2.carbon.user.mgt.ui.Util
>> [ERROR]
>> /home/buddhima/repo/carbon/kernel/branches/4.0.0/core/org.wso2.carbon.user.mgt.ui/4.0.5/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[53,12]
>> cannot find symbol
>> [ERROR] symbol  : class FlaggedName
>>  
>>
>> Seem like not pointing to the correct place through pom or error with new
>> bundle
>>
>> Thanks
>> --Buddhima
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Thanks!
> --
> Ishan Thilina Somasiri
> www.blog.ishans.info
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev