Re: [Dev] Build failure in Chunk-12 [cannot find symbol getCurrentUser() org.wso2.carbon.andes.stub.AndesAdminServiceStub]

2014-05-12 Thread Ranga Siriwardena
Hi Shammi,

Noticed this behavior and I have fixed this by getting the current user
from our side.


On Mon, May 12, 2014 at 9:08 AM, Shammi Jayasinghe sha...@wso2.com wrote:

 Hi Janaka,

 Sorry for the inconvenience caused , We have changed the access modifier
 from public to private since we thought not to expose them via admin
 service due to security reasons after talking to security team. Please
 contact MB team if you face any issue with the above change. Apart from
 that after discussing with Dimuthu, we agreed to keep getAccessToken method
 with out any change.

 Thanks
 Shammi


 On Sat, May 10, 2014 at 11:48 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Shammi,

 Chunk-12 build fails due to the following exception. Did you guys remove
 this method?

 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 1:15.688s
 [INFO] Finished at: Sat May 10 11:33:10 IST 2014
 [INFO] Final Memory: 238M/1635M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.appfactory.eventing:
 Compilation failure
 [ERROR]
 /home/janaka/work/wso2/carbon/carbon_4/platform/branches/turing/components/appfac/org.wso2.carbon.appfactory.eventing/2.0.0/src/main/java/org/wso2/carbon/appfactory/eventing/jms/AndesAdminServiceClient.java:[59,23]
 cannot find symbol
 *[ERROR] symbol  : method getCurrentUser()*
 *[ERROR] location: class org.wso2.carbon.andes.stub.AndesAdminServiceStub*
 *[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
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :org.wso2.carbon.appfactory.eventing

 Thanks,
 Janaka
 --
 *Janaka Ranabahu*
 Senior Software Engineer; WSO2 Inc.; http://wso2.com


 * E-mail: jan...@wso2.com http://wso2.com**M: **+94 718370861
 %2B94%20718370861*

 Lean . Enterprise . Middleware




 --
 Best Regards,

 *  Shammi Jayasinghe*
 Associate Tech Lead
 WSO2, Inc.; http://wso2.com,
 mobile: +94 71 4493085


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


Thank You.
Ranga.

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


Re: [Dev] Build failure in Chunk-12 [cannot find symbol getCurrentUser() org.wso2.carbon.andes.stub.AndesAdminServiceStub]

2014-05-11 Thread Shammi Jayasinghe
Hi Janaka,

Sorry for the inconvenience caused , We have changed the access modifier
from public to private since we thought not to expose them via admin
service due to security reasons after talking to security team. Please
contact MB team if you face any issue with the above change. Apart from
that after discussing with Dimuthu, we agreed to keep getAccessToken method
with out any change.

Thanks
Shammi


On Sat, May 10, 2014 at 11:48 AM, Janaka Ranabahu jan...@wso2.com wrote:

 Hi Shammi,

 Chunk-12 build fails due to the following exception. Did you guys remove
 this method?

 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 1:15.688s
 [INFO] Finished at: Sat May 10 11:33:10 IST 2014
 [INFO] Final Memory: 238M/1635M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
 (default-compile) on project org.wso2.carbon.appfactory.eventing:
 Compilation failure
 [ERROR]
 /home/janaka/work/wso2/carbon/carbon_4/platform/branches/turing/components/appfac/org.wso2.carbon.appfactory.eventing/2.0.0/src/main/java/org/wso2/carbon/appfactory/eventing/jms/AndesAdminServiceClient.java:[59,23]
 cannot find symbol
 *[ERROR] symbol  : method getCurrentUser()*
 *[ERROR] location: class org.wso2.carbon.andes.stub.AndesAdminServiceStub*
 *[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
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :org.wso2.carbon.appfactory.eventing

 Thanks,
 Janaka
 --
 *Janaka Ranabahu*
 Senior Software Engineer; WSO2 Inc.; http://wso2.com


 * E-mail: jan...@wso2.com http://wso2.com**M: **+94 718370861
 %2B94%20718370861*

 Lean . Enterprise . Middleware




-- 
Best Regards,

*  Shammi Jayasinghe*
Associate Tech Lead
WSO2, Inc.; http://wso2.com,
mobile: +94 71 4493085
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Build failure in Chunk-12 [cannot find symbol getCurrentUser() org.wso2.carbon.andes.stub.AndesAdminServiceStub]

2014-05-10 Thread Janaka Ranabahu
Hi Shammi,

Chunk-12 build fails due to the following exception. Did you guys remove
this method?

[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 1:15.688s
[INFO] Finished at: Sat May 10 11:33:10 IST 2014
[INFO] Final Memory: 238M/1635M
[INFO]

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile
(default-compile) on project org.wso2.carbon.appfactory.eventing:
Compilation failure
[ERROR]
/home/janaka/work/wso2/carbon/carbon_4/platform/branches/turing/components/appfac/org.wso2.carbon.appfactory.eventing/2.0.0/src/main/java/org/wso2/carbon/appfactory/eventing/jms/AndesAdminServiceClient.java:[59,23]
cannot find symbol
*[ERROR] symbol  : method getCurrentUser()*
*[ERROR] location: class org.wso2.carbon.andes.stub.AndesAdminServiceStub*
*[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
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn goals -rf :org.wso2.carbon.appfactory.eventing

Thanks,
Janaka
-- 
*Janaka Ranabahu*
Senior Software Engineer; WSO2 Inc.; http://wso2.com


* E-mail: jan...@wso2.com http://wso2.com**M: **+94 718370861*

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