Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dali » Dali reports that some fields cannot be resolved
Dali reports that some fields cannot be resolved [message #613729] Wed, 14 January 2009 19:46
Cesar Perez is currently offline Cesar PerezFriend
Messages: 4
Registered: July 2009
Junior Member
Hello,

First I want to say that the latest version of Dali is awesome.

I have a problem though which is that I have two columns in an entity that
give me an error in the problems tab with a message like "get a attribute
x in class y cannot be resolved" even though the code is there and valid
because I can use it in my application without any problems.

Messages
--------
In implied attribute "VDataId", column "VDataId" cannot be resolved
In implied attribute "VId", column "VId" cannot be resolved orm.xml

-----
Java code
private BigDecimal vDataId;
public BigDecimal getVDataId()

orm.xml
<id name="vDataId">
<column name="V_DATA_ID" length="17"/>
</id>

-----
private BigDecimal vId;
public BigDecimal getVId()

<basic name="vId">
<column name="V_ID" length="25" scale="8"/>
</basic>
-----

Do you have an idea why is this happening?

Thanks in advance

Cesar
Previous Topic:Confused: JPA Tools >generate tables from entities
Next Topic:NPE when generating entities from Oracle 11g DB
Goto Forum:
  


Current Time: Fri Apr 19 19:13:07 GMT 2024

Powered by FUDForum. Page generated in 0.02976 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top