Hi all!
I'm using WAS 5.1 and a bean TimedObject that use TimerService and other
classes of EJB 2.1.
I found that WAS has not these classes in its libs, so I can't deploy or/and
run my application.
Using Sun App Server 8, I found a j2ee.jar lib that is complete and has
Timer.class, TimerService.class, TimedObject.class and so on... but putting
this lib in shared lib directory of WebSphere (WebSphere/AppServer/lib/) the
server cannot start.
Does anyone can tell me where and how I can find a lib .jar for adding Timer
functionalities on my App Server?
Why WAS 5.1 has not these classes by default, in its own libs? I can't
believe it!!
Thanks!
Hans
Manfred Rosenboom - 11 Apr 2005 13:16 GMT
> Hi all!
> I'm using WAS 5.1 and a bean TimedObject that use TimerService and other
[quoted text clipped - 15 lines]
>
> Hans
One simple explanation comes to my mind: Sun App Server 8 is a J2EE 1.4
compliant application server. WAS 5.1 is not (as far as I know it is
J2EE 1.3 compliant).
Best,
Manfred