Bug 990199 - Kie API cannot be exposed as jboss module because it is not just an API
Summary: Kie API cannot be exposed as jboss module because it is not just an API
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ER3
: 6.0.0
Assignee: Pedro Zapata
QA Contact: Ivo Bek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-30 14:45 UTC by Ivo Bek
Modified: 2013-09-20 13:14 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-09-20 13:14:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Server log with ClassNotFoundException and RuntimeException: Unable to instance KieServices (52.08 KB, text/x-log)
2013-07-30 14:48 UTC, Ivo Bek
no flags Details
module.xml for KIE API (1.68 KB, text/xml)
2013-07-30 14:49 UTC, Ivo Bek
no flags Details

Description Ivo Bek 2013-07-30 14:45:37 UTC
Description of problem:

I created a kie-api module for EAP6 but during the module starting kie-api library tries to instantiate KieServices.

I'm going to attach the server log and module.xml with dependencies described here http://grepcode.com/snapshot/repo1.maven.org/maven2/org.kie/kie-api/6.0.0.Beta4

How reproducible:


Steps to Reproduce:
1. create new module org.kie.api
2. put there kie-api-6.0.0.CR1.jar and the attached module.xml
3. remove kie-api-6.0.0.CR1.jar from business central
4. add dependency on module org.kie.api into jboss-deployment-structure.xml

Actual results:


Expected results:


Additional info:

Comment 1 Ivo Bek 2013-07-30 14:48:21 UTC
Created attachment 780708 [details]
Server log with ClassNotFoundException and RuntimeException: Unable to instance KieServices

Comment 2 Ivo Bek 2013-07-30 14:49:20 UTC
Created attachment 780709 [details]
module.xml for KIE API

Comment 3 Pedro Zapata 2013-08-26 10:12:23 UTC
Modularization is far more complex than that and requires a whole set of modules and dependencies to be set to make use of the API.

KIE-API does not only contain the interfaces, but also implementation and initialization code, therefore it can't be deployed without any other dependency.

It simply can't be deployed in isolation of the rest of the product.

For tracking the status of the modularized deployment, please see
https://bugzilla.redhat.com/show_bug.cgi?id=993126


Note You need to log in before you can comment on or make changes to this bug.