HL7 Binding Components Open ESB build 200802120006  Running Inbound Demo

After Downloading the latest build of Netbeans I've tried to go through the HL7 Inbound Demo here:
http://wiki.open-esb.java.net/attach/HL7BC/HL7InboundSeqNoDemo.wmv
All goes fine until I get up to the part where I assign the various Input variables to the output variables in the Mapper. Looking at the BPEL code it generates I see:
<variables>
        <variable name="SendHL7OperationIn" xmlns:tns="http://www.chw.org/wsdl/sendHL7" messageType="tns:sendHL7OperationRequest"/>
        <variable name="ReceiveHL7OperationIn" xmlns:tns="http://www.chw.org/wsdl/receiveHL7" messageType="tns:receiveHL7OperationRequest"/>
    </variables>
    <sequence>
        <receive name="Receive1" createInstance="yes" partnerLink="PartnerLink1" operation="receiveHL7Operation" xmlns:tns="http://www.chw.org/wsdl/receiveHL7" portType="tns:receiveHL7PortType" variable="ReceiveHL7OperationIn" />
        <assign name="Assign1">
            <copy>
                <from>$ReceiveHL7OperationIn.part1/MSH</from>
                <to>$SendHL7OperationIn.part1/MSH</to>
            </copy>
...I see the following warning when I validate this BPEL Component:
WARNING: To: The element "MSH" can correspond to different schema elements. But all of them are qualified. So a namespace prefix requierd. The following namespaces are allowed: {urn:hl7-org:v2xml}. Expression: "$SendHL7OperationIn.part1/MSH"Any Ideas. The BPEL Spec talks about having the ability to copy in namespaces:
<copy>
<from>
<literal xmlns:foo="http://example.com">
<foo:bar />
</literal>
</from>
<to variable="myFooBarElemVar" />
</copy>But this is not supported.

Well, found out that there was a change on how Binding Components processes XML Schema's. And the HL7BC wasn't updated yet, but the fix is in the latest Open ESB build 200802121221 available for download.
The feedback from SUN was really quick, Open ESB is still in development, but find functionality with build 200802121221 stable enough to use in actual projects.
Cheers!

