[JBoss JIRA] Created: (JBIDE-4882) cannot mount existing projects with custom dir structure
by deanhiller (JIRA)
cannot mount existing projects with custom dir structure
--------------------------------------------------------
Key: JBIDE-4882
URL: https://jira.jboss.org/jira/browse/JBIDE-4882
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.1.0.M2, 3.1.0.M1, 3.0.1.GA, 3.0.0.GA
Environment: all
Reporter: deanhiller
In WTP project, it has relatively the same issues open...
https://bugs.eclipse.org/bugs/show_bug.cgi?id=289267
and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=168538
I managed with the help of WTP people to work around the above bugs and have my project working in WTP but still can't get it working in JBoss tools through the setup wizard. It is very difficult. Many people have existing projects with other tools and can't seem to mount with WTP nor JBoss tools. MyEclipse offers a very usable solution there that made it easy to figure out. I am hoping that WTP or JBoss tools makes their wizards much more user friendly in the future.
Also, WTP should really rename J2EE Module Depends to Web App Libraries since that is what it is...oh, and another weird thing, I have jars in my Web App Libraries that do not show up in J2EE Module Depends but all jars are supposed to show up there!!! very weird....I want to delete the jars but can't since they don't show up there.
thanks,
Dean
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-4963) Null pointer Exception on Seam Maven projects
by Sean Burns (JIRA)
Null pointer Exception on Seam Maven projects
---------------------------------------------
Key: JBIDE-4963
URL: https://jira.jboss.org/jira/browse/JBIDE-4963
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: maven, Seam
Affects Versions: 3.1.0.M3
Environment: Windows Vista 64 Bit, Latest maven plugin 0.9.9, latest eclipse, Java 32 bit
Reporter: Sean Burns
I have a "standard" maven project, with 3 sub modules (ear, ejb, war)
The ear, ejb are converted into eclipse projects, but when processing the war it breaks.
When I import the projects into eclipse I get a Null pointer, here is all the data:
Message:
An internal error occurred during: "Importing Maven projects".
Stack Trace:
java.lang.NullPointerException
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.installM2Facet(SeamProjectConfigurator.java:240)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configureInternal(SeamProjectConfigurator.java:197)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configure(SeamProjectConfigurator.java:109)
at org.maven.ide.eclipse.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:54)
at org.maven.ide.eclipse.internal.project.GenericLifecycleMapping.configure(GenericLifecycleMapping.java:48)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:317)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.configureNewMavenProject(ProjectConfigurationManager.java:244)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.importProjects(ProjectConfigurationManager.java:161)
at org.maven.ide.eclipse.wizards.MavenImportWizard$1.runInWorkspace(MavenImportWizard.java:94)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Session Data:
eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_ZA
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product
If I click Maven->Update Project Configuration I get this (I am not sure if it is realated)
java.lang.NullPointerException
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.installWarFacets(SeamProjectConfigurator.java:269)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configureInternal(SeamProjectConfigurator.java:144)
at org.jboss.tools.maven.seam.configurators.SeamProjectConfigurator.configure(SeamProjectConfigurator.java:109)
at org.maven.ide.eclipse.project.configurator.AbstractLifecycleMapping.configure(AbstractLifecycleMapping.java:54)
at org.maven.ide.eclipse.internal.project.GenericLifecycleMapping.configure(GenericLifecycleMapping.java:48)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:317)
at org.maven.ide.eclipse.internal.project.ProjectConfigurationManager.updateProjectConfiguration(ProjectConfigurationManager.java:303)
at org.maven.ide.eclipse.actions.UpdateSourcesAction$1.runInWorkspace(UpdateSourcesAction.java:81)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
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: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 4 months
[JBoss JIRA] Created: (JBIDE-5447) Move java files from one package to other - get exception:
by Vitali Yemialyanchyk (JIRA)
Move java files from one package to other - get exception:
----------------------------------------------------------
Key: JBIDE-5447
URL: https://jira.jboss.org/jira/browse/JBIDE-5447
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.CR1
Reporter: Vitali Yemialyanchyk
Assignee: Dmitry Geraskov
Priority: Minor
Fix For: 3.1.0.GA
java.lang.ClassCastException: org.eclipse.jdt.internal.core.SourceType
at org.hibernate.eclipse.launch.core.refactoring.MoveResourceParticipant.initialize(MoveResourceParticipant.java:45)
at org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant.initialize(RefactoringParticipant.java:105)
at org.eclipse.ltk.core.refactoring.participants.ParticipantExtensionPoint.getParticipants(ParticipantExtensionPoint.java:100)
at org.eclipse.ltk.core.refactoring.participants.ParticipantManager.loadMoveParticipants(ParticipantManager.java:121)
at org.eclipse.jdt.internal.corext.refactoring.reorg.MoveModifications.loadParticipants(MoveModifications.java:163)
at org.eclipse.jdt.internal.corext.refactoring.reorg.ReorgPolicyFactory$ReorgPolicy.loadParticipants(ReorgPolicyFactory.java:3361)
at org.eclipse.jdt.internal.corext.refactoring.reorg.JavaMoveProcessor.loadParticipants(JavaMoveProcessor.java:258)
at org.eclipse.ltk.core.refactoring.participants.ProcessorBasedRefactoring.checkFinalConditions(ProcessorBasedRefactoring.java:233)
at org.eclipse.ltk.core.refactoring.Refactoring.checkAllConditions(Refactoring.java:160)
at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper$Operation.run(RefactoringExecutionHelper.java:80)
at org.eclipse.jdt.internal.core.BatchOperation.executeOperation(BatchOperation.java:39)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:728)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4694)
at org.eclipse.jdt.internal.ui.actions.WorkbenchRunnableAdapter.run(WorkbenchRunnableAdapter.java:106)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372)
at org.eclipse.jface.window.ApplicationWindow$1.run(ApplicationWindow.java:759)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.window.ApplicationWindow.run(ApplicationWindow.java:756)
at org.eclipse.ui.internal.WorkbenchWindow.run(WorkbenchWindow.java:2579)
at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:191)
at org.eclipse.jdt.internal.ui.refactoring.RefactoringExecutionHelper.perform(RefactoringExecutionHelper.java:151)
at org.eclipse.jdt.internal.ui.refactoring.reorg.ReorgMoveStarter.run(ReorgMoveStarter.java:70)
at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.handleDropMove(SelectionTransferDropAdapter.java:278)
at org.eclipse.jdt.internal.ui.packageview.SelectionTransferDropAdapter.performDrop(SelectionTransferDropAdapter.java:215)
at org.eclipse.jdt.internal.ui.dnd.JdtViewerDropAdapter.drop(JdtViewerDropAdapter.java:242)
at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.core.runtime.Platform.run(Platform.java:888)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209)
at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258)
at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363)
at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289)
at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
at org.eclipse.equinox.launcher.Main.main(Main.java:1287)
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-5317) Failure for target 'post.bpel-validator.jar' of: /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/customBuildCallbacks.xml
by Nick Boldt (JIRA)
Failure for target 'post.bpel-validator.jar' of: /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/customBuildCallbacks.xml
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-5317
URL: https://jira.jboss.org/jira/browse/JBIDE-5317
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: bpm
Reporter: Nick Boldt
Assignee: Denis Golovin
Building locally I get this error:
[java] checkCompilationResults:
[java] [copy] Copying 10 files to /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/temp.folder/bpel-validator.jar.bin
[java] [subant] Failure for target 'post.compile.bpel-validator.jar' of: /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/customBuildCallbacks.xml
[java] [subant] The following error occurred while executing this line:
[java] [subant] Target "post.compile.bpel-validator.jar" does not exist in the project "Build specific targets and properties".
[java] [jar] Building jar: /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/bpel-validator.jar
[java] [delete] Deleting directory /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/temp.folder/bpel-validator.jar.bin
[java] [subant] Failure for target 'post.bpel-validator.jar' of: /home/hudson/hudson_workspace/workspace/jbosstools-nightly/jbds-build/eclipse/plugins/org.eclipse.bpel.validator/customBuildCallbacks.xml
[java] [subant] The following error occurred while executing this line:
[java] [subant] Target "post.bpel-validator.jar" does not exist in the project "Build specific targets and properties".
[java]
[java] post.build.jars:
[java] Java Result: 13
BUILD FAILED
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/buildNightly.xml:18: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/build.xml:68: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/build.xml:39: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:104: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:118: The following error occurred while executing this line:
/home/nboldt/eclipse/workspace-jboss/devstudio-trunk/releng/org.jboss.ide.eclipse.releng/builders/builder-wrap.xml:338: [exec] Result: 127
Any suggestions what is going wrong / what to fix? Pretty sure I have the latest SVN sources from trunk.
--
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, 4 months
[JBoss JIRA] Created: (JBIDE-5178) Updating from M3 (20090911) to M4 (20091028) fails on jBPM component
by Darryl Miles (JIRA)
Updating from M3 (20090911) to M4 (20091028) fails on jBPM component
--------------------------------------------------------------------
Key: JBIDE-5178
URL: https://jira.jboss.org/jira/browse/JBIDE-5178
Project: Tools (JBoss Tools)
Issue Type: Task
Components: Build/Releng
Affects Versions: 3.1.0.M3
Reporter: Darryl Miles
Fix For: 3.1.0.M4
This is the error eclipse given when attempting a full install from M3 to M4.
Your original request has been modified.
"Common tools for jBPM 3 and jBPM 4" is already installed, so an update will be performed instead.
"Flow Languages Common Tools" is already installed, so an update will be performed instead.
"jBPM 4 Graphical Editor and Tools" is already installed, so an update will be performed instead.
"jBPM Convert" is already installed, so an update will be performed instead.
"jBPM jPDL Tools" is already installed, so an update will be performed instead.
Cannot complete the install because of a conflicting dependency.
Software being installed: Common tools for jBPM 3 and jBPM 4 4.0.0.v200910281724M-H247-M4 (org.jboss.tools.jbpm.common.feature.feature.group 4.0.0.v200910281724M-H247-M4)
Software currently installed: jBPM 4 Tools 4.0.0.v200909110340M-H277-M3 (org.jboss.tools.jbpm4.feature.feature.group 4.0.0.v200909110340M-H277-M3)
Only one of the following can be installed at once:
Common tools for jBPM 3 and jBPM 4 4.0.0.v200910281724M-H247-M4 (org.jboss.tools.jbpm.common.feature.feature.jar 4.0.0.v200910281724M-H247-M4)
Common tools for jBPM 3 and jBPM 4 4.0.0.v200909110340M-H277-M3 (org.jboss.tools.jbpm.common.feature.feature.jar 4.0.0.v200909110340M-H277-M3)
Cannot satisfy dependency:
From: Common tools for jBPM 3 and jBPM 4 4.0.0.v200909110340M-H277-M3 (org.jboss.tools.jbpm.common.feature.feature.group 4.0.0.v200909110340M-H277-M3)
To: org.jboss.tools.jbpm.common.feature.feature.jar [4.0.0.v200909110340M-H277-M3]
Cannot satisfy dependency:
From: Common tools for jBPM 3 and jBPM 4 4.0.0.v200910281724M-H247-M4 (org.jboss.tools.jbpm.common.feature.feature.group 4.0.0.v200910281724M-H247-M4)
To: org.jboss.tools.jbpm.common.feature.feature.jar [4.0.0.v200910281724M-H247-M4]
Cannot satisfy dependency:
From: jBPM 4 Tools 4.0.0.v200909110340M-H277-M3 (org.jboss.tools.jbpm4.feature.feature.group 4.0.0.v200909110340M-H277-M3)
To: org.jboss.tools.jbpm.common.feature.feature.group [4.0.0.v200909110340M-H277-M3]
Workaround 1 (manually uninstall jBPM feature set from M3)
Goto: Help -> About Eclipse -> Installation Details
Navigate to the "Installed Software" tab
Find the items:
jBPM 4 Tools SDK 4.0.0.v200910281724M-H247-M4 org.jboss.tools.jbpm4.sdk.feature.feature.group (may not be present, if you never installed SDK version of JBoss Tools, may require other items below to be removed too)
Common tools for jBPM 3 and jBPM 4 4.0.0.v200910281724M-H247-M4 org.jboss.tools.jbpm.common.feature.feature.group
Flow Languages Common Tools 4.0.0.v200910281724M-H247-M4 org.jboss.tools.flow.common.feature.feature.group
jBPM 4 Graphical Editor and Tools 4.0.0.v200910281724M-H247-M4 org.jboss.tools.flow.jpdl4.feature.feature.group
For each one of the above select it and use the "Uninstall" button".
At the end of this restart eclipse and attempt to update to M4 again.
Workaround 2 (simply don't install jBPM in M4):
If you de-select the items:
"JBoss Tools jBPM Tools - 3.1.0.v200910281724M-H247-M4" (untick all 5 items under here)
"Common tools for jBPM 3 and jBPM 4" (untick this item)
"Flow Languages Common Tools" (untick this item)
"jBPM 4 Graphical Editor and Tools" (untick this item)
"jBPM Convert" (untick this item)
"jBPM jPDL Tools" (untick this item)
"JBoss Tools SDK - 3.1.0.v200910281724M-H247-M4" (just the 1 item to untick under here)
"jBPM 4 Tools SDK" (untick this item)
--
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, 4 months