[JBoss JIRA] Created: (JBDS-366) Welcome screen: view of Create New is incorrectly, and there is strange behavior
by Tatyana Romanovich (JIRA)
Welcome screen: view of Create New is incorrectly, and there is strange behavior
--------------------------------------------------------------------------------
Key: JBDS-366
URL: http://jira.jboss.com/jira/browse/JBDS-366
Project: Developer Studio
Issue Type: Bug
Affects Versions: 1.1.0.CR1
Environment: JBoss Developer Studio
Version: 1.1.0
Build id: 200806161541-nightly
Build date: 06/16/2008 15:46
Reporter: Tatyana Romanovich
Assigned To: Maxim Areshkau
Priority: Trivial
EXECUTE: Open JBDS with empty workspace
EXECUTE: select Getting Started on the Welcome screen
EXECUTE: move mouse over the each links
1. FAILURE: green badge on the icon appears only for "Viewlets and Tutorials" point (see Welcome1.png)
EXECUTE: select any item (click on the right of link)
EXECUTE: move mouse over another items icon
2. FAILURE: both icons have green badge at the same time (see Welcome2.png)
EXECUTE: Select "Create New..."
3. FAILURE: "Create jBPM Process Project" is subitem of "Create Seam Project". Is it right? (see Welcome3.png)
EXECUTE: Select "Perspectives"
EXECUTE: Select any item -> Welcome window gets smaller
EXECUTE: Verify Welcome window
4. FAILURE: Welcome to JBDS appears (Is it right? )
EXECUTE: Try to select Perspectives link
5. FAILURE: Perspectives can't be displayed
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBDS-340) Intro/Welcome screen cleanup
by Max Rydahl Andersen (JIRA)
Intro/Welcome screen cleanup
----------------------------
Key: JBDS-340
URL: http://jira.jboss.com/jira/browse/JBDS-340
Project: Developer Studio
Issue Type: Task
Components: ui/branding
Reporter: Max Rydahl Andersen
Assigned To: Max Rydahl Andersen
Fix For: 2.0.0.alpha
Splashscreen support has improved in Ganymede, same has the intro and welcome screen setup.
SWT did some changes to allow xulrunner to be configured at startup - we should make sure we do what is needede there.
If that happens we should be able to remove our big code duplication and just use the normal welcome screen mechanism
and hopefully create a JBDS branded version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 9 months
[JBoss JIRA] Created: (JBIDE-2532) Defect in GUI. Task Node | Task | Controller Tab Mapped Name displays in the Required Check Box column.
by Steve Hall (JIRA)
Defect in GUI. Task Node | Task | Controller Tab Mapped Name displays in the Required Check Box column.
--------------------------------------------------------------------------------------------------------
Key: JBIDE-2532
URL: https://jira.jboss.org/jira/browse/JBIDE-2532
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Ganymede
Affects Versions: 3.0.0.GA
Environment: Eclipse plugin 3.1.3SP2. Installed in Eclipse 3.4.0. Running on Windows XP SP2
Reporter: Steve Hall
Priority: Minor
Created a Task Node. Added a task. Provided Name in General field. Set Assignment to Swinlane. Filled in the Swimlane Name. On the controller tab I added 6 variables. For each variable, I entered the name and mapped name filed.
When I display the data in the GRID, the Mapped Name data shows up under the Required column.
This is the associated processdefinition.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="ProductMusicProducts">
<swimlane name="Talent Scout">
<assignment expression="group(Talent Scout)"></assignment>
</swimlane>
<swimlane name="Legal Advisor">
<assignment expression="group(Legal Advisor)"></assignment>
</swimlane>
<swimlane name="Band Member">
<assignment expression="group(Band Member)"></assignment>
</swimlane>
<swimlane name="Record Producer">
<assignment expression="group(Record Producer)"></assignment>
</swimlane>
<swimlane name="Artist Development">
<assignment expression="group(Artist Development)"></assignment>
</swimlane>
<swimlane name="Songwriter">
<assignment expression="group(Songwriter)"></assignment>
</swimlane>
<swimlane name="Musician">
<assignment expression="group(Musician)"></assignment>
</swimlane>
<swimlane name="Video Production">
<assignment expression="group(Video Production)"></assignment>
</swimlane>
<swimlane name="Artist">
<assignment expression="group(Artist)"></assignment>
</swimlane>
<start-state name="Hold Auditions">
<task name="Hold Auditions" swimlane="Talent Scout">
<description>
The hold auditions task
</description>
<controller>
<variable access="read,write,required" name="audDate" mapped-name="Audition Date"></variable>
<variable access="read,write,required" name="audLocation" mapped-name="Audition Location"></variable>
</controller>
</task>
<transition to="Select Band Members"></transition>
</start-state>
<task-node name="Select Band Members">
<task name="Select Band Members" swimlane="Talent Scout">
<description>
Assign Band Members
</description>
<controller>
<variable access="read,write,required" name="bm1" mapped-name="Band Member 1"></variable>
<variable access="read,write,required" name="bm2" mapped-name="Band Members 2"></variable>
<variable access="read,write,required" name="bm3" mapped-name="Band Member 3"></variable>
<variable access="read,write" name="bm4" mapped-name="Band Member 4"></variable>
<variable access="read,write" name="bm5" mapped-name="Band Member 5"></variable>
<variable access="read,write" name="bm6" mapped-name="Band Member 6"></variable>
</controller>
</task>
</task-node>
<task-node name="Contract Band Members">
<task name="Contract Band Members">
<controller>
<variable access="read,write,required" name="bm1ContractSent" mapped-name="Band Member 1 Contract Sent"></variable>
<variable access="read,write,required" name="bm2ContractSent" mapped-name="Band Member 2 Contract Sent"></variable>
<variable access="read,write,required" name="bm3ContractSent" mapped-name="Band Member 3 Contract Sent"></variable>
<variable access="read,write" name="bm4ContractSent" mapped-name="Band Member 4 Contract Sent"></variable>
<variable access="read,write" name="bm5ContractSent" mapped-name="Band Member 5 Contract Sent"></variable>
<variable access="read,write" name="bm6ContractSent" mapped-name="Band Member 6 Contract Sent"></variable>
</controller>
</task>
</task-node>
<task-node name="All Contracts Agreed">
<task name="All Contracts Agreed" swimlane="Legal Advisor">
<controller>
<variable access="read,write,required" name="bm1Agreed" mapped-name="Band Member 1 Agreed"></variable>
<variable access="read,write,required" name="bm2Agreed" mapped-name="Band Member 2 Agreed"></variable>
<variable access="read,write,required" name="bm3Agreed" mapped-name="Band Member 3 Agreed"></variable>
<variable access="read,write" name="bm4Agreed" mapped-name="Band Member 4 Agreed"></variable>
<variable access="read,write" name="bm5Agreed" mapped-name="Band Member 5 Agreed"></variable>
<variable access="read,write" name="bm6Agreed" mapped-name="Band Member 6 Agreed"></variable>
</controller>
</task>
</task-node>
<task-node name="Contract Response">
<task>
<controller>
<variable access="read,write,required" name="bm1Agreed" mapped-name="BandMember1Agreed"></variable>
<variable access="read,write,required" name="bm2Agreed" mapped-name="Band Member 2 Agreed"></variable>
<variable access="read,write,required" name="bm3Agreed" mapped-name="Band Member 3 Agreed"></variable>
<variable access="read,write" name="bm4Agreed" mapped-name="Band Member 4 Agreed"></variable>
<variable access="read,write" name="bm5Agreed" mapped-name="Band Member 5 Agreed"></variable>
<variable access="read,write" name="bm6Agreed" mapped-name="Band Member 6 Agreed"></variable>
</controller>
</task>
</task-node>
<end-state name="end-state1"></end-state>
</process-definition>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 10 months