[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2010-10-28 Thread Nicolas Ternisien (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=241277#action_241277
 ] 

Nicolas Ternisien commented on MECLIPSE-449:


Bug reproduced here.

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
> Fix For: 2.9
>
> Attachments: MECLIPSE-449.patch, sample-error.zip, sample-noerror.zip
>
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2010-08-25 Thread KP (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233097#action_233097
 ] 

KP commented on MECLIPSE-449:
-

@Diego: Can you attach an example POM and the created Eclipse files?  This 
would help us out.

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
> Fix For: 2.9
>
> Attachments: MECLIPSE-449.patch
>
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2010-08-25 Thread Diego Gomes (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233095#action_233095
 ] 

Diego Gomes commented on MECLIPSE-449:
--

KP, this bug still hasn't been fixed and meanwhile I'm usign a workaround 

{code}

 javax.servlet
servlet-api
2.5
provided

{code}

so it doesn't buggy my applications;

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
> Fix For: 2.9
>
> Attachments: MECLIPSE-449.patch
>
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2010-08-25 Thread KP (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=233093#action_233093
 ] 

KP commented on MECLIPSE-449:
-

Can anyone post a status update on this?  I can try to fix it if it's not been 
done yet.

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
> Fix For: 2.9
>
> Attachments: MECLIPSE-449.patch
>
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2009-11-02 Thread Daniel Rohe (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196952#action_196952
 ] 

Daniel Rohe commented on MECLIPSE-449:
--

The cause of this bug is the creation of the facet file for WTP 1.5 and above. 
This file contains entries for fixed facets, the server runtime and installed 
facets of a project. The fixed facets depend on the project type and can easily 
be added during the creation. For the installed facets the handling currently 
uses the dependencies and looks for the servlet-api to determine the version of 
the jst.web facet. So one solution is to add the dependency 
javax.servlet:servlet-api:2.x to the pom and it works or e.g. use the patch and 
override the installed facets using the additional facets configuration element.

There is still a bug when working with RAD because the extended and coexistence 
facets are only added to ear-projects but also need to be added to war-projects 
and the handling of the server runtime is somewhat buggy.

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
> Fix For: 2.8
>
> Attachments: MECLIPSE-449.patch
>
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2009-08-04 Thread Florian Probst (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=185846#action_185846
 ] 

Florian Probst commented on MECLIPSE-449:
-

I have the same issue when creating a new web module. Adding "jst.jsf" in 
version 1.2 automatically adds "jst.web" in version 2.4 what is not supported 
by Eclipse. When i include "jst.web" in correct version 2.5 it looks like:



1.2
2.5

2.0


The result is a duplicated entry of "jst.web" in both versions 2.4 AND 2.5. It 
works for me, deleting the 2.4 entry out of the file.
Affects current version 2.7.

> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2008-10-01 Thread Alessandro Zucchi (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=149516#action_149516
 ] 

Alessandro Zucchi commented on MECLIPSE-449:


The problem is not localized only on IBM RSA V7.0.0.6.
Also  Eclipse 3.3 / 3.4 duplicate entry using  .
For me:


2.3
 

give the following result:


  
  
  
  
  


Regards
Ale.


> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2008-05-18 Thread Chris Graham (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=135340#action_135340
 ] 

Chris Graham commented on MECLIPSE-449:
---

As a further follow up:

The pom of this project (which is an EJB project) had a packaging of type: JAR, 
not EJB.

Once that was done, the generated facet settings files was:


  
  
  
  
  


Which removes my concerns about the utility project.

This is the build section from the pom is now:




maven-eclipse-plugin

1.5



org.eclipse.wst.validation.validationbuilder

org.eclipse.wst.common.project.facet.core.builder




org.eclipse.wst.common.project.facet.core.nature

org.eclipse.wst.common.modulecore.ModuleCoreNature




org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/WebSphere
 v6.1 JRE

org.eclipse.jst.server.core.container/com.ibm.ws.ast.st.runtime.runtimeTarget.v61/was.base.v61

org.eclipse.jst.j2ee.internal.module.container




6.1









> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (MECLIPSE-449) Facet Generation generates duplicate entries - breaks RAD/RSA support

2008-05-14 Thread Chris Graham (JIRA)

[ 
http://jira.codehaus.org/browse/MECLIPSE-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=134876#action_134876
 ] 

Chris Graham commented on MECLIPSE-449:
---

As a follow up, RSA V7 reports an error when editing the facets that:

EJB Module 2.1 and Utility Module 1.0 cannot both be selected.


> Facet Generation generates duplicate entries - breaks RAD/RSA support
> -
>
> Key: MECLIPSE-449
> URL: http://jira.codehaus.org/browse/MECLIPSE-449
> Project: Maven 2.x Eclipse Plugin
>  Issue Type: Bug
>  Components: WTP support
>Affects Versions: 2.5.1
> Environment: WinXP, IBM RSA V7.0.0.6 (Eclipse 3.2.2)
>Reporter: Chris Graham
>
> Using V2.5.1 of the maven-eclipse-plugin, I have some issues in getting the 
> generated artifacts being correct.
> Take this section of the POM:
> 
> 5.0
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
>   
> 
> You'll see that the jst.java facet is in there twice.
> Removing the facet from the list:
> 
> 2.1
> 6.1
> 
> Generates this:
> 
>   
>   
>   
>   
>   
>   
> 
> Which is a little more correct.
> I consider this a bug, as the facets (by their very definition) are unique 
> and should not be repeated.
> Additionally, when compared to a RSA (V7) generated one, it is missing the 
> standard XML header:
> 
> Also, where does the jst.utility facet come from?
> It's inclusion is getting in the way of RSA recognising it as a true J2EE 
> component project (the EJB Deployment descriptor tree element does not 
> display in the Project Explorer view in the J2EE Perspective).
> This is the complete RSA generated one, for reference:
> 
> 
>   
>   
>   
>   
>   
>   
> 
> (Which raises another question, how do we specify the runtime items and if 
> something is fixed or not?)
> However, to get it to be correctly recognised, all we need is this:
> 
>   
>   
>   
>   
> 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira