<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    JBPM Deployment in Jboss eap
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/maris239">Marichamy Shanmugakkani</a> in <i>jBPM Development</i> - <a href="https://community.jboss.org/message/810461#810461">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p><span style="font-size: 12.0pt; font-family: 'Times New Roman','serif';">Hi Friends,</span></p><p><span style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"><br/>Could you please anyone help me to resolve the below issue/error? I am trying to deploy simple JBPM project into jboss-eap-5.1 server. Below are the stpes that i follwed.<br/></span></p><p><span style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"> <br/> 1) Created Sample JBPM project and exported that project into jar file <br/> 2) Created Dynamic web project with sample Servlet and placed Sample JBPM jar into lib folder.<br/> a) Created object for ProcessMain class in Servlet class <br/> b) Calling the ProcessMain method to start the process.<br/> 3) Created a war file from the Dynamic web project and placed inside the Jboss RTRA instance <br/> 4) Placed required jars in Jboss ../jboss-eap-5.1.0\jboss-eap-5.1\jboss-as\server\RTRA\lib<br/> 4) Started the server once server starts servlet will be invoked and call the ProcessMain method to start the process but i am getting the below Error <br/> <br/> 2013/04/25_14:18.44.960 381091 ERROR [STDERR] (main:)<span style="color: #ff6666;"> java.lang.IllegalArgumentException: Unable to instantiate service for Class 'org.drools.compiler.BPMN2ProcessProvider'</span><br/> 2013/04/25_14:18.44.961 381092 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.util.ServiceRegistryImpl.get(ServiceRegistryImpl.java:161)<br/> 2013/04/25_14:18.44.961 381092 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.compiler.BPMN2ProcessFactory.loadProvider(BPMN2ProcessFactory.java:29)<br/> 2013/04/25_14:18.44.961 381092 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.compiler.BPMN2ProcessFactory.getBPMN2ProcessProvider(BPMN2ProcessFactory.java:21)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.compiler.BPMN2ProcessFactory.configurePackageBuilder(BPMN2ProcessFactory.java:12)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.compiler.PackageBuilder.addKnowledgeResource(PackageBuilder.java:476)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.drools.builder.impl.KnowledgeBuilderImpl.add(KnowledgeBuilderImpl.java:28)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at com.test.ProcessMain.readKnowledgeBase(ProcessMain.java:28)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at com.test.ProcessMain.processMain(ProcessMain.java:17)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at com.test.TestServlet.init(TestServlet.java:17)<br/> 2013/04/25_14:18.44.962 381093 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1048)<br/> 2013/04/25_14:18.44.963 381094 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:950)<br/> 2013/04/25_14:18.44.963 381094 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4122)<br/> 2013/04/25_14:18.44.963 381094 ERROR [STDERR] (main:)&#160;&#160;&#160;&#160; at org.apache.catalina.core.StandardContext.start(StandardContext.java:4417)</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p><span style="font-size: 12.0pt; font-family: 'Times New Roman','serif';">In windows, through eclipse i am able to run the program as stanalone, but in jboss its not working. Because in eclipse, i will be having the jbpm installer and from there i will refer the Runtime. Do i miss any setup/jars/plugins for running in Jboss?<br/> </span></p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/810461#810461">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM Development at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2035">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>