Hi,
I am looking for 'something' that:
- has the features of a SFSB (statefull, can be clustered)
- runs as a singleton
I have investigated a lot the Service bean (the jboss extension) but unfortunately it does not support replication (am i right?).
I would like to implement a system that consist of a set services that collaborate between each others. When an instance of a service fails, I would like the system to able to failover another box.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996943#3996943
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996943
Seam doesn't bind anything into JNDI. It only uses JNDI to lookup EJB3 components. If you have other things in JNDI, I think the best strategy is to use an @Unwrap wrapper around your lookup code. If this were something that people would generally want to do, I'm sure we could provide some sort of shortcut for configuring that. But I'm not sure I believe anyone would really want to do that. In fact, I'm still trying to figure out why you want to do that. :)
Is it hard to bind a microcontainer component into JNDI? As I said, I haven't really used the microcontainer for anything. I did notice this forum posting on the topic: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984848 Does that look like it would work for you?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3996924#3996924
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3996924