Re: Loading of Data

2007-04-12 Thread Jacques Le Roux
Deploying a classpath resource is similar to deploying a compiled Java class : you have to reload. This article may be of interest in this field : http://www.javaworld.com/javaworld/javatips/jw-javatip125.html Jacques Hi, When you are working with files that are not using entity tags

Re: how to use mssql database in ofbiz

2007-04-12 Thread Michel Dielissen
Hi Kelin, See http://www.opentaps.org/index.php?option=com_contenttask=viewid=37Itemid=62 Using opentaps ERP + CRM with MySQL I used it (also with OFBiz) and it works fine with me. Succes. Michel kelin,[EMAIL PROTECTED] wrote: Hi all, I want to use mssql database in ofbiz instead of

Re: PO Missing from ALL Enterred Orders

2007-04-12 Thread Scott Gray
Hi Peter It doesn't look like any of this has been implemented, at this stage the PO is stored with the order and thats it. Regards Scott On 12/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I'm using the SVN revision 930. The PO is important to the order, so the despatched goods

Re: Loading of Data

2007-04-12 Thread Scott Gray
It looks like they've fixed it in Java 6, it appears to be a popular issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4212439 On 12/04/07, Jacques Le Roux [EMAIL PROTECTED] wrote: My answer was from experience ;o) Is there a Jira issue for that, should we create one ? Jacques

Re: Error adding Text to a DataResource

2007-04-12 Thread Scott Gray
Hi Michel I had a look and there was a bug in the code, I've fixed this in rev. 527866. Thanks Scott On 12/04/07, Michel Dielissen [EMAIL PROTECTED] wrote: Hello, I can use some help with the following. When I try to add Text (Content\DataResource\Search\Select my DataResource\Text tab) to

Re: Loading of Data

2007-04-12 Thread Jacques Le Roux
Interesting, thanks Scott ! Jacques De : Scott Gray [EMAIL PROTECTED] It looks like they've fixed it in Java 6, it appears to be a popular issue: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4212439 On 12/04/07, Jacques Le Roux [EMAIL PROTECTED] wrote: My answer was from experience

am i going on a logical way about sitemap

2007-04-12 Thread subhasis
i am new user of OFBiz,for create a sitemap all require things are not get from product table, totalTimesViewed is require from ProductCalculatedInfo. delegator = request.getAttribute(delegator); persons = delegator.findAll(Product); context.put(persons, persons);

Default User Passwords

2007-04-12 Thread Scott A
Hiya All, I have a question about default user and passwords. Is there a way to change all of the default passwords at once or do you have to change each individual? I am talking about the accounts that were created with the initial ofbiz setup. The ones like BLOG_ADMIN, BIGAL, MADMAX, etc.

Re: am i going on a logical way about sitemap

2007-04-12 Thread Jacques Le Roux
This is a right way to do it. Jacques De : subhasis [EMAIL PROTECTED] i am new user of OFBiz,for create a sitemap all require things are not get from product table, totalTimesViewed is require from ProductCalculatedInfo. delegator = request.getAttribute(delegator); persons =

Re: Default User Passwords

2007-04-12 Thread Chris Howe
all of the passwords should be ofbiz and should therefore encode to the same value, if you run an sql query, you can replace all of the ofbiz encoded value with another known encoded value --- Scott A [EMAIL PROTECTED] wrote: Hiya All, I have a question about default user and passwords.

Re: Loading of Data

2007-04-12 Thread Adrian Crum
So, where does that leave us? Do we just wait for Java 6 or make the change David suggested? Jacques Le Roux wrote: Interesting, thanks Scott ! Jacques De : Scott Gray [EMAIL PROTECTED] It looks like they've fixed it in Java 6, it appears to be a popular issue:

Re: Default User Passwords

2007-04-12 Thread Philip W. Dalrymple III
The way I do this is to have a data file that is loaded LATE in the run-install process that has all of the changed default passwords. (you can also run the same process from the import section of webtools) my file looks somthing like this entity-engine-xml UserLogin userLoginId=1

Re: Loading of Data

2007-04-12 Thread Scott Gray
All depends on whether it bothers someone enough to code the changes, I suspect it would be quite some time before OFBiz is using code specific to that version of java. Regards Scott On 13/04/07, Adrian Crum [EMAIL PROTECTED] wrote: So, where does that leave us? Do we just wait for Java 6 or

