Re: Generating a Nested Menu

2010-12-14 Thread Scott Gray
Hi Bruno, Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this a couple of years ago... Regards Scott On 14/12/2010, at 7:50 PM, Bruno Busco wrote: Hi Naveen, unfortunately the multilevel menu is not completely implemented in the menu widget. We have had some

Re: Generating a Nested Menu

2010-12-14 Thread Scott Gray
It looks like nested menu items are supported but not nesting other menus. Regards Scott On 14/12/2010, at 9:14 PM, Scott Gray wrote: Hi Bruno, Are you sure OFBIZ-2104 isn't implemented, I'm sure I recall doing this a couple of years ago... Regards Scott On 14/12/2010, at 7:50 PM,

Integration Ofbiz with Quick book

2010-12-14 Thread pooja wed
Dear , I came across Ofbiz (open source ERP).I want Invoice form should be integrated with Quick book (Accounting software).without logging into Quick book it should be done can u guide me step by step. Regards, Shantha.A

practice application 2 throwing exception

2010-12-14 Thread doitifucan
Hi, i completed the practice 1 application. While working with practice 2 am getting the below exception Screen Render Error java.lang.RuntimeException: Error rendering included form named [ListPersons] at location [component://practice/widget/PracticeForms.xml]: java.lang.NullPointerException

Re: Integration Ofbiz with Quick book

2010-12-14 Thread BJ Freeman
the simplist is to create IFF file using an Ftl. this would be imported into quickbooks. for an automated one there are a few that provide a component that does this. do a google search ofbiz quickbooks. It requires the quickbooks toolkit if you want to do something on your own. pooja wed

Re: practice application 2 throwing exception

2010-12-14 Thread BJ Freeman
NullPointerException usually says that it expecting data and there is none. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems

Re: Generating a Nested Menu

2010-12-14 Thread Bruno Busco
Yes, I think this is what the sub-menu attribute of the menu-item tag should be for. It is not implemented yet. Regards, Bruno 2010/12/14 Scott Gray scott.g...@hotwaxmedia.com It looks like nested menu items are supported but not nesting other menus. Regards Scott On 14/12/2010, at 9:14

Getting error when going to Find Approved Requirements screen

2010-12-14 Thread Shereen
Hi all I'm trying to make a product requirement then approve it then go to the screen Find approved requirements by supplier so that I should see the requirements grouped by supplier then I face the following exception Error getting list size Exception:

Sub queries using entity engine !

2010-12-14 Thread Prashant Punekar
Hi All, Can we write a sub query using entity engine ? Here is the query which is to be generated using entity engine. Thanks in advance. Regards, Prashant SELECT pc.category_name ,COUNT(DISTINCT p.product_id) FROM product_category_member pcm INNER JOIN product_category

Re: Getting error when going to Find Approved Requirements screen

2010-12-14 Thread BJ Freeman
Syntax error: Encountered * at line 1, column 45. of the sql that was sent to the derby. this should not happen if your using OOTB and using the normal patterns in code. = BJ Freeman Strategic Power Office with Supplier Automation

OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Tolu Williams
Fails with the following error. classes: [javac15] Compiling 4 source files to /opt/ofbiz/ofbiz.9.04/framework/security/build/classes [javac15] /opt/ofbiz/ofbiz.9.04/framework/security/src/org/ofbiz/security/OFBizSecurity.java:50: invalid inferred types for V; inferred type does not conform

Re: Getting error when going to Find Approved Requirements screen

2010-12-14 Thread Shereen
Also when I navigate to Find approved requirements I face the following exception does anyone have a clue about that? 2010-12-14 21:17:40,156 (http-0.0.0.0-8443-3) [FlexibleStringExpander.java:509:W ARN ] exception report -- Error

Re: Sub queries using entity engine !

2010-12-14 Thread BJ Freeman
what was the entity or entity view that created this sql. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist

Re: Getting error when going to Find Approved Requirements screen

2010-12-14 Thread BJ Freeman
inline evaluation of: `` org.ofbiz.party.party.PartyHelper.getPartyName(delegat or, partyId, false);'' : Undefined variable or class name while evaluating: = BJ Freeman Strategic Power Office with Supplier Automation

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
did a clean check out of 9.04. ant run-install compiled and installed. did you do a ant clean ant build = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
If I have a text field that I want to import from an xml file, how do I code line breaks in the xml file? Thanks, Jeremy

Re: Importing Line Breaks

2010-12-14 Thread BJ Freeman
in ofbiz, what is the requirement of having line beaks in xml. if you talking about linebreak this is not necessary for importing. if you want to do this get an xml editor that will format the xml file. = BJ Freeman Strategic Power Office with Supplier Automation

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Tolu Williams
Just tried again usually use this process ant clean-all ant run-install-seed Just tried ant build and got the same error. [javac15] Compiling 4 source files to /opt/ofbiz/ofbiz.9.04/framework/security/build/classes [javac15]

Re: Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
What I meant is that I have a database outside of ofbiz with a long text field that includes line breaks. I am building the xml files outside of ofbiz for importing into the ofbiz database. How can I code the xml file so that ofbiz imports the data with the same line breaks as from the original

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
classes: [javac15] Compiling 4 source files to C:\projects\java\ofbiz 9.4_current\framework\security\build\classes _src-available: jar: [jar] Building jar: C:\projects\java\ofbiz 9.4_current\framework\security\build\lib\ofbiz-security.jar you might check the file again svn I don't

Re: Importing Line Breaks

2010-12-14 Thread BJ Freeman
if these are to be read by browser,then use br you can escape it to pass through. lt;brgt; = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Tolu Williams
When you say check the file in svn what do you mean? also i have 1.75gb of RAM on this vps 1GB is free as of now. Please help. Production is down for going on 2 hrs. Thanks! -- View this message in context:

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
rule for future don't upgrade production without doing a test. I meant check framework/security/src/org/ofbiz/security/OFBizSecurity.java to see if the same as in the SVN. it has not been changed since 11/11/09 = BJ Freeman Strategic Power Office with Supplier Automation

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
your other option is to compile on a local machine then create a zip file of ofbiz*.jar the upload them to you production. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Tolu Williams
SO there is no way to tell from the stack what exactly is causing the failuure? how can i revert back (can i see a history of svn checkout to see which revision i can roll back to?) This is pretty rediculous though. here is the entire stack again. ### START [of...@cultureshockmedia

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Scott Gray
You mentioned that you are using java 1.6 but that doesn't appear to be the case since the javac15 compiler is being used. I'm not sure if that is the cause but it is worth noting. You could also try a quick fix by explicitly declaring the type rather than allowing it to be implied, change

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Adrian Crum
The file that generates the error has remained relatively unchanged since the 9.04 branch was created. The compiler error is most likely a compiler version issue or some configuration error on your local machine. -Adrian On 12/14/2010 1:34 PM, Tolu Williams wrote: SO there is no way to tell

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Tolu Williams
Thanks guys for your insight. Here is what java -version returns [of...@cultureshockmedia ~]$ java -version java version 1.6.0_17 OpenJDK Runtime Environment (IcedTea6 1.7.5) (rhel-1.16.b17.el5-i386) OpenJDK Client VM (build 14.0-b16, mixed mode) [of...@cultureshockmedia ~]$ the ofbiz user

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
yeah when I switched from 1.5 to 1.6 the open jdk was the problem I had to load the sun release of the JDK. = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread Scott Gray
This is your first mention of using openjdk, I would suggest using Oracle's JDK. Regards Scott HotWax Media http://www.hotwaxmedia.com On 15/12/2010, at 11:03 AM, Tolu Williams wrote: Thanks guys for your insight. Here is what java -version returns [of...@cultureshockmedia ~]$ java

Re: OFBIZ will not compile! 9.0.4 at revision 1049215

2010-12-14 Thread BJ Freeman
oopps scott is correct Oracle release = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y!

Re: Importing Line Breaks

2010-12-14 Thread Scott Gray
If I'm not wrong then you shouldn't need to do anything special, the line breaks would be included in the xml during export, such as: ![CDATA[Here are many line breaks.]] And then those same link breaks would arrive into the OFBiz database during import. Regards Scott HotWax Media

Re: Importing Line Breaks

2010-12-14 Thread Jeremy Olmstead
You are correct. When I put br in for the breaks it took them literally. When I just left the breaks alone they imported correctly. Thank you! Jeremy On Tue, Dec 14, 2010 at 4:43 PM, Scott Gray scott.g...@hotwaxmedia.comwrote: If I'm not wrong then you shouldn't need to do anything special,

Re: Importing Line Breaks

2010-12-14 Thread Scott Gray
You're welcome. Just as an FYI, the form widget automatically converts line breaks to br / tags for display fields but freemarker won't so if you intend on displaying them via a template you'd need to manually replace them prior to rendering. Something like ${theText?replace(\n, br /)}

OFBiz WebDAV Setting.

2010-12-14 Thread Anil Soni
Anybody aware about WebDAV setting in OFBiz ? I want to disable WebDAV from OFBiz side, I checked that its disabled from Apache HTTP server but don't know how to disable it from OFBiz. Any Idea? Regards, Anil Soni Cell : +91-9930302283 The contents of this

Re: practice application 2 throwing exception

2010-12-14 Thread Chirag Manocha
Check the location of form and name of form. Also look for the form name, it is case-sensitive. Regards -- Chirag Manocha Emforium Software Pvt. Ltd. | ALL-IN Software +91-98735-47457 | +91-98263-19099 Please don't print this Email unless you really need to - this will preserve trees on

Re: Questions regarding survey

2010-12-14 Thread varun bhansaly
Hi Santosh, Have you found the purpose of items #4, #5. It would be really helpful if you (or if any one else) share your findings. On Mon, Jul 12, 2010 at 5:47 PM, Santosh Malviya santosh.of...@gmail.comwrote: Hello list, I am working with content component for survey and I want to know