CRM model

2008-04-08 Thread Roberto Cosenza
Hi Guys, I wonder where does the CRM model used by ofbiz come from? It is not among the models mentioned in the data model resource book /rob

SOAP: Cannot locate service by name

2008-04-01 Thread Roberto Cosenza
Hello. I'm trying to run a simple webservice test using a php client. The method I want to run is getOrderStatus but i get Request SOAPService caused an error with the following message: Error calling event: org.ofbiz.webapp.event.EventHandlerException: Cannot locate service by name

How to write screens?

2008-03-31 Thread Roberto Cosenza
Hi. Please help me out to get started. I'm having hard times to find stuff in the documentation I'm building a new application. I correctly mapped the ViewItem screen. Once I go on the ViewItem url I want to 1) Take the artnr request parameter 2) Execute the service findItem with the

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
On Mar 10, 2008, at 11:56 PM, Ryan Sweet wrote: I'm not sure that would make sense, as they will have lots of internal (to my system) modules and dependencies (I depend on other systems than ofbiz). Here's what you can do: 1) Create new project (java project) - point this at your module

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
scripts to build and run the Ofbiz containers. Hope this helps, Thanks, Raj Roberto Cosenza wrote: On Mar 10, 2008, at 11:56 PM, Ryan Sweet wrote: I'm not sure that would make sense, as they will have lots of internal (to my system) modules and dependencies (I depend on other systems than

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
Thanx, I do like using command line but still i like to use an editor with refactoring support/formatting help when needed. On Mar 11, 2008, at 5:22 PM, Raj Saini wrote: BTW, you can run the ant scripts right from Eclipse if you don't like the command line. Open the top level build.xml and

LAST_UPDATED_STAMP

2008-02-04 Thread Roberto Cosenza
Hallo. How do I configure my entity /entity engine not to look for the following database fields? LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP My table is a legacy table that does not have those fields, of course. I tried setting enable-lock=false

Re: LAST_UPDATED_STAMP

2008-02-04 Thread Roberto Cosenza
no-auto-stamp=true did the trick On 4 feb 2008, at 09.57, Roberto Cosenza wrote: Hallo. How do I configure my entity /entity engine not to look for the following database fields? LAST_UPDATED_STAMP,LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP My table is a legacy table

Re: ofbiz

2008-01-24 Thread Roberto Cosenza
system that way. you can create you own Secas to sync ofbiz with your legacy system. here is a good place to start http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index Roberto Cosenza sent the following on 1/21/2008 5:12 AM: Hi. I'm new to ofbiz and i'm studying its internals in order

ofbiz

2008-01-21 Thread Roberto Cosenza
Hi. I'm new to ofbiz and i'm studying its internals in order to integrate it with a legacy product. I have a few questions: * Where is the documentation of the file format used for the screens? * Accessing an entity through a jdbc-source instead of the ofbiz entity engine I can replace the