<!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;">
Re: jBPM 5.4.0 Final is shit
</h3>
<span style="margin-bottom: 10px;">
created by <a href="https://community.jboss.org/people/salaboy21">Mauricio Salatino</a> in <i>jBPM</i> - <a href="https://community.jboss.org/message/784936#784936">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Hi,</p><p>First of all, try to avoid using that kind of language in the thread topic. You only scare people that usually help and answer questions for free. </p><p>If you just want to use jBPM alone without the installer, eclipse, and jboss you will only need to add the jbpm dependencies to your project.</p><p>If you are using maven, this is very very simple:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="line" id="LC23" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;"><dependency></span></p><p class="line" id="LC24" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><groupId></span>org.jbpm<span class="nt" style="color: #000080;"></groupId></span></p><p class="line" id="LC25" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><artifactId></span>jbpm-flow<span class="nt" style="color: #000080;"></artifactId></span></p><p class="line" id="LC26" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><version></span>${jbpm.version}<span class="nt" style="color: #000080;"></version></span></p><p class="line" id="LC27" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"></dependency></span></p><p class="line" id="LC28" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"><dependency></span></p><p class="line" id="LC29" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><groupId></span>org.jbpm<span class="nt" style="color: #000080;"></groupId></span></p><p class="line" id="LC30" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><artifactId></span>jbpm-flow-builder<span class="nt" style="color: #000080;"></artifactId></span></p><p class="line" id="LC31" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><version></span>${jbpm.version}<span class="nt" style="color: #000080;"></version></span></p><p class="line" id="LC32" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"></dependency></span></p><p class="line" id="LC33" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"><dependency></span></p><p class="line" id="LC34" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><groupId></span>org.jbpm<span class="nt" style="color: #000080;"></groupId></span></p><p class="line" id="LC35" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><artifactId></span>jbpm-bpmn2<span class="nt" style="color: #000080;"></artifactId></span></p><p class="line" id="LC36" style="padding: 0 0 0 10px;">      <span class="nt" style="color: #000080;"><version></span>${jbpm.version}<span class="nt" style="color: #000080;"></version></span></p><p class="line" id="LC37" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"></dependency></span></p><p class="line" style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="line" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;">Where ${jbpm.version} is 5.4.0.Final in your case. Make sure that you also have the jboss nexus repository configured in your application pom.xml file:</span></p><p class="line" id="LC53" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;"><repositories></span></p><p class="line" id="LC54" style="padding: 0 0 0 10px;">        </p><p class="line" id="LC55" style="padding: 0 0 0 10px;">        <span class="nt" style="color: #000080;"><repository></span></p><p class="line" id="LC56" style="padding: 0 0 0 10px;">            <span class="nt" style="color: #000080;"><id></span>jboss-repo<span class="nt" style="color: #000080;"></id></span></p><p class="line" id="LC57" style="padding: 0 0 0 10px;">            <span class="nt" style="color: #000080;"><url></span><a class="jive-link-external-small" href="http://repository.jboss.org/nexus/content/groups/public/" target="_blank">http://repository.jboss.org/nexus/content/groups/public/</a><span class="nt" style="color: #000080;"></url></span></p><p class="line" id="LC58" style="padding: 0 0 0 10px;">        <span class="nt" style="color: #000080;"></repository></span></p><p class="line" id="LC59" style="padding: 0 0 0 10px;">        <span class="nt" style="color: #000080;"><repository></span></p><p class="line" id="LC60" style="padding: 0 0 0 10px;">            <span class="nt" style="color: #000080;"><url></span><a class="jive-link-external-small" href="http://repo1.maven.org/maven2/" target="_blank">http://repo1.maven.org/maven2/</a><span class="nt" style="color: #000080;"></url></span></p><p class="line" id="LC61" style="padding: 0 0 0 10px;">            <span class="nt" style="color: #000080;"><id></span>central<span class="nt" style="color: #000080;"></id></span></p><p class="line" id="LC62" style="padding: 0 0 0 10px;">            <span class="nt" style="color: #000080;"><layout></span>default<span class="nt" style="color: #000080;"></layout></span></p><p class="line" id="LC63" style="padding: 0 0 0 10px;">            </p><p class="line" id="LC64" style="padding: 0 0 0 10px;">        <span class="nt" style="color: #000080;"></repository></span></p><p class="line" id="LC65" style="padding: 0 0 0 10px;">    <span class="nt" style="color: #000080;"></repositories></span></p><p class="line" style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="line" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;">If you want to take a look at some standalone examples you can browse the following repository: </span></p><p class="line" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;"><a class="jive-link-external-small" href="https://github.com/Salaboy/jBPM5-Developer-Guide/" target="_blank">https://github.com/Salaboy/jBPM5-Developer-Guide/</a></span></p><p class="line" style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p class="line" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;">Hope it helps<br/></span></p><p class="line" style="padding: 0 0 0 10px;"><span class="nt" style="color: #000080;"><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/784936#784936">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>