Re: [rules-users] How to push changes to cloned repo on Kie-Workbench

2013-12-12 Thread vimalkansal
Never mind, figured it out. Vimal -- View this message in context: http://drools.46999.n3.nabble.com/How-to-push-changes-to-cloned-repo-on-Kie-Workbench-tp4027264p4027269.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ r

Re: [rules-users] How to push changes to cloned repo on Kie-Workbench

2013-12-12 Thread vimalkansal
Hi Mark, What is the URL for git server in WB? Thx Vimal -- View this message in context: http://drools.46999.n3.nabble.com/How-to-push-changes-to-cloned-repo-on-Kie-Workbench-tp4027264p4027268.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-12 Thread vimalkansal
Thanks Mark. -- View this message in context: http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027262.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-user

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-12 Thread vimalkansal
Thanks a lot Mark. -- View this message in context: http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027258.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-12 Thread vimalkansal
Thanks a lot Marion, that is exactly what I was looking for. Vimal -- View this message in context: http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027247.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-12 Thread vimalkansal
Thanks manstis. Also can you please clarify that how does consuming application come to know of settings.xml file? By looking at org.kie.scanner.embedder.MAvenSettings.java, I believe either M2_HOME environment variable needs to be setup or "kie.maven.settings.custom" ? Is that a correct understand

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-11 Thread vimalkansal
Thanks manstis. I will be eagerly looking forward to the solution. Vimal -- View this message in context: http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027238.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-11 Thread vimalkansal
Yes, you are correct, my application, .m2 and kie-wb are running on the same machine., and I can see your point. But in the different instance(the scenario that I originally described) I have a web application, .m2 and kie-web running on the same machine and my code is not able to download the jar

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-11 Thread vimalkansal
And here is how my Java code looks like : public class HelloWorldRuleExecutor { public static void main(String[] args) { // TODO Auto-generated method stub String msg = "xxx"; KieServices ks = KieServices.Factory.get(); KieCo

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-11 Thread vimalkansal
Hi Manstis, Also, I am running another instane of KIE-WB which points to the default M2_REPO i.e /home/user/.m2 and I I have done "build and deploy" to push the built jar to this repo. Then I have written a Java SE application and I am able to successfully dynamically download the jar and run the

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-11 Thread vimalkansal
Hi Manstis, I am going to try out what you have suggested, but I have the following questions : In the first instance this answer looked alright, but then how is it a dynamic module? I was under the impression (as mentioned in the doco also) that by having kie-ci on the classpath, it can pull dow

Re: [rules-users] Drools6 : Having trouble in using kie-ci

2013-12-10 Thread vimalkansal
Yup, I think that must be the issue, I simply forgot to do that. Thx a lot Vimal -- View this message in context: http://drools.46999.n3.nabble.com/Drools6-Having-trouble-in-using-kie-ci-tp4027208p4027215.html Sent from the Drools: User forum mailing list archive at Nabble.com. __

[rules-users] Drools6 : Having trouble in using kie-ci

2013-12-10 Thread vimalkansal
Hi, I have an instance of Kie-WB running and I have started it with property "org.guvnor.m2repo.dir" set to some non default location (i.e not in /../home/.2). I am able to use the KIE WB to "build and deploy" the project to this repository. Then I have built a web application ( I have declared t