[JBoss JIRA] (JBIDE-15072) Seam 2.3.1+ examples maven projects "Duplicate component name" errors
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15072?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15072:
-----------------------------------
Fix Version/s: LATER
(was: 4.2.x)
> Seam 2.3.1+ examples maven projects "Duplicate component name" errors
> ---------------------------------------------------------------------
>
> Key: JBIDE-15072
> URL: https://issues.jboss.org/browse/JBIDE-15072
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, seam2
> Affects Versions: 4.1.0.Beta2
> Environment: WFK 2.3.0.CR1
> Reporter: Marek Schmidt
> Assignee: Alexey Kazakov
> Fix For: LATER
>
>
> The new Seam 2.3 examples structure (since WFK 2.3.0.CR1) contains two components.xml files (one real, one for testing is src/test), which confuses JBDS and produces lots of
> Duplicate component name: "..." components.xml /booking-web/src/main/webapp/WEB-INF line 24 Seam Problem
> issues.
> JBDS should understand src/test directory in a Maven project as something test resources go to and not be confused that a test components.xml file is also named components.xml and that it doesn't really conflict with components.xml file that goes into a deployment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBIDE-15072) Seam 2.3.1+ examples maven projects "Duplicate component name" errors
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15072?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-15072:
-----------------------------------
Component/s: upstream
> Seam 2.3.1+ examples maven projects "Duplicate component name" errors
> ---------------------------------------------------------------------
>
> Key: JBIDE-15072
> URL: https://issues.jboss.org/browse/JBIDE-15072
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, seam2, upstream
> Affects Versions: 4.1.0.Beta2
> Environment: WFK 2.3.0.CR1
> Reporter: Marek Schmidt
> Assignee: Alexey Kazakov
> Fix For: LATER
>
>
> The new Seam 2.3 examples structure (since WFK 2.3.0.CR1) contains two components.xml files (one real, one for testing is src/test), which confuses JBDS and produces lots of
> Duplicate component name: "..." components.xml /booking-web/src/main/webapp/WEB-INF line 24 Seam Problem
> issues.
> JBDS should understand src/test directory in a Maven project as something test resources go to and not be confused that a test components.xml file is also named components.xml and that it doesn't really conflict with components.xml file that goes into a deployment.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBIDE-13727) Enable generation of tests for Seam components
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13727?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-13727:
-----------------------------------
Fix Version/s: 4.3.x
(was: 4.2.x)
> Enable generation of tests for Seam components
> ----------------------------------------------
>
> Key: JBIDE-13727
> URL: https://issues.jboss.org/browse/JBIDE-13727
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: seam2
> Affects Versions: 4.0.0.Final, 4.1.0.Beta1
> Environment: JBDS 6.0.0.GA, JBDS 7.0.0.Beta1. JBDS 7.1.0.GA
> Reporter: Tomas Remes
> Assignee: Alexey Kazakov
> Fix For: 4.3.x
>
>
> Currently the test generation for Seam Action, Form is disabled (but not properly - see JBIDE-13596) because of previous Seam version (I guess 2.3.0.Final). In latest Seam version test can be already generated by seam-gen and are even valid and usable.
> JBDS should enable and support this functionality again.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBIDE-16910) Three items in our tp cannot be installed into clean luna m6
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16910?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-16910:
-------------------------------------
> What I don't understand is why doesn't the target-platform-validation see this missing dependency? In general, it should and used to fail when something is transitively missing... (in this case com.thoughtworks.xstream).
I would suggest this is the issue you try to solve ;) If you could solve that and make transitive deps error appropriately, then issues like the one I posted will disappear ;)
I don't need this in the re-spin at all, but, I don't know what may be broken by NOT including it. My use-case is a dev-only one, but I file it not usually for my benefit but rather to help you guys spot potentially more critical issues. So, its up to you all whether the changes you made need to make respin-b or not. But *I* don't really need them.
> Three items in our tp cannot be installed into clean luna m6
> ------------------------------------------------------------
>
> Key: JBIDE-16910
> URL: https://issues.jboss.org/browse/JBIDE-16910
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.2.0.Beta1
> Reporter: Rob Stryker
> Assignee: Nick Boldt
> Fix For: 4.2.0.Beta2
>
> Attachments: bugForNick.png
>
>
> cd jbosstools-target-platforms
> git checkout 4.40.x
> mvn clean verify -Dmirror-target-to-repo.includeSources=true
> cd ~/apps/eclipse
> mkdir lunam6
> cd lunam6
> // acquire tar gz file
> tar xvzf (filename for luna m6)
> cd eclipse
> ./eclipse
> Help -> Install new software
> Select "local", point to jbosstools-target-platforms/jbosstools/multiple/target/jbosstools-multiple.target.repo/
> Wait for it to calculate what can or cannot be installed. See 3 items that cannot be installed (See screenshot)
> Error:
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: Atlassian Connector for Eclipse Usage Monitoring 3.2.2.v20130909 (com.atlassian.connector.eclipse.monitor.feature.group 3.2.2.v20130909)
> Missing requirement: Atlassian Connector for Eclipse Usage Data Collector 3.2.2.v20130909 (com.atlassian.connector.eclipse.monitor.core 3.2.2.v20130909) requires 'bundle com.thoughtworks.xstream 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: Atlassian Connector for Eclipse Usage Monitoring 3.2.2.v20130909 (com.atlassian.connector.eclipse.monitor.feature.group 3.2.2.v20130909)
> To: com.atlassian.connector.eclipse.monitor.core [3.2.2.v20130909]
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBIDE-16868) Resizing of Cordova Plugin Discovery dialog doesn't work
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16868?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-16868:
-----------------------------------------------
List for Registry tab contains 186 elements, each presented by 5 controls, so that during resize about 1000 controls should be rezised and updated. That is done by standard swt methods Composite.updateLayout(), Control.setBounds(), etc in ui thread.
I see a possible solution in limiting the number of displayed items and adding control
'Show *** items of 186 available." where *** is an input field set initially to 10.
After filter (Find input) is applied, the number of available items is updated to the actual value.
> Resizing of Cordova Plugin Discovery dialog doesn't work
> --------------------------------------------------------
>
> Key: JBIDE-16868
> URL: https://issues.jboss.org/browse/JBIDE-16868
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.2.0.Beta1
> Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78 Linux
> Reporter: Vlado Pakan
> Assignee: Denis Golovin
> Fix For: 4.2.0.Beta2
>
>
> Resizing of this dialog is very slow or doesn't work at all.
> Try to resize it by mouse cursor for bigger distance and dialog is resized only a little and it takes too much time
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBDS-2859) Include information on EAP version in installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-2859?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-2859:
--------------------------------
CDW qa_ack: + (was: ?)
> Include information on EAP version in installer
> -----------------------------------------------
>
> Key: JBDS-2859
> URL: https://issues.jboss.org/browse/JBDS-2859
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 7.1.0.CR1
> Reporter: Martin Malina
> Assignee: Denis Golovin
> Fix For: 8.0.0.CR1
>
> Attachments: step-6.png, summary-eap-version-fixed.png
>
>
> I find it hard for users to find out which version of EAP they are installing with JBDS. The installer has no mention of it. At least in the installer summary (Step 6 of 9) we could include this information.
> !step-6.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months
[JBoss JIRA] (JBDS-2859) Include information on EAP version in installer
by CDW Engine (JIRA)
[ https://issues.jboss.org/browse/JBDS-2859?page=com.atlassian.jira.plugin.... ]
CDW Engine updated JBDS-2859:
-----------------------------
CDW release: + (was: ?)
> Include information on EAP version in installer
> -----------------------------------------------
>
> Key: JBDS-2859
> URL: https://issues.jboss.org/browse/JBDS-2859
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: installer
> Affects Versions: 7.1.0.CR1
> Reporter: Martin Malina
> Assignee: Denis Golovin
> Fix For: 8.0.0.CR1
>
> Attachments: step-6.png, summary-eap-version-fixed.png
>
>
> I find it hard for users to find out which version of EAP they are installing with JBDS. The installer has no mention of it. At least in the installer summary (Step 6 of 9) we could include this information.
> !step-6.png!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 8 months