Re: [rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-26 Thread SrjTx
GREAT! Thanks! -- View this message in context: http://drools.46999.n3.nabble.com/What-is-URL-for-Guvnor-REST-API-in-6-0-0-Final-tp4026926p4026944.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list

[rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-25 Thread SrjTx
I've been trying URL's similar to http://localhost:8080/guvnor-6.0.0.CR3/rest/packages but can't find them. -- View this message in context: http://drools.46999.n3.nabble.com/What-is-URL-for-Guvnor-REST-API-in-6-0-0-Final-tp4026926.html Sent from the Drools: User forum mailing list archive

Re: [rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-25 Thread Michael Anstis
6.0 does not have the same REST API as prior versions. All that we expose is basic operations to manipulate Organizational Units, Repositories and Projects; including building and deploying. The GIT backend 6.0 has means we recommend using any git library to clone the repository, perform

Re: [rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-25 Thread Mark Proctor
The rest api has changed. Depoyment has changed. We don’t have “packages” any more. We have projects. http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/wb.WorkbenchIntegration.html#drools.WorkbenchRemoteAPI /repositories/{repositoryName}/projects/{projectName}/maven/compile

Re: [rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-25 Thread SrjTx
Thanks guys! Here's our use-case/flow. Could you please share your recommendations on our application integration with Guvnor 6.0.0 We have SwitchYard 1.1 applications that are using the kie method to interact with a Drools backend. In this method you point what used to be a 5.5 CHANGE_SET

Re: [rules-users] What is URL for Guvnor REST API in 6.0.0-Final?

2013-11-25 Thread Mark Proctor
Comments inline. But just a reminder, if you see how to improve the docs, please contribute. http://docs.jboss.org/drools/release/6.0.0.Final/drools-docs/html/Welcome.html#gettingstarted Mark On 25 Nov 2013, at 19:52, SrjTx clickt...@yahoo.com wrote: Thanks guys! Here's our use-case/flow.