Re: svn commit: r1067267 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2011-02-04 Thread Scott Gray
Thanks Marco, I'm not sure that exchanging one automatic warning for another is worth the effort but whatever, it'll do as a compromise :-) Thanks Scott On 5/02/2011, at 10:44 AM, risali...@gmail.com wrote: > Hi Scott, > > I have now marked it as to be "FIXED" so it can be investigated later.

Re: svn commit: r1067267 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2011-02-04 Thread risali...@gmail.com
Hi Scott, I have now marked it as to be "FIXED" so it can be investigated later. Thanks Marco Il giorno 04/feb/2011, alle ore 22.28, Scott Gray ha scritto: > Hi Marco, > > Please be wary of how you deal with the "unused variable" warnings, simply > commenting out the code or removing the var

Re: svn commit: r1067267 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/shoppingcart/CheckOutEvents.java

2011-02-04 Thread Scott Gray
Hi Marco, Please be wary of how you deal with the "unused variable" warnings, simply commenting out the code or removing the variable declaration and assignment merely hides the warning instead of dealing with it properly. I feel like these warnings really require a deeper investigation in ord

Re: Jackrabbit Integration

2011-02-04 Thread Adrian Crum
Btw, example scenarios = low-level content CRUD operations. -Adrian On 2/4/2011 6:15 AM, Adrian Crum wrote: As far as I know, the mapping was never discussed - we never got that far. From my perspective, the Jackrabbit repository should replace most of the OFBiz content component. That would

Re: Jackrabbit Integration

2011-02-04 Thread Adrian Crum
As far as I know, the mapping was never discussed - we never got that far. From my perspective, the Jackrabbit repository should replace most of the OFBiz content component. That would be a lot of work though. Your suggestion might be easier to implement. It might be helpful to start off with

[jira] Commented: (OFBIZ-3186) Layered Navigation of Categories

2011-02-04 Thread Mridul Pathak (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990556#comment-12990556 ] Mridul Pathak commented on OFBIZ-3186: -- Hi Jacques, I am pretty much stuck with my w

buildbot success in ASF Buildbot on ofbiz-trunk

2011-02-04 Thread buildbot
The Buildbot has detected a restored build of ofbiz-trunk on ASF Buildbot. Full details are available at: http://ci.apache.org/builders/ofbiz-trunk/builds/1305 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: isis_ubuntu Build Reason: Build Source Stamp: [branch ofbiz/trunk] 1067

Re: Jackrabbit Integration

2011-02-04 Thread Sascha Rodekamp
Hey, i played a little bit around with the jackrabbit brunch. Seems that the basic JCR operations works well OOTB. But i'm not sure what's the best way to make the connection (mapping) to Ofbiz. I would like to create some Interfaces and Adapters for third Party CMS System that they can easily con