<!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="http://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;">
    Process fails to deploy
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="http://community.jboss.org/people/iapazmino">Ivan Pazmino</a> in <i>jBPM</i> - <a href="http://community.jboss.org/message/556961#556961">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p>I'm trying to deploy a simple process in a jbpm 3.2 installation over jboss 4.2 and an oracle 10g db.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>the jbpm tables are empty, since this should be the first process. I have designed a small process with the eclipse's gpd plug in. when I try deploying it an exception is thrown at the server's log complaining it can't find the process definition for&#160; tester, which is the name I gave to the test process.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-java">13:19:31,970 ERROR [ProcessUploadServlet] Failed to deploy process tester org.jbpm.JbpmException: could not find process definition <font color="navy">'tester'</font>
...
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>an blames the failure to a malformed sql command</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-java">Caused by: org.hibernate.exception.SQLGrammarException: could not execute query
&#160;&#160;&#160; at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:67)
&#160;&#160;&#160; at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
...
&#160;
Caused by: java.sql.SQLException: ORA-00933: SQL command not properly ended
&#160;
&#160;&#160;&#160; at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
...
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>before this exception is thrown the failing query is</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-java">13:19:31,963 INFO&#160; [STDOUT] Hibernate: 
&#160;&#160;&#160; <font color="darkgreen">/* named HQL query GraphSession.findLatestProcessDefinitionQuery */</font> select
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.ID_ as ID1_4_,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.NAME_ as NAME3_4_,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.DESCRIPTION_ as DESCRIPT4_4_,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.VERSION_ as VERSION5_4_,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN6_4_,
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.STARTSTATE_ as STARTSTATE7_4_ 
&#160;&#160;&#160; from
&#160;&#160;&#160;&#160;&#160;&#160;&#160; JBPM_PROCESSDEFINITION processdef0_ 
&#160;&#160;&#160; where
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.NAME_=? 
&#160;&#160;&#160; order by
&#160;&#160;&#160;&#160;&#160;&#160;&#160; processdef0_.VERSION_ desc limit ?
13:19:31,970 WARN&#160; [JDBCExceptionReporter] SQL Error: 933, SQLState: 42000
13:19:31,970 ERROR [JDBCExceptionReporter] ORA-00933: SQL command not properly ended
</code></pre><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>this query won't return any values because the JBPM_PROCESSDEFINITION table is empty, but it complains on the query. any configuration I'm missing?</p></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/556961#556961">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in jBPM at <a href="http://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>