Good Evening

First, I apologize for my bad english.

Could you help me about this error?

I have a problem with this configuration below: (in DataManagement.xml)

<destination id="dm.category">
 <adapter ref="dotnet-dao" />
<properties>
<source>DataManagement.CategoriaAssembler</source>
<scope>application</scope>
<metadata>
<identity property="code"/>
<many-to-one property="priority" destination="dm.priority" />
  <one-to-many property="products" destination="dm.product" />
</metadata>
<network>
<session-timeout>20</session-timeout>
<paging enabled="false" pageSize="10" />
</network>
</properties>
</destination>

The log of error:

Error: Caught error accessing property 'products' on item with id
'dm.category:::11' and type 'br.com.mlweb.helpdesk.vo::CategoryVO'.
See debug log for details.

This fault occurs with the relationship <one-to-many
property="products" destination="dm.product" />, I beliave.

What I have to check in this case? How I can resolve this problem?

Are there any good resource about lcds and .net?


Thanks you in advance,

Best regards.-Bruno Moura

Reply via email to