New York, November - January

2013-10-30 Thread Adrian Crum
Hi all, I will be working in New York, USA from November through January. If there is anyone in the area who would like to meet and chat about OFBiz or anything else, please send me an email directly. I would enjoy meeting you! -- Adrian Crum Sandglass Software www.sandglass-software.com

Re: RMI null GenericValue userLogin problem.

2013-10-30 Thread mariotti
Problem partially solved! This class works! public class Auth { protected final static String RMI_URL = "rmi://localhost:1099/RMIDispatcher"; // change to match the remote server protected RemoteDispatcher rd = null; public Auth() { try { rd = (RemoteDispatcher)

Re: Anyone know a way to apply condition to view-entity and then left join to another view-entity?

2013-10-30 Thread Christian Carlow
It seems like WHERE clauses should be able to be associated with an entity/view-entity other than in find methods such as findByAnd or findListIteratorByCondition. This would allow the where clause to be applied to the query without the query being executed. Once the where clauses are applied,

Re: Anyone know a way to apply condition to view-entity and then left join to another view-entity?

2013-10-30 Thread Christian Carlow
Hey Todd, Thanks for trying to help but your link is specific to Magento and it doesn't cover the problem I face. I need to be able to apply a condition to the OrderShipment where OrderShipment.shipmentId = parameters.shipmentId which might product this query: SELECT * FROM ORDER_SHIPMENT W

Re: Anyone know a way to apply condition to view-entity and then left join to another view-entity?

2013-10-30 Thread Todd Thorner
I'm very new to OFbiz and very rusty at MVC programming (haven't done any since Struts 1.x), but I bumped into this page when I was researching ecommerce front-ends: http://www.magentocommerce.com/boards/viewthread/33703/ Not sure if that has anything to do with what you're trying to accomplish, b

Anyone know a way to apply condition to view-entity and then left join to another view-entity?

2013-10-30 Thread Christian Carlow
Does anyone know a way to apply a condition to a view-entity and then left join it to another view-entity? I need to be able to apply a condition to the OrderShipment entity where shipmentId = parameters.shipmentId and then left join this conditioned view-entity to another view-entity. I cou

Re: Is there a way to control transaction error messages that appear along with the intended error message?

2013-10-30 Thread Adrian Crum
The framework wraps various things in transactions along the execution path (screen rendering, service calls, scripts, etc) - and each instance is wrapped in a try-catch block. When something goes wrong, control is returned to the calling process via the nested catch blocks - with each catch bl

Is there a way to control transaction error messages that appear along with the intended error message?

2013-10-30 Thread Christian Carlow
Anyone know how to prevent or reduce the number of times this error message appears along with the intended error message: "Error trying to begin transaction, could not process method: The current transaction is marked for rollback, not beginning a new transaction and aborting current operatio

RMI null GenericValue userLogin problem.

2013-10-30 Thread mariotti
Hi, I am trying to interact with OfBiz using RMI. I got the example code from: ExampleRemoteClient.java Everything works fine with the test message: context.put("message", "Remote Service Test"); return rd.runSync("testScv", context); ... But if I try to access

Lucene/Solr Conference in Dublin on 6-7 November

2013-10-30 Thread Jacopo Cappellato
Hi all, I am going to attend the Lucene/Solr Conference, held in Dublin, next week on 6-7 November. http://www.lucenerevolution.org If there is anyone in the Dublin area or attending the conference who would like to meet and chat about OFBiz or whatever, please send me an email directly; I wo

Re: Use external stock info

2013-10-30 Thread iwolf
Hi Jacques, thanks for checking and the link. Ingo -- View this message in context: http://ofbiz.135035.n4.nabble.com/Use-external-stock-info-tp4645129p4645363.html Sent from the OFBiz - User mailing list archive at Nabble.com.