Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF Tutorial "Very strange error "

665981Oct 28 2008 — edited Jun 1 2011
Hi, Im doing the service request demo. I´ve completed until chapter 5 but in chapter 6-9 master detail in page 82 I got a several error!


Error: oracle.srtutorial.datamodel.queries.viewlinks.HistoryLinesForRequest: The view link end(s) do not specify an attribute.

I cant compile aplication and continue!
I did HistoryLinesForRequest view link and problem is there! I tried 3 times and checked tutorial but I think problem is on tutorial. I followed step by step...

Please someone know that problem???

Now I know why ADF is not so popular...

Thanks


Code of historylinesrequest.xml:

<?xml version='1.0' encoding='windows-1252' ?>
<!DOCTYPE ViewLink SYSTEM "jbo_03_01.dtd">

<ViewLink
Name="HistoryLinesForRequest"
EntityAssociation="oracle.srtutorial.datamodel.entities.associations.ServiceHistoriesForServiceRequest" >
<DesignTime>
<Attr Name="_isCodegen" Value="true" />
<Attr Name="_version" Value="10.1.3.42.70" />
</DesignTime>
<ViewLinkDefEnd
Name="ServiceRequestMain"
Cardinality="1"
Owner="oracle.srtutorial.datamodel.queries.ServiceRequestMain"
Source="true" >
<AttrArray Name="Attributes">
</AttrArray>
<DesignTime>
<Attr Name="_finderName" Value="ServiceRequestMain" />
<Attr Name="_minCardinality" Value="1" />
<Attr Name="_isUpdateable" Value="true" />
</DesignTime>
</ViewLinkDefEnd>
<ViewLinkDefEnd
Name="ServiceHistories"
Cardinality="-1"
Owner="oracle.srtutorial.datamodel.queries.ServiceHistories" >
<AttrArray Name="Attributes">
<Item Value="oracle.srtutorial.datamodel.queries.ServiceHistories.SvrId" />
</AttrArray>
<DesignTime>
<Attr Name="_finderName" Value="ServiceHistories" />
<Attr Name="_isUpdateable" Value="true" />
</DesignTime>
</ViewLinkDefEnd>
</ViewLink>



What can be wrong?

Edited by: José Carlos on 28/10/2008 17:54
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 29 2011
Added on Oct 28 2008
11 comments
3,471 views