Steve,<br><br>I know there has been talk of a remoting API, but I am not sure where it is at. JackRabbit has a RMI implementation that I use as part of my build procedure to keep guvnor models in sync with the object model. You have to export the repository as an RMI object, then connect to it like so<br>
<br>ClientRepositoryFactory factory = new ClientRepositoryFactory();<br>Repository repository = factory.getRepository(rmiURL);<br><br>Session session = repository.login(new SimpleCredentials(username, password.toCharArray()));<br>
<br>rulesRepository = new RulesRepository(session);<br><br>dave<br><br><div class="gmail_quote">2009/7/27 Steve Ronderos <span dir="ltr">&lt;<a href="mailto:steve.ronderos@ni.com">steve.ronderos@ni.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br><font size="2" face="sans-serif">Does anyone know if there is a Remoting
API in Guvnor? I see mention of it in some wiki pages, and in the web.xml
in the Guvnor source.  </font>
<br>
<br><font size="2" face="sans-serif">I&#39;m trying to see if I can remotely
trigger a build for a specific package, with a selector for the build,
then create a snapshot for the same package.</font>
<br>
<br><font size="2" face="sans-serif">If anyone has any information about
the API please let me know.</font>
<br>
<br><font size="2" face="sans-serif">Thanks,</font>
<br><font color="#888888"><font size="2" face="sans-serif"><br>
</font><font size="3">Steve Ronderos</font></font><br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br>