Similar Messages

  • Open ESB installation

    Hello,
    Trying to install open esb with Sun App Server PE 9.0_01 (build b14) and jdk1.5.0_09 and the latest distribution of open esb, and am running into issues.
    Wanted to check if the versions being used are OK to go with in this case / any known issues?
    Help much appreciated.
    Thanks,

    Hi
    Latest distributions of Project Open ESB are not compatible with Sun Java System Application Server 9.0 / Glassfish V1.
    JBI is integrated with Glassfish V2.
    If you download and install Glassfish V2, you will get JBI.
    URL for Glassfish downloads:
    https://glassfish.dev.java.net/public/downloadsindex.html#Promoted_binary_builds
    Thanks
    Annies

  • Installing Open ESB 2.0 Latest (Build 20080411)

    Hi,
    i've tried installing Open ESB 2.0 Latest (Build 20080411) today.
    After installation, I ran into the following error when trying to start the application server:
    java.lang.NullPointerException
            at java.util.regex.Matcher.appendReplacement(Matcher.java:699)
            at java.util.regex.Matcher.replaceAll(Matcher.java:813)
            at java.lang.String.replaceAll(String.java:2190)
            at com.sun.am.AMConfigurator.replace(AMConfigurator.java:1574)
            at com.sun.am.AMConfigurator.updateAMConfig(AMConfigurator.java:569)
            at com.sun.am.AMConfigurator.main(AMConfigurator.java:399)
            at com.sun.am.AMConfigurator.configure(AMConfigurator.java:1879)
            at com.sun.enterprise.addons.AddonConfigurationController.invokeApi(AddonConfigurationController.java:270)
            at com.sun.enterprise.addons.AddonConfigurationController.configure(AddonConfigurationController.java:169)
            at com.sun.enterprise.addons.AddonConfigurationController.configureDAS(AddonConfigurationController.java:136)
            at com.sun.enterprise.addons.AddonFacade.configureDAS(AddonFacade.java:110)
            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 com.sun.enterprise.cli.commands.AddonControl.configureDAS(AddonControl.java:100)
            at com.sun.enterprise.cli.commands.StartDomainCommand.configureAddons(StartDomainCommand.java:486)
            at com.sun.enterprise.cli.commands.StartDomainCommand.init(StartDomainCommand.java:455)
            at com.sun.enterprise.cli.commands.StartDomainCommand.startDomain(StartDomainCommand.java:123)
            at com.sun.enterprise.cli.commands.StartDomainCommand.runCommand(StartDomainCommand.java:215)
            at com.sun.enterprise.cli.framework.CLIMain.invokeCommand(CLIMain.java:171)
            at com.sun.enterprise.cli.framework.CLIMain.main(CLIMain.java:79)
    The operation CONFIGURE of addon am-configurator completed with an error. Error
    message : (java.lang.NullPointerException)After searching the forums, I simply sat the following properties to its standard values in
    <GLASSFISH_INSTALL>\addons\accessmanager\AMConfig.properties.
    com.sun.identity.agents.app.username=amadmin
    com.iplanet.am.service.password=admin123Now the application server starts fine, but I feel this is not the intended way to solve the issue.
    Has anbody a better idea?
    My environment is:
    Windows XP SP 2
    JDK 1.6.0_05-b13
    Regards
    Andreas

    Hi,
    you don't run into the problem described above if you're using the default paths for installation.
    Unfortunately, this is not an option...
    Regards,
    Andreas

  • Does Open ESB run as standalone application?

    Hi all,
    does Open ESB run as standalone application (i.e. like ServiceMix) or it works only inside an AS?
    Thanks,
    Michele

    Hi,
    I have not tried it out yet, but there is en experimental version on openesb site to download:
    "jbi-javase.jar is an experimental version at this point which makes it possible to run without an appserver. Just unjar the version and run the container with the following command: "java -jar lib/jbi_framework.jar". This uses 8699 for jmx port. If you need to use a different port, use -Dconnector.port=xxxx where xxxx stands for the new port."

  • Pymma issued a new tutorial on Open ESB

    Open source looks like love. More you give more you get. We get many feedbacks from the community and we review the tutorial “Import a CSV file”. More we used the new version of or application to propose you a way to connect 2 binding components without Orchestration. It is a tricky but efficient way to connect straightforward 2 ports (example: transfer a huge data file to a database). We hope you will enjoy these tutorials. Thanks for your feedback at [email protected]
    Import CSV file : http://www.pymma.com/eng/IT-Tech-Papers/Pdf-folder/Import-legacy-data-with-Open-ESB-CSV-file
    Transfer your messages without orchestration:
    http://www.pymma.com/eng/IT-Tech-Papers/Pdf-folder/Transmit-your-message-without-orchestrator

    Hello Paul,
    Thank you for the helpful tutorial. However I've come accross one small issue. The import of these delimited lines fi: "FM","FSM","Micronesia, Federated States of" present a problem (the comma between the quotes). Now only 244 records are imported out of 249.
    Can anyone reply on how to go about solving this issue (ie how to configure the annotation/delimiters in CountryCSV.xsd?
    Cheers and thanks.

  • With Open ESB CD in hand, how do I get started?

    I spent time at the Open ESB booth at JavaOne 2007 talking with the Sun representatives and engineers about Open ESB.
    I'm glad I did, but I'm having a heck of a time getting started.
    I have all of the requirements set-up running on Solaris 10 development server.
    I've used the Service Oriented Architectures using BPEL from Java BluePrints, which really helped, but I feel I don't know enough yet to apply it towards real world projects yet.
    What other resources are recommened to learn more about SOA, BPEL on the JBI Framework?
    Thanks,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Pinstriped_Dude: That's a very good point which I totally overlooked, thanks.
    I've been tasked to learn (not really tasked - I'm always happy to learn) about ESB, SOA and JBI - so far I'm taking baby steps and making progress.
    Thanks again,
    --Todd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Cannot open Flash Builder 4.5 after updating

    Hi,
    I have a corporate version of CS5.5 installed on 32bit machine.
    Recently, Flash Builder notified me of an available update. It was for some Java but since Eclipse is Java Based I intalled it.
    Now when I open it, it freezes on the splash screen. Without closing it, I open a new one. It asks for a new workspace since old used, I gave it new one. Still stuck on splash screen. Tried restarting computer. Now when I open Flash Builder, it is not stuck on splash page but and error popups and program exits. The popup tells me to look at a log file.
    Here is the log file contents
    !SESSION 2011-09-15 11:03:52.113 -----------------------------------------------
    eclipse.buildId=M20110210-1200
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.osgi 4 0 2011-09-15 11:03:53.844
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: No more handles
         at org.eclipse.swt.SWT.error(SWT.java:4109)
         at org.eclipse.swt.SWT.error(SWT.java:3998)
         at org.eclipse.swt.SWT.error(SWT.java:3969)
         at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
         at org.eclipse.swt.widgets.Control.createHandle(Control.java:633)
         at org.eclipse.swt.widgets.Composite.createHandle(Composite.java:305)
         at org.eclipse.swt.widgets.Control.createWidget(Control.java:649)
         at org.eclipse.swt.widgets.Scrollable.createWidget(Scrollable.java:134)
         at org.eclipse.swt.widgets.Control.<init>(Control.java:110)
         at org.eclipse.swt.widgets.Scrollable.<init>(Scrollable.java:75)
         at org.eclipse.swt.widgets.Composite.<init>(Composite.java:95)
         at org.eclipse.ui.splash.BasicSplashHandler.getBundleProgressMonitor(BasicSplashHandler.java:159)
         at org.eclipse.ui.splash.BasicSplashHandler.getContent(BasicSplashHandler.java:265)
         at org.eclipse.ui.internal.splash.EclipseSplashHandler.init(EclipseSplashHandler.java:86)
         at org.eclipse.ui.internal.Workbench$8.run(Workbench.java:782)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.ui.internal.Workbench.createSplashWrapper(Workbench.java:798)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2467)
         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 com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.java:108)
         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(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:619)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
    Edit - found another thread with similar issue but still no solution.

    Hello, I'm having the same issue with Flash Builder 4.6.
    I got it off freeriatools.adobe.com, after installing I tried to open it and it said "An unexpected runtime error occured : No more handles" with the following errors in the log file :
    !SESSION 2012-04-25 20:40:19.812 -----------------------------------------------
    eclipse.buildId=I20100608-0911
    java.version=1.6.0_16
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments:  -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.ui 2 0 2012-04-25 20:40:36.702
    !MESSAGE Warnings while parsing the commands from the 'org.eclipse.ui.commands' and 'org.eclipse.ui.actionDefinitions' extension points.
    !SUBENTRY 1 org.eclipse.ui 2 0 2012-04-25 20:40:36.702
    !MESSAGE Commands should really have a category: plug-in='com.qnx.flashbuilder.multiplatform.qnx.ui', id='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.OpenInfoCenter', categoryId='com.qnx.flashbuilder.multiplatform.qnx.ui.commands.category.help'
    !ENTRY org.eclipse.osgi 4 0 2012-04-25 20:40:37.412
    !MESSAGE An unexpected runtime error has occurred.
    !STACK 0
    org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:4308)
        at org.eclipse.swt.SWT.error(SWT.java:4197)
        at org.eclipse.swt.SWT.error(SWT.java:4168)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
        at org.eclipse.swt.widgets.TaskBar.createHandle(TaskBar.java:103)
        at org.eclipse.swt.widgets.TaskBar.<init>(TaskBar.java:96)
        at org.eclipse.swt.widgets.Display.getSystemTaskBar(Display.java:2564)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.getTaskItem(Workbench. java:303)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.handleTaskBarProgressU pdated(Workbench.java:319)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.worked(Workbench.java: 268)
        at org.eclipse.ui.internal.Workbench$StartupProgressBundleListener.bundleChanged(Workbench.j ava:420)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImp l.java:847)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue. java:148)
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework .java:1522)
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1458 )
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1453 )
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:107)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :462)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)
        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:120 7)
        at org.eclipse.equinox.internal.ds.model.ServiceComponent.createInstance(ServiceComponent.ja va:480)
        at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.createInstance(ServiceComponen tProp.java:271)
        at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.jav a:332)
        at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:588)
        at org.eclipse.equinox.internal.ds.ServiceReg.getService(ServiceReg.java:53)
        at org.eclipse.osgi.internal.serviceregistry.ServiceUse$1.run(ServiceUse.java:138)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.internal.serviceregistry.ServiceUse.getService(ServiceUse.java:136)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegis trationImpl.java:468)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java :467)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.getService(BundleContextImpl.j ava:594)
        at org.osgi.util.tracker.ServiceTracker.addingService(ServiceTracker.java:450)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:980)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
        at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:262)
        at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:185)
        at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:348)
        at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:283)
        at org.eclipse.core.internal.runtime.InternalPlatform.getBundleGroupProviders(InternalPlatfo rm.java:225)
        at org.eclipse.core.runtime.Platform.getBundleGroupProviders(Platform.java:1261)
        at org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.getFeatureInfos(IDEWorkbenchPlugin.java:29 1)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeFeatureDependentActions(WorkbenchA ctionBuilder.java:1217)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeActions(WorkbenchActionBuilder.jav a:1026)
        at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarAdvisor.java:147)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(WorkbenchActionBuilder. java:341)
        at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:3564)
        at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:419)
        at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workben ch3xImplementation.java:31)
        at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1920)
        at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1918)
        at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1202)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
        at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        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:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !ENTRY org.eclipse.ui.workbench 4 0 2012-04-25 20:40:38.511
    !MESSAGE FrameworkEvent ERROR
    !STACK 0
    org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:4308)
        at org.eclipse.swt.SWT.error(SWT.java:4197)
        at org.eclipse.swt.SWT.error(SWT.java:4168)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
        at org.eclipse.swt.widgets.TaskBar.createHandle(TaskBar.java:103)
        at org.eclipse.swt.widgets.TaskBar.<init>(TaskBar.java:96)
        at org.eclipse.swt.widgets.Display.getSystemTaskBar(Display.java:2564)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.getTaskItem(Workbench. java:303)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.handleTaskBarProgressU pdated(Workbench.java:319)
        at org.eclipse.ui.internal.Workbench$TaskBarDelegatingProgressMontior.worked(Workbench.java: 268)
        at org.eclipse.ui.internal.Workbench$StartupProgressBundleListener.bundleChanged(Workbench.j ava:420)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImp l.java:847)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
        at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue. java:148)
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEventPrivileged(Framework .java:1522)
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1458 )
        at org.eclipse.osgi.framework.internal.core.Framework.publishBundleEvent(Framework.java:1453 )
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:391)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)
        at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
        at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
        at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLa zyStarter.java:107)
        at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java :462)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoade r.java:216)
        at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
        at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
        at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.jav a:107)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)
        at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:120 7)
        at org.eclipse.equinox.internal.ds.model.ServiceComponent.createInstance(ServiceComponent.ja va:480)
        at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.createInstance(ServiceComponen tProp.java:271)
        at org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.jav a:332)
        at org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:588)
        at org.eclipse.equinox.internal.ds.ServiceReg.getService(ServiceReg.java:53)
        at org.eclipse.osgi.internal.serviceregistry.ServiceUse$1.run(ServiceUse.java:138)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.eclipse.osgi.internal.serviceregistry.ServiceUse.getService(ServiceUse.java:136)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.getService(ServiceRegis trationImpl.java:468)
        at org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.getService(ServiceRegistry.java :467)
        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.getService(BundleContextImpl.j ava:594)
        at org.osgi.util.tracker.ServiceTracker.addingService(ServiceTracker.java:450)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:980)
        at org.osgi.util.tracker.ServiceTracker$Tracked.customizerAdding(ServiceTracker.java:1)
        at org.osgi.util.tracker.AbstractTracked.trackAdding(AbstractTracked.java:262)
        at org.osgi.util.tracker.AbstractTracked.trackInitial(AbstractTracked.java:185)
        at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:348)
        at org.osgi.util.tracker.ServiceTracker.open(ServiceTracker.java:283)
        at org.eclipse.core.internal.runtime.InternalPlatform.getBundleGroupProviders(InternalPlatfo rm.java:225)
        at org.eclipse.core.runtime.Platform.getBundleGroupProviders(Platform.java:1261)
        at org.eclipse.ui.internal.ide.IDEWorkbenchPlugin.getFeatureInfos(IDEWorkbenchPlugin.java:29 1)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeFeatureDependentActions(WorkbenchA ctionBuilder.java:1217)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.makeActions(WorkbenchActionBuilder.jav a:1026)
        at org.eclipse.ui.application.ActionBarAdvisor.fillActionBars(ActionBarAdvisor.java:147)
        at org.eclipse.ui.internal.ide.WorkbenchActionBuilder.fillActionBars(WorkbenchActionBuilder. java:341)
        at org.eclipse.ui.internal.WorkbenchWindow.fillActionBars(WorkbenchWindow.java:3564)
        at org.eclipse.ui.internal.WorkbenchWindow.<init>(WorkbenchWindow.java:419)
        at org.eclipse.ui.internal.tweaklets.Workbench3xImplementation.createWorkbenchWindow(Workben ch3xImplementation.java:31)
        at org.eclipse.ui.internal.Workbench.newWorkbenchWindow(Workbench.java:1920)
        at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:1918)
        at org.eclipse.ui.internal.Workbench$21.runWithException(Workbench.java:1202)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
        at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        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:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    !ENTRY org.eclipse.osgi 4 0 2012-04-25 20:40:38.974
    !MESSAGE Application error
    !STACK 1
    org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:4308)
        at org.eclipse.swt.SWT.error(SWT.java:4197)
        at org.eclipse.swt.SWT.error(SWT.java:4168)
        at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
        at org.eclipse.swt.widgets.TaskBar.createHandle(TaskBar.java:103)
        at org.eclipse.swt.widgets.TaskBar.<init>(TaskBar.java:96)
        at org.eclipse.swt.widgets.Display.getSystemTaskBar(Display.java:2564)
        at org.eclipse.ui.internal.WorkbenchWindow.createProgressIndicator(WorkbenchWindow.java:3362 )
        at org.eclipse.ui.internal.WorkbenchWindow.createDefaultContents(WorkbenchWindow.java:1130)
        at org.eclipse.ui.internal.WorkbenchWindowConfigurer.createDefaultContents(WorkbenchWindowCo nfigurer.java:623)
        at org.eclipse.ui.application.WorkbenchWindowAdvisor.createWindowContents(WorkbenchWindowAdv isor.java:300)
        at org.eclipse.ui.internal.WorkbenchWindow.createContents(WorkbenchWindow.java:1036)
        at org.eclipse.jface.window.Window.create(Window.java:431)
        at org.eclipse.ui.internal.Workbench$22.runWithException(Workbench.java:1211)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:803)
        at org.eclipse.ui.internal.Workbench$33.runWithException(Workbench.java:1595)
        at org.eclipse.ui.internal.StartupThreading$StartupRunnable.run(StartupThreading.java:31)
        at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
        at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
        at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4140)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
        at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(FlashBuilderApplication.ja va:108)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
        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:622)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
    I was wondering if anyone has found a solution to this problem yet? Because I need this software to work on my laptop in order to start working on my school projects.. Thanks in advance.

  • Open ESB for Java SE

    The Open ESB development team has completed experimental work to allow running Open ESB standalone in a Java SE runtime environment. You can read about the groundwork at http://blogs.sun.com/mwhite/entry/application_server_platform_independence_in
    And you can read about how to download it and try it out at http://blogs.sun.com/babo/entry/running_jbi_stand_alone

    Hi Rene,
    A nice tutorial,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/05058e8d-0c01-0010-c986-fdc8eaebf37c
    Follow the following links for Open SQL in JAVA,
    https://www.sdn.sap.com/irj/sdn/developerareas/java?rid=/library/uuid/1a55eb90-0201-0010-be8a-b33092c1a364
    https://www.sdn.sap.com/irj/sdn/developerareas/java?rid=/webcontent/uuid/f66c5494-0901-0010-fbbf-ad8eac054dc6 [original link is broken]
    http://help.sap.com/saphelp_nw2004s/helpdata/en/93/4d26cf7e3b4f02a9a878452b669f72/frameset.htm
    Best regards,
    guru.
    PS: Reward points for helpfull replies.

  • Seminar Glassfish/Open ESB Java CAPS in Brussel 4-5 Oct 2010

    Hello All
    We are happy to inform you that an Glassfish/Open ESB / Java CAPS Seminar will take place in Brussels (Belgium) Monday 4th and Tuesday 5th of October 2010. A web site dedicated to the seminar will be accessible soon then we will provide you with more detail.
    But from now on, I can give you the main objectives approved by the seminar organisers:
            • Defining a new governance for the community
            • Defining a new organisation for source code maintenance and improvement.
            • Setting a Roadmap for Open-ESB V2.x and may be Fuji
            • Reorganising documentation and educational documents.
    The seminar is organised for the community, be involved and help us to do it. Feel free to send us ideas, propositions and comments. Very soon we will call for papers.  
    Of course we are searching sponsors for the seminar.  We propose a sponsoring for a very affordable price. In being a sponsor, you promote your company, your skill on Glassfish/Open ESB, Java CAPS and moreover support the community.  
    Contact: [email protected]
    Thanks for your feedback
    Paul Perez
    www.pymma.com

    The demo you loaded is for Weblogic server, not for glassfish. You can't just deploy the demo and run it.
    I'm not even sure it has been done jet, but may be someone has successfully done it.
    Have you searched (google) for a solution?
    Timo

  • OPM "build and run" error

    Hi
    I have a problem with OPM when I use "build and run".
    I only get a message "The system cannot find the file specified" and nothing more. It has worked, but it used to open Google Chrome browser. Since I did not want this behaviour I uninstalled Google Chrome. But then I got this error instead.
    I can run "build and debug" prefectly fine.
    The problem is not related to a specific project.
    I have also tried to reinstall OPM but the problem remains.
    What file is it the system cannot find? Is there a way of finding this in a log somewhere?
    How does the "build and run" command work? Is there a way of checking why it can not open the browser?
    kind regards,
    Michael

    Hi Andrew
    Just to add some more observations.
    It seems that OPM doesn't look directly to the default browser setting. If I change the default browser, OPM does not directly recognize the new setting. OPM opens the previous selected default browser anyway.
    I dont know if the setting is unique per project or if it is per OPM installation.
    OPM seems to pick up the default browser, but then OPM caches this somewhere. Which caused problem for me when I uninstalled Google Chrome. OPM insisted on trying to start Google Chrome anyway.
    When I now got Firefox working as default browser the problem solved it self. But when I selected IE as default browser, then when I ran OPM it still opened Firefox, and Firefox gave me the warning that it was not default browser.
    So OPM does not always look at the default browser setting.
    kind regards,
    Michael

  • Open ESB Question On Web Services

    I have been reading about Open ESB and it seems it might be the tool that I am looking for to solve a specific set of problems.
    Given a WSDL file and a URL to a web service, can I expose the service to be accessed by different protocols? From what I read, if there exists a binding component for that protocol, then I should be able to hit the external web service using that protocol. Are there any examples of doing this using regular web service messages (the trivial case), as well as examples using other protocols? Is BPEL a requirement for this type of exchange or is it much simpler?

    Repost

  • Bind to Open Directory Script

    I have been trying to come up with a script that I can run in ARD for each computer to bind to Open Directory. It seems like a hassle to log into each machine and bind it through Directory Utility. There are 10.4 and 10.5 machines as well as a few 10.3 on the network. The script I came up with is as follows:
    dsconfigldap -u {USERNAME} -p {PASSWORD -l {LOCAL USERNAME} -q {LOCAL PASSWORD} -f -a {OD SERVER} -c {HOSTNAME} -n {OD SERVER}
    sleep 20
    dscl /Search -create / SearchPolicy CSPSearchPath
    dscl /Search -append / CSPSearchPath /LDAPv3/fps-curry.wildwood.edu
    exit 0
    Some computers run the script with no errors, others do not. The error I get is this:
    Cannot open remote host, error: DSOpenDirServiceErr
    Data source (-l) is not valid.
    Cannot open remote host, error: DSOpenDirServiceErr
    Data source (-l) is not valid.

    I am now getting the following error on some computers:
    <main> attribute status: eDSNodeNotFound
    This has something to do with adding the search policy. What is weird though is that sometimes if I run just the search policy again it will run without errors.

  • Flex Builder to run faster

    Hi all,
    I need to run Flex Builder in a computer that's not so fast
    with only 256 MB.
    Does anybody know something I can do so that my Flex Builder
    can run more seamlessly? even if I need to lose some features?
    I would appreciate any help
    thanks in advace

    well... 256 is really low memory for netbeans, 512 is a bit
    enough, 1Gb quite good. If If I were you I'd study flex ui
    components, then you could write the code by yourself and compile
    your applications with the flex stand-alone compiler.

  • Xcode 4 and applescript to build and run a target

    I am not really able to find clear info about how this should work; seems that since Xcode4 was introduced, Applescript does not work anymore with it.
    All that i have to do is to launch Xcode4, open a project, select a target and build and run (to be more specific, i have a test target that runs Unit tests; that's what i am trying to launch); but so far I was unable to tell Applescript how to do this simple action.
    The project is fine, it builds and runs nicely, even using xcodebuild; but it doesn't seem to work if i try via Applescript.
    Is there anyone that knows how to actually tell Xcode to build a specific target with specific build settings? I am running the simulator4.0 as SDK. configuration Debug, target called "mytestsuite".
    So far I can only launch and load the project into Xcode, but any other option fails, like when i tell the project that i want to build.
    Any help is more than appreciated; the lack of resources honestly is making me think to abandon Applescript for something that has more examples and is much more user friendly...but for now I gotta use it so can't avoid to deal with it (can't use xcodebuild sadly).
    Thanks in advance for any info.

    No worries; my nick is pretty common among people that likes Japanese animation (is the nick of the main protagonist of a series called *******!!! that was pretty popular in the 90s); the only place where i use it is mainly here or on pelicanparts and classicamiga.
    Anyway surprise me that nobody use applescript to build Xcode4 projects; probably everyone uses either xcode3 or just use xcodebuild.

  • Newbie to open-esb

    Hi,
    I did not find any good documentation on how to deploy the open-esb project.And more importatntly how to start it off?Like file binding and other bindings and stuff.
    Any pointers,please let me know.
    Anshuk

    Keep monitoring the open-esb site; new instructions on useage are being added regularly.

Maybe you are looking for

  • Bug with Business Objects 3.1 Client installation. Very annoying indeed.

    I have faced a few issues while developing with the Client installation (which includes the Client Development SDK) of business objects 3.1. Some of the code just don't work with the client installation. They give Invalid cast exceptions. The same co

  • Synchronization with Outlook error

    I have used an iPhone 3G for about 4 months and have not had problems synchronizing with Outlook before. Now, when I attempt to synchronize iTunes just chugs along until an error message is displayed: *"Outlook Sync Client has encountered a problem a

  • Query running ok in SQL but giving error in form trigger

    Hi guys here is the query SELECT NVL(BGM_PERAMT,0) INTO PERAMT FROM BROKERAGE_MASTER WHERE     BGM_BROKERAGETYPE = 'BR01' AND BGM_PERAMT <> 0 The above query working fine in SQL but giving following error in when_button_pressed trigger [In a host lan

  • Oracle Spatial User's Conference

    Oracle Spatial User's Conference Thursday, March 10, 2005 at the Colorado Convention Center First Annual Oracle Spatial Users Conference and inaugural meeting of the North American Oracle Spatial Users Group GITA invites you to attend the Oracle Spat

  • My command z key just stopped working -HELP

    Please help. I was working in InDesign CC and hit the Command z key. Everything froze. I had to restart and now command z doesn't work.