[JBoss JIRA] Created: (JBIDE-8277) Include alias in server name and RSE connection name
by Libor Zoubek (JIRA)
Include alias in server name and RSE connection name
-----------------------------------------------------
Key: JBIDE-8277
URL: https://issues.jboss.org/browse/JBIDE-8277
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS, deltacloud
Reporter: Libor Zoubek
Assignee: Rob Stryker
When launching an instance in DC RSE connection being created. The connection is called $instance name-[$instance-id]. But the created runtime is $instance-name only. When I start the same image twice I have 2 connections but 1 server. How can I easily figure out which connection does the server belong?
We should add $instance-id to server name when it is created or use alias (for RSE connection too) instead.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBDS-1550) [ESB Tools User Guide] Creating a ESB File
by Libor Zoubek (JIRA)
[ESB Tools User Guide] Creating a ESB File
------------------------------------------
Key: JBDS-1550
URL: https://issues.jboss.org/browse/JBDS-1550
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: documentation
Affects Versions: 4.0.0.CR1
Reporter: Libor Zoubek
In Section 2.4. Creating a ESB File we mention:
At first you should open *any* project. Select File → New → Other... in the main menu bar or context menu for selected project and then ESB → ESB File in the New dialog:
This is wrong, since esb editor will properly work only on ESB Files in project having ESB facet. See discussion in JBIDE-6863
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBDS-1539) [Beginners guide] does not almost link other docs
by Libor Zoubek (JIRA)
[Beginners guide] does not almost link other docs
-------------------------------------------------
Key: JBDS-1539
URL: https://issues.jboss.org/browse/JBDS-1539
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: documentation
Affects Versions: 4.0.0.CR1
Reporter: Libor Zoubek
When going through Beginners guide, I've found lots of sentences like 'Refer xxx for more details'. In 90% of all cases xxx is only text and should be a link to other guide or section in other guilde. As beginners guide is probably the first thing the new user will start with, so it should reference other guides directly.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-8365) Teiid Metada Mpdel Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
by Denis Golovin (JIRA)
Teiid Metada Mpdel Designer has action handler conflicts for Paste, Copy, Cut, Delete, Find, Select All, Bookmark
-----------------------------------------------------------------------------------------------------------------
Key: JBIDE-8365
URL: https://issues.jboss.org/browse/JBIDE-8365
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: Denis Golovin
Error log contains handler conflicts warnings:
!ENTRY org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'paste':
HandlerActivation(commandId=paste,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=paste,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteAction@1a60a44),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyNameAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyNameAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyNameAction@1ec079e),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.EditAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.EditAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.EditAction@e82464),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.PasteSpecialAction@ad342a),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'cut':
HandlerActivation(commandId=cut,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=cut,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CutAction@13bb3cc),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CloneAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CloneAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CloneAction@9919c9),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'redo':
HandlerActivation(commandId=redo,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=redo,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.RedoAction@16c0caa),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'print':
HandlerActivation(commandId=print,
handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=print,
handler=ActionHandler(com.metamatrix.modeler.diagram.ui.actions.PrintWrapper@b39fe4),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'selectAll':
HandlerActivation(commandId=selectAll,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=selectAll,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SelectAllAction@c6580c),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'copy':
HandlerActivation(commandId=copy,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=copy,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyAction@1bea855),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'bookmark':
HandlerActivation(commandId=bookmark,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=bookmark,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.BookmarkAction@1da1de),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.OpenAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.OpenAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.OpenAction@16df8f5),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.SetDatatypeAction@f39e95),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'delete':
HandlerActivation(commandId=delete,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=delete,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.DeleteAction@305d34),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'undo':
HandlerActivation(commandId=undo,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=undo,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.UndoAction@1370a40),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'rename':
HandlerActivation(commandId=rename,
handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=rename,
handler=ActionHandler(com.metamatrix.modeler.diagram.ui.pakkage.actions.RenameAction@1cb43d9),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'find':
HandlerActivation(commandId=find,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=find,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.FindAction@8202d6),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2011-02-08 13:29:08.890
!MESSAGE Conflict for 'com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction':
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
HandlerActivation(commandId=com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction,
handler=ActionHandler(com.metamatrix.modeler.internal.ui.actions.CopyFullNameAction@18850b0),
expression=AndExpression(ActivePartExpression(com.metamatrix.modeler.internal.ui.editors.ModelEditor@177766e),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow(a)b6a5fb)),sourcePriority=1064960)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years
[JBoss JIRA] Created: (JBIDE-8033) 22 test failures in Seam UI
by Nick Boldt (JIRA)
22 test failures in Seam UI
---------------------------
Key: JBIDE-8033
URL: https://issues.jboss.org/browse/JBIDE-8033
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.0.CR1
Reporter: Nick Boldt
Assignee: Alexey Kazakov
22 test failures in Seam UI:
http://hudson.qa.jboss.com/hudson/view/DevStudio_Trunk/job/jbosstools-3.2...
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testJiraJbide1111
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testMessages
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamELContentAssist
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamELContentAssistJbide1676
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSettingsPage
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamWarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testSeamEarProjectWithoutTestProject
>>><<< org.jboss.tools.seam.ui.test.SeamUiAllTests.testAddSetterForProperty
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years