[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.x fails to create JMS_XXX tables at startup

2004-12-08 Thread OBender
I found the problem. It is in the configuration of JCA actually for MS SQL2000 driver. The file mssql-ds.xml from the examples should have the following element set. | connection-property name=SelectMethodcursor/connection-property | MS has a support article on this.

[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss 3.2.3 / Toplink 9.0.4 Error on commit()-ing a Unit

2004-12-08 Thread OBender
I have the same problem. Did anybody found a solution or root cause? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857937#3857937 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857937

[JBoss-user] [Messaging, JMS JBossMQ] - JBoss 4.x fails to create JMS_XXX tables at startup

2004-12-07 Thread OBender
I'm observing some strange behaviour with JBossMQ when JMS persistance is configured to use MS SQL 2000 data source. Looks like org.jboss.mq.pm.jdbc2.PersistenceManager creates its tables just fine but org.jboss.mq.sm.jdbc.JDBCStateManager creates only JMS_USERS table. No errors on creation of

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.x fails to create JMS_XXX tables at startup

2004-12-07 Thread OBender
Forgot to mention that data source is not an XA. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857802#3857802 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857802 ---

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-06 Thread OBender
Yes, but if there are bugs in the jaws you guys won't do anything about them since it is not supported anymore :) ... well I guess we'll have to live with it somehow. Last question, right now jaws is still a part of JBoss 4.0.0, I mean it is in a xx/lib/jboss.jar, will it be removed in release

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-04 Thread OBender
[EMAIL PROTECTED] wrote : CMP1.1 is supported by JBossCMP engine. There is no need to have two CMP engines for CMP1.1. So JAWS is removed. | First thig I found with new CMP engine that it doesn't handle correctly old (jaws style) finders, e.g. | finder |

[JBoss-user] [Persistence CMP/JBoss] - Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
Can someone from JBoss team confirm (or not) that versio 4.x will drop support of CMP 1.x via jaws? It is working in 4.0.0 RC1 but there are a lot of rumors (even here) that jaws won't (isn't) officially supported going forward in 4.x. View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
Is there any good documents for this? For example how to migrate jaws.xml to jbosscp-jdbc.xml? Especially what to do with elements? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857366#3857366 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Will JBoss 4.x officially drop CMP 1.x suuport via jaws?

2004-12-03 Thread OBender
fbiaggi wrote : Not official, | but on JBoss 4.0.0 all the jaws related classes are not here. They still there at least in RC1, but as I could see from the prev. post they will be removed... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3857367#3857367

[JBoss-user] [EJB/JBoss] - Re: deployment order of ejb modules, how?

2004-08-12 Thread OBender
Dependencies that one can specify in jboss.xml didn't work (at least for me). I was trying to make those like this jboss.j2ee:jndiName=MyBeanName,service=EJB To make the given EJB depend on one MyBean The fix is rather trivial and I'm not sure if I should put it on sourceforge.net. It's one

[JBoss-user] [JCA/JBoss] - Thread spawned from the servlet cannot get DataSource, why?

2004-08-12 Thread OBender
I have a servlet that launches, in its init() method, a bunch of threads (some schedulers and background tasks). When such a thread tries to lookup DataSource name via JNDI it fails with NameNotFoundException but servlet itself can access DataSource just fine. I think this points to the fact

[JBoss-user] [JCA/JBoss] - Re: Thread spawned from the servlet cannot get DataSource, w

2004-08-12 Thread OBender
please ignore this post, it was just missing java:/ in the thread's lookup code... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844978#3844978 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844978

[JBoss-user] [EJB/JBoss] - Re: deployment order of ejb modules, how?

2004-08-11 Thread OBender
Unfortunately this is not an option for me since I have to manage dependencies inside one ear among multiple ejb jar files. I had to modify JBoss code to make it work for me... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844861#3844861 Reply to the post :

[JBoss-user] [EJB/JBoss] - deployment order of ejb modules, how?

2004-08-09 Thread OBender
This question had been asked many time#1099; here (directly or indirectly) but so far no answer was given. So I've decided to try again. Is there a way to specify an order in which EJB modules will be deployed? Apparently JBoss (unlike WebSphere for example) ignores an order in which EJB

[JBoss-user] [EJB/JBoss] - referencing another EJB via Class-Path entry in manifest.mf

2004-08-08 Thread OBender
I'm migrating our application from WebSphere to JBoss 3.2.5. During this migration I faced rather anoying problem. Or EAR file has a lot of EJB jar files and many of them reference each other via Class-Path entry in manifest.mf file. manifest.mf for EJB X looks like this (excerpt): Class-Path: