[JBoss-user] [Clustering/JBoss] - Re: Problem to lookup client side UserTransation from HA-JND

2005-01-05 Thread dirkniemeierde
Hi, did you find a solution for the problem yet ? regards, Dirk View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3860729#3860729 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3860729

[JBoss-user] [EJB/JBoss] - UserTransaction with non default ProviderURL

2005-01-05 Thread dirkniemeierde
Hi, I try to use the transactionmanagement from client like the manual says : InitialContext ctx = new InitialContext(); | tx = (UserTransaction) ctx.lookup(UserTransaction); | tx.begin(); | ... That works realy fine. But when I am connected to an user defined provider

[JBoss-user] [Management, JMX/JBoss] - Re: need an tip for call startSchedule on scheduler

2004-06-08 Thread dirkniemeierde
Tim, can you please send again. May be your mail would be marked as spam. Now I will look discreetly for it. Thanx Dirk View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837899#3837899 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - need an tip for call startSchedule on scheduler

2004-06-07 Thread dirkniemeierde
Hi, I created an Scheduler which run fine with StartAtStartup = true. But now I have start it by the client. The JBossBook tells If false, an explicit startSchedule operation must be invoked on the Scheduler to begin. But I don't know how to. I found the method in ServiceMBean. But how to get

[JBoss-user] [Persistence CMP/JBoss] - Re: Informix-serial, auto-increment and discrete value

2004-04-19 Thread dirkniemeierde
Does anybody know this behavior certainty ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831320#3831320 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831320 --- This

[JBoss-user] [Persistence CMP/JBoss] - Informix-serial, auto-increment and discrete value

2004-04-16 Thread dirkniemeierde
Hi, I am using Informix serial columns with auto-increment funktion well. But there is an problem to insert an known value in the serial field like Infomix allows. In Informix an automatic new value will only be created when I insert a new entry without specify the serial field, or when I

[JBoss-user] [Persistence CMP/JBoss] - Re: Informix-serial, auto-increment and discrete value

2004-04-16 Thread dirkniemeierde
Hi, I described, that I use informix-serial with unknown-pk already. And it works. The problem is to insert an known value in that auto-increment field. Example the next new Value of the serial value will be 1000. And in the column there are wholes of values below that new value 1000. Perhaps