[JBoss JIRA] Created: (JBIDE-4023) VPE doesn't recognize resouce bundles values in seam projects
by Anton Klimkovich (JIRA)
VPE doesn't recognize resouce bundles values in seam projects
-------------------------------------------------------------
Key: JBIDE-4023
URL: https://jira.jboss.org/jira/browse/JBIDE-4023
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam, Visual Page Editor core
Affects Versions: 3.0.0.GA
Reporter: Anton Klimkovich
EXECUTE: Create Seam web project
EXECUTE: Open any xhtml page
EXECUTE: Add #{messages['javax.faces.component.UIInput.CONVERSION']}
ASSERT: VPE should recognize RB and Value should be represented.
FAILURE: VPE doesn't recognize resouce bundles values
VPE works right if add to faces-config.xml:
<resource-bundle>
<base-name>messages_en</base-name>
<var>messages</var>
</resource-bundle>
VPE doesn't work also if you add to components.xml:
<core:resource-loader name="messages_en">
<core:bundle-names>
<value>messages</value>
</core:bundle-names>
</core:resource-loader>
--
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
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4197) JBDS 2.0.0 GA will not deploy JBPM archive
by Matthew Brasier (JIRA)
JBDS 2.0.0 GA will not deploy JBPM archive
------------------------------------------
Key: JBIDE-4197
URL: https://jira.jboss.org/jira/browse/JBIDE-4197
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jbpm
Affects Versions: 2.0.0.GA
Environment: Windows
Reporter: Matthew Brasier
JBDS 2.0.0GA, when attempting to deploy a JBPM project using the 'deployment' pane for processdefinition.xml, or when attempting to create an archive with the 'Save without deploying option', if any resources are selected in 'Java Classes and Resources', a NullPointerException is thrown, and deployment/archive creation fails
This is 100% repeatable.
If no resources are selected, then creating an archive works, but it won't run as it doesnt have the custom code in it.
Matt
--
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
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4497) Compilation errors in drools-ide builder
by Nick Boldt (JIRA)
Compilation errors in drools-ide builder
----------------------------------------
Key: JBIDE-4497
URL: https://jira.jboss.org/jira/browse/JBIDE-4497
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: drools
Affects Versions: 3.1.0.M2
Reporter: Nick Boldt
Assignee: Kris Verlaenen
Priority: Critical
There are many compilation errors in building drools-ide component of JBT 3.1.0.M2; as a result, all tests fail to run.
I have Drools build 3036 binaries in SVN here: /devstudio/trunk/releng/org.jboss.ide.eclipse.releng/builders/drools-ide/
In lib/:
./drools-api-5.1.0.SNAPSHOT.jar
./drools-compiler-5.1.0.SNAPSHOT.jar
./drools-core-5.1.0.SNAPSHOT.jar
./drools-decisiontables-5.1.0.SNAPSHOT.jar
./drools-jsr94-5.1.0.SNAPSHOT.jar
./drools-templates-5.1.0.SNAPSHOT.jar
./drools-transformer-xstream-5.1.0.SNAPSHOT.jar
./lib/antlr-runtime-3.1.1.jar
./lib/joda-time-1.6.jar
./lib/jsr94-1.1.jar
./lib/jxl-2.4.2.jar
./lib/mvel2-2.0.10.jar
./lib/xstream-1.3.1.jar
In lib-task/:
./drools-api-5.1.0.SNAPSHOT.jar
./drools-process-task-5.1.0.SNAPSHOT.jar
./lib/mina-core-2.0.0-M3.jar
./lib/slf4j-api-1.5.6.jar
./lib/slf4j-jdk14-1.5.2.jar
Am I missing something?
Here's a snippet of the log:
1298. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/core/CompositeNodeWrapper.java (at line 112)
[java] [javac] descriptors[descriptors.length - 3] = new OnEntryActionsPropertyDescriptor(
[java] [javac] ON_ENTRY_ACTIONS, "On Entry Actions", getCompositeNode(),
[java] [javac] (WorkflowProcess) getParent().getProcessWrapper().getProcess());
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The constructor OnEntryActionsPropertyDescriptor(String, String, CompositeNode, WorkflowProcess) is undefined
1300. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/core/CompositeNodeWrapper.java (at line 115)
[java] [javac] descriptors[descriptors.length - 2] = new OnExitActionsPropertyDescriptor(
[java] [javac] ON_EXIT_ACTIONS, "On Exit Actions", getCompositeNode(),
[java] [javac] (WorkflowProcess) getParent().getProcessWrapper().getProcess());
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The constructor OnExitActionsPropertyDescriptor(String, String, CompositeNode, WorkflowProcess) is undefined
1302. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/core/CompositeNodeWrapper.java (at line 119)
[java] [javac] new TimersPropertyDescriptor(TIMERS, "Timers", getCompositeNode(),
[java] [javac] (WorkflowProcess) getParent().getProcessWrapper().getProcess());
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The constructor TimersPropertyDescriptor(Object, String, StateBasedNode, WorkflowProcess) refers to the missing type StateBasedNode
1304. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/core/CompositeNodeWrapper.java (at line 125)
[java] [javac] return getCompositeNode().getActions(ExtendedNodeImpl.EVENT_NODE_ENTER);
[java] [javac] ^^^^^^^^^^
[java] [javac] The method getActions(String) is undefined for the type CompositeNode
1306. ERROR in /home/hudson/hudson_workspace/workspace/jbosstools-nightly-3.1.0.M2/jbds-build/eclipse/plugins/org.drools.eclipse/src/main/java/org/drools/eclipse/flow/ruleflow/core/CompositeNodeWrapper.java (at line 131)
[java] [javac] return getCompositeNode().getTimers();
[java] [javac] ^^^^^^^^^
[java] [javac] The method getTimers() is undefined for the type CompositeNode
More log here:
http://hudson.jboss.org/hudson/job/jbosstools-nightly-3.1.0.M2/270/console
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-nightly-3...
--
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
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4135) Dynamic Web Project with Seam in Eclipse defaults to old version rather than newer version
by Jeff Wexler (JIRA)
Dynamic Web Project with Seam in Eclipse defaults to old version rather than newer version
------------------------------------------------------------------------------------------
Key: JBIDE-4135
URL: https://jira.jboss.org/jira/browse/JBIDE-4135
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.GA
Environment: eclipse-jee-ganymede-SR2-win32.zip, JBossTools-ALL-win32-3.0.0.GA-R200903141626-H5.zip, Jboss 5.0.1.GA, Seam 2.1.1.GA, Windows 2003 server, 4GB memory, PostgreSQL 8.3.7 JDBC Driver 8.3-604.jdbc4
Reporter: Jeff Wexler
Priority: Minor
Created a new project with configuration of Dynamic Web Project with Seam 2.1 (technology preview).
Then select New project again to create another seam project.
Configuration defaults to Dynamic Web Project with Seam 1.2 rather than 2.0 or 2.1.
I would assume that the default should be to either the previously selected one (2.1) or to one of the later versions (2.0 or 2.1).
--
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
16 years, 8 months