entity engine getRelated()

2007-03-13 Thread Christopher Snow
When setting up related entities using the java services, is it the developers responsibility to creating the relationships by using the id field values, e.g. delegator.create("EntityOne", UtilMisc.toMap("entityOneId", "1")); delegator.create("EntityTwo", UtilMisc.toMap("entityTwoId", "2", "entit

Re: entity engine getRelated()

2007-03-13 Thread David E. Jones
I guess the simple answer is: nope, but I guess something like that could be created. -David On Mar 13, 2007, at 2:52 AM, Christopher Snow wrote: When setting up related entities using the java services, is it the developers responsibility to creating the relationships by using the id

Re: entity engine getRelated()

2007-03-13 Thread Christopher Snow
Ireally just wanted to make sure I was doing things right by setting the relationships manually. Many thanks, Chris On Tue, 2007-03-13 at 03:02 -0600, David E. Jones wrote: > I guess the simple answer is: nope, but I guess something like that > could be created. > > -David > > > On Mar 13

Re: Re[4]: Dynamic export of services in ofbiz

2007-03-13 Thread Jacques Le Roux
András, You may try this link http://tinyurl.com/2t34hy Not sure your exact problem is there but you may find links... Jacques - Message d'origine - De : "Imre András Róbert" <[EMAIL PROTECTED]> A : "Andrew Sykes" Envoyé : vendredi 9 mars 2007 21:54 Objet : Re[4]: Dynamic export of se

entity one

2007-03-13 Thread Christopher Snow
If have the following entities: I thought the relation type "one" would only allow me to have a value for EntityOne.entityTwoId of either null or a value that exists in EntityTwo.entityTwoId. However: bsh % e2 = delegator.findAll("EntityTwo"); bsh % prin

Re[6]: Dynamic export of services in ofbiz

2007-03-13 Thread Imre András Róbert
Thanks, Jacques. Studied the links, but these are discussing SOAP service exposal of ofbiz services. I'd rather be interested in topics about changing an ofbiz service exported status dynamically, i.e. while the ofbiz instance is up and running. And also topics that discuss an existing ofbiz prox

research project based on ofbiz

2007-03-13 Thread Christopher Snow
I will be starting a small (approx. 300 hours) Technology Management research project in May and I am looking for some ideas. I was wondering if I may be able to do something around ofbiz. The project must be: 1) significantly research based 2) based on the subject area Technology "Management"

Re: research project based on ofbiz

2007-03-13 Thread David E. Jones
Sounds like an interesting project. The biggest trick will probably be that there is no central or single organization in the OFBiz community that could really answer these sorts of questions or provide the information you need to answer them. I'd love to see the result... -David On Ma

Unable to get OFBiz to start

2007-03-13 Thread Adrian Crum
Fresh checkout, run ant install, try to start OFBiz, get the following error: Exception: org.apache.catalina.LifecycleException Message: Embedded service has not yet been started stack trace --- LifecycleException: Embedded service

Inventory and ProductFacility

2007-03-13 Thread Christian Geisert
Hi, just noticed a inconsistency while doing some testing: I did a Receive Inventory for GZ-1000 into the WebStoreWarehouse and had a look at the inventory (ViewFacilityInventoryByProduct) then - I was suprised that there was no GZ-1000 inventory shown. After looking at ViewFacilityInventoryByPro

Re: Unable to get OFBiz to start

2007-03-13 Thread Kristian Nilsson
Hi Adrian Where do you have Java installed? I recommend you to install it in a path that doesn't contain spaces, for example avoid "C:\Program Files" Best Regards, Kristian Adrian Crum <[EMAIL PROTECTED]> 2007-03-13 16:46 Please respond to user@ofbiz.apache.org To "user@ofbiz.apache.org"

Re: research project based on ofbiz

2007-03-13 Thread Torsten Schlabach
Hi Chris! What kind of project would that be? Is that for a university or something like that? We might be able to help you, depending on what you are looking for. Regards, Torsten Christopher Snow schrieb: I will be starting a small (approx. 300 hours) Technology Management research projec

rendering right bar in particular screen

2007-03-13 Thread kleve pietersen
i need to display a rightbar for a particular page, but when i am doing it is overlapping on the body section. can any one help? thanx, kleve

Re: rendering right bar in particular screen

2007-03-13 Thread Adrian Crum
If you're using a recent checkout, then try the maincss.patch file here: https://issues.apache.org/jira/browse/OFBIZ-807 kleve pietersen wrote: i need to display a rightbar for a particular page, but when i am doing it is overlapping on the body section. can any one help? thanx, kleve

Re: research project based on ofbiz

2007-03-13 Thread Christopher Snow
Torsten, It's the final project for a MBA in Technology Management with the Open University in the UK. It can be pretty much any research into the management of technology. Cheers, Chris On Tue, 2007-03-13 at 19:27 +0100, Torsten Schlabach wrote: > Hi Chris! > > What kind of project would t