• 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
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

page 551 of the HF EJB

 
Ranch Hand
Posts: 358
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TransactionRequiredException and TransactionRolledbackException are in the javax.transaction package. In the book it says they are from package - javax.ejb

I have found so many errors in this book. Not very sure how much I can rely on the information from this book?
 
Ranch Hand
Posts: 884
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Its rather usual to find errors in books. I have yet to come across any book that has no mistakes/typos. Don't be discouraged, it shows that you're reading carefully & most importantly, you know your stuffs.

So instead of getting disappointed/angry/discouraged with errors that you found in the book, post it here & share it with us. There're a couple more of free resources such as the API & EJB specifications that you could use together with the HFEJB for your preparations.
 
pie sneak
Posts: 4727
Mac VI Editor Ruby
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Always, always, always look up the errata for any technical book you read and mark up your book with the corrections.

Head First EJB errata

The unconfirmed errata list includes:
[551] remote client will get these (checked);
TransactionRolledBackException and TransactionRequiredException are in
javax.transaction, NOT javax.ejb, only their Local counter parts come from javax.ejb
 
Let's get him boys! We'll make him read this tiny ad!
Thread Boost feature
https://coderanch.com/t/674455/Thread-Boost-feature
reply
    Bookmark Topic Watch Topic
  • New Topic