Re: Selectable Row(UI design)

2007-08-14 Thread sumit pandit
Dear Rizwan, Your proble can be solve using the list form or multiform in the form widget. You can search type=multi or type=list in form name=. All the best. On 8/11/07, Rizwan Sharif [EMAIL PROTECTED] wrote: Hi, I have a requirement to create a UI with the following behavior *) The

Re: RMI problem

2007-08-14 Thread Stefan Selariu
Hi Scott Thanks for the link. Sadly it doesn't work since the required classes (CompressionClientSocketFactory and CompressionServerSocketFactory) are gone from the trunk. Since my project requires an secure application I must solvbe this problem. I don't think the problem comes from

Re: RMI problem

2007-08-14 Thread Scott Gray
Ah thats right I think they were removed because of licensing concerns. Sorry I really can't offer much assistance on the certs. You could try this thread and nabble in general: http://www.nabble.com/forum/ViewPost.jtp?post=5236855framed=y Regards Scott On 14/08/07, Stefan Selariu [EMAIL

Re: RMI problem

2007-08-14 Thread Brett Palmer
You will need to get a copy of the org.ofbiz.service.rmi.socket.zip.CompressionClientSocketFactory and org.ofbiz.service.rmi.socket.zip.CompressionServerSocketFactory from revision 451171 as they are no longer in the trunk due to license issues if you want the example from the wiki to work.

Problem with loading data

2007-08-14 Thread Vikas Mayur
While doing fresh db installation i get following warnings. Can we ignore these warning ?? Though i have not put in the complete log which is quite large. The field name (or key) [locale] is not valid for entity [WorkEffort], printing IllegalArgumentException instead of throwing it because Map

Re: Selectable Row(UI design)

2007-08-14 Thread Jacques Le Roux
Also did you have a look to Entiy Maintenance in webtools ? Jacques De : sumit pandit [EMAIL PROTECTED] Dear Rizwan, Your proble can be solve using the list form or multiform in the form widget. You can search type=multi or type=list in form name=. All the best. On 8/11/07,

design the front layout of a web store based on ofbiz

2007-08-14 Thread Vikrant.Rathore
Hi Everyone, Is there any good designer who would be interested in designing an online store web front end based on existing ofbiz. If yes please leave your mail and I would contact you. Regards, Vikrant No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.476

Re: new to ofbiz

2007-08-14 Thread amit charaya
i tried -Xms756M -Xmx1024M but problem still persist it still show error [java] 2007-08-13 18:51:08,743 (main) [ GenericDelegator.java:165:INFO ] Delegator default initializing helper localoracle for entity group org.ofbiz. [java] Exception in thread main java.lang.OutOfMemoryError:

Re: new to ofbiz

2007-08-14 Thread Jacques Le Roux
I'm sorry, I can't help you more : I don't know much about Oracle ans its drivers. You may have a look at http://www.nabble.com/forum/Search.jtp?local=yforum=2740query=Oracle But I found no issues related to Oracle and memory. Also check that you use the right driver version. Hopefully someone

Re: Goods on Consingment basis

2007-08-14 Thread Manpreet Saini
Thanxs for the input. I've one more query regarding the flow - How can we account for Post-dated Cheques. I'm not able to locate the account setting where we can handle it. Regards, Manpreet On 8/14/07, Scott Gray [EMAIL PROTECTED] wrote: You would also need to implement supplier/vendor

loginworker code explanation

2007-08-14 Thread amit charaya
what this line of code mean if it is calling a service named userLogin where is it defined result = dispatcher.runSync(userLogin, UtilMisc.toMap(login.username, username, login.password, password, visitId, visitId, locale, UtilHttp.getLocale(request))); -- View this message in context:

RE: loginworker code explanation

2007-08-14 Thread Nikita Shinde
Hi, If you are using eclipse, you can do a ctrl+H and search for your service keyword eg. userLogin in containing text and for file name patterns put - *ser*.xml, else u can find it in servicedef folder which contains the service definition files. Thanks, Nikita Shinde. Amicon Technologies

RE: loginworker code explanation

2007-08-14 Thread amit charaya
Thanx for Help I tried that but no success. Amit Kumar Pal Info Com Chandigarh Nikita Shinde wrote: Hi, If you are using eclipse, you can do a ctrl+H and search for your service keyword eg. userLogin in containing text and for file name patterns put - *ser*.xml, else u can find it

RE: loginworker code explanation

2007-08-14 Thread Nikita Shinde
Try putting the keyword in containing text as - service name=userLogin And file name patterns put - *ser*.xml I hope you selecting the scope as well. Nikita Shinde. Amicon Technologies Pvt. Ltd. Mumbai. -Original Message- From: amit charaya [mailto:[EMAIL PROTECTED]

java.lang.IllegalArgumentException error when accessing

2007-08-14 Thread Case Torres
Hello, Does anyone know what might be wrong with my install given this error message when accessing: http://localhost:8080/webtools/control/main type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: Goods on Consingment basis

2007-08-14 Thread Jacques Le Roux
AFAIK there is nothing to deal with Post-dated Cheques in OFBiz. BTW a such cheque is barely legal : a cheque is not a mean of credit and should be payable as soon as signed. Jacques De : Manpreet Saini [EMAIL PROTECTED] Thanxs for the input. I've one more query regarding the flow - How can

Re: java.lang.IllegalArgumentException error when accessing

2007-08-14 Thread David E Jones
Which revision of OFBiz are you using? There were some issues with this a while back that were fixed (a few months ago I think), but there certainly could be more problems as some of the session handling stuff is touchy. -David Case Torres wrote: Ok, I was able to get in. Not sure what

RE: Goods on Consingment basis

2007-08-14 Thread Vikrant.Rathore
To clarify the details the flow should be like this: 1. The post dated cheque as against an accounts payable. 2. You can issue a payment for the same and then use scheduled transaction in financials from opentaps to schedule the posting of this entry to GL on the date of cheque. 3. You can then

Re: java.lang.IllegalArgumentException error when accessing

2007-08-14 Thread Jonathon -- Improov
Looks like a pretty recent version, in the release branch 4.0, judging from the line numbers. It'll be helpful if you could tell us exactly which revision you're using. In your logs, see if you can find [ControlServlet] ERROR: delegator not found in ServletContext? I couldn't reproduce the