[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, 11 months
[JBoss JIRA] (JBDS-2059) Confusing Mylyn features names and descriptions
by Lucia Jelinkova (JIRA)
Lucia Jelinkova created JBDS-2059:
-------------------------------------
Summary: Confusing Mylyn features names and descriptions
Key: JBDS-2059
URL: https://issues.jboss.org/browse/JBDS-2059
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Build
Affects Versions: 5.0.0.Beta1
Reporter: Lucia Jelinkova
Assignee: Nick Boldt
Fix For: 5.0.0.Beta2
When I want to install Mylyn from extras and I click on the Mylyn feature, there is the following description:
{quote}
Contains Mylyn 3.6 including support for Bugzilla, CVS, eGit, SVN, JIRA, Bamboo, Crucible, Fisheye, Java Development, Plug-In Development and Wikitext (Selected).
Features selected by Red Hat for use with JBoss Developer Studio.
{quote}
However, installing the feature does not install the eGit integration as promised. One needs to install one more feature called _Git integration_. The name is confusing because it does not suggest that it is integration with Mylyn. Moreover, the description says the following:
{quote}
Contains Mylyn and GitHub integration (Selected).
Features selected by Red Hat for use with JBoss Developer Studio.
{quote}
This is confusing - is it the integration with Git or GitHub? Actually, both.
Suggestions:
# Change the description of Mylyn feature so that it reflects real connectors installed
# Change the name of _Git integration_ to _Mylyn integration with Git and GitHub_ or something similar
# Change the description of _Git integration_ to _Contains Mylyn integration with Git and GitHub_ or something similar
--
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, 11 months
[JBoss JIRA] (JBIDE-11368) false error with hibernate annotations Type:
by John Franey (JIRA)
John Franey created JBIDE-11368:
-----------------------------------
Summary: false error with hibernate annotations Type:
Key: JBIDE-11368
URL: https://issues.jboss.org/browse/JBIDE-11368
Project: Tools (JBoss Tools)
Issue Type: Bug
Reporter: John Franey
The false error comes when the hibernate core is excluded from project's classpath.
Type class "org.jasypt.hibernate.type.EncryptedStringType" should implement one of interfaces "org.hibernate.type.Type","org.hibernate.usertype.UserType", "org.hibernate.usertype.CompositeUserType", "org.hibernate.usertype.UserCollectionType". Order.java /jpa-problem/src/main/java/org/sample line 19 JPA Problem
Type class "org.joda.time.contrib.hibernate.PersistentDateTime" should implement one of interfaces "org.hibernate.type.Type","org.hibernate.usertype.UserType", "org.hibernate.usertype.CompositeUserType", "org.hibernate.usertype.UserCollectionType". Order.java /jpa-problem/src/main/java/org/sample line 39 JPA Problem
Also attached is help->about eclipse->installation details->configuration
--
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, 11 months