Link to home
Start Free TrialLog in
Avatar of carolynduby
carolynduby

asked on

How to store an EJB 3.0 TimerHandle in an entity bean?

Is it possible to store a TimerHandle in an entity bean?  TimerHandle implements Serializable but I can't find the right annotations to store it in an entity bean.  I tried no annotations, @Lob, and @Embedded, but none of them work.

Thanks
Carolyn
ASKER CERTIFIED SOLUTION
Avatar of Mr_It
Mr_It

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of carolynduby
carolynduby

ASKER

The @Lob does not work in the Sharepoint database shipped with Weblogic.  It does work with an ORACLE database.