Petals Forum (ESB, SOA, Governance) Forum Index
All you need about Petals !
Petals@OW2 - Forge - Petals Link - Twitter
 
    Not registered ? Sign-up to join Petals community !    

FAQ    Mailing-lists    Search    Memberlist    Usergroups    Personal profile    Log in
BPEL Designer updated for Ganymede
 
Post new topic   Reply to topic    Petals Forum (ESB, SOA, Governance) Forum Index -> Petals Studio
Author Message
vzurczak
Member


Joined: 17 Jul 2008
Posts: 273
Location: Grenoble, FR

PostPosted: Wed Oct 01, 2008 1:25 pm   Reply with quote

Just to announce that the BPEL Designer was ported on Ganymede.

Arrow http://dev.eclipse.org/mhonarc/lists/bpel-dev/msg00856.html

For the moment, the update site is still the previous one, but you can build the plug-in from the repository.


Last edited by vzurczak on Wed Jan 21, 2009 12:38 am; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
nguyen
Member


Joined: 30 Sep 2008
Posts: 21

PostPosted: Mon Oct 20, 2008 3:30 pm   Reply with quote

Hi

I tried install the bpel package M320070824.zip dowloaded from the directory BPEL Designer to my eclipse Ganymede.
The wizard BPEL 2.0 has been installed and I could create an BPEL project in Ganymede.
But when I opened the bpel file genered, I got an error :

A stack overflow error has occurred
Unhandled event loop exception
java.lang.StackOverflowError

Thank in advance

This is the Eclipse log :

Code:
!ENTRY org.eclipse.ui.workbench 4 0 2008-10-20 16:15:05.154
!MESSAGE An unexpected exception was thrown.
!STACK 0
java.lang.NullPointerException
   at org.eclipse.bpel.ui.actions.RenameAction.calculateEnabled(Unknown Source)
   at org.eclipse.gef.ui.actions.WorkbenchPartAction.refresh(WorkbenchPartAction.java:119)
   at org.eclipse.gef.ui.actions.SelectionAction.handleSelectionChanged(SelectionAction.java:85)
   at org.eclipse.gef.ui.actions.SelectionAction.setSelection(SelectionAction.java:96)
   at org.eclipse.gef.ui.actions.SelectionAction.update(SelectionAction.java:117)
   at org.eclipse.gef.ui.parts.GraphicalEditor.updateActions(GraphicalEditor.java:414)
   at org.eclipse.bpel.common.ui.palette.GraphicalEditorWithPalette.selectionChanged(Unknown Source)
   at org.eclipse.ui.internal.AbstractSelectionService.fireSelection(AbstractSelectionService.java:156)
   at org.eclipse.ui.internal.AbstractSelectionService$1.selectionChanged(AbstractSelectionService.java:62)
   at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:162)
   at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
   at org.eclipse.core.runtime.Platform.run(Platform.java:880)
   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.viewers.Viewer.fireSelectionChanged(Viewer.java:160)
   at org.eclipse.jface.viewers.StructuredViewer.updateSelection(StructuredViewer.java:2062)
   at org.eclipse.jface.viewers.StructuredViewer.handleSelect(StructuredViewer.java:1138)
   at org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected(StructuredViewer.java:1168)
   at org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenStrategy.java:227)
   at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.java:221)
   at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:388)
   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:3823)
   at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)
   at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
   at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
   at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
   at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
   at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
   at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
   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:193)
   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:386)
   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:549)
   at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
   at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
Back to top
View user's profile Send private message
vzurczak
Member


Joined: 17 Jul 2008
Posts: 273
Location: Grenoble, FR

PostPosted: Mon Oct 20, 2008 3:39 pm   Reply with quote

Hi. Smile

M320070824.zip means "Milestone 3, built on August 24th 2007", much before Ganymede's release.
Besides, there are some incompatibilities between GMF for Ganymede and GMF for Europa (it seems that the GMF team has broken API rules).
Therefore, this kind of exception is not surprising.

I would rather advise you to build the plug-in from the CVS / SVN sources.
I will see tomorrow if I can make such a build for the PEtALS team, with a fine local update site.
Back to top
View user's profile Send private message Visit poster's website
alouis
Guest





PostPosted: Mon Oct 20, 2008 3:41 pm   Reply with quote

Hi,
This kind of problem better takes place on Eclipse forums instead of PEtALS one Wink
Back to top
Mathieu
Site Admin


Joined: 03 Jun 2008
Posts: 187

PostPosted: Mon Oct 20, 2008 3:42 pm   Reply with quote

Hi nguyen, thanks for your post (that I can't respond, unfortunately)
If your are writing from the forum web interface (I mean, not by the associated mailing-list), could you use the [ code] [ /code] tags to insert the code ?
It is much more easy to read, if you do so (especially when there are many lines)
Thanks !

Mathieu
_________________
Petals ESB, the open source ESB based on standards, and distributed along multiple servers.
Back to top
View user's profile Send private message
nguyen
Member


Joined: 30 Sep 2008
Posts: 21

PostPosted: Tue Oct 21, 2008 10:39 am   Reply with quote

Hi,

I resolved the problem by building the plug-in BPEL from the CVS / SVN sources.

Thank !
Back to top
View user's profile Send private message
Jérémie Doucy
Member


Joined: 23 Jul 2008
Posts: 36
Location: Elancourt

PostPosted: Thu May 28, 2009 2:49 pm   Reply with quote

Just for information, the update site is now ok.
_________________
Information Processing, Control and Cognition (IPCC)
EADS Defence and Security Systems
http://weblab-project.org
Back to top
View user's profile Send private message Visit poster's website
vzurczak
Member


Joined: 17 Jul 2008
Posts: 273
Location: Grenoble, FR

PostPosted: Sun May 31, 2009 3:59 pm   Reply with quote

Jérémie Doucy wrote:
Just for information, the update site is now ok.

Indeed.
Which is kind of funny because the next version of Eclipse (Galileo) will be released in about a month.
I hope they will put another update site online for Galileo.
Back to top
View user's profile Send private message Visit poster's website
frankiben123
Welcome me, I'm new


Joined: 06 Jul 2009
Posts: 1

PostPosted: Mon Jul 06, 2009 7:11 am   Reply with quote

thanks...nice post
sales tracking software
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Petals Forum (ESB, SOA, Governance) Forum Index -> Petals Studio
All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum