<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>news.eclipse.technology.bpel-designer</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/maillist.html</link>
		<description>NewsGroup: news.eclipse.technology.bpel-designer</description>
		<language>en-us</language>
		<pubDate>Tue, 16 Jun 2009 17:52:24 GMT</pubDate>
		<lastBuildDate>Tue, 16 Jun 2009 17:52:24 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>news.eclipse.technology.bpel-designer</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/maillist.html</link>
		</image>
 

	<item>
		<title>[news.eclipse.technology.bpel-designer] Re: How to get BPEL source ?</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00380.html</link>
		<description>I have got it. Use Repository : /cvsroot/technology </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">I have got it. Use Repository : /cvsroot/technology</pre><br>
<br>
]]></content:encoded>
		<pubDate>Tue, 16 Jun 2009 17:37:32 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00380.html</guid>
		<author>kiddylxt@xxxxxxx (Xitong Li)</author>
	</item>
	<item>
		<title>[news.eclipse.technology.bpel-designer] Where can I get the source	code for reading and writing BPEL files</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00379.html</link>
		<description>I want to find the Java APIs to read and write BPEL files. Where can I get the source code? I want to integrate these Java APIs into my demo application. Any suggestion is highly appreciated! </description>
		<content:encoded><![CDATA[<tt>I want to find the Java APIs to read and write BPEL files. Where can I get 
the source code? I want to integrate these Java APIs into my demo 
application. Any suggestion is highly appreciated!</tt><br>
<br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Tue, 16 Jun 2009 17:12:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00379.html</guid>
		<author>kiddylxt@xxxxxxx (Xitong Li)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Problem when open a bpel	file</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00378.html</link>
		<description>Hi, i try to open a bpel file with following code: BPELPackage.eINSTANCE.eClass(); Resource.Factory.Registry reg = Resource.Factory.Registry.INSTANCE; Map&amp;lt;String, Object&amp;gt; m = reg.getExtensionToFactoryMap(); m.put(&amp;quot;bpel&amp;quot;, new BPELResourceFactoryImpl()); Res...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi,
i try to open a bpel file with following code:</pre><br>
<pre style="margin: 0em;">BPELPackage.eINSTANCE.eClass();
Resource.Factory.Registry reg = Resource.Factory.Registry.INSTANCE;
Map&lt;String, Object&gt; m = reg.getExtensionToFactoryMap();
m.put(&quot;bpel&quot;, new BPELResourceFactoryImpl());
ResourceSet resSet = new ResourceSetImpl();
URI uri = URI.createURI(&quot;test/SynchronousSample.bpel&quot;);
Resource resource = resSet.getResource(uri, true);
Process process = (Process)resource.getContents().get(0);</pre><br>
<pre style="margin: 0em;">and i got some error messages:</pre><br>
<tt>Exception in thread &quot;main&quot; java.lang.IllegalStateException: INamespaceMap 
cannot be attached to an eObject<br>
	at 
org.eclipse.bpel.model.util.BPELUtils.getNamespaceMap(BPELUtils.java:260)<br>
	at 
org.eclipse.bpel.model.resource.BPELReader.saveNamespacePrefix(BPELReader.java:512)<br>
	at 
org.eclipse.bpel.model.resource.BPELReader.xml2Process(BPELReader.java:932)<br>
	at 
org.eclipse.bpel.model.resource.BPELReader.xml2Resource(BPELReader.java:912)<br>
	at org.eclipse.bpel.model.resource.BPELReader.pass1(BPELReader.java:389)<br>
	at org.eclipse.bpel.model.resource.BPELReader.read(BPELReader.java:321)<br>
	at 
org.eclipse.bpel.model.resource.BPELResourceImpl.doLoad(BPELResourceImpl.java:132)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1445)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1241)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)<br>
	at main(Loadtest.java:38)</tt><br>
<br>
<pre style="margin: 0em;"><br>i do not know how to solve it. Can anyone give me some advices?</pre><br>
<pre style="margin: 0em;">regards</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 08 May 2009 10:57:29 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00378.html</guid>
		<author>lancelot2k4@xxxxxxx (lancel lau)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Re: ExtensionPoint for	Tabbed Properties question</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00377.html</link>
		<description>anyone here? </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">anyone here?</pre><br>
<br>
]]></content:encoded>
		<pubDate>Fri, 17 Apr 2009 17:13:40 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00377.html</guid>
		<author>c.fonden@xxxxxxx (Christian Fonden)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Installing BPEL in Eclipse	Ganymede withoutt creating a run configuration</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00376.html</link>
		<description>Get the latest and greatest BPEL Designer code as described below Switch to the CVS perspective by clicking Window-&amp;gt;Open Perspective-&amp;gt;Other-&amp;gt;CVS Repository Exploring. 10. Right-click in the ?CVS Repositories? View to add a new Repository Location. 11. Fill...</description>
		<content:encoded><![CDATA[<tt>Get the latest and greatest BPEL Designer code as described below<br>
Switch to the CVS perspective by<br>
clicking Window-&gt;Open Perspective-&gt;Other-&gt;CVS Repository Exploring.<br>
10. Right-click in the ?CVS Repositories? View to add a new Repository 
Location.<br>
11. Fill the dialog as follows and click Finish.</tt><br>
<br>
<pre style="margin: 0em;">Host = dev.eclipse.org
Repository  Path = /cvsroot/technology
User = anonymous
Password = leave blank</pre><br>
<pre style="margin: 0em;">Click Finish</pre><br>
<tt>Expand ?org.eclipse.bpel/plugins? under HEAD. Select the following plugins:<br>
* org.eclipse.bpel.apache.ode.deploy.model<br>
* org.eclipse.bpel.apache.ode.deploy.ui<br>
* org.eclipse.bpel.apache.ode.runtime<br>
* org.eclipse.bpel.common.model<br>
* org.eclipse.bpel.common.ui<br>
* org.eclipse.bpel.model<br>
* org.eclipse.bpel.runtimes<br>
* org.eclipse.bpel.ui<br>
* org.eclipse.bpel.wsil.model<br>
Right-click on the selection and select ?Check out?. Wait until the 
checkout operation<br>
has been finished.<br>
Switch Back to the Java Perspective by selecting Window-&gt;Open Perspective-
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Other-&gt;Java(default)
</tt></blockquote><tt>In case you?ll find some compile errors. Go to Window-&gt;Preferences-&gt;Java-
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><tt>Compiler-&gt; Errors/Warnings. Expand the ?Deprecated and restricted API?
</tt></blockquote><tt>section. Set the ?Forbidden reference (access rules)? to ?Warning? 
(instead of<br>
Error). Click OK, click ?Yes? on the rebuild dialog that appears.<br>
Now your package Explorer View should show all the plug-ins, and no compile<br>
errors should be there</tt><br>
<br>
<pre style="margin: 0em;">1a. Jar the compiled files up.  Files Should found at %ECLISPE_WORKSPACE%</pre><br>
<tt>1b. Alternatively, you can download the BPEL plugin Files from 
<a  href="http://www.miketech.net/bpel-designer.zip">http://www.miketech.net/bpel-designer.zip</a>,  unzip it and then copy the 
compiled contents of the folders in %ECLISPE_WORKSPACE% to the 
corresponding jar files (i.e. the ones from 
<a  href="http://www.miketech.net/bpel-designer.zip">http://www.miketech.net/bpel-designer.zip</a>) using a tool like winrar e.g. 
if you have org.eclipse.bpel.apache.ode.runtime_0.4.0.jar in the 
downloaded zip, copy the contents from the folder corresponding folder in 
%ECLIPSE_WORKSPACE%\org.eclipse.bpel.apache.ode.runtime to 
org.eclipse.bpel.apache.ode.runtime_0.4.0.jar</tt><br>
<br>
<tt>Once you?ve finished either 1a or 1b, copy the new jar files and paste 
them in %ECLIPSE_HOME%\plugins and restart Eclipse</tt><br>
<br>
<pre style="margin: 0em;">Ganymede should now see the new plugins</pre><br>
<pre style="margin: 0em;"><br></pre><br>
]]></content:encoded>
		<pubDate>Thu, 02 Apr 2009 11:20:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00376.html</guid>
		<author>quophyie@xxxxxxx (George Badu)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Using the BPEL plugin to	debug??</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00375.html</link>
		<description>I can design and deploy using the BPEL pluginb but I can't find any documentation that shows me how I can set a breakpoint within my BPEL process and look at the variables. If you know how this can be done please let me know. Thanks!! </description>
		<content:encoded><![CDATA[<tt>I can design and deploy using the BPEL pluginb but I can't find any 
documentation that shows me how I can set a breakpoint within my BPEL 
process and look at the variables. </tt><br>
<br>
<tt>If you know how this can be done please let me know. </tt><br>
<br>
<pre style="margin: 0em;">Thanks!!</pre><br>
<br>
]]></content:encoded>
		<pubDate>Wed, 01 Apr 2009 21:27:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00375.html</guid>
		<author>sia@xxxxxxx (pastafarian )</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Re: BPEL-Designer - Jars	for Ganymede created</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00374.html</link>
		<description>Hi Michael, I resolved the problems (the java.io.FileNotFoundException: /functions/functions.xml) by deleting the jar org.eclipse.bpel.examples.extensionPoints_0.3.0 Just wonder whether this will omit any functionalities of the BPEL Designer? Thanks! Regar...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Michael,</pre><br>
<tt>I resolved the problems (the java.io.FileNotFoundException: 
/functions/functions.xml) by deleting the jar 
org.eclipse.bpel.examples.extensionPoints_0.3.0</tt><br>
<br>
<tt>Just wonder whether this will omit any functionalities of the BPEL 
Designer?</tt><br>
<br>
<pre style="margin: 0em;">Thanks!</pre><br>
<pre style="margin: 0em;">Regards,
Chai</pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 23 Mar 2009 16:29:10 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00374.html</guid>
		<author>zhongcai@xxxxxxx (Chai )</author>
	</item>
	<item>
		<title>[news.eclipse.technology.bpel-designer] Re: BPEL-Designer - Jars	for Ganymede created</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00373.html</link>
		<description>Hi Michael, I downloaded your BPEL jars and installed to my eclipse-jee-ganymede version 3.4.2 (it is a fresh installation, in order to test the BPEL designer). I encountered this error when i opened a bpel file: 'Reading XPath Function Registry ...' has e...</description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Michael,</pre><br>
<tt>I downloaded your BPEL jars and installed to my eclipse-jee-ganymede 
version 3.4.2 (it is a fresh installation, in order to test the BPEL 
designer). </tt><br>
<br>
<tt>I encountered this error when i opened a bpel file:<br>
'Reading XPath Function Registry ...' has encountered a problem. 
java.io.FileNotFoundException: /functions/functions.xml</tt><br>
<br>
<tt>And when I try to edit the Xpath expression in the Assign (in my bpel 
diagram) properties, i encountered this error:<br>
An error has occurred. See error log for more details. An error has 
occurred when activating this view. An error has occurred when activating 
this view<br>
java.io.FileNotFoundException: /functions/functions.xml</tt><br>
<br>
<pre style="margin: 0em;">I extracted the following error message from the eclipse error log:</pre><br>
<tt>!ENTRY org.eclipse.bpel.ui 4 0 2009-03-23 22:20:11.057<br>
!MESSAGE java.io.FileNotFoundException: /functions/functions.xml<br>
!STACK 0<br>
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: 
java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)<br>
	at 
org.eclipse.bpel.common.BPELResourceSet.getResource(BPELResourceSet.java:92)<br>
	at 
org.eclipse.bpel.common.extension.model.Activator.load(Activator.java:168)<br>
	at 
org.eclipse.bpel.fnmeta.FunctionLibrary.getRegistryForLanguage(FunctionLibrary.java:72)<br>
	at org.eclipse.bpel.ui.expressions.Functions.&lt;init&gt;(Functions.java:35)<br>
	at 
org.eclipse.bpel.ui.expressions.Functions.getInstance(Functions.java:52)<br>
	at org.eclipse.bpel.ui.BPELUIPlugin$2.run(BPELUIPlugin.java:302)<br>
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)<br>
Caused by: java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler.findBundleEntry(Handler.java:44)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleResourceHandler.openConnection(BundleResourceHandler.java:168)<br>
	at java.net.URL.openConnection(Unknown Source)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:110)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:91)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.getInputStream(PlatformURLConnection.java:229)<br>
	at 
org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:178)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:301)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1212)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)<br>
	... 7 more</tt><br>
<br>
<tt>!ENTRY org.eclipse.bpel.ui 4 0 2009-03-23 22:20:11.791<br>
!MESSAGE java.io.FileNotFoundException: /functions/functions.xml<br>
!STACK 0<br>
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: 
java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)<br>
	at 
org.eclipse.bpel.common.BPELResourceSet.getResource(BPELResourceSet.java:92)<br>
	at 
org.eclipse.bpel.common.extension.model.Activator.load(Activator.java:168)<br>
	at 
org.eclipse.bpel.fnmeta.FunctionLibrary.getRegistryForLanguage(FunctionLibrary.java:72)<br>
	at org.eclipse.bpel.ui.expressions.Functions.&lt;init&gt;(Functions.java:35)<br>
	at 
org.eclipse.bpel.ui.expressions.Functions.getInstance(Functions.java:52)<br>
	at org.eclipse.bpel.ui.BPELUIPlugin$2.run(BPELUIPlugin.java:302)<br>
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)<br>
Caused by: java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler.findBundleEntry(Handler.java:44)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleResourceHandler.openConnection(BundleResourceHandler.java:168)<br>
	at java.net.URL.openConnection(Unknown Source)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:110)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:91)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.getInputStream(PlatformURLConnection.java:229)<br>
	at 
org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:178)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:301)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1212)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)<br>
	... 7 more</tt><br>
<br>
<tt>!ENTRY org.eclipse.ui.workbench 4 2 2009-03-23 22:20:50.338<br>
!MESSAGE Problems occurred when invoking code from plug-in: 
&quot;org.eclipse.ui.workbench&quot;.<br>
!STACK 0<br>
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: 
java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)<br>
	at 
org.eclipse.bpel.common.BPELResourceSet.getResource(BPELResourceSet.java:92)<br>
	at 
org.eclipse.bpel.common.extension.model.Activator.load(Activator.java:168)<br>
	at 
org.eclipse.bpel.fnmeta.FunctionLibrary.getRegistryForLanguage(FunctionLibrary.java:72)<br>
	at org.eclipse.bpel.ui.expressions.Functions.&lt;init&gt;(Functions.java:35)<br>
	at 
org.eclipse.bpel.ui.expressions.Functions.getInstance(Functions.java:52)<br>
	at 
org.eclipse.bpel.ui.expressions.XPathExpressionEditor.addExtraStoreCommands(XPathExpressionEditor.java:649)<br>
	at 
org.eclipse.bpel.ui.properties.ExpressionAssignCategory.newStoreToModelCommand(ExpressionAssignCategory.java:179)<br>
	at 
org.eclipse.bpel.ui.properties.TextSection$2.createApplyCommand(TextSection.java:98)<br>
	at 
org.eclipse.bpel.common.ui.command.EditModelCommandFramework.finishCurrentChange(EditModelCommandFramework.java:175)<br>
	at 
org.eclipse.bpel.common.ui.command.EditModelCommandFramework.applyCurrentChange(EditModelCommandFramework.java:103)<br>
	at 
org.eclipse.bpel.ui.properties.ExpressionSection$4.focusOut(ExpressionSection.java:692)<br>
	at 
org.eclipse.bpel.ui.expressions.AbstractExpressionEditor.notifyFocusOut(AbstractExpressionEditor.java:84)<br>
	at 
org.eclipse.bpel.ui.expressions.XPathExpressionEditor$2.focusLost(XPathExpressionEditor.java:232)<br>
	at 
org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:137)<br>
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)<br>
	at org.eclipse.swt.widgets.Control.sendFocusEvent(Control.java:2429)<br>
	at org.eclipse.swt.widgets.Widget.wmKillFocus(Widget.java:1765)<br>
	at org.eclipse.swt.widgets.Control.WM_KILLFOCUS(Control.java:4130)<br>
	at org.eclipse.swt.widgets.Canvas.WM_KILLFOCUS(Canvas.java:429)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3820)<br>
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.SetFocus(Native Method)<br>
	at org.eclipse.swt.widgets.Control.forceFocus(Control.java:974)<br>
	at org.eclipse.swt.widgets.Control.setFocus(Control.java:2811)<br>
	at org.eclipse.swt.widgets.Composite.setFocus(Composite.java:927)<br>
	at 
org.eclipse.bpel.common.ui.tray.GraphicalEditorWithPaletteAndTray.setFocus(GraphicalEditorWithPaletteAndTray.java:118)<br>
	at 
org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:1016)<br>
	at 
org.eclipse.ui.part.MultiPageEditorPart.setFocus(MultiPageEditorPart.java:998)<br>
	at org.eclipse.ui.internal.PartPane.setFocus(PartPane.java:325)<br>
	at org.eclipse.ui.internal.EditorPane.setFocus(EditorPane.java:127)<br>
	at org.eclipse.ui.internal.WorkbenchPage$3.run(WorkbenchPage.java:622)<br>
	at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)<br>
	at org.eclipse.core.runtime.Platform.run(Platform.java:880)<br>
	at 
org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:617)<br>
	at 
org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:3487)<br>
	at 
org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:3034)<br>
	at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:272)<br>
	at 
org.eclipse.ui.internal.EditorPane.requestActivation(EditorPane.java:98)<br>
	at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:236)<br>
	at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)<br>
	at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1008)<br>
	at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:1353)<br>
	at org.eclipse.swt.widgets.Shell.WM_MOUSEACTIVATE(Shell.java:2195)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3830)<br>
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)<br>
	at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1576)<br>
	at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:1937)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProcW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.DefWindowProc(OS.java:2366)<br>
	at org.eclipse.swt.widgets.Scrollable.callWindowProc(Scrollable.java:79)<br>
	at org.eclipse.swt.widgets.Control.windowProc(Control.java:3877)<br>
	at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337)<br>
	at org.eclipse.swt.widgets.Display.windowProc(Display.java:4541)<br>
	at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)<br>
	at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:2880)<br>
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3417)<br>
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2384)<br>
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2348)<br>
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2200)<br>
	at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:495)<br>
	at 
org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)<br>
	at 
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:490)<br>
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br>
	at 
org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)<br>
	at 
org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)<br>
	at 
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)<br>
	at 
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br>
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br>
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br>
	at java.lang.reflect.Method.invoke(Unknown Source)<br>
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)<br>
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)<br>
	at org.eclipse.equinox.launcher.Main.run(Main.java:1236)<br>
Caused by: java.io.FileNotFoundException: /functions/functions.xml<br>
	at 
org.eclipse.osgi.framework.internal.protocol.bundleentry.Handler.findBundleEntry(Handler.java:44)<br>
	at 
org.eclipse.osgi.framework.internal.core.BundleResourceHandler.openConnection(BundleResourceHandler.java:168)<br>
	at java.net.URL.openConnection(Unknown Source)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:110)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.connect(PlatformURLConnection.java:91)<br>
	at 
org.eclipse.core.internal.boot.PlatformURLConnection.getInputStream(PlatformURLConnection.java:229)<br>
	at 
org.eclipse.emf.ecore.resource.impl.URIHandlerImpl.createInputStream(URIHandlerImpl.java:178)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:301)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1212)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:255)<br>
	at 
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:270)<br>
	... 133 more</tt><br>
<br>
<tt>Actually, before I download and install your BPEL jars, i have tried with 
the CVS version (downloaded on 17 March 2009) of the BPEL Designer. 
Everything was fine if I run the designer using the Run Configuration. But 
when i exported all plugins as jar files and installed as the Eclipse 
plugins, the above errors were encountered. Exactly the same errors 
observed when using your BPEL jars.</tt><br>
<br>
<tt>Any clues of the problems? When i searched through the source directory of 
the plugins, i only found a functions.xml file under the folder 
org.eclipse.bpel.examples.extensionPoints\functions</tt><br>
<br>
<pre style="margin: 0em;">Thanks!</pre><br>
<pre style="margin: 0em;">Regards,
Chai</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Mon, 23 Mar 2009 14:48:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00373.html</guid>
		<author>zhongcai@xxxxxxx (Chai )</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] ExtensionPoint for Tabbed	Properties question</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00372.html</link>
		<description>I recently created some ExtensionActivity elements for BPEL and have successfully imported them into the eclipse BPEL designer. Also, adding them to the palette was no problem. Now I want to be able to change some properties of that extension activity obje...</description>
		<content:encoded><![CDATA[<tt>I recently created some ExtensionActivity elements for BPEL and have 
successfully imported them into the eclipse BPEL designer. </tt><br>
<br>
<tt>Also, adding them to the palette was no problem. </tt><br>
<br>
<tt>Now I want to be able to change some properties of that extension activity 
objects. To do so, I planned to extend the </tt><br>
<br>
<tt>org.eclipse.ui.views.properties.tabbed.propertyTabs / propertySection </tt><br>
<br>
<tt>extension points of the BPEL Designer. </tt><br>
<br>
<tt>Now, when I deploy the plugin and load an BPEL File into the BPELEditor, 
nothing is added to the properties view (no tabs, now sections). </tt><br>
<br>
<tt>As the documentation on the BPEL Designer Homepage is terribly out of date 
(last change 2005!!!), I'm asking here in this newsgroup for help. </tt><br>
<br>
<tt>What am I doing wrong? Any help is appreciated. </tt><br>
<br>
<pre style="margin: 0em;">greets
Chris</pre><br>
<pre style="margin: 0em;"><br></pre><br>
<br>
]]></content:encoded>
		<pubDate>Sun, 22 Mar 2009 16:01:12 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00372.html</guid>
		<author>christian.fonden@xxxxxxx (Christian Fonden)</author>
	</item>


	<item>
		<title>[news.eclipse.technology.bpel-designer] Re: BPEL-Designer - Jars	for Ganymede created</title>
		<link>http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00371.html</link>
		<description>Hi Sanjay, you could create a BPEL project or you could not? Try to use Ganymede and Eclipse JEE version. Greetings Michael </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Sanjay,</pre><br>
<pre style="margin: 0em;">you could create a BPEL project or you could not?</pre><br>
<pre style="margin: 0em;">Try to use Ganymede and Eclipse JEE version.</pre><br>
<pre style="margin: 0em;">Greetings</pre><br>
<pre style="margin: 0em;">Michael</pre><br>
<br>
<blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<tt>I installed BPEL Designer plug-in jars in my eclipse plug-in folder. I 
could create a BPEL project in eclipse. Is there any other thing I need 
to configure in addition to plug-ins to be able to create BPEL Projects.</tt><br>
<br>
<pre style="margin: 0em;">Thanks,</pre><br>
<pre style="margin: 0em;">Sanjay</pre><br>
</blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 06 Mar 2009 08:32:50 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/newsLists/news.eclipse.technology.bpel-designer/msg00371.html</guid>
		<author>michael.gebhart@xxxxxxx (Michael Gebhart)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
