Re: RMI null GenericValue userLogin problem.

2014-01-14 Thread Jacques Le Roux
On Monday, January 13, 2014 8:39 PM, fab.mario...@gmail.com wrote mmm... Then probably fastness is a relative concept. What I would like to achieve is an external application which uses ofbiz and scales. The application might not need to access ofbiz all the time, i.e. it should scales

Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
I need to import data from an existing ERP MSSQL database into OFBiz. So far I've only used the BSH connection to run scripts that include the MSSQL jdbc to access the data. I'm looking for a different method than BSH because it seems to encounter issues that I haven't been able to resolve

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
I looked at https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data regarding legacydb and it seems like worthy alternative method. What's great about BSH (when its working correctly) is that you can stop the script at the command line and have it output results as

Need to stop the mails comes from ofbiz

2014-01-14 Thread Vinayak Yadav
Hi All, Can you guide me how to stop mails coming from ofbiz to my gmail id. On Jan 14, 2014 7:48 PM, Christian Carlow christian.car...@gmail.com wrote: I looked at https://cwiki.apache.org/confluence/display/OFBIZ/ Handling+of+External+data regarding legacydb and it seems like worthy

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
I get this error when trying to access https://localhost:8443/webtools/control/view/ModelInduceFromDb: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 126 in the jsp file: /entity/ModelInduceFromDb.jsp The method getValidatorsSize() is undefined

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
There were 5 or so issues with this file that were resolved. getValidatorsSize() was changed to getValidators().size(). I'll create a JIRA issue to resolve this issue. On 01/14/2014 08:52 AM, Christian Carlow wrote: I get this error when trying to access

Re: Need to stop the mails comes from ofbiz

2014-01-14 Thread Jacques Le Roux
Help yourself, unsubscribe http://ofbiz.apache.org/mailing-lists.html Jacques On Tuesday, January 14, 2014 3:23 PM, vinayakya...@gmail.com wrote Hi All, Can you guide me how to stop mails coming from ofbiz to my gmail id. On Jan 14, 2014 7:48 PM, Christian Carlow christian.car...@gmail.com

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
I got the entitymodel.xml content to generate in the page source after applying the patch from OFBIZ-5484 but the import included VIEWs. Does anyone know how to import only the table data using this tool? On 01/14/2014 08:57 AM, Christian Carlow wrote: There were 5 or so issues with this file

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
Looks like getTableNames() of DatabaseUtil.java is responsible for building the table name list according to: String[] types = {TABLE, VIEW, ALIAS, SYNONYM}; No parameter exist to control the table type to get so I guess there isn't a way to prevent VIEWs from being imported as of right now.

Re: Better method of importing data from existing ERP database other than using BSH connection

2014-01-14 Thread Christian Carlow
Changing the type list to only include TABLE prevents the VIEWs from being imported. Does anyone think its worth creating a JIRA issue to control the database entity types (TABLES,VIEWS,etc.) to be imported from the UI? On 01/14/2014 09:55 AM, Christian Carlow wrote: Looks like

Re: JOINs across different DBs

2014-01-14 Thread Jad El Omeiri
Thank you UnityJDBC for your reply. looks like this is the solution I will be opting for. I will be soon giving my feedback. note: did anyone have any experience with Ofbiz/UnityJDBC before? it would probably help. - Jad El Omeiri -- View this message in context:

find records after submitting FORM

2014-01-14 Thread Jad El Omeiri
Hi all, to describe my problem I though that showing a snapshot would be the best. http://ofbiz.135035.n4.nabble.com/file/n4647193/Untitled.png That is actually what I have: -one FORM widget in the upper part, where the user can input text select dropdowns -another FORM (of type list) in the

Re: find records after submitting FORM

2014-01-14 Thread Jacques Le Roux
Too small, can't read Jacques On Tuesday, January 14, 2014 5:59 PM, jadelome...@robertheath.co.uk wrote Hi all, to describe my problem I though that showing a snapshot would be the best. http://ofbiz.135035.n4.nabble.com/file/n4647193/Untitled.png That is actually what I have: -one FORM

Re: find records after submitting FORM

2014-01-14 Thread Jad El Omeiri
Untitled.png http://ofbiz.135035.n4.nabble.com/file/n4647205/Untitled.png I uploaded the snapshot. But anyway the snapshot was just to show the concept. as the values shown in the FORM (list) at bottom of the screen, were only for testing taken from the entities related to component party Do

Re: find records after submitting FORM

2014-01-14 Thread Jad El Omeiri
BTW I know I'm asking a lot! But did you see my previous post about JOINs? To be honest, I thought you would be the only one giving me an answer (respect to all :P ) - Jad El Omeiri -- View this message in context:

intro to Ofbiz dev presentation

2014-01-14 Thread Jad El Omeiri
Hi all, I just recently made a presentation about Ofbiz development. I thought it would be good sharing the link with you: http://prezi.com/qqp54gt46pn_/?utm_campaign=shareutm_medium=copyrc=ex0share http://prezi.com/qqp54gt46pn_/?utm_campaign=shareutm_medium=copyrc=ex0share as you can see it

Slow JIRA

2014-01-14 Thread Christian Carlow
JIRA is running slow. I got a Service Unavailable error once. The page continually loads.

Re: intro to Ofbiz dev presentation

2014-01-14 Thread Todd Thorner
This noob thanks you. On 14-01-14 10:16 AM, Jad El Omeiri wrote: Hi all, I just recently made a presentation about Ofbiz development. I thought it would be good sharing the link with you: http://prezi.com/qqp54gt46pn_/?utm_campaign=shareutm_medium=copyrc=ex0share

Re: intro to Ofbiz dev presentation

2014-01-14 Thread Jacopo Cappellato
wow, I had a look at your material and it looks excellent: kudos and thanks for sharing it with the community. Jacopo On Jan 14, 2014, at 7:16 PM, Jad El Omeiri jadelome...@robertheath.co.uk wrote: Hi all, I just recently made a presentation about Ofbiz development. I thought it would be

Getting null for GenericDelegator.getModelFieldTypeReader(entity) when trying to create new legacydb delegator for external MSSQL integration

2014-01-14 Thread Christian Carlow
I've been trying to add the legacydb delegator instructed in https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data but keep getting a nullPointerException error when this.getModelFieldTypeReader(entity) is called at line 539 of GenericDelegator.java. The exeption occurs

Re: Slow JIRA

2014-01-14 Thread Jacques Le Roux
#asfinfra IRC Bot ‏@infrabot 3 h experiencing JIRA slowness atm, investigating -- Humbedooh Jacques On Tuesday, January 14, 2014 7:34 PM, christian.car...@gmail.com wrote JIRA is running slow. I got a Service Unavailable error once. The page continually loads.

Re: Getting null for GenericDelegator.getModelFieldTypeReader(entity) when trying to create new legacydb delegator for external MSSQL integration

2014-01-14 Thread Christian Carlow
On 01/14/2014 03:46 PM, Christian Carlow wrote: I forgot to create separate reader and loader in entityentgine.xml for the legacydb delegator. After changing changing the reader-name and loader attributes of entity-resource elements in hot-deploy/legacydb/ofbiz-component.xml, start no longer