[JBoss-user] [Installation & Configuration] - JBossNS NamingServer SSL

2004-06-16 Thread nickshah
We have a java client connecting to jndi on port 1099. Is it possible to define client and server sockets factories for SSL? I have attempted to define attributes "clientsocketfactory" & "serversocketfactory" with values RMISSLClientSockeFactory and RMISSLServerSocketFactory resp in jboss-s

[JBoss-user] [Persistence & CMP/JBoss] - optimistic-locking with bi-directional cmr relationship usin

2004-05-12 Thread nickshah
I was wondering if you knew why the version column strategy does not work when beans are involved in bi-directional CMR relationships. The version number of one entity bean is incremented but not on the other when a relationship change is made in one bean. The other apparently doesn't particip

[JBoss-user] [J2EE Design Patterns] - Service Locator Pattern Client-side

2004-05-10 Thread nickshah
I have implemented this pattern on the client-side which caches home object references. Is it advisable to do the same on the server-side, I would not think so. However, I would appreciate one compelling reason to not do so on the server-side using a singleton that all EJB's can access. Thanks.