<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Michael,<br>
    <br>
    I've done a "mvn clean install" locally and that test class&nbsp;
    (MockRoleBasedPermissionStore) is not packaged in the war.<br>
    This directory<br>
    &nbsp; droolsjbpm/drools-guvnor/<b>target</b>/drools-guvnor/WEB-INF/classes/org/drools/guvnor/server/security<br>
    does not contain MockRoleBasedPermissionStore (which is normal, as
    it's comes from src/test/java, not src/main/java).<br>
    <br>
    So I don't understand how it ended up in your war you created and
    deployed to tomcat.<br>
    Can you check if you do a "mvn clean install -DskipTests" that you
    have it again?<br>
    <br>
    <br>
    I do have problems to deploy the Guvnor SNAPSHOT on tomcat 6:<br>
    <br>
    ERROR 20-01 14:05:09,218 (RepositoryImpl.java:getWorkspaceInfo:785)
    &nbsp;&nbsp;&nbsp; &nbsp;Unable to initialize workspace 'security'<br>
    javax.jcr.RepositoryException: Cannot instantiate persistence
    manager
    org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager<br>
    &nbsp;&nbsp;&nbsp; at
org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1433)<br>
    ...<br>
    Caused by: org.apache.commons.dbcp.SQLNestedException: Cannot create
    PoolableConnectionFactory (Failed to create database
    'repository/workspaces/security/db', see the next exception for
    details.)<br>
    &nbsp;&nbsp;&nbsp; at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1225)<br>
    ...<br>
    Caused by: java.sql.SQLException: Failed to create database
    'repository/workspaces/security/db', see the next exception for
    details.<br>
    &nbsp;&nbsp;&nbsp; at
    org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown
    Source)<br>
    ...<br>
    Caused by: java.sql.SQLException: Directory
    /home/gdesmet/opt/appserver/<b>apache-tomcat-6.0.30/bin/repository/workspaces/security/db
      already exists</b>.<br>
    &nbsp;&nbsp;&nbsp; at
    org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown
    Source)<br>
    ...<br>
    Caused by: ERROR XBM0J: Directory
    /home/gdesmet/opt/appserver/apache-tomcat-6.0.30/bin/repository/workspaces/security/db
    already exists.<br>
    &nbsp;&nbsp;&nbsp; at
    org.apache.derby.iapi.error.StandardException.newException(Unknown
    Source)<br>
    <br>
    <br>
    Op 20-01-11 10:15, Geoffrey De Smet schreef:
    <blockquote cite="mid:ih8ufq$417$1@dough.gmane.org" type="cite">
      <pre wrap="">I don't know who broke it, but I 'll see if I can get it fixed

Op 20-01-11 09:20, Michael Anstis schreef:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi Ge0ffrey,

</pre>
        <blockquote type="cite">
          <pre wrap="">Does it occur in hosted mode in Eclipse/IntelliJ?
Looks like the test classes are also copied into the war?!?
Tihomir might know more about the whole role based stuff.
</pre>
        </blockquote>
        <pre wrap="">
- It occurs when deploying to Tomcat (any Servlet Container?).
- The WAR *does* contain all "test" classes\resources.
- It does not occur in hosted mode (as I can remove "test" 
classes\resources from the classpath).
- Seam is correct in reporting the error (as two classes are declared 
as being the same component, because of the inclusion of "test" classes).

So I'd surmise a compile problem with maven (but it could be old news)?

With kind regards,

Mike

