-
Feature Request
-
Resolution: Done
-
Major
-
JBossAS-3.2.6 Final
-
None
-
None
SourceForge Submitter: jovovich .
For running JBoss behind a firewall, you can configure explicit RMI object ports instead of using the default anonymous ports. The only thing to do is to change RmiPort 0 in jboss-service.xml to an explicit port number.
But there are two remote objects in JBoss which can not be configured:
- org.jboss.tm.usertx.server.UserTransactionSessionFactoryImpl
- org.jboss.tm.usertx.server.UserTransactionSessionImpl
So you can't use UserTransactions for a JBoss behind a firewall currently. It would be nice if these remote objects can be configured with two explicit ports in the same way as the NamingService.
/Tobias