KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > TimedObject

javax.ejb
Interface TimedObject

See Also:
Top Examples, Source Code

public void ejbTimeout(Timer timer)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


[1430]Error when tring to deploy my server
By sephillips { at } nationsholding { dot } com on 2005/05/16 17:14:56  Rate
This is the current error I am getting when I try to deploy my server. Any idea on why this is? 
  
  
 05/16 16:10:41 error Deployer Service failed to deploy file:/C:/JRun4/servers/XOps/xOpsEJB.jar 
   * javax/ejb/TimedObject 
   * null 
  [ 1 ] java.lang.NoClassDefFoundError: javax/ejb/TimedObject 
   at java.lang.ClassLoader.defineClass0 ( Native Method )  
   at java.lang.ClassLoader.defineClass ( ClassLoader.java:539 )  
   at java.security.SecureClassLoader.defineClass ( SecureClassLoader.java:123 )  
   at jrunx.util.JRunURLClassLoader.defineClass ( JRunURLClassLoader.java:187 )  
   at jrunx.util.JRunURLClassLoader.findClass ( JRunURLClassLoader.java:152 )  
   at java.lang.ClassLoader.loadClass ( ClassLoader.java:289 ) 

Popular Tags