[Design of Messaging on JBoss (Messaging/JBoss)] - Re: Patching app server versus scoping messaging
by ovidiu.feodorov@jboss.com
* Overwrite jboss-remoting.jar with whatever comes with our release
* Modify our jboss-service.xml to make it unscoped
* Replace significant ejb3 jars. Carlos has a patch procedure, and so Robb Greathouse, who applied it. I'll ping both of them, so they can comment on the thread. This part is a little hazy at this moment, we need to address it carefully. Overwriting aop dependencies is part of this procedure, as far as I remember, but messaging works fine with
* Web Services won't work, afaik, so we need to coordinate with them. I don't know specifics, I just deleted their artifact from the deployment directory.
* We need to modify our smoke test procedure to check this new configuration.
If you can wait until the end of the week, I can give it a try (create a JIRA issue and assign it to me, so I can manage this easily)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037658#4037658
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037658
18 years, 11 months
[Design of JBoss ESB] - Re: Finding the EPR for a provider from a notifier
by mark.little@jboss.com
"derek.adams" wrote : Deployment of the actual providers that implement functionality for the EPRs is something I have been wondering about too.
|
You mean the service implementations, right?
anonymous wrote : Right now, the providers for file, FTP, JMS, etc are tightly coupled to the framework itself.
|
OK, maybe you don't ;-) Can you explain?
anonymous wrote : It seems like the providers should be deployed separately in their own SARs, and hot-deployed by the ESB. The SAR would include all of the implementation code and some kind of descriptor that contains a list of the EPRs available from the provider. Each EPR listed would have a unique identifier so that it could be referenced from the -esb.xml to create an EPR instance (would require using the generic schema elements rather than the provider-specific ones).
|
This is slightly confusing, but then that could be because I don't get the "provider" definition.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037640#4037640
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037640
18 years, 11 months