[JBoss-user] [HTTPD, Servlets & JSP] - Turning on Tomcat's RequestDumper causes problem with web co

2005-04-12 Thread edikus
I am using JBoss4.0.1sp1 with the default Tomcat bundle. In the process of trying to debug a problem with a test engine, I turned on the RequestDumperValve in server.xml. After that, the applet gets an error after starting: java.lang.NullPointerException at sun.plugin.util.AnimationPanel

[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2005-02-25 Thread edikus
I fiinally got around to creating a test case, only to find that the problem has been fixed, both in the final release of 3.2.7 and in 4.0.1sp1. I haven't found the bug that specifically addressed it, so it must have been related to some other issue (such as JBAS-1165). View the original post :

[JBoss-user] [Security & JAAS/JBoss] - Re: JBoss4.0 and JAAS/Login-config.xml

2004-10-19 Thread edikus
I've had a similary problem. Have you found anything? Are you using Tomcat? For some reason, the ContextConfig in catalina has a null realm. +edi View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851937#3851937 Reply to the post : http://www.jboss.org/index.htm

[JBoss-user] [Installation & Configuration] - Re: JBoss 4: bug in SecurityAssociationValve?

2004-10-14 Thread edikus
I am using 4.0.0RC2. Whoops! Maybe that's the problem. Thanks, I will give it a try. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851454#3851454 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851454

[JBoss-user] [Persistence & CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
That's not what would happen in SQL. The whole idea is that you are PREVENTED from doing certain things so that the integrity of your DB is maintained. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826577#3826577";>View the original post http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Persistence & CMP/JBoss] - Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
I have set up a many-to-one relation using CMR and Oracle 8i, where the navigation is unidirectional from the many side to the one side. In my jboss relation, I set up an fk constraint (done via XDoclet). Due to an error in another part of the code, I was attempting to delete some of the rows on