Hi all,

On top of Asier comments, we have a test in the runtime-model set that
checks for tables that have no identifier column(s). I don't
know/remeber why the assertion was commented.

I uncommented this and pushed the change to pi [1]. This test will fail
after the full builds because there are 2 tables that have no identifier
column:

2 tables without Identifier columns
AD_Module_Dependency_Inst
AD_EP_Instance_Para

A new immediate issue must be created when this happen.

[1] https://code.openbravo.com/erp/devel/pi/rev/eb54ea321f76

Best Regards,

Iván

On Tue, 20 Oct 2009 16:53:02 +0200
Asier Lostalé <[email protected]> wrote:

> Hi all,
> 
> As explained in my previous post [1], a new verification has been
> added before compiling WAD windows to detect possible errors.
> 
> The problem has appeared with the "Identifier verification" which
> forces all the tables used in the tabs to be generated to have at
> least one column set as identifier. This is strictly mandatory just
> in case the table is a part of a foreign key, but as now modules
> expose all their tables as part of their public API, we decided to
> force all tables to have identifier. But as before it did compile, it
> is possible there were modules with tables without identifier.
> 
> To solve this problem, now the verification does not stop the 
> compilation process in case errors are found, but it is highly 
> recommendable to fix them in your modules as soon as you see them to 
> prevent possible incompatibilities with other modules. In a future
> core release, this check by default will stop the process, in case it
> is not successful.
> 
> Regards
> 
> [1] 
> http://alostale.wordpress.com/2009/10/16/verifying-wad-windows-before-generating-them/
> 
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart
> your developing skills, take BlackBerry mobile applications to market
> and stay ahead of the curve. Join us from November 9 - 12, 2009.
> Register now! http://p.sf.net/sfu/devconference
> _______________________________________________
> Openbravo-development mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/openbravo-development


-- 
Iván Perdomo

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Openbravo-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-development

Reply via email to