[JBoss JIRA] Created: (JBIDE-2249) Deploying problem of the Seam project to the server that was created in released 2.0 GA.
by Anton Klimkovich (JIRA)
Deploying problem of the Seam project to the server that was created in released 2.0 GA.
----------------------------------------------------------------------------------------
Key: JBIDE-2249
URL: http://jira.jboss.com/jira/browse/JBIDE-2249
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.GA
Reporter: Anton Klimkovich
Priority: Critical
EXECUTE: Create Seam 2.0.1 EAR project in released 2.0 GA ()
EXECUTE: Open 2.10 GA
EXECUTE: Import created Seam web project as existing project to workspace
ASSERT: Imported project will be marked with exception in application.xml
EXECUTE: Correct application.xml
EXECUTE: On JBoss Server View select "Add and remove projects" and add imported Seam project to the server
EXECUTE: Click Publish or Clean
FAILURE: java.lang.NullPointerException
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.packModuleIntoJar(JstPublisher.java:261)
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.fullPublish(JstPublisher.java:134)
at org.jboss.ide.eclipse.as.core.publishers.JstPublisher.publishModule(JstPublisher.java:110)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:132)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:749)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:835)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:669)
at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2257) Invalid preference page path: XML Occurrences and JSP Occurrences
by Snjezana Peco (JIRA)
Invalid preference page path: XML Occurrences and JSP Occurrences
-----------------------------------------------------------------
Key: JBIDE-2257
URL: http://jira.jboss.com/jira/browse/JBIDE-2257
Project: Tools (JBoss Tools)
Issue Type: Component Upgrade
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.alpha
Reporter: Snjezana Peco
Assigned To: Snjezana Peco
Priority: Minor
In order to reproduce the issue, you need to call Window>Preferences
You will get the following messages:
Invalid preference page path: JSP Occurrences
Invalid preference page path: XML Occurrences
The issue is caused by changes in wtp's preference pages.
There is also a problem of initializing preferences within XML Occurrences (it also exists in the 2.1.x version).
The issue can be reproduced by opening this page in a new workspace before opening some xml editor.
All the preferences will be "false". This happening because the org.jboss.tools.common.text.xml plugin changes the preferences of the org.eclipse.wst.xml.ui plugin what causes the initializer of the org.jboss.tools.common.text.xml plugin no to be called.
The initialization of these preferences is called in the XMLTextEditor constructor.
In my opinion, it would be better to call it in the XmlEditorPlugin constructor. In that case, they would be initialized correctly before opening some xml editor.
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2226) NPE if user openon non-existent "image" attribute link of h:commandButton.
by Andrei Scherbovich (JIRA)
NPE if user openon non-existent "image" attribute link of h:commandButton.
--------------------------------------------------------------------------
Key: JBIDE-2226
URL: http://jira.jboss.com/jira/browse/JBIDE-2226
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Reporter: Andrei Scherbovich
Assigned To: Maxim Areshkau
NPE if user openon non-existent "image" attribute link of h:commandButton.
Steps:
1. EXECUTE: Try to perfom openon "image" attribute link to non-existent file:
<h:commandButton
image="/pics/non-existent.jpg"
action="test" value="#{msg.header}" />
2. FAILURE: exception appears:
java.lang.NullPointerException
at org.jboss.tools.jsf.text.ext.hyperlink.ForwardHyperlink.doHyperlink(ForwardHyperlink.java:37)
at org.jboss.tools.common.text.ext.hyperlink.xpl.AbstractBaseHyperlink.open(AbstractBaseHyperlink.java:284)
at org.eclipse.jface.text.hyperlink.HyperlinkManager.mouseUp(HyperlinkManager.java:429)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:206)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
at org.eclipse.equinox.launcher.Main.main(Main.java:1148)
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2238) Can't change seam settings for ejb project.
by Alexey Kazakov (JIRA)
Can't change seam settings for ejb project.
-------------------------------------------
Key: JBIDE-2238
URL: http://jira.jboss.com/jira/browse/JBIDE-2238
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 2.1.0.CR1
Reporter: Alexey Kazakov
Assigned To: Alexey Kazakov
EXECUTE: Create seam project (EAR)
EXECUTE: Open seam settings page for ejb project
EXECUTE: Change model source folder path (for example from /<ejb project>/ejbModule to /<web project>/src)
EXECUTE: Press ok.
EXECUTE: Open seam settings page for ejb project
FAILURE: model source folder path is not changed. It has original value /<ejb project>/ejbModule.
The bug is that we read settings from parent web project but save settings in ejb project.
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2232) NoClassDefFoundError: org/apache/tools/ant/BuildException when using Schema Export
by Naresh Bhatia (JIRA)
NoClassDefFoundError: org/apache/tools/ant/BuildException when using Schema Export
----------------------------------------------------------------------------------
Key: JBIDE-2232
URL: http://jira.jboss.com/jira/browse/JBIDE-2232
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: LATER
Environment: Windows XP
Reporter: Naresh Bhatia
I am using JBoss Tools 3.2.2.CR1. When I try to use Schema Export via the Hibernate Code Generation window, I get the following exception:
org.hibernate.console.HibernateConsoleRuntimeException: Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
Received a NoClassDefFoundError, probably the console configuration classpath is incomplete or contains conflicting versions of the same class
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
org/apache/tools/ant/BuildException
java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildException
org/apache/tools/ant/BuildException
According to Max "that looks like a big regression bug". See forum reference below.
--
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, 5 months