• 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

5 Simple Questions About SCBCD 5.0

 
Ranch Hand
Posts: 83
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Guys i am close to try SCBCD 5.0 i have some question. i feel sorry if are quite easy for you.
i have reading the Last Minute Refresher Notes for SCBCD 5.0 - Raghavendra Balgi notes.

1). Session beans - REQUIRED,REQUIRES_NEW,MANDATORY. What is Wrong with [Never,NotSupported,Supported] is SessionBeans as TransactionAttribute.
2). deployment descriptor cannot be used to override the transaction-type associated with the bean. My question is What happens if i have in Bean Code As Required and in DD NotSupported. ignore? not deploy? who wins?
3). What Security Context and Transaction are involve with PrePersist,PostLoad,PostUpdate?
4). What Security Context and Transaction are involve with PrePersist,PostLoad,PostUpdate? using a separate EntityListener not the entity itself.
5). if i have a interface like doRefund() throws java.text.ParseException and ParseException is a checked exception not Annotated as Application Exception the Exception is still handle as Application Exception by the container?

thanks a lot.
Best Regards and God Bless.
reply
    Bookmark Topic Watch Topic
  • New Topic