RE: [JBoss-user] How to map a Number field to a int correctly?

2001-07-06 Thread David Crecente
<< Hi, int is not allowed to be null. if exist the posibility of null in DateBase I belive cityId whould must to be Integer. >> -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de [EMAIL PROTECTED] Enviado el: miƩrcoles 4 de jul

RE: [JBoss-user] (Code Example -- LONG) Timer MBan Problem

2001-06-12 Thread David Crecente
w > Listener(), null, null ); > } catch (Exception e) { > log.log("Exception in YourMBean.setupTimer(): " + e.toString()); > throw e; > } > setTimer(); > } > > public void start() throws java.lang.Exception { > super.start(); >

[JBoss-user] handleNotification Timer MBean Problem

2001-06-12 Thread David Crecente
Hi all, I am running Timer Mbean and JBoss call it each 10 seconds. I handle the notification in Listener class and i want to look up a session bean here, but i get NamingException and exception.getMessage() return null. My Listener class: package sonix; import javax.management.*; i

[JBoss-user] Timer MBan Problem

2001-06-11 Thread David Crecente
Hi all, Could someone send me a Timer MBean sample? Thank you in advance. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user