[JBoss-user] [JCA/JBoss] - Re: JCA adaptor for POS

2004-09-29 Thread solso
Hello! I have developed a general TCP/IP Socket Resource Adaptor. I can send you the source code if you want. If you want more info, contact me vial mail. Richard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849834#3849834 Reply to the post : http://www.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Kerberos for securing JMS

2004-08-13 Thread solso
Hello Scott, I've added a RFE with the title "kerberos for JMS" to sourceforge. Maybe there is a possible solution. Grettings, Richard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845014#3845014 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Messaging, JMS & JBossMQ] - Kerberos for securing JMS

2004-08-12 Thread solso
Hello to all! I'm asking myself (and you) if I can use Kerberos for authentication and encryption to JMS like the GSS API can be used for a secured connection. I want to realise the following scenario: - Sending binary messages from EJB's to a client over an unsecured network (Internet) and ba

[JBoss-user] [Security & JAAS/JBoss] - Re: application-policy doesn't work - always default securit

2004-07-14 Thread solso
Hello I've solved the Problem. In my Servlet I call a custom class which performs a kerberos login. In this class I had to put the configuration name of the application policy. Then everything works fine. See the code: String confname = "TestSecDomain"; | beanCallbackHandler = new BeanCallbac

[JBoss-user] [Security & JAAS/JBoss] - application-policy doesn't work - always default security do

2004-07-08 Thread solso
Hello... I'm developing a servlet, which calls some custom classes. One of these classes does a kerberos login using the krb5login module. To get the servlet and the classes working, I have to define the exact class in the application policy of the default security domain "other" in the login-c