[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-31 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14389753#comment-14389753
 ] 

Rafael Benevides commented on DELTASPIKE-856:
-

Thanks. I'm following there.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png, Screenshot 
 2015-03-16 12.42.13.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-30 Thread Nuno G. de M (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14387322#comment-14387322
 ] 

Nuno G. de M commented on DELTASPIKE-856:
-

Hi Rafael,

I have added a normal bug report on bugzilla, in fact.
Here is the link.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=463504

Kind regards,
Nuno.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png, Screenshot 
 2015-03-16 12.42.13.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-27 Thread Nuno G. de M (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14384921#comment-14384921
 ] 

Nuno G. de M commented on DELTASPIKE-856:
-

Hi Rafael,
Thanks for your analysis.
However, in this case, the common denominator seems to be WTP not OEPE or JBoss 
Tools. 
So the bug would rather be on WTP or eclipse eclipse plugin, then.

Were you able to identify what was special about the jar in relation to other 
jars to bring out this bug in eclipse?
Is it the existence of javascript? Or @Resources or something other?


Kindest regards,
Nuno.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png, Screenshot 
 2015-03-16 12.42.13.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-21 Thread Nuno G. de M (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14372982#comment-14372982
 ] 

Nuno G. de M commented on DELTASPIKE-856:
-

AHAH,

NOW i know why you cannot reproduce the issue!!

I just spotted on your print screen a nice little M on top of the project.
You have imported as a maven project.

I am not allowed to use the Maven Plugin for eclipse. Instead, we are using the 
eclipse:eclipse plugin to configure the projects as normal regular eclipse 
projects.
Maven is allowed for regular command line build outside of eclipse and in 
continuous integration (e.g. Jenkins).

So now we know why the issue was not reproducible.


Many thanks,
Nuno.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png, Screenshot 
 2015-03-16 12.42.13.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-17 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365085#comment-14365085
 ] 

Rafael Benevides commented on DELTASPIKE-856:
-

You're welcome! :)

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png, Screenshot 
 2015-03-16 12.42.13.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-16 Thread Rafael Benevides (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14363367#comment-14363367
 ] 

Rafael Benevides commented on DELTASPIKE-856:
-

I'll try again with a fresh install

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-15 Thread Nuno G. de M (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14362428#comment-14362428
 ] 

Nuno G. de M commented on DELTASPIKE-856:
-

Quite bizarre,

I have just finished downloading the latest release of eclipse from the 
official site.
I've installed OEPE from the market place and even had to instlal JRE 8 to run 
the latest version of this plugin.

I've gone through the same motions, and here is the result:
https://drive.google.com/file/d/0B_dEiNBGUsxqVUY5bmVYUDFUaTQ/view?usp=sharing

I still see this jar file as if it were an application module.

You can confirm in the docx that I've uploaded that I am indeed using the 
latest version of eclipse.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M
Assignee: Rafael Benevides
 Attachments: Screenshot 2015-03-13 18.05.21.png


 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-13 Thread Nuno G. de M (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14361040#comment-14361040
 ] 

Nuno G. de M commented on DELTASPIKE-856:
-

Hi there. What version of Eclipse with what version of WTP and oracle OEPE 
plugin did you try to reproduce the issue?  When you click add and remove, dou 
you see your project including the jee impl library as module or you do not see 
it at all in the add remove screen? 

Would it be possible for you to provide me a print screen of your add remove 
popup on the app server?


Many thanks,
Nuno.

 Eclipse deployment to container add remove view shows 
 deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic 
 we get a double jar file
 

 Key: DELTASPIKE-856
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-856
 Project: DeltaSpike
  Issue Type: Bug
  Components: JSF-Module
Affects Versions: 1.2.1
 Environment: Windows 7 , Eclipse Version: Luna (4.4) Build id: 
 I20140606-1215, WTP plugin  Version: 
 1.2.100.v201405081709-797LBiCcNBHQFTGaGVbu3KEF
 Build id: 20131017041352, Oracle enterprise Pack for Ecliplse plugin: Build 
 id: 20131017041352
Reporter: Nuno G. de M

 There is something special about the deltaspike-jsf-module-impl-ee6-1.2.1.jar 
 .
 This project dependency alone, unlike every other project dependency, it is 
 displayed itself by eclipse Add  Remove view to an application server as if 
 it were a module itself of the war application to be deployed.
 When a user, for example, configures weblogic 12.1.2 server to take in 
 deployments as exploded war files, what ends up happening after the 
 deployment goes through is that we see within
 Weblogic Domain  AdminServer  temp  mydeployment  war Web-inf/lib 
 we see the jar dependency twice.
 First we see the correct and expected dependency:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar
 But then we have a second file in the lib folder called:
 deltaspike-jsf-module-impl-ee6-1.2.1.jar.jar
 This appears to be releated to the Add  Remove view of eclipse, since 
 normally under the project war file itself we only see other open project 
 modules.
 I am pasting in this post an url to a google driver sample application that 
 you can use to simulate the scenario.
 The zip file will contain both a sample application that I have once before 
 submitted to you already (regarding the view access scoped beans) and 
 document file illustrating the issue in my IDE.
 To simulate the issue simply:
 (a) create a domain
 (b) do mvn eclipse:eclipse and import the project
 (c) Configure your weblogic domain to accept exploded war deployment
 (d) click on add and remove on the domain you want to deploy to and see that 
 the JEE6 impl appears as a module.
 (e) deploy, and look at what happens within the weblogic deployment folder
 URL:
 https://drive.google.com/file/d/0B_dEiNBGUsxqOGZRUjBJQU85WXc/view?usp=sharing
 It is not yet clear if this phenomena may be creating problems for us when we 
 use eclipse to run the deployment.
 In the sample application we have no issues.
 Thank you for your support,
 My kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)