Hello to all, I have to re-open this thread again, because I got the exception even so I'm using jdk 1.6. I want to post my Exception:
[INFO] JbpmConfiguration - -using jbpm configuration resource 'jbpm.cfg.xml' [WARN] JpdlParser - -couldn't set xml parser property 'http://java.sun.com/xml/jaxp/properties/schemaLanguage' to 'http://www.w3.org/2001/XMLSchema' <org.xml.sax.SAXNotRecognizedException: http://java.sun.com/xml/jaxp/properties/schemaLanguage>org.xml.sax.SAXNotRecognizedException: http://java.sun.com/xml/jaxp/properties/schemaLanguage at org.apache.xerces.framework.XMLParser.setProperty(XMLParser.java:1626) at org.apache.xerces.parsers.SAXParser.setProperty(SAXParser.java:770) at org.apache.xerces.jaxp.SAXParserImpl.setProperty(SAXParserImpl.java:183) at org.jbpm.jpdl.xml.JpdlParser.createXmlReader(JpdlParser.java:77) at org.jbpm.jpdl.xml.JpdlParser.createSaxReader(JpdlParser.java:62) at org.jbpm.jpdl.xml.JpdlParser.parse(JpdlParser.java:56) at org.jbpm.jpdl.xml.JpdlXmlReader.readProcessDefinition(JpdlXmlReader.java:138) at org.sureal_projekt.eclipse.workflowtools.popup.actions.AddProcessToViewAction.run(AddProcessToViewAction.java:53) at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:256) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:545) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219) at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176) 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:504) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443) at org.eclipse.equinox.launcher.Main.run(Main.java:1169) at org.eclipse.equinox.launcher.Main.main(Main.java:1144) so now my question. Can I resolve the problem if I use a new xerces-j api(2.9.2)? And if so, how can I use this instead of the classes contained in the jdk1.6? I tried to add the xml-apis.jar(xerces-j 2.9.1) to my classpath but it didn't help. Or can I do something with that 'jbpm.cfg.xml' mentioned in the [info] above? hope you can help me. greetz Sid View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084831#4084831 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084831 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
