From: <ad...@jb...> - 2005-04-26 16:43:04
|
Your problem is that org.jboss.tm.remoting implementation does not belong in the transaction manager module. The transaction manager module exists independently of remote access or its implementation details. You should not be making/fixing this integration at this level. In fact, the transaciton module needs to splitting up to separate the interfaces that define the integartion points and the real implementations. And the rest of JBoss should just use the interfaces/not the implementation. I remember discussing this before in an earlier thread???? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875461#3875461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875461 |