On 20 January 2011 07:56, Geoffrey De Smet &lt;<a class="moz-txt-link-abbreviated" href="mailto:ge0ffrey.spam@gmail.com">ge0ffrey.spam@gmail.com</a> 
<a class="moz-txt-link-rfc2396E" href="mailto:ge0ffrey.spam@gmail.com">&lt;mailto:ge0ffrey.spam@gmail.com&gt;</a>&gt; wrote:



    Op 19-01-11 22:33, Michael Anstis schreef:
    &gt; Hi,
    &gt;
    &gt; I tried building a WAR for Guvnor and found a couple of hick-ups
    &gt; (although it was with my local copy of master taken a few months
    ago).
    &gt;
    &gt; I mention them here in case they are unknown issues (feel free
    to beat
    &gt; me up if I simply need to resync with master; which will happen as
    &gt; part of my dtable commit...)
    &gt;
    &gt; 1) In \drools-guvnor
    &gt;
    &gt; mvn package -DskipTests=true -PfullProfile
    &gt;
    &gt; Didn't build dependant drools-ide-common, as I'd expect and I had to
    &gt; "mvn install" this first.
    This is partially normal...
    mvn install = mvn package (=make the jar) + copy the jar in the local
    repository
    mvn package = mvn compile + ... + make the jar

    But for normal java apps, mvn compile is enough even in a
    multi-module,
    because it doesn't need to create a jar (or copy that in the local
    repo)
    as it justs reuses drools-ide-common/target/classes in the
    classpath of
    drools-guvnor.
    Just like your Eclipse/IntelliJ does (because if were to build a jar
    each time it would take as long as the maven build).
    However, that might not work for GWT compilation,
    so the safest bet it to do mvn install...
    &gt;
    &gt; 2) In \drools-guvnor
    &gt;
    &gt; mvn package -DskipTests=true -PfullProfile
    &gt;
    &gt; Built the WAR however the test classes are also included,
    leading to a
    &gt; Seam error when deploying:-
    &gt;
    &gt; SEVERE: Exception sending context initialized event to listener
    &gt; instance of class org.jboss.seam.servlet.SeamListener
    &gt; java.lang.IllegalStateException: Two components with the same
    name and
    &gt; precedence - component name:
    &gt; org.drools.guvnor.server.security.RoleBasedPermissionStore,
    component
    &gt; classes:
    &gt; org.drools.guvnor.server.security.MockRoleBasedPermissionStore,
    &gt; org.drools.guvnor.server.security.RoleBasedPermissionStore
    &gt;     at
    &gt;
    org.jboss.seam.init.Initialization.addComponentDescriptor(Initialization.java:586)
    &gt;     at
    &gt;
    org.jboss.seam.init.Initialization.installScannedComponentAndRoles(Initialization.java:927)
    &gt;     at
    &gt;
    org.jboss.seam.init.Initialization.scanForComponents(Initialization.java:874)
    &gt;     at
    org.jboss.seam.init.Initialization.init(Initialization.java:687)
    &gt;
    &gt; This traced back to "MockRoleBasedPermissionStore" in the test
    classes
    &gt; and "RoleBasedPermissionStore" in the non-test classes.
    &gt;
    &gt; Tomcat 6.x.

    Does it occur in hosted mode in Eclipse/IntelliJ?
    Looks like the test classes are also copied into the war?!?
    Tihomir might know more about the whole role based stuff.
    &gt;
    &gt; 3) Alot of Guvnor tests failed, however I assume Toni Rikkola could
    &gt; have fixed recently with his work in this area.

    If they talk about a repository lock failing, it's cool and Toni's
    working on it.
    If it's something else, it's not cool.
    &gt;
    &gt; Cheers,
    &gt;
    &gt; Mike
    &gt;
    &gt;
    &gt; _______________________________________________
    &gt; rules-dev mailing list
    &gt; <a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:rules-dev@lists.jboss.org">&lt;mailto:rules-dev@lists.jboss.org&gt;</a>
    &gt; <a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>

    --
    With kind regards,
    Geoffrey De Smet


    _______________________________________________
    rules-dev mailing list
    <a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a> <a class="moz-txt-link-rfc2396E" href="mailto:rules-dev@lists.jboss.org">&lt;mailto:rules-dev@lists.jboss.org&gt;</a>
    <a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>



_______________________________________________
rules-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/rules-dev">https://lists.jboss.org/mailman/listinfo/rules-dev</a>
</pre>
      </blockquote>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
With kind regards,
Geoffrey De Smet</pre>
  </body>
</html>