I answered this in David Jencks' email, but, unfortunately, right now, you
cannot hot-deploy HA services that require state transfer.  You can
hot-deploy clustered SLSBs, and EBs, but I'm not sure about SFSBs. Sacha
will have to answer that.

Also, you do NOT have to add everything to jboss-service.xml.  Have you
since the cool MBean depencies feature added to the XML descriptors?

Bill

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Andreas Schaefer
> Sent: Monday, November 12, 2001 5:42 PM
> To: David Jencks; Bill Burke
> Cc: Sacha Labourey; [EMAIL PROTECTED]
> Subject: Re: [JBoss-dev] RE: Deployment exception on Clustering
>
>
> Hi Bill
>
> I see another problem with your approach. With JBoss 3.0
> we can deploy services after the application server is started.
> Now is it the case that all components registering on a HAPartition
> must be started when the JBoss is started ?
> Therefore it means that all parts of the cluster must be added to
> jboss-service.xml !?
>
> Andy
>
> ----- Original Message -----
> From: "David Jencks" <[EMAIL PROTECTED]>
> To: "Bill Burke" <[EMAIL PROTECTED]>
> Cc: "Andreas Schaefer" <[EMAIL PROTECTED]>; "Sacha Labourey"
> <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, November 12, 2001 2:39 PM
> Subject: Re: [JBoss-dev] RE: Deployment exception on Clustering
>
>
> > What are the mbean dependencies here? Is it possible to add a
> service to a
> > running cluster? How is it synchronized? (what does synchronized mean
> here,
> > anyway?).
> >
> > If it is not possible to add a service to a started cluster, you should
> > document the contents of the cluster with an mbean-ref-list tag
> including
> > all mbean-ref-list-elements participating in the cluster.  The
> cluster can
> > then do whatever it wants with them, they will be started before the
> > cluster is started.
> >
> > If it is possible to add a service to a started cluster, each
> service can
> > depend on the cluster, so it will be started after the cluster, and can
> get
> > whatever synchronization it needs set up when it starts.
> >
> > What are the problems with this approach?  I used the second
> with jbossmq
> > startup.
> >
> > thanks
> > david jencks
>
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to