Does JBoss really (try to) create those tables, e.g.

        create table TIMERS (
           TIMERID varchar(50) not null,
           TARGETID varchar(50) not null,
           INITIALDATE timestamp not null,
           INTERVAL bigint,
           INSTANCEPK blob,
           INFO blob,
           constraint timers_pk primary key (TIMERID)

in the database? Is it possible to prevent this behaviour? It wouldn't be good if 
JBoss creates such tables in my database because I'm not the only one using it.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852588#3852588

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852588


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to