From mproctor at codehaus.org Mon Dec 2 08:41:16 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Mon, 2 Dec 2013 13:41:16 +0000 Subject: [rules-dev] dzone cheat sheets Message-ID: <27479CA9-3BB7-43E7-AAE3-44938D960F77@codehaus.org> Anyone in the community want to help create and publish a new set of cheat sheets, for the 6.0 stuff? Mark From mproctor at codehaus.org Wed Dec 4 21:59:54 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Thu, 5 Dec 2013 02:59:54 +0000 Subject: [rules-dev] Limited Entry Guided Decision in Drools 6.0 (Full Screen 720HD) Message-ID: Following on from the workbench videos (http://tinyurl.com/pnq6497), here is a rule based limited entry decision table http://tinyurl.com/o6umx2x Mark From mproctor at codehaus.org Fri Dec 6 09:39:50 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Fri, 6 Dec 2013 14:39:50 +0000 Subject: [rules-dev] 6.0 issue with remote jars and dynamic modules Message-ID: There is problem, fixed in master, for remote jars. The KieRepository currently, when using kie-ci, doesn?t obey the settings.xml active profiles. This means it is not recognising the remote configured repositories. While this is fixed, and we?ll have binaries out in about 2 weeks, it means for now KieRepository can only resolve jars already in the local m2_repo. Mark From mproctor at codehaus.org Fri Dec 6 14:30:25 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Fri, 6 Dec 2013 19:30:25 +0000 Subject: [rules-dev] 6.0 issue with remote jars and dynamic modules In-Reply-To: References: Message-ID: <07E07887-A6B9-45ED-994D-15E2CB5C34B0@codehaus.org> the jira https://issues.jboss.org/browse/DROOLS-367 Mark On 6 Dec 2013, at 14:39, Mark Proctor wrote: > There is problem, fixed in master, for remote jars. The KieRepository currently, when using kie-ci, doesn?t obey the settings.xml active profiles. This means it is not recognising the remote configured repositories. > > While this is fixed, and we?ll have binaries out in about 2 weeks, it means for now KieRepository can only resolve jars already in the local m2_repo. > > Mark From mproctor at codehaus.org Thu Dec 12 15:22:57 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Thu, 12 Dec 2013 20:22:57 +0000 Subject: [rules-dev] daily builds available Message-ID: <31A5E1BB-77E0-4D54-BAD2-02DEEE39178D@codehaus.org> Daily builds can currently be found here, http://download.jboss.org/drools/release/snapshot/6.0.x/ Anyone wanting to try 6.0, but meeting some issues already discussed - such as remote repositories, and settings.xml not working - should try the snapshots builds there. Mark From wolfgang.laun at gmail.com Mon Dec 16 01:55:05 2013 From: wolfgang.laun at gmail.com (Wolfgang Laun) Date: Mon, 16 Dec 2013 07:55:05 +0100 Subject: [rules-dev] [droolsjbpm-knowledge] documentation: Various minor corrections and updates to KIE (#58) In-Reply-To: References: Message-ID: A few amendments... -W On 16/12/2013, Vinod Kiran wrote: > > You can merge this Pull Request by running: > > git pull https://github.com/vinodkiran/droolsjbpm-knowledge master > > Or you can view, comment on it, or merge it online at: > > https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/58 > > -- Commit Summary -- > > * documentation: Various minor corrections and updates. > > -- File Changes -- > > M kie-docs/shared/KIE/BuildDeployUtilizeAndRun/KIEBuilding.xml (49) 380 + belonging to a KieModule programmatically instead of the declarative defination in the s/defination/definition/ 451 + as Resources. In the later case the Resources can be created by the s/later/latter/ 471 + to aResource as shown below: s/to a/to a / > M kie-docs/shared/KIE/BuildDeployUtilizeAndRun/KIEDeploying.xml (7) 59 + The KieScanner allows continous monitoring of your Maven repository s/continous/continuous/ 60 + to check for a new release of a Kie project has been installed. A new release is deployed it in s/to check for a new/to check whether a new/ s/is deployed it in/is deployed in/ > M kie-docs/shared/KIE/BuildDeployUtilizeAndRun/KIEExamples.xml (36) 12 + The Deploy use cases shown below, all involve mvn install. s/below, all/below all/ 13 + Maven is well covered is Maven literature. Ut s/is Maven/in Maven/ 307 + id, artifact id and version. It also obey's LATEST s/obey's/obeys/ 42 needed here. It will not setup a s/setup/set up/ 459 + ReleaseId and kmodule.xml, as well as add the relevant resources. s/as well as add/and it adds/ 492 + Summary: Programmaticaly buid a KieModule, s/Programmaticaly buid/Programmatically build/ > M kie-docs/shared/KIE/BuildDeployUtilizeAndRun/KIEModuleIntroduction.xml > (20) 10 + instead of the using the programmatic builder s/instead of the using/instead of using/ 19 + plugin also pre-generates s(pre-generates/generates/ 36 + remote Maven repository. Building the Application wil pull in the KieModule and populating the s/Application/application/ s/wil pull/will pull/ s/and populating/and populate/ > M kie-docs/shared/KIE/BuildDeployUtilizeAndRun/KIERunning.xml (57) 307 + using the CommandExecutor . s/code> ..Set Global calls setGlobal underneath. The optional boolean indicates on whether the s/on whether/whether/ 310 + command should return value as part s/return value/return the global's value/ *** Example 4.21. Set Global Command This is badly broken. 647 continue to use it after a rollback. s/continue/to continue/ > M kie-docs/shared/KIE/Overview/KIEAnatomy.xml (2) > M kie-docs/shared/KIE/Overview/KIEOverview.xml (2) > M kie-docs/shared/KIE/ReleaseNotes/ReleaseNotesKIE.6.0.0.Final.xml (32) 58 + Don't let the example split the paragraph. > > -- Patch Links -- > > https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/58.patch > https://github.com/droolsjbpm/droolsjbpm-knowledge/pull/58.diff > From wolfgang.laun at gmail.com Tue Dec 17 02:09:26 2013 From: wolfgang.laun at gmail.com (Wolfgang Laun) Date: Tue, 17 Dec 2013 08:09:26 +0100 Subject: [rules-dev] boolean DRL function causes crashes in 5.[45].0 Message-ID: This self-contained .drl runs fine with 5.3.0, crashes (with two different exceptions) in 5.[45].0, and is back to OK with 6.0.0. package decl declare Cont answer : String end function boolean isValid( String s ){ try { Double.valueOf( s ); return true; } catch( NumberFormatException nfe ){ return false; } } rule isString when $s: Cont( $a: answer, isValid( answer ) ) then System.out.println( "isString: " + $a ); end rule isX when then insert( new Cont( "123.456" ) ); end From kellyajp at yahoo.co.uk Thu Dec 19 06:54:29 2013 From: kellyajp at yahoo.co.uk (kellyajp) Date: Thu, 19 Dec 2013 03:54:29 -0800 (PST) Subject: [rules-dev] Drools 6.0.1.Final Release Message-ID: <1387454069081-4027365.post@n3.nabble.com> What is the planned delivery dates for Drools 6.0.1.Final Release? We are currently experiencing production issues and require the fix for the following Jira: DROOLS-81 "Drools freezes during execution" Thanks -- View this message in context: http://drools.46999.n3.nabble.com/Drools-6-0-1-Final-Release-tp4027365.html Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com. From mproctor at codehaus.org Thu Dec 19 09:42:11 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Thu, 19 Dec 2013 14:42:11 +0000 Subject: [rules-dev] Drools 6.0.1.Final Release In-Reply-To: <1387454069081-4027365.post@n3.nabble.com> References: <1387454069081-4027365.post@n3.nabble.com> Message-ID: Typically we do not make maintenance released in the community, and people have to wait for the next major release with features. In this case an exception has been made an a one off community maintenance release will be put out. This was cut today, so expect to see the binaries end of friday or on monday. Mark On 19 Dec 2013, at 11:54, kellyajp wrote: > What is the planned delivery dates for Drools 6.0.1.Final Release? > > We are currently experiencing production issues and require the fix for the > following Jira: > > DROOLS-81 "Drools freezes during execution" > > Thanks > > > > -- > View this message in context: http://drools.46999.n3.nabble.com/Drools-6-0-1-Final-Release-tp4027365.html > Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com. > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev From kellyajp at yahoo.co.uk Fri Dec 20 06:16:19 2013 From: kellyajp at yahoo.co.uk (kellyajp) Date: Fri, 20 Dec 2013 03:16:19 -0800 (PST) Subject: [rules-dev] Drools 6.0.1.Final Release In-Reply-To: References: <1387454069081-4027365.post@n3.nabble.com> Message-ID: <1387538179966-4027384.post@n3.nabble.com> Thats great news, Thanks to yourself and the team. -- View this message in context: http://drools.46999.n3.nabble.com/Drools-6-0-1-Final-Release-tp4027365p4027384.html Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com. From mproctor at codehaus.org Sat Dec 21 10:21:52 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Sat, 21 Dec 2013 15:21:52 +0000 Subject: [rules-dev] 6.0.1 Now Available Message-ID: We?ve uploaded 6.0.1. http://www.jboss.org/drools/downloads http://www.jboss.org/drools/documentation We have added some extra docs explaining versioning, settings.xml and remote repositories: http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployingSection http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployCheatSheets 5.6 CR1 is still available for testing and can be downloaded from the maven repository: http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.drools%22%20AND%20v%3A%225.6.0.CR1%22 Daily snapshots can be found here: http://downloads.jboss.org/drools/release/snapshot/ Mark From thinh76 at gmail.com Mon Dec 23 18:45:19 2013 From: thinh76 at gmail.com (voki) Date: Mon, 23 Dec 2013 15:45:19 -0800 (PST) Subject: [rules-dev] 6.0.1 Now Available In-Reply-To: References: Message-ID: <1387842319387-4027395.post@n3.nabble.com> Previously I've got the following in pom.xml jboss-public-repository-group JBoss Public Maven Repository Group https://repository.jboss.org/nexus/content/groups/public-jboss/ default true never true never org.drools drools-core 5.5.1-SNAPSHOT org.drools drools-compiler 5.5.1-SNAPSHOT And everything was downloaded ok. When I changed 5.5.1-SNAPSHOT to 6.0.0.Final and it failed to download the artefacts Failed to read artifact descriptor for org.drools:drools-core:jar:6.0.0.Final: Could not find artifact org.guvnor:guvnor-bom:pom:6.0.0.Final Is there any migration docs that help me out please? Regards voki -- View this message in context: http://drools.46999.n3.nabble.com/6-0-1-Now-Available-tp4027392p4027395.html Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com. From michael.anstis at gmail.com Mon Dec 23 19:01:33 2013 From: michael.anstis at gmail.com (Michael Anstis) Date: Tue, 24 Dec 2013 00:01:33 +0000 Subject: [rules-dev] 6.0.1 Now Available In-Reply-To: <1387842319387-4027395.post@n3.nabble.com> References: <1387842319387-4027395.post@n3.nabble.com> Message-ID: What are you expecting to have dependencies for? It looks like you need guvnor - do you use the web app; just REST API or what? Sent on the move On 23 Dec 2013 23:46, "voki" wrote: > Previously I've got the following in pom.xml > > > jboss-public-repository-group > JBoss Public Maven Repository Group > > https://repository.jboss.org/nexus/content/groups/public-jboss/ > default > > true > never > > > true > never > > > > > > > org.drools > drools-core > 5.5.1-SNAPSHOT > > > > org.drools > drools-compiler > 5.5.1-SNAPSHOT > > > And everything was downloaded ok. When I changed 5.5.1-SNAPSHOT to > 6.0.0.Final and it failed to download the artefacts > > Failed to read artifact descriptor for > org.drools:drools-core:jar:6.0.0.Final: Could not find artifact > org.guvnor:guvnor-bom:pom:6.0.0.Final > > Is there any migration docs that help me out please? > > Regards > voki > > > > > > -- > View this message in context: > http://drools.46999.n3.nabble.com/6-0-1-Now-Available-tp4027392p4027395.html > Sent from the Drools: Developer (committer) mailing list mailing list > archive at Nabble.com. > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/b72af5b4/attachment.html From thinh76 at gmail.com Mon Dec 23 19:09:34 2013 From: thinh76 at gmail.com (Thinh Nguyen) Date: Tue, 24 Dec 2013 11:09:34 +1100 Subject: [rules-dev] 6.0.1 Now Available In-Reply-To: References: <1387842319387-4027395.post@n3.nabble.com> Message-ID: Currently we are just using the the knowledge API (org.drools.KnowledgeBase, org.drools.KnowledgeBaseConfiguration etc..) to handle rules based. And the jars are included as part of a web app. No Guvnor involved. So I'd like to upgrade from 5.5.1-SNAPSHOT to the latest release if possible. Thanks voki On Tue, Dec 24, 2013 at 11:01 AM, Michael Anstis wrote: > What are you expecting to have dependencies for? It looks like you need > guvnor - do you use the web app; just REST API or what? > > Sent on the move > On 23 Dec 2013 23:46, "voki" wrote: > >> Previously I've got the following in pom.xml >> >> >> jboss-public-repository-group >> JBoss Public Maven Repository Group >> >> https://repository.jboss.org/nexus/content/groups/public-jboss/ >> >> default >> >> true >> never >> >> >> true >> never >> >> >> >> >> >> >> org.drools >> drools-core >> 5.5.1-SNAPSHOT >> >> >> >> org.drools >> drools-compiler >> 5.5.1-SNAPSHOT >> >> >> And everything was downloaded ok. When I changed 5.5.1-SNAPSHOT to >> 6.0.0.Final and it failed to download the artefacts >> >> Failed to read artifact descriptor for >> org.drools:drools-core:jar:6.0.0.Final: Could not find artifact >> org.guvnor:guvnor-bom:pom:6.0.0.Final >> >> Is there any migration docs that help me out please? >> >> Regards >> voki >> >> >> >> >> >> -- >> View this message in context: >> http://drools.46999.n3.nabble.com/6-0-1-Now-Available-tp4027392p4027395.html >> Sent from the Drools: Developer (committer) mailing list mailing list >> archive at Nabble.com. >> _______________________________________________ >> rules-dev mailing list >> rules-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-dev >> > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/24dd8ce1/attachment.html From mproctor at codehaus.org Mon Dec 23 19:57:54 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Tue, 24 Dec 2013 00:57:54 +0000 Subject: [rules-dev] 6.0.1 Now Available In-Reply-To: References: <1387842319387-4027395.post@n3.nabble.com> Message-ID: <0340823A-C19C-4D03-AD45-0982CF53D720@codehaus.org> Please ask any further question on the user mailing list, not the developer list. There are number of mavenised examples here: https://github.com/droolsjbpm/drools/tree/master/drools-examples-api All documented here: http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEExamplesSection kie Mark On 24 Dec 2013, at 00:09, Thinh Nguyen wrote: > Currently we are just using the the knowledge API (org.drools.KnowledgeBase, org.drools.KnowledgeBaseConfiguration etc..) to handle rules based. And the jars are included as part of a web app. No Guvnor involved. > > So I'd like to upgrade from 5.5.1-SNAPSHOT to the latest release if possible. > > Thanks > voki > > > On Tue, Dec 24, 2013 at 11:01 AM, Michael Anstis wrote: > What are you expecting to have dependencies for? It looks like you need guvnor - do you use the web app; just REST API or what? > > Sent on the move > > On 23 Dec 2013 23:46, "voki" wrote: > Previously I've got the following in pom.xml > > > jboss-public-repository-group > JBoss Public Maven Repository Group > > https://repository.jboss.org/nexus/content/groups/public-jboss/ > default > > true > never > > > true > never > > > > > > > org.drools > drools-core > 5.5.1-SNAPSHOT > > > > org.drools > drools-compiler > 5.5.1-SNAPSHOT > > > And everything was downloaded ok. When I changed 5.5.1-SNAPSHOT to > 6.0.0.Final and it failed to download the artefacts > > Failed to read artifact descriptor for > org.drools:drools-core:jar:6.0.0.Final: Could not find artifact > org.guvnor:guvnor-bom:pom:6.0.0.Final > > Is there any migration docs that help me out please? > > Regards > voki > > > > > > -- > View this message in context: http://drools.46999.n3.nabble.com/6-0-1-Now-Available-tp4027392p4027395.html > Sent from the Drools: Developer (committer) mailing list mailing list archive at Nabble.com. > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/9d67c21c/attachment-0001.html From mproctor at codehaus.org Mon Dec 23 20:29:19 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Tue, 24 Dec 2013 01:29:19 +0000 Subject: [rules-dev] 6.0.1 Now Available In-Reply-To: References: Message-ID: <526C34F8-B04C-447B-9A5A-C3F4FBAC9AAE@codehaus.org> **READ ME** The WARs in the downloads "Drools Workbench" link are incorrect and point to a development test version; it has incorrect menu's and art work. The download can still be used for the JCR2GIT migration tool. The WARs will be corrected shortly. In the mean time you can find the correct WARs at the JBoss Nexus repository: JBossAS 7.0 Tomcat 7.0 JBoss EAP 6.1 https://repository.jboss.org/nexus/content/repositories/public-jboss/org/kie/kie-drools-wb-distribution-wars/6.0.1.Final/ On 21 Dec 2013, at 15:21, Mark Proctor wrote: > We?ve uploaded 6.0.1. > http://www.jboss.org/drools/downloads > http://www.jboss.org/drools/documentation > > We have added some extra docs explaining versioning, settings.xml and remote repositories: > http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployingSection > http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployCheatSheets > > 5.6 CR1 is still available for testing and can be downloaded from the maven repository: > http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.drools%22%20AND%20v%3A%225.6.0.CR1%22 > > Daily snapshots can be found here: > http://downloads.jboss.org/drools/release/snapshot/ > > Mark -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/80bd1db7/attachment.html From mproctor at codehaus.org Mon Dec 23 22:57:50 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Tue, 24 Dec 2013 03:57:50 +0000 Subject: [rules-dev] Drools 6.0 Workbench and Editor Videos Message-ID: http://blog.athico.com/2013/12/drools-60-workbench-and-editor-videos.html ? 6 workbench introduction videos. Watch full screen at 720HD. Press Play All. http://www.youtube.com/playlist?list=PLb9jQNHBKBRj9IJkc_F5nCJAvXaegOGW8 7 editor metaphor videos. Watch full screen at 720HD. Press Play All. http://www.youtube.com/playlist?list=PLb9jQNHBKBRipbtadRC-UaUObjwp0aBHJ KIE Workbench Drools Editor Metaphors -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/e34afd21/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: ZGGSXTq.png Type: image/png Size: 158369 bytes Desc: not available Url : http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/e34afd21/attachment-0002.png -------------- next part -------------- A non-text attachment was scrubbed... Name: Hhph9Qe.png Type: image/png Size: 142781 bytes Desc: not available Url : http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/e34afd21/attachment-0003.png From michael.anstis at gmail.com Tue Dec 24 08:20:43 2013 From: michael.anstis at gmail.com (Michael Anstis) Date: Tue, 24 Dec 2013 13:20:43 +0000 Subject: [rules-dev] GWT Bootstrap v3 wrappers Message-ID: Not looked yet: https://groups.google.com/forum/m/#!topic/google-web-toolkit/lgmpNQcbL-g Sent on the move -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/7a8b680b/attachment.html From salaboy at gmail.com Tue Dec 24 08:40:47 2013 From: salaboy at gmail.com (Mauricio Salatino) Date: Tue, 24 Dec 2013 14:40:47 +0100 Subject: [rules-dev] GWT Bootstrap v3 wrappers In-Reply-To: References: Message-ID: Nice.. I was discussing this with Horacio (OSDE) and this will be a "little" problem for the console at least. in Bootstrap 3 they have changed core classes without any backward compatibility. Hopefully adopting the new widgets will be easier On Tue, Dec 24, 2013 at 2:20 PM, Michael Anstis wrote: > Not looked yet: > https://groups.google.com/forum/m/#!topic/google-web-toolkit/lgmpNQcbL-g > > Sent on the move > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -- - MyJourney @ http://salaboy.com - Co-Founder @ http://www.jugargentina.org - Co-Founder @ http://www.jbug.com.ar - Salatino "Salaboy" Mauricio - -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/d36918a8/attachment.html From michael.anstis at gmail.com Tue Dec 24 08:43:09 2013 From: michael.anstis at gmail.com (Michael Anstis) Date: Tue, 24 Dec 2013 13:43:09 +0000 Subject: [rules-dev] GWT Bootstrap v3 wrappers In-Reply-To: References: Message-ID: Many widgets we need are yet to be implemented too... but possibly worth keeping an eye on. Sent on the move On 24 Dec 2013 13:41, "Mauricio Salatino" wrote: > Nice.. I was discussing this with Horacio (OSDE) and this will be a > "little" problem for the console at least. in Bootstrap 3 they have changed > core classes without any backward compatibility. Hopefully adopting the new > widgets will be easier > > > On Tue, Dec 24, 2013 at 2:20 PM, Michael Anstis wrote: > >> Not looked yet: >> https://groups.google.com/forum/m/#!topic/google-web-toolkit/lgmpNQcbL-g >> >> Sent on the move >> >> _______________________________________________ >> rules-dev mailing list >> rules-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-dev >> > > > > -- > - MyJourney @ http://salaboy.com > - Co-Founder @ http://www.jugargentina.org > - Co-Founder @ http://www.jbug.com.ar > > - Salatino "Salaboy" Mauricio - > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/f826087d/attachment.html From salaboy at gmail.com Tue Dec 24 08:44:54 2013 From: salaboy at gmail.com (Mauricio Salatino) Date: Tue, 24 Dec 2013 14:44:54 +0100 Subject: [rules-dev] GWT Bootstrap v3 wrappers In-Reply-To: References: Message-ID: Yeah.. no idea what is the other project doing about it.. I was assuming that at some point they will create at least a snapshot based on v3 On Tue, Dec 24, 2013 at 2:43 PM, Michael Anstis wrote: > Many widgets we need are yet to be implemented too... but possibly worth > keeping an eye on. > > Sent on the move > On 24 Dec 2013 13:41, "Mauricio Salatino" wrote: > >> Nice.. I was discussing this with Horacio (OSDE) and this will be a >> "little" problem for the console at least. in Bootstrap 3 they have changed >> core classes without any backward compatibility. Hopefully adopting the new >> widgets will be easier >> >> >> On Tue, Dec 24, 2013 at 2:20 PM, Michael Anstis > > wrote: >> >>> Not looked yet: >>> https://groups.google.com/forum/m/#!topic/google-web-toolkit/lgmpNQcbL-g >>> >>> Sent on the move >>> >>> _______________________________________________ >>> rules-dev mailing list >>> rules-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/rules-dev >>> >> >> >> >> -- >> - MyJourney @ http://salaboy.com >> - Co-Founder @ http://www.jugargentina.org >> - Co-Founder @ http://www.jbug.com.ar >> >> - Salatino "Salaboy" Mauricio - >> >> _______________________________________________ >> rules-dev mailing list >> rules-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-dev >> > > _______________________________________________ > rules-dev mailing list > rules-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-dev > -- - MyJourney @ http://salaboy.com - Co-Founder @ http://www.jugargentina.org - Co-Founder @ http://www.jbug.com.ar - Salatino "Salaboy" Mauricio - -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131224/6cfb5832/attachment.html From mproctor at codehaus.org Thu Dec 26 06:41:10 2013 From: mproctor at codehaus.org (Mark Proctor) Date: Thu, 26 Dec 2013 11:41:10 +0000 Subject: [rules-dev] [rules-users] 6.0.1 Now Available In-Reply-To: <6BF8EA4A-040A-4565-80D2-BFC133554EE7@gmail.com> References: <526C34F8-B04C-447B-9A5A-C3F4FBAC9AAE@codehaus.org> <6BF8EA4A-040A-4565-80D2-BFC133554EE7@gmail.com> Message-ID: <9B2577C9-79C8-4A62-AF0A-8711BE047347@codehaus.org> try using JBossAS 7.1.1 for now. Mark On 26 Dec 2013, at 06:59, Swapnil Aute wrote: > With new wars too, i am getting the same error. > > Cannot validate jar : org/uberfire/client/mvp/AbstractWorkbenchEditorActivity > > Regards, > Swapnil Aute > PH:+919652538632 > > > On 24-Dec-2013, at 6:59 am, Mark Proctor wrote: > >> **READ ME** >> >> The WARs in the downloads "Drools Workbench" link are incorrect and point to a development test version; it has incorrect menu's and art work. The download can still be used for the JCR2GIT migration tool. The WARs will be corrected shortly. In the mean time you can find the correct WARs at the JBoss Nexus repository: >> >> JBossAS 7.0 >> >> Tomcat 7.0 >> >> JBoss EAP 6.1 >> >> https://repository.jboss.org/nexus/content/repositories/public-jboss/org/kie/kie-drools-wb-distribution-wars/6.0.1.Final/ >> >> On 21 Dec 2013, at 15:21, Mark Proctor wrote: >> >>> We?ve uploaded 6.0.1. >>> http://www.jboss.org/drools/downloads >>> http://www.jboss.org/drools/documentation >>> >>> We have added some extra docs explaining versioning, settings.xml and remote repositories: >>> http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployingSection >>> http://docs.jboss.org/drools/release/6.0.1.Final/drools-docs/html/KIEChapter.html#KIEDeployCheatSheets >>> >>> 5.6 CR1 is still available for testing and can be downloaded from the maven repository: >>> http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.drools%22%20AND%20v%3A%225.6.0.CR1%22 >>> >>> Daily snapshots can be found here: >>> http://downloads.jboss.org/drools/release/snapshot/ >>> >>> Mark >> >> _______________________________________________ >> rules-users mailing list >> rules-users at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/rules-users > _______________________________________________ > rules-users mailing list > rules-users at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/rules-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/rules-dev/attachments/20131226/2d02725f/attachment.html