To be honest, I don't know. :)
jbossall-client.jar is maintained by the AS team. It includes classes from various packages including some JBM and remoting ones. But there are still other classes from other packages in it which may or may not needed for a jbm client.
You'd better included it in you classpath and in the right order. If you want to get rid of it badly, you need to consult the AS team IMO.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259488#4259488
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259488
Hi,
JBoss Messaging 1.4.5.GA doesn't work with JBoss 5.
Tim was right then. That was planned that the next release for AS 5 would be 1.4.5.GA. But it turned out that we need to make a release for AS 4 before AS 5, so the 1.4.5.GA is for AS 4 eventually.
The release for AS 5 will come soon I hope. It should be noted that the release (likely version 1.4.6.GA) will need at least remoting 2.5.2.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259487#4259487
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259487
Hello; first post here.
I'm developing a simple, stateful service, and I like the idea of managing it with an MBean interface (it's very simple), but I also need to expose it as a (JAX) web service. I'd like to keep the web-servicey code away from the MBean code if possible, but then the web service needs to get a handle to the MBean. Is it possible for JBoss to inject a reference to the MBean into the web service endpoint?
If not, is an EJB a better way to go?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259483#4259483
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259483
The api in three was kind of blurry, yes, that is why it was simplified in 4. (But asking is always possible)
various variable scopes? Task local, transient and normal.
If the semantics of the various operations are not clear after working with it for several months I think something else might be wrong.
And a statement like
anonymous wrote : My customers have very basics needs for their workflows but I have discover that they cannot be done simply with the JBPM API.
Is like saying there are no obstacles between the earth and the moon, so it should be simple to get there but I do not know how.
What I mean by this is that the problem in reality is not that simple or you lack the knowledge (no offence) to see it. Complex processes can be done with jBPM, see slide 15 of http://www.slideshare.net/tombaeyens/jbpm-community-day-full-scale-stp-wi....
Tasks not being ended when a process is ended can be changed by setting the end-complete-process attribute on the end state to true.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259470#4259470
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259470