Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] RE: BPEL plugin list

Dear Michael and Simon,

 

Thank you for your answer.


I’ve imported the WSDL and XSD models that come with the wtp-all-in-one eclipse distribution I’m using. In fact, I can open the XSD and WSDL ecore and genmodel files and there are no errors. So I don’t know where the problem is.

I’ll keep researching, but maybe you have faced this problem before.

Best regards,

 

Rafael Llarena

 

 

You need the WSDL and XSD ecore models to not have this problem. Simon probably knows this ....

Simon, what plugins have these source files ?

 
I noticed that I can't find the ecore models for WSDL and XSD in my eclipse distro. I've found them in the plugins in the CVS repository but I think they are "slightly" different than what we have been using.

-michal

Rafael Llarena Gomez wrote:

Hello,

 

I’m interested in the BPEL Eclipse plug-in. I’m subscribed to the distribution list. I’ve tried to send a message but it has been bounced twice (is it a restricted list?).

I’ve found this problem and I don’t know if you can help me.

I’ve tried to make a little modification in the bpel model. I make the changes in the bpel.ecore, and they are applied to the bpel.genmodel. But The options of “Generate” are not enabled so I can’t execute them. I’ve seen that, when opening the bpel.genmodel, this exception is raised, so I guess the problem might be related:

(If this is not the appropriate channel for this, sorry for the inconvenience)



 

eclipse.buildId=M20060921-0945

java.version=1.4.2_12

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES

Command-line arguments:  -os win32 -ws win32 -arch x86

 

Warning

Tue Feb 20 17:25:12 CET 2007

 

 

java.lang.NullPointerException

            at org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.findGenPackageHelper(GenBaseImpl.java:802)

            at org.eclipse.emf.codegen.ecore.genmodel.impl.GenBaseImpl.findGenPackage(GenBaseImpl.java:874)

            at org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl.computeMissingUsedGenPackages(GenModelImpl.java:5794)

            at org.eclipse.emf.codegen.ecore.genmodel.impl.GenModelImpl.reconcile(GenModelImpl.java:5762)

            at org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.initialize(GenModelEditor.java:391)

            at org.eclipse.emf.codegen.ecore.genmodel.presentation.GenModelEditor.createPages(GenModelEditor.java:693)

            at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:276)

            at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:596)

            at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:372)

            at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:566)

            at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:214)

            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2595)

            at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2528)

            at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2520)

            at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2505)

            at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)

            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2500)

            at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2485)

            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:388)

            at org.eclipse.ui.ide.IDE.openEditor(IDE.java:350)

            at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:275)

            at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:139)

            at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)

            at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:190)

            at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:174)

            at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:267)

            at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:243)

            at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:306)

            at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:653)

            at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:817)

            at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)

            at org.eclipse.core.runtime.Platform.run(Platform.java:843)

            at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)

            at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)

            at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:815)

            at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1069)

            at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1168)

            at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:249)

            at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:243)

            at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:283)

            at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)

            at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)

            at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)

            at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)

            at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)

            at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)

            at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)

            at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

            at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)

            at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

            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:324)

            at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

            at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

            at org.eclipse.core.launcher.Main.run(Main.java:977)

            at org.eclipse.core.launcher.Main.main(Main.java:952)

 

 

-- 
 
Rafael Llarena Gómez
 
 
 

 




-- 
Michal Chmielewski, CMTS, Oracle Corp, 
W:650-506-5952 / M:408-209-9321 
 
"Manuals ?! What manuals ? Son, it's Unix, you just gotta know." 

Back to the top