[JBoss-user] [Security & JAAS/JBoss] - Re: Servlet creates LoginContext, should be used by Web-Cont

2005-06-25 Thread Dumbledore
Thanks Scott! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882697#3882697 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882697 --- SF.Net email is sponsored by: D

[JBoss-user] [Security & JAAS/JBoss] - Servlet creates LoginContext, should be used by Web-Containe

2005-06-22 Thread Dumbledore
Hi, | javas.security.auth.login.LoginContext lc; | AppCallbackHandler ach; // just like in Scott's Jaas-Tutorial... | | ach = new AppCallbackHandler(composedUserName, password.toCharArray()); | | lc = new LoginContext("plebs", ach); | | lc.login(); | This code works well in

[JBoss-user] [Security & JAAS/JBoss] - Re: Second Call fails

2005-06-21 Thread Dumbledore
Scot is right and the patch I used following the link in the forum "anouncements" works. D. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882318#3882318 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882318 ---

[JBoss-user] [EJB/JBoss] - Solved: Deleting while iterating over a collection

2005-06-07 Thread Dumbledore
Thanks, that's it! Removing an object from the iterated collection means deleting the relation, but not the related object. Regards, D. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880717#3880717 Reply to the post : http://www.jboss.org/index.html?module

[JBoss-user] [EJB/JBoss] - Re: Deleting while iterating over a collection

2005-06-07 Thread Dumbledore
Thanks for the reply. Okay, so this iterator doesn't behave as described in the java-api-docs? The iterator is of the type java.util.Iterator. Where can I learn more about this topic? Regards D. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880652#3880652

[JBoss-user] [EJB/JBoss] - Deleting while iterating over a collection

2005-06-07 Thread Dumbledore
Hi, using JBoss-4.0.2 with applied Patch (Principal-Propagation-Probems, @see Announcements), this doesn't work correctly, since it only deletes one of two players: | | java.util.Iterator iterator = game.getPlayers().iterator(); | while (iterato

[JBoss-user] [Beginners Corner] - Re: Applying a patch

2005-06-06 Thread Dumbledore
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=63994 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880488#3880488 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880488

[JBoss-user] [Beginners Corner] - Applying a patch

2005-06-06 Thread Dumbledore
Hi, how do I apply a patch? In the thread here, a patch is mentioned at the end... http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64406 Where can I find the patch. I'm not sure if I did it right: I read this link from the WIKI: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossInstallati

[JBoss-user] [Security & JAAS/JBoss] - Re: Second Call fails

2005-06-02 Thread Dumbledore
The answer: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64406 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879883#3879883 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879883 -

[JBoss-user] [Security & JAAS/JBoss] - Second Call fails

2005-06-01 Thread Dumbledore
A struts-action makes these 2 calls in its execute-method: | bd.executeRegistration(playerRegistrationForm); | ... | bd.getInstructionsAfterRegistration(); | bd is a business-delegate. Between these 2 calls, no other method of the bd is called by the action. bd is a normal (not stati

[JBoss-user] [JNDI/Naming/Network] - Re: JBoss- or Java-Configuration Error?

2005-04-13 Thread Dumbledore
| 192.168.1.1 localhost thisPC thisPC.net | The machine has the IP 192.168.1.1, his name is localhost, and thisPC, the net ist 'net', so localhost.net and thisPC.net are the long names. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873725#3873725 Reply

[JBoss-user] [JNDI/Naming/Network] - Re: JBoss- or Java-Configuration Error?

2005-04-07 Thread Dumbledore
Thanks a lot! That's it. Seems to me like I need to learn more about linux-administration... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873045#3873045 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873045 ---

[JBoss-user] [Security & JAAS/JBoss] - Cactus secured

2005-04-07 Thread Dumbledore
jaas-mechanism works for the secured cactus-servlet. But why is this a solution, or: Why doesn't jaas respect entries in the web.xml of tomcat? Explanation would be geratful! Regards, Dumbledore View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873

[JBoss-user] [JNDI/Naming/Network] - JBoss- or Java-Configuration Error?

2005-04-07 Thread Dumbledore
Hi, I use JBoss 4.0.1sp1. I wrote a server-application that is deployed, and a (rich-) client-application, which fetches remote-references of a bean. Running both applications (from within eclipse) on the same machine works well. The client connects to the server and retrieves the references. P