• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HF EJB, p:420 - errata? SELECT return value

 
Ranch Hand
Posts: 1066
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks to Reid and Ming, for clarifying this confusion.
https://coderanch.com/t/158964/java-EJB-SCBCD/certification/HF-EJB-abstract-schema-type
The last but before bullet point on the right column on p:420 in HF EJB book, reads

A SELECT can return either an <abstract-schema-type>(which really means the bean's local component interface type) or a single-value field.


I think it could be changed to the below sentence.
A SELECT can return either a collection of local or remote interfaces.
It can also return either a single value field or a collection of single value fields that are part of the abstract schema.


Not sure if Kathy or Keith have noticed this, but looks like this error is missing in the errata at the OReilly site.
Would like to confirm with the other ranchers here about this error, before I actually go and update it at the OReilly site. Any comments?
[ March 24, 2004: Message edited by: Vish Kumar ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic