Hi all, I orginally posted this in the System Integration forum but it doesn't look like that forum gets much traffic so I'm reposting here.
I'm working on a project with a requirement that it be deployable to JBoss, Websphere and Weblogic. I've followed the JBoss deployment instructions to deploy into JBoss using a SAR (good instructions). But I beleive that SAR's are a JBoss specific thing.
Are there any guides for deploying into Weblogic and Websphere (I didn't see anything). What experieces have others had with projects that need to run in multiple app servers. Any suggestions or gotchas I should be aware of?
A couple of goals are to avoid having any app server specific code (other then app server specific descriptor files) or different packaging for the various servers. I will need to be able to do JNDI lookup of the session factory. MBeans would be cool.
It was suggested to me that JCA would be the answer to all of my problems but I haven't been able to find any instructions or examples of how to deploy hibernate using JCA. Could someone point me to, or post, an example of deploying hibernate using JCA into JBoss, Websphere and Weblogic.
Thanks,
Marc
Original Post
http://forum.hibernate.org/viewtopic.php?t=927074