Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-29 Thread Prabath Ariyarathna
Hi All.

I removed following features from the ESB 4.9 since it hasn't any usage in
the ESB to fix the duplicate ECJ package export issue. I created separate
JIRA [1] for tracking unwanted ECJ package issue in the carbon-commons
reporting feature and already sent the PR[2] for the product-ESB.

org.wso2.carbon.reporting.server.feature.group
org.wso2.carbon.reporting.ui.feature.group
org.wso2.carbon.reporting.server.feature.group

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

[2] = https://github.com/wso2/product-esb/pull/201

Thanks.

On Fri, Jun 26, 2015 at 3:23 PM, KasunG Gajasinghe kas...@wso2.com wrote:


 It is wrong to package ECJ bundles inside reporting ui feature. This
 bundle is already coming from kernel.

 The jasper-jdt is a wso2 orbit of ECJ, but there was no need to create an
 orbit in the first place since the original jar itself is an osgi bundle.

 I believe we can remove this from the reporting ui feature. But can you
 verify that with the maintainers of the reporting component?


 On Fri, Jun 26, 2015 at 2:16 PM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi Kasun G.

 Reason seems to be exposed same ECJ packages from
 the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the
 carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing
 this bundle JSP exceptions has not occurred.


 Thanks.

 On Fri, Jun 26, 2015 at 6:27 AM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi KasunG.

 I tested scenario with the set carbon-kernel  ECJ version to
 4.4.2 but same  exceptions can see in the console however if we place the
 ECJ jar into the lib directory, it is working perfectly even for the old
 ECJ 4.3.1.


 Thanks.

 On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna 
 prabat...@wso2.com wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred.
 Do I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into
 the Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support 
 JDK
 8, we will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj
 version of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com prabat...@wso2.com*

*Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

*Flicker : https://www.flickr.com/photos/47759189@N08

Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-29 Thread Prabath Ariyarathna
Hi Sagara.

Done.

https://wso2.org/jira/browse/REGISTRY-2624

Thanks.

On Mon, Jun 29, 2015 at 2:59 PM, Sagara Gunathunga sag...@wso2.com wrote:



 Can you please create an issue in Registry project ?

 Thanks !

 On Fri, Jun 26, 2015 at 3:23 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 It is wrong to package ECJ bundles inside reporting ui feature. This
 bundle is already coming from kernel.

 The jasper-jdt is a wso2 orbit of ECJ, but there was no need to create an
 orbit in the first place since the original jar itself is an osgi bundle.

 I believe we can remove this from the reporting ui feature. But can you
 verify that with the maintainers of the reporting component?


 On Fri, Jun 26, 2015 at 2:16 PM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi Kasun G.

 Reason seems to be exposed same ECJ packages from
 the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the
 carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing
 this bundle JSP exceptions has not occurred.


 Thanks.

 On Fri, Jun 26, 2015 at 6:27 AM, Prabath Ariyarathna prabat...@wso2.com
  wrote:

 Hi KasunG.

 I tested scenario with the set carbon-kernel  ECJ version to
 4.4.2 but same  exceptions can see in the console however if we place the
 ECJ jar into the lib directory, it is working perfectly even for the old
 ECJ 4.3.1.


 Thanks.

 On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna 
 prabat...@wso2.com wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has
 occurred. Do I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into
 the Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support 
 JDK
 8, we will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj
 version of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --
 Sagara Gunathunga

 Architect; WSO2, Inc.;  http://wso2.com
 V.P Apache Web Services;http://ws.apache.org/
 Linkedin; http://www.linkedin.com/in/ssagara
 Blog ;  http://ssagara.blogspot.com




-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com prabat...@wso2.com*

*Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

*Flicker : https://www.flickr.com/photos/47759189@N08
https://www.flickr.com/photos/47759189@N08*

*Mobile: +94 77 699 4730 *
___
Dev mailing list

Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-29 Thread Sagara Gunathunga
Can you please create an issue in Registry project ?

Thanks !

On Fri, Jun 26, 2015 at 3:23 PM, KasunG Gajasinghe kas...@wso2.com wrote:


 It is wrong to package ECJ bundles inside reporting ui feature. This
 bundle is already coming from kernel.

 The jasper-jdt is a wso2 orbit of ECJ, but there was no need to create an
 orbit in the first place since the original jar itself is an osgi bundle.

 I believe we can remove this from the reporting ui feature. But can you
 verify that with the maintainers of the reporting component?


 On Fri, Jun 26, 2015 at 2:16 PM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi Kasun G.

 Reason seems to be exposed same ECJ packages from
 the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the
 carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing
 this bundle JSP exceptions has not occurred.


 Thanks.

 On Fri, Jun 26, 2015 at 6:27 AM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi KasunG.

 I tested scenario with the set carbon-kernel  ECJ version to
 4.4.2 but same  exceptions can see in the console however if we place the
 ECJ jar into the lib directory, it is working perfectly even for the old
 ECJ 4.3.1.


 Thanks.

 On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna 
 prabat...@wso2.com wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred.
 Do I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into
 the Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support 
 JDK
 8, we will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj
 version of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






-- 
Sagara Gunathunga

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


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-26 Thread Prabath Ariyarathna
Hi Kasun G.

Reason seems to be exposed same ECJ packages from
the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the
carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing this
bundle JSP exceptions has not occurred.


Thanks.

On Fri, Jun 26, 2015 at 6:27 AM, Prabath Ariyarathna prabat...@wso2.com
wrote:

 Hi KasunG.

 I tested scenario with the set carbon-kernel  ECJ version to
 4.4.2 but same  exceptions can see in the console however if we place the
 ECJ jar into the lib directory, it is working perfectly even for the old
 ECJ 4.3.1.


 Thanks.

 On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna prabat...@wso2.com
  wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred.
 Do I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, 
 we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version
 of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com prabat...@wso2.com*

*Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

*Flicker : https://www.flickr.com/photos/47759189@N08
https://www.flickr.com/photos/47759189@N08*

*Mobile: +94 77 699 4730 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-26 Thread KasunG Gajasinghe
It is wrong to package ECJ bundles inside reporting ui feature. This bundle
is already coming from kernel.

The jasper-jdt is a wso2 orbit of ECJ, but there was no need to create an
orbit in the first place since the original jar itself is an osgi bundle.

I believe we can remove this from the reporting ui feature. But can you
verify that with the maintainers of the reporting component?


On Fri, Jun 26, 2015 at 2:16 PM, Prabath Ariyarathna prabat...@wso2.com
wrote:

 Hi Kasun G.

 Reason seems to be exposed same ECJ packages from
 the jasper-jdt_6.0.18.wso2v1 bundle and it has exposed from the
 carbon-commons (org.wso2.carbon.reporting.ui.feature). After removing
 this bundle JSP exceptions has not occurred.


 Thanks.

 On Fri, Jun 26, 2015 at 6:27 AM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi KasunG.

 I tested scenario with the set carbon-kernel  ECJ version to
 4.4.2 but same  exceptions can see in the console however if we place the
 ECJ jar into the lib directory, it is working perfectly even for the old
 ECJ 4.3.1.


 Thanks.

 On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna 
 prabat...@wso2.com wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred.
 Do I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, 
 we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version
 of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








-- 

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


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-25 Thread KasunG Gajasinghe
Raised a jira - https://wso2.org/jira/browse/WSAS-1993

On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is included
 in kernel o.w.c.core.common feature. We have tested with ECJ 4.4.2, and it
 worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred. Do
 I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version of
 tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






-- 

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


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-25 Thread KasunG Gajasinghe
The ECJ bundle is not packed into the Tomcat orbit. Rather, it is included
in kernel o.w.c.core.common feature. We have tested with ECJ 4.4.2, and it
worked.

PrabathAR is testing this further.

On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna prabat...@wso2.com
wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred. Do I
 need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version of
 tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








-- 

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


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-25 Thread Prabath Ariyarathna
Hi KasunG.

I tested scenario with the set carbon-kernel  ECJ version to 4.4.2 but same
 exceptions can see in the console however if we place the ECJ jar into the
lib directory, it is working perfectly even for the old ECJ 4.3.1.


Thanks.

On Thu, Jun 25, 2015 at 6:39 PM, KasunG Gajasinghe kas...@wso2.com wrote:

 Raised a jira - https://wso2.org/jira/browse/WSAS-1993

 On Thu, Jun 25, 2015 at 6:38 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:


 The ECJ bundle is not packed into the Tomcat orbit. Rather, it is
 included in kernel o.w.c.core.common feature. We have tested with ECJ
 4.4.2, and it worked.

 PrabathAR is testing this further.

 On Thu, Jun 25, 2015 at 6:28 AM, Prabath Ariyarathna prabat...@wso2.com
 wrote:

 Hi KasunG.

 I tried with change ECJ version to 4.4.2 but same error has occurred. Do
 I need to change anything other than the ECJ version?


 Thanks.

 On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com
 wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version
 of tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2]
 https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






 --

 *Prabath Ariyarathna*

 *Associate Technical Lead*

 *WSO2, Inc. *

 *lean . enterprise . middleware *


 *Email: prabat...@wso2.com prabat...@wso2.com*

 *Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

 *Flicker : https://www.flickr.com/photos/47759189@N08
 https://www.flickr.com/photos/47759189@N08*

 *Mobile: +94 77 699 4730 *








 --

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






 --

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






-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com prabat...@wso2.com*

*Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

*Flicker : https://www.flickr.com/photos/47759189@N08
https://www.flickr.com/photos/47759189@N08*

*Mobile: +94 77 699 4730 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-24 Thread KasunG Gajasinghe
Hi,

We are using Eclipse ECJ for JSP compilation which is packed into the
Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, we
will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

To verify, can you guys try your scenario by updating the ecj version of
tomcat orbit [2] to 4.4.2?


[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
[2] https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

Regards,
KasunG

-- 

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


Re: [Dev] [ESBJAVA-3836] - JSP compilation error on JDK 8

2015-06-24 Thread Prabath Ariyarathna
Hi KasunG.

I tried with change ECJ version to 4.4.2 but same error has occurred. Do I
need to change anything other than the ECJ version?


Thanks.

On Wed, Jun 24, 2015 at 5:28 PM, KasunG Gajasinghe kas...@wso2.com wrote:

 Hi,

 We are using Eclipse ECJ for JSP compilation which is packed into the
 Tomcat orbit bundle. We are currently using ECJ 4.3.1. To support JDK 8, we
 will need to update it to ECJ 4.4.x as per this Tomcat bug [1].

 To verify, can you guys try your scenario by updating the ecj version of
 tomcat orbit [2] to 4.4.2?


 [1] https://bz.apache.org/bugzilla/show_bug.cgi?id=56283
 [2] https://github.com/wso2/orbit/blob/master/tomcat/7.0.59.wso2v3/pom.xml

 Regards,
 KasunG

 --

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






-- 

*Prabath Ariyarathna*

*Associate Technical Lead*

*WSO2, Inc. *

*lean . enterprise . middleware *


*Email: prabat...@wso2.com prabat...@wso2.com*

*Blog: http://prabu-lk.blogspot.com http://prabu-lk.blogspot.com*

*Flicker : https://www.flickr.com/photos/47759189@N08
https://www.flickr.com/photos/47759189@N08*

*Mobile: +94 77 699 4730 *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev