[JBoss JIRA] Created: (JBDS-1443) Unable to deploy seam on bundled eap
by Libor Zoubek (JIRA)
Unable to deploy seam on bundled eap
------------------------------------
Key: JBDS-1443
URL: https://jira.jboss.org/browse/JBDS-1443
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: servers
Affects Versions: 4.0.0.Beta2
Environment: windows XP H23 and H25 builds
Reporter: Libor Zoubek
Priority: Blocker
When running seam smoke test, app server does not recognize deployed seam(any) archive.
If I doubleclick on server in servers view and change deployment into servers deploy dir (not workspace which is default) after some time server recognizes archive
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBDS-1395) org/jboss/tools/vpe/editor/VpeEditorPart.java fails to compile
by Nick Boldt (JIRA)
org/jboss/tools/vpe/editor/VpeEditorPart.java fails to compile
--------------------------------------------------------------
Key: JBDS-1395
URL: https://jira.jboss.org/browse/JBDS-1395
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: visualeditor
Affects Versions: 4.0.0.Beta2
Reporter: Nick Boldt
Priority: Blocker
[java] checkCompilationResults:
[java] [javac] ----------
[java] [javac] 1. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeEditorPart.java (at line 466)
[java] [javac] public void focusLost(FocusEvent e) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method focusLost(FocusEvent) of type new FocusListener(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 2. ERROR in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/src/org/jboss/tools/vpe/editor/VpeEditorPart.java (at line 472)
[java] [javac] public void focusGained(FocusEvent e) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method focusGained(FocusEvent) of type new FocusListener(){} must override a superclass method
[java] [javac] ----------
[java] [javac] 2 problems (2 errors)
[java] [javac] Compilation failed. Compiler errors are available in /mnt/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.vpe/temp.folder/vpe.jar.bin.log
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-4....
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBDS-1396) Fail to compile org/jboss/tools/jsf/vpe/richfaces/template/RichFacesSubTableToggleControlTemplate.java
by Nick Boldt (JIRA)
Fail to compile org/jboss/tools/jsf/vpe/richfaces/template/RichFacesSubTableToggleControlTemplate.java
------------------------------------------------------------------------------------------------------
Key: JBDS-1396
URL: https://jira.jboss.org/browse/JBDS-1396
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: visualeditor
Affects Versions: 4.0.0.Beta2
Reporter: Nick Boldt
Priority: Blocker
Fix For: 4.0.0.Beta2
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.jsf.vpe.richfaces/@dot
[java] [javac] Compiling 74 source files to /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.jsf.vpe.richfaces/@dot
[java] [javac] ----------
[java] [javac] 1. ERROR in /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.jsf.vpe.richfaces/src/org/jboss/tools/jsf/vpe/richfaces/template/RichFacesSubTableToggleControlTemplate.java (at line 44)
[java] [javac] public VpeCreationData create(VpePageContext pageContext, Node sourceNode,
[java] [javac] nsIDOMDocument visualDocument) {
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method create(VpePageContext, Node, nsIDOMDocument) of type RichFacesSubTableToggleControlTemplate must override a superclass method
[java] [javac] ----------
[java] [javac] 1 problem (1 error)
[java] [javac] Compilation failed. Compiler errors are available in /qa/services/hudson/hudson_workspace/workspace/devstudio-nightly-4.0.0.Beta2/jbds-build/eclipse/plugins/org.jboss.tools.jsf.vpe.richfaces/(a)dot.log
http://hudson.qa.jboss.com/hudson/view/DevStudio/job/devstudio-nightly-4....
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-5645) Missing requirements description for Project Examples
by Jiri Peterka (JIRA)
Missing requirements description for Project Examples
-----------------------------------------------------
Key: JBIDE-5645
URL: https://jira.jboss.org/jira/browse/JBIDE-5645
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.1.0.CR1
Environment: JBDS 3.0.0 CR1, build 50, Linux 32, Sun JDK 6.0
Reporter: Jiri Peterka
Fix For: 3.1.0.CR2
There are many project examples but missing requirement information.
At least there should be detailed java and runtime information for each example to provide developers information howto make it running without lots of time spent with each example. For Example there is lot of complication when you want to run examples on SOA 5 and Sun JDK6.
Maybe some examples reorganization according to runtime would be helpful as well.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-7563) Compile failed in org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 139):[-1, -1]
by Nick Boldt (JIRA)
Compile failed in org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 139):[-1,-1]
-----------------------------------------------------------------------------------------------------
Key: JBIDE-7563
URL: https://jira.jboss.org/browse/JBIDE-7563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Affects Versions: 3.2.0.Beta2
Reporter: Nick Boldt
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.2.0.Beta2
[ERROR] Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.common.model.ui: Compilation failure: Compilation failure:
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta2.nightly/sources/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 139):[-1,-1]
[ERROR] g.setText(UIMessages.PROPERTIES_EDITOR_FILTER_REGULAR);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PROPERTIES_EDITOR_FILTER_REGULAR cannot be resolved or is not a field
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta2.nightly/sources/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 534):[-1,-1]
[ERROR] statistics.setText(UIMessages.PROPERTIES_EDITOR_FILTER_SIMPLE);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PROPERTIES_EDITOR_FILTER_SIMPLE cannot be resolved or is not a field
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta2.nightly/sources/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 541):[-1,-1]
[ERROR] filterComposite.setText(UIMessages.PROPERTIES_EDITOR_FILTER_REGULAR + " " + NLS.bind(UIMessages.PROPERTIES_EDITOR_FILTER_MATCHES, filtered, total));
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PROPERTIES_EDITOR_FILTER_REGULAR cannot be resolved or is not a field
[ERROR]
[ERROR] /mnt/hudson_workspace/workspace/jbosstools-3.2.0.Beta2.nightly/sources/common/plugins/org.jboss.tools.common.model.ui/src/org/jboss/tools/common/propertieseditor/PropertiesEditor.java (at line 543):[-1,-1]
[ERROR] filterComposite.setText(UIMessages.PROPERTIES_EDITOR_FILTER_REGULAR);
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] PROPERTIES_EDITOR_FILTER_REGULAR cannot be resolved or is not a field
[ERROR] -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonatype.tycho:maven-osgi-compiler-plugin:0.10.0:compile (default-compile) on project org.jboss.tools.common.model.ui: Compilation failure
http://hudson.qa.jboss.com/hudson/view/DevStudio_Tycho/job/jbosstools-3.2...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7781) Java2Csv mapping isn't stored in smooks configuration
by Jiri Peterka (JIRA)
Java2Csv mapping isn't stored in smooks configuration
-----------------------------------------------------
Key: JBIDE-7781
URL: https://jira.jboss.org/browse/JBIDE-7781
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: smooks
Affects Versions: 3.2.0.Beta2
Environment: JBDS 4.0.0.beta2 H12,
Reporter: Jiri Peterka
Priority: Blocker
Fix For: 3.2.0.Beta2
Steps:
1. Create smooks configuration
2. Input type: Java, Input Data Customer
3. Apply Template (CSV), put name,surname as fields
4. Try to create mapping
Mapping is created correctly but isn't stored, after reopening it's missing
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months
[JBoss JIRA] Created: (JBIDE-7302) Problem with Refactor>Rename field in JSF KickStart project when "Rename getter ...", "Rename setter ..." are checked
by Snjezana Peco (JIRA)
Problem with Refactor>Rename field in JSF KickStart project when "Rename getter ...", "Rename setter ..." are checked
----------------------------------------------------------------------------------------------------------------------
Key: JBIDE-7302
URL: https://jira.jboss.org/browse/JBIDE-7302
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.M2
Environment: JBT trunk, Windows XP, JDK 1.6.0_21
Reporter: Snjezana Peco
Assignee: Alexey Kazakov
Steps to reproduce:
- create a JSF KickStart project
- start the JBoss AS and verify that the application runs correctly
- right-click the name property and call Refactor>Rename
- rename the property to name1, check "Update References", "Rename getter ...", "Rename setter ..."
- click OK
You will get a NPE (attached is RefactorRename.log).
After fixing the NPE (the fix is trivial; the NPE was introduced a few days ago), you will face the following issues:
- the GWT Rename participants fail and are disabled (this is not a JBT problem; attached is GWTRefactorRename.log)
- hello.jsp and inputUserName.jsp contain the user.name11 value.
The problem can't be reproduced in JBDS 4.0.0.Beta1.
The problem can be reproduced using the JBT trunk with and without GWT plugins.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 4 months