[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
[JBoss JIRA] (JBDS-1983) JBDS Welcome screen should accept contributions from 3rd party extras like JRebel, Spring, FindBugs, PMD
by Nick Boldt (Created) (JIRA)
JBDS Welcome screen should accept contributions from 3rd party extras like JRebel, Spring, FindBugs, PMD
--------------------------------------------------------------------------------------------------------
Key: JBDS-1983
URL: https://issues.jboss.org/browse/JBDS-1983
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: 3rdPartyCertification, 3rdPartyDependencies, Welcome
Affects Versions: 5.0.0.M5
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 5.0.0.Beta2
We're currently patching SpringIDE's broken plugin (JBDS-1838) which contributes a new Welcome screen, leading to this issue:
!https://issues.jboss.org/secure/attachment/12349923/2011-12-15_0052.png!
However, it's been revealed that in addition to Spring, PMD, FindBugs, and now JRebel also have this failing.
Therefore we ought to find a new way to suppress the effect across all of JBT/JBDS instead of per-plugin, or get it fixed upstream.
--
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] 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, 11 months