For financials, make sure that you update ofbiz accounting, import all the data
in accounting/data, then update financials and import all the data in
financials/data. Since financials is in heavy development, you might want to
refrain from updating ofbiz otherwise things fall out of synch.
For crmsfa, the main blocker for compat with ofbiz svn is the refactoring of
ShoppingCart addOrIncreaseItem. The simplest thing to do is just remove the
calls to those methods in crmsfa and then compile.
- Leon
Jacques Le Roux wrote:
Sorry I have always the pb.
trunk rev. 497891 (no modifications : Derby)
crmsfa rev. 403 (no modifications)
financials rev. 627 (I have applied the last ofbiz-svn-build.patch)
BTW DemoOrgTimePeriods.xml is referenced by
hot-deploy\financials\ofbiz-component.xml but is missing in repository (I use
svn://svn.opentaps.org/financials/versions/0.9/trunk, is that wrong ?)
Can't say more :(
Remains also the problem introduced by the swap of addOrIncreaseItem 2 last
arguments in for CrmsfaOrderEvents.java[181 and 275]
(not a blocker, trivial to change). I guess (did not revert my manual changes
in order to compile)
I'm a bit tired so excuse me if I miss something obvious.
Jacques
----- Original Message -----
From: "David E. Jones" <[EMAIL PROTECTED]>
To: <dev@ofbiz.apache.org>
Sent: Friday, January 19, 2007 6:37 PM
Subject: Re: Ant run-install problem in DemoOrgChartOfAccount.xml (Opentaps)
I'm not seeing this with OFBiz straight from the latest SVN. What
sort of setup are you seeing this in? Or perhaps it has already been
fixed?
-David
On Jan 19, 2007, at 2:12 AM, Jacques Le Roux wrote:
Found this, searched a bit, not sure why :
[java] 2007-01-19 09:25:21,703 (main) [ EntitySaxReader.java:
251:INFO ] Finished 24 values from
file:/D:/WorkspaceNew/opentaps/hot-deploy/financials/data/
DemoOrganizations.xml
[java] 2007-01-19 09:25:21,703 (main) [ EntitySaxReader.java:
194:INFO ] Beginning import from URL:
file:/D:/WorkspaceNew/opentaps/hot-deploy/financials/data/
DemoOrgChartOfAccount.xml
[java] 2007-01-19 09:25:21,703 (main) [ EntitySaxReader.java:
232:INFO ] Transaction Timeout set to 2 hours (7200 seconds)
[java] 2007-01-19 09:25:22,046 (main) [ GenericDelegator.java:
303:ERROR]
[java] ---- exception report
----------------------------------------------------------
[java] Error getting entity definition from model
[java] Exception: org.ofbiz.entity.GenericModelException
[java] Message: Could not find definition for entity name
InventoryStatusGlAccount
[java] ---- stack trace
---------------------------------------------------------------
[java] org.ofbiz.entity.GenericModelException: Could not find
definition for entity name InventoryStatusGlAccount
[java] org.ofbiz.entity.model.ModelReader.getModelEntity
(ModelReader.java:455)
[java] org.ofbiz.entity.GenericDelegator.getModelEntity
(GenericDelegator.java:301)
[java] org.ofbiz.entity.GenericDelegator.makeValue
(GenericDelegator.java:459)
[java] org.ofbiz.entity.util.EntitySaxReader.startElement
(EntitySaxReader.java:498)
[java] javolution.xml.sax.RealtimeParser.processElement(Unknown
Source)
[java] javolution.xml.sax.RealtimeParser.parseContent(Unknown
Source)
[java] javolution.xml.sax.RealtimeParser.parse(Unknown Source)
[java] javolution.xml.sax.RealtimeParser.parse(Unknown Source)
[java] org.ofbiz.entity.util.EntitySaxReader.parse
(EntitySaxReader.java:235)
[java] org.ofbiz.entity.util.EntitySaxReader.parse
(EntitySaxReader.java:195)
[java] org.ofbiz.entity.util.EntityDataLoader.loadData
(EntityDataLoader.java:214)
[java] org.ofbiz.entityext.data.EntityDataLoadContainer.start
(EntityDataLoadContainer.java:245)
[java] org.ofbiz.base.container.ContainerLoader.start
(ContainerLoader.java:80)
[java] org.ofbiz.base.start.Start.startStartLoaders(Start.java:263)
[java] org.ofbiz.base.start.Start.startServer(Start.java:314)
[java] org.ofbiz.base.start.Start.start(Start.java:318)
[java] org.ofbiz.base.start.Start.main(Start.java:404)
Jacques