[rules-dev] Dependencies upgraded: cxf, hibernate, hornetq, ironjacamar, jdom

2013-09-10 Thread Geoffrey De Smet
Walter has nicely upgraded us from EAP 6.1.0 to 6.1.1 https://github.com/wmedvede/jboss-integration-platform-bom/commit/33e1ed45f5a296a8ada589dcc81ae1006b7619bf As a result these, these dependency upgrades were done: version.org.apache.cxf-> 2.6.6 to 2.6.8 upgraded version.org.hibernate-> 4.

Re: [rules-dev] dependencies

2007-02-11 Thread Steven Williams
Hi Mark, I've had a bit of a hard time getting up the energy to finish it off but I did get set up on the weekend to do the doco for it and am getting enthused again so I should hopefully get it a lot further in the next week. Mic had mentioned getting some help but no names as yet. cheers Steve

Re: [rules-dev] dependencies

2007-02-11 Thread Mark Proctor
Steven, Hiya, how is that going? I think someone at JBoss was hoping to help you out with it, has mic given you the details? I haven't moved templates across to MVEL yet, but yes eventually that makes sense. However don't go out of your way, more important you get it finished first :) Really

Re: [rules-dev] dependencies

2007-02-11 Thread Steven Williams
Hi Mark, The new decision table handling uses StringTemplate. I gather I should probably change it over to use MVEL as well? cheers Steve On 2/10/07, Mark Proctor <[EMAIL PROTECTED]> wrote: I've done a bit of refactor. JCI has no been inlined and all it' use of commons-* removed, including co

Re: [rules-dev] dependencies

2007-02-10 Thread Edson Tirelli
Mark, This is great and surelly a relief to several users! Really nice! []s Edson Mark Proctor wrote: I've done a bit of refactor. JCI has no been inlined and all it' use of commons-* removed, including commons-logging. I have added mininimal StringUtils and ArrayUtils because de

[rules-dev] dependencies

2007-02-09 Thread Mark Proctor
I've done a bit of refactor. JCI has no been inlined and all it' use of commons-* removed, including commons-logging. I have added mininimal StringUtils and ArrayUtils because decisiontables and ide uses them. The result is we use a lot less dependencies now, so its getting more manageable agai