[JBoss JIRA] Created: (JBIDE-1410) el resolution in visual editor
by Menashe (JIRA)
el resolution in visual editor
------------------------------
Key: JBIDE-1410
URL: http://jira.jboss.com/jira/browse/JBIDE-1410
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.CR1
Environment: seam2.0
eclipse 3.3.1.1
Reporter: Menashe
When el is used (as image/css source) the visual editor doesn't resolve it.
Here is what I mean (this is part of my template therefor it must be full path, since if it left as relative path it gets resolved based on the path of the page that is using the template and not of the actual template location.)
<img src="#{facesContext.externalContext.requestContextPath}/images/header.gif"/>
Visual editor should be able to figure out that #{facesContext.externalContext.requestContextPath} should be just dropped.
Since
<img src="/images/header.gif"/>
works fine in visual editor but not in the seam2 (unless contextpath is '/')
--
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, 8 months
[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
[JBoss JIRA] Created: (JBIDE-2023) Population of Action Class / Process Method
by Tom Cunningham (JIRA)
Population of Action Class / Process Method
-------------------------------------------
Key: JBIDE-2023
URL: http://jira.jboss.com/jira/browse/JBIDE-2023
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Environment: Mac OS X, nightly 04/04 JBoss Tools build, Europa JEE eclipse build
Reporter: Tom Cunningham
It would be nice if the ESB editor could somehow populate an action class drop down or do autocompletion of the class name, while at the same time retaining the ability for the user to type in their action class name. Action classes in the drop down should probably be restricted to classes within project which extend AbstractActionLifecycle or AbstractActionPipelineProcessor and the org.jboss.soa.esb.actions package classes.
--
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, 10 months
[JBoss JIRA] Created: (JBIDE-1012) Failed to delete project
by Slava Litskevich (JIRA)
Failed to delete project
------------------------
Key: JBIDE-1012
URL: http://jira.jboss.com/jira/browse/JBIDE-1012
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta4
Environment: RHDS 1.0.0 beta 2
JDK 1.5.0_12
Reporter: Slava Litskevich
Fix For: 2.0.0.Beta4
Create new Seam Web Project:
1. File -> New -> Seam Web Project: new project dialog opens
2. Specifiy project name -> Next
3. Mark "Java Persistence" -> Next -> Next -> Next
4. Mark "Server Supplied JSF Implementation" -> Next -> Finish
5. File -> New -> Seam Generate Entities
Try to delete the project with the project content:
6. Rightclick the project -> Delete -> choose to delete the project content
Deletion fails. Error message dialog appears. Details window content:
Problems encountered while deleting resources.
Could not delete '/aa3'.
Problems encountered while deleting resources.
Problems encountered while deleting files.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-ui.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-ioc.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-pdf.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-remoting.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-mail.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-debug.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\oscache-2.3.2.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-digester-1.6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jbpm-3.1.4.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\ajax4jsf-1.1.1-SNAPSHOT.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-collections-3.1.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jsf-facelets.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-beanutils-1.7.0.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\janino-2.4.3.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-jci-janino-2.4.3.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\antlr-2.7.6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\antlr-3.0ea8.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-jci-core-1.0-406301.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\drools-compiler-3.0.5.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\drools-core-3.0.5.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\stringtemplate-2.3b6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\hsqldb.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent.
Could not delete: D:\projects\workspace\seam-rhds\aa3.
Problems encountered while deleting files.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-ui.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-ioc.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-pdf.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-remoting.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-mail.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jboss-seam-debug.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\oscache-2.3.2.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-digester-1.6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jbpm-3.1.4.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\ajax4jsf-1.1.1-SNAPSHOT.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-collections-3.1.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\jsf-facelets.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-beanutils-1.7.0.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\janino-2.4.3.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-jci-janino-2.4.3.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\antlr-2.7.6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\antlr-3.0ea8.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\commons-jci-core-1.0-406301.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\drools-compiler-3.0.5.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\drools-core-3.0.5.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\stringtemplate-2.3b6.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib\hsqldb.jar.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF\lib.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent\WEB-INF.
Could not delete: D:\projects\workspace\seam-rhds\aa3\WebContent.
Could not delete: D:\projects\workspace\seam-rhds\aa3.
--
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, 10 months