[JBoss Tools] - JBoss Tools 3.2 CR1 - Killer Of Bugs!
by Max Rydahl Andersen
Max Rydahl Andersen [http://community.jboss.org/people/max.andersen%40jboss.com] modified the blog post:
"JBoss Tools 3.2 CR1 - Killer Of Bugs!"
To view the blog post, visit: http://community.jboss.org/community/tools/blog/2011/01/27/jboss-tools-32...
--------------------------------------------------------------
http://in.relation.to/service/File/10824 http://in.relation.to/service/File/10824
h4. 3.2.0.CR1
[ http://www.jboss.org/tools/download Download] [ http://download.jboss.org/jbosstools/updates/development Update Site] [ http://marketplace.eclipse.org/content/jboss-tools-1 Market Place] [ http://docs.jboss.org/tools/whatsnew What's New] [ http://docs.jboss.org/tools/3.2.0.Beta1/ Documentation] [ http://www.jboss.com/index.html?module=bb&op=viewforum&f=201 Forums] [ http://jira.jboss.com/jira/browse/JBIDE JIRA] [ http://twitter.com/jbosstools Twitter]
> *Note*: For now please use the Update Site or Eclipse Market Place - Sourceforge is having http://sourceforge.net/apps/wordpress/sourceforge/2011/01/27/service-down... issues with their download service.
This release is squashing https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=10020&version=... 400+ issues thus if you use JBoss Tools milestones it is time to upgrade and if you find remaining issues http://community.jboss.org/thread/159819 report them as soon as possible.
http://docs.jboss.org/tools/whatsnew What's New covers the usability fixes there have been added, and a few new additions/improvements.
h2. Top 6 on Eclipse Marketplace
Even though we haven't been on Eclipse Marketplace for long we are already the 6th most downloaded Eclipse plugin within 30 days on Eclipse Marketplace; and in 9th place of all time.
Thank you for the interest and usage - if you don't know Eclipse Marketplace, you can see how to use it http://community.jboss.org/en/tools/blog/2010/10/21/jboss-tools-on-eclips... here.
For those already using it, I encourage you to go and give us your star or even a review at our http://marketplace.eclipse.org/content/jboss-tools-1 Eclipse Market Place page
h2. Automatic Runtime Detection
First of all this release finally enables one of my favorite new features "Automatic Runtime Detection". It's been possible for a while now to use the "Search" button under JBoss Tools to find JBoss runtimes and have them configured and setup in the IDE for direct usage without having to set up all the individual parts.
In this release we have gone a bit further and allowed you to configure a set (one or many) of directories that JBoss Tools will scan on new workspaces or if you enable it at every startup; if anything new is found it will show the new items and you can then say if you want the runtimes to be installed or not.
This means when you install a new version of JBoss AS, Seam, Drools, EAP, SOA-P, etc. you can simply put in this "watched" directory and JBoss Tools will configure them for you in the IDE. In the future we will add more types of runtime distribution detection such as Java JDK's.
This feature is available under Eclipse Preferences in *JBoss Tools > JBoss Tools Runtime Detection*
h2. CDI Improvements
For Context Dependency Injection (CDI) we've added a few quick fixes against some of the more common issues our validator finds.
This allows you to use Ctrl+1 on warnings and fix issues. For example fixing @Produces annotations on non-static methods in a Session Bean by making the method static.
We've also added support for the Maven integration to enable CDI automatically if/when your pom.xml file referenes the CDI api jars. Making it simple to import a Maven based CDI project and have all features enabled.
h2. Feedback
There is more shown in http://docs.jboss.org/tools/whatsnew What's New, take a look, try the release and let us know how it goes! If nothing major is found we'll be releasing the final version within the next couple of weeks.
Have fun!
--------------------------------------------------------------
Comment by going to Community
[http://community.jboss.org/community/tools/blog/2011/01/27/jboss-tools-32...]
15 years, 2 months
[JBoss Tools] - JBoss tools BPMN convert Unhandled event loop exception
by ryu leon
ryu leon [http://community.jboss.org/people/ryuleonheart] created the discussion
"JBoss tools BPMN convert Unhandled event loop exception"
To view the discussion, visit: http://community.jboss.org/message/583559#583559
--------------------------------------------------------------
When I export the BPMN exported from Intalio, also known as Eclipse STP BPMN model (modeler.bpmn) to jPDL by using JBoss tool,
This error is shown every time I choose my process pool and click on the next button (in the export window BPMN to jPDL)
Enviroment:
*
*
*Eclipse 3.6.1 (Helios SR1) with JBoss tools 3.2.0 installed*
*Error logs: "Unhandled event loop exception"*
> java.lang.NullPointerException
> at org.jboss.tools.jbpm.convert.bpmnto.wizard.ProjectFilter.hasBPMNResources(BPMNResourcesChoicePage.java:148)
> at org.jboss.tools.jbpm.convert.bpmnto.wizard.ProjectFilter.hasBPMNResources(BPMNResourcesChoicePage.java:153)
> at org.jboss.tools.jbpm.convert.bpmnto.wizard.ProjectFilter.select(BPMNResourcesChoicePage.java:135)
> at org.eclipse.jface.viewers.ViewerFilter.filter(ViewerFilter.java:51)
> at org.eclipse.jface.viewers.StructuredViewer.getFilteredChildren(StructuredViewer.java:900)
> at org.eclipse.jface.viewers.AbstractTreeViewer.getSortedChildren(AbstractTreeViewer.java:601)
> at org.eclipse.jface.viewers.AbstractTreeViewer$1.run(AbstractTreeViewer.java:801)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:778)
> at org.eclipse.jface.viewers.TreeViewer.createChildren(TreeViewer.java:644)
> at org.eclipse.jface.viewers.AbstractTreeViewer.createChildren(AbstractTreeViewer.java:749)
> at org.eclipse.jface.viewers.AbstractTreeViewer.internalInitializeTree(AbstractTreeViewer.java:1492)
> at org.eclipse.jface.viewers.TreeViewer.internalInitializeTree(TreeViewer.java:833)
> at org.eclipse.jface.viewers.AbstractTreeViewer$5.run(AbstractTreeViewer.java:1476)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1422)
> at org.eclipse.jface.viewers.TreeViewer.preservingSelection(TreeViewer.java:403)
> at org.eclipse.jface.viewers.StructuredViewer.preservingSelection(StructuredViewer.java:1383)
> at org.eclipse.jface.viewers.AbstractTreeViewer.inputChanged(AbstractTreeViewer.java:1469)
> at org.eclipse.jface.viewers.ContentViewer.setInput(ContentViewer.java:274)
> at org.eclipse.jface.viewers.StructuredViewer.setInput(StructuredViewer.java:1664)
> at org.jboss.tools.jbpm.convert.bpmnto.wizard.BPMNResourcesChoicePage.initializePage(BPMNResourcesChoicePage.java:72)
> at org.jboss.tools.jbpm.convert.bpmnto.wizard.AbstractConvertWizardPage.createControl(AbstractConvertWizardPage.java:45)
> at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
> at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
> at org.eclipse.jface.wizard.WizardDialog.setWizard(WizardDialog.java:1162)
> at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:1221)
> at org.eclipse.jface.wizard.WizardDialog.access$4(WizardDialog.java:1218)
> at org.eclipse.jface.wizard.WizardDialog$6.run(WizardDialog.java:1207)
> at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
> at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:1205)
> at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:894)
> at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:426)
> at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
> at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
> at org.eclipse.jface.window.Window.open(Window.java:801)
> at org.eclipse.ui.internal.handlers.WizardHandler$Export.executeHandler(WizardHandler.java:98)
> at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
> at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
> at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
> at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
> at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
> at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
> at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
> at org.eclipse.ui.internal.actions.CommandAction.run(CommandAction.java:171)
> at org.eclipse.ui.actions.ExportResourcesAction.run(ExportResourcesAction.java:116)
> at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
> at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
> at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
> at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3540)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3161)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640)
> at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
> at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438)
> at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> 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:369)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
> 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:597)
> at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
> at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
>
Any ideas would help. Thank you
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/583559#583559]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 2 months
[JBoss Tools] - Cannot install jboss-5.1.0.GA (Unable to build maven modules)
by Pranay Choudhary
Pranay Choudhary [http://community.jboss.org/people/choudharypranay] created the discussion
"Cannot install jboss-5.1.0.GA (Unable to build maven modules)"
To view the discussion, visit: http://community.jboss.org/message/582781#582781
--------------------------------------------------------------
Hi,
I was trying to install jboss5 using ports in freebsd 8.1.
I updated my ports and made a bulid of the source.
This is the output:
> pc-bsd# make install clean
> ===> Building for jboss-5.1.0.GA_1,1
> Buildfile: /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/build/build.xml
>
> maven-init:
> [echo] Maven Home set to /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/tools/maven
>
> maven-install:
> [java] [INFO] Scanning for projects...
> [java] [INFO] Reactor build order:
> [java] [INFO] JBossAS Component Matrix
> [java] [INFO] JBoss Application Server Parent POM
> [java] [INFO] JBoss Application Server Thirdparty Build
> [java] WAGON_VERSION: 1.0-beta-2
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Building JBossAS Component Matrix
> [java] [INFO] task-segment: [install]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [site:attach-descriptor]
> [java] [INFO] Preparing source:jar
> [java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [source:jar {execution: attach-sources}]
> [java] [INFO] [install:install]
> [java] [INFO] Installing /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/component-matrix/pom.xml to /root/.m2/repository/org/jboss/jbossas/jboss-as-component-matrix/5.1.0.GA/jboss-as-component-matrix-5.1.0.GA.pom
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Building JBoss Application Server Parent POM
> [java] [INFO] task-segment: [install]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}]
> [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
> [java] [INFO] [site:attach-descriptor]
> [java] [INFO] Preparing source:jar
> [java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}]
> [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
> [java] [INFO] [source:jar {execution: attach-sources}]
> [java] [INFO] [install:install]
> [java] [INFO] Installing /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/pom.xml to /root/.m2/repository/org/jboss/jbossas/jboss-as-parent/5.1.0.GA/jboss-as-parent-5.1.0.GA.pom
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Building JBoss Application Server Thirdparty Build
> [java] [INFO] task-segment: [install]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}]
> [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
> [java] [INFO] [enforcer:enforce {execution: ban-app-server-modules}]
> [java] [INFO] [dependency:sources {execution: download-sources}]
> [java] [INFO] [jboss-license:download-licenses {execution: default}]
> [java] [INFO] Downloading licenses
> [java] [INFO] [buildmagic-thirdparty:build-thirdparty {execution: build-thirdparty}]
> [java] [INFO] Copying dependencies to thirdparty directories...
> [java] [INFO] Generating component info files...
> [java] [INFO] Creating libraries.ent...
> [java] [INFO] [buildmagic-thirdparty:build-thirdparty {execution: build-thirparty-testsuite}]
> [java] [INFO] Copying dependencies to thirdparty directories...
> [java] [INFO] Generating component info files...
> [java] [INFO] Creating testsuite-libraries.ent...
> [java] [INFO] [site:attach-descriptor]
> [java] [INFO] Preparing source:jar
> [java] [WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
> [java] [INFO] [enforcer:enforce {execution: ban-bad-dependencies}]
> [java] [INFO] [enforcer:enforce {execution: enforce-java-maven-versions}]
> [java] [INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
> [java] [INFO] [enforcer:enforce {execution: ban-app-server-modules}]
> [java] [INFO] [dependency:sources {execution: download-sources}]
> [java] [INFO] [source:jar {execution: attach-sources}]
> [java] [INFO] [install:install]
> [java] [INFO] Installing /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/thirdparty/pom.xml to /root/.m2/repository/org/jboss/jbossas/jboss-as-thirdparty/5.1.0.GA/jboss-as-thirdparty-5.1.0.GA.pom
> [java] [INFO]
> [java] [INFO]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Reactor Summary:
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] JBossAS Component Matrix .............................. SUCCESS [4.452s]
> [java] [INFO] JBoss Application Server Parent POM ................... SUCCESS [0.076s]
> [java] [INFO] JBoss Application Server Thirdparty Build ............. SUCCESS [7.875s]
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] BUILD SUCCESSFUL
> [java] [INFO] ------------------------------------------------------------------------
> [java] [INFO] Total time: 14 seconds
> [java] [INFO] Finished at: Mon Jan 24 14:39:32 IST 2011
> [java] [INFO] Final Memory: 37M/88M
> [java] [INFO] ------------------------------------------------------------------------
> [java] Java Result: 137
>
> BUILD FAILED
> /usr/ports/java/jboss5/work/jboss-5.1.0.GA-src/build/build.xml:1084: Unable to build maven modules. See maven output for details.
>
> Total time: 16 seconds
> *** Signal 9
>
> Stop in /usr/ports/java/jboss5
this is my Java version:
> # java -version
> java version "1.6.0_22"
> Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
> Java HotSpot(TM) Client VM (build 17.1-b03, mixed mode)
and this is my freebsd version:
> FreeBSD xxxx.xxxxx.xxxxx 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 mailto:root@almeida.cse.buffalo.edu root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
I googled for the solution but did not find any appropriate solution
Please Help.
Thanks in advance.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/582781#582781]
Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
15 years, 2 months