[JBoss JIRA] (JBDS-1906) Cannot run Drools project created in JBDS 5.0.0.M4 - java.lang.ClassNotFoundException: org.jbpm.bpmn2.BPMN2ProcessProviderImpl
by Len DiMaggio (Created) (JIRA)
Cannot run Drools project created in JBDS 5.0.0.M4 - java.lang.ClassNotFoundException: org.jbpm.bpmn2.BPMN2ProcessProviderImpl
------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-1906
URL: https://issues.jboss.org/browse/JBDS-1906
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: SOA Platform
Affects Versions: 5.0.0.M4
Environment: SOA-P 5.2.0.ER5
Version: 5.0.0.M4
Build id: v20111025-0135-H35-M4
Build date: 20111025-0135
Reporter: Len DiMaggio
Fix For: 5.0.0.Beta1
To recreate: New->Project->Drools Project
When running the ProcessTest class - this exception is raised:
java.lang.IllegalArgumentException: Unable to instantiate service for Class 'org.drools.compiler.BPMN2ProcessProvider'
at org.drools.util.ServiceRegistryImpl.get(ServiceRegistryImpl.java:161)
at org.drools.compiler.BPMN2ProcessFactory.loadProvider(BPMN2ProcessFactory.java:29)
at org.drools.compiler.BPMN2ProcessFactory.getBPMN2ProcessProvider(BPMN2ProcessFactory.java:21)
at org.drools.compiler.BPMN2ProcessFactory.configurePackageBuilder(BPMN2ProcessFactory.java:12)
at org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:566)
at org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:35)
at com.sample.ProcessTest.readKnowledgeBase(ProcessTest.java:33)
at com.sample.ProcessTest.main(ProcessTest.java:20)
Caused by: java.lang.IllegalArgumentException: Unable to instantiate 'org.jbpm.bpmn2.BPMN2ProcessProviderImpl'
at org.drools.util.ServiceRegistryImpl$ReflectionInstantiator.newInstance(ServiceRegistryImpl.java:210)
at org.drools.util.ServiceRegistryImpl$ReflectionInstantiator.call(ServiceRegistryImpl.java:202)
at org.drools.util.ServiceRegistryImpl.get(ServiceRegistryImpl.java:159)
... 7 more
Caused by: java.lang.ClassNotFoundException: org.jbpm.bpmn2.BPMN2ProcessProviderImpl
at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:186)
at org.drools.util.ServiceRegistryImpl$ReflectionInstantiator.newInstance(ServiceRegistryImpl.java:207)
... 9 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (JBDS-1620) CLONE - Enable dropin folder reconciling by default for JBDS product
by Denis Golovin (JIRA)
CLONE - Enable dropin folder reconciling by default for JBDS product
--------------------------------------------------------------------
Key: JBDS-1620
URL: https://issues.jboss.org/browse/JBDS-1620
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: Build
Affects Versions: 4.0.0.GA
Reporter: Denis Golovin
Assignee: Denis Golovin
Fix For: 4.1.0.GA
Now to get that supported several additions steps should be done:
To activate dropins reconciling you need to do the following:
- open
studio/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
- find the line
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,false
and change it to
org.eclipse.equinox.p2.reconciler.dropins,1.1.0.v20100525,plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.0.v20100525.jar,4,true
- create the studio/dropins directory and add plugins as is usual
- start JBDS with the -clean option at least once
To eliminate this steps plugin org.eclipse.equinox.p2.reconciler.dropins should be marked as auto started in jbds-all.product definition which is used to build JBDS product
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (JBIDE-10177) web.xml validator should be aware of JSF mappings
by Alexey Kazakov (Created) (JIRA)
web.xml validator should be aware of JSF mappings
-------------------------------------------------
Key: JBIDE-10177
URL: https://issues.jboss.org/browse/JBIDE-10177
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M4
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.Beta1
1. Create JSF2 KickStart project.
2. Create 404.xhtml page in WebContent folder
3. Add the following code to the end of web.xml file:
{code}
<error-page>
<error-code>404</error-code>
<location>/404.jsf</location>
</error-page>
{code}
There should not be any error/warning markers on /404.jsf. This location should be mapped to the 404.xhtml file.
But right now I get: "error: Attribute location references to /404.jsp that does not exist in web content" error message.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months