Calling OFBiz from .NET

2007-04-12 Thread Cameron Smith
On a different note, I think I have finally cracked this old chestnut. I had another stab at it after a recent post by Marina (thanks Marina) about using the RPC style attribute. In fact, it turned out not to be so simple, as .NET explicitly doesn't support wrapped response params for RPC

Java 1.6.0

2007-04-12 Thread David Shere
I've been running OFBiz in Java 1.6.0 for a while now and I haven't noticed any major differences. I haven't seen any discussions here about pros/cons of switching. I've done little real testing -- does anyone have any problems they've run into that can be attributed to Java 6? -- David

RE: Java 1.6.0

2007-04-12 Thread Vikrant.Rathore
Hi David, Running on Java 1.6 the problem appears only in POS and some specific areas. I have been running on 1.6 for a while and after some errors rolled back to 1.5. Thanks with best regards, Vikrant -Original Message- From: news [mailto:[EMAIL PROTECTED] Sent: Friday, April 13,

Re: Java 1.6.0

2007-04-12 Thread Jonathon -- Improov
Vikrant, Thanks for the heads up. Just FYI for everybody else, I've been compiling and running with 1.5.0_11, no problems. Jonathon [EMAIL PROTECTED] wrote: Hi David, Running on Java 1.6 the problem appears only in POS and some specific areas. I have been running on 1.6 for a while and

Re: Leaving OFBiz for a while

2007-04-12 Thread Jonathon -- Improov
Adrian, Cameron, I agree with Adrian that the rest of us should submit patches in a standard format, so that the few of them (committers/reviewers) can efficiently go through them. But I also agree with Cameron that his process of tidying up his patch, documenting it, etc, took too much time

availability of a team from my side to help ofbiz

2007-04-12 Thread Vikrant.Rathore
Hi Everyone, As I mentioned we have been working on a pilot implementation of ofbiz for our own company and would see if it would fit with a pilot. In the same we have created a Team for ofbiz related work. So now as a result I can help to contribute few resources in the areas of documentation,

MySQL connection times out, how about PostgreSQL?

2007-04-12 Thread Jonathon -- Improov
MySQL connections in the database connection pool time out (usually set to 8 hours). Possible workarounds(?): 1. Increase the time out value and hope that someone will connect to OFBiz before the connections time out. 2. Fix OFBiz to allow to a validateQuery mechanism. 3. Use PostgreSQL.

Re: MySQL connection times out, how about PostgreSQL?

2007-04-12 Thread Jonathon -- Improov
Sorry, it's validationQuery, not validateQuery. Jonathon Jonathon -- Improov wrote: MySQL connections in the database connection pool time out (usually set to 8 hours). Possible workarounds(?): 1. Increase the time out value and hope that someone will connect to OFBiz before the

Re: MySQL connection times out, how about PostgreSQL?

2007-04-12 Thread Chris Howe
This does not occur in PostgreSQL. It is a feature of MySQL and they (mysql) will smugly say that OFBiz doesn't handle the connection pool correctly. I don't know and don't really care to know if it's true or not. I switched over about 2 months ago and have had smooth sailing since (even

Re: MySQL connection times out, how about PostgreSQL?

2007-04-12 Thread Jonathon -- Improov
Chris, Wow, thanks. You sound like you've really been through it (the migration). Seems like quite a pain migrating to PostgreSQL from MySQL. But what if I don't have data to migrate? What if I just start over with PostgreSQL? Any problems? I'll take your advice regarding the migration

Expression UiLabelMap Undefined

2007-04-12 Thread chitrakala ramanujam
  Hi All, I am getting the following error while creating the new user from the lcnewcustomer.ftl page. Expression uiLabelMap is undefined on line 112, column 39 in lcnewcustomer.ftl. The problematic instruction: -- == ${uiLabelMap.PartyFirstName} [on line 112, column 37 in

Re: Expression UiLabelMap Undefined

2007-04-12 Thread Scott Gray
You need to have this in your main-decorator screen: property-map resource=PartyUiLabels map-name=uiLabelMap global=true/ Regards Scott On 13 Apr 2007 05:27:58 -, chitrakala ramanujam [EMAIL PROTECTED] wrote: Hi All, I am getting the following error while creating the new