[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-13 Thread huberth
First of all, thanks alot for the prompt replies! And in response to: 1) Thanks, I'll make sure I do that. 2) The jboss-service.xml is just a stub (empty server tag), as we rely exclusively on annotations. Here are the annotations, though: @Management(DatabaseManager.class) |

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread huberth
Forgot to mention... I'm using 4.0.4.GA, with EJB3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3984905#3984905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984905 ___

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread [EMAIL PROTECTED]
What did the depends element you added to the persistence archjve look like? Also, does packaging the persistence archive and the -ds.xml together in a sar help? I'm thinking this is due with the fact that the deploy-hasingleton folder is deployed as a deployment itself, all of the items

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread huberth
I copied the object name from the log output : I just tried packaging in a sar but I get the same result. I have actually been playing with a barrier mbean as well to find a work-around for this issue. What I did is move all of my par's, dependent ear's, and the datasource definition into a

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread huberth
I don't know what happeend to my property definition in that post. I checked the 'Disable HTML in this post' box... did I misunderstand the meaning of that? Anyway, here it is, minus the angle-brackets just to be safe: property name=jboss.depends.1

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread huberth
While we're on barriers, the documentation seems to suggest that a singleton barrier mbean will have it's 'create' method called at system startup, deferring the 'start' method call until the node becomes the master. I'm not seeing my create method get called until the node becomes master

[jboss-user] [Clustering/JBoss] - Re: Singleton persistence archive, datasource?

2006-11-10 Thread [EMAIL PROTECTED]
Responding to various points... 1) I don't know what Disable HTML does. But I do know you have to use the Code button above the input box to get XML to appear correctly :) 2) What does the descriptor for your service that deploys from another directory look like? Sounds very much like the