[JBoss JIRA] Created: (JBIDE-1532) JBDS - cannot generate a form for a task via (jBPM) GPD
by Len DiMaggio (JIRA)
JBDS - cannot generate a form for a task via (jBPM) GPD
-------------------------------------------------------
Key: JBIDE-1532
URL: http://jira.jboss.com/jira/browse/JBIDE-1532
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: JBoss Developer Studio, Build id: 200712091205-nightly
and
Eclipse Europa + jbpm-jpdl-designer-3.0.13 Stable 9.2 MB 2007-01-25
Reporter: Len DiMaggio
I'm unable to generate a new form for a task with either the 1.0 JBDS bits or Eclipse Europa + jbpm-jpdl-designer-3.0.13 Stable 9.2 MB 2007-01-25
To recreate the problem - using the attached jBPM process project - it's based on the 'holiday request' jBPM demo - at the start task node, attempt to generate a form.
The screen displayed in the screenshot attachment is brought up - pressing OK has no effect. The form xhtml file is not created - and no error/sttaus message is 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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-1699) Problem deploying in JBossAS a WAR with "linked sources" inside
by Manuel Martin (JIRA)
Problem deploying in JBossAS a WAR with "linked sources" inside
---------------------------------------------------------------
Key: JBIDE-1699
URL: http://jira.jboss.com/jira/browse/JBIDE-1699
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: WTP 1.5 integration
Affects Versions: 2.0.0.GA
Environment: Microsoft Windows XP, Eclipse 3.3.1.1, JBoss Tools 2.0.0.GA
Reporter: Manuel Martin
I create a JBoss Seam project named projectA
I create another Java project name projectB
In projectA I select "project -> properties -> Java Build Path -> Link Source" and I choose a directory of projectB that contains some facelets templates. The link was made under WebContent/templates directory of projectA
If I export projectA to a WAR file, all files was exported correctly, including those files in WebContent/templates that are property of projectB.
If I choose "Add and Remove Projects..." from JBossAS and I include projectA WAR, the export not includes the files of WebContent/templates, so the application fails.
ProjectB
|- src
|- templates
ProjectA
|- .settings
|- build
| |- classes
| - src
| |- META-INF
|- WebContent
|- img
|- META-INF
|- stylesheet
|- templates ----> ProjectB/src/templates (link)
|- WEB-INF
Thank you
--
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
17 years, 10 months
[JBoss JIRA] Created: (JBIDE-812) Adding JSF suport: multiple wb-resources
by Petr Lindovsky (JIRA)
Adding JSF suport: multiple wb-resources
----------------------------------------
Key: JBIDE-812
URL: http://jira.jboss.com/jira/browse/JBIDE-812
Project: JBoss Tools
Issue Type: Bug
Affects Versions: 2.0.0.Beta3
Reporter: Petr Lindovsky
We have a Web project whose directory structure is enforced by our internal build system. To make it work with Europa, the .settings\org.jboss.tools.jst.web.xml file has two wb-resource elements. My problem is that when adding RedHat JSF support to this project using the wizard, the resulting project seems to ignore the second wb-resource directory.
To reproduce this, I created a helloworld-style project based on http://www.horstmann.com/corejsf/ (see attachment). With Europa, this works OK, that is, the project is correctly exported with Export... > WAR file and correctly run with Run As > Run on Server. But I'm not sure how to make this work with RedHat JSF support, that is how to tell it that ui/resources is a second WebContent directory.
--
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
17 years, 10 months