[JBoss-dev] Need help writing a patch to the LoginModule denied access to EJBsit is protecting

2002-09-05 Thread Marius Kotsbak
I investigated the code, and wrote something I thought could work: My version of org/jboss/security/plugins/JaasSecurityManager.java against jboss 3.0.2 (changes) marked with *: == private boolean authenticate(Principal

Re: [JBoss-dev] Need help to start

2002-04-07 Thread Jozsa Kristof
On Thu, Apr 04, 2002 at 08:49:00PM -0800, Ashutosh Nadkarni wrote: Hi all, I am new member joined here. I want to understand as a developer how jboss is developed and go though the code. Unfortunately I have not used CVS. Can anybody help me with steps of how I could download source,

[JBoss-dev] Need help to start

2002-04-04 Thread Ashutosh Nadkarni
Hi all, I am new member joined here. I want to understand as a developer how jboss is developed and go though the code. Unfortunately I have not used CVS. Can anybody help me with steps of how I could download source, build and run an example. I request a simple step by step procedure. Thanx

[JBoss-dev] Need Help

2002-01-18 Thread Darryl Thompson
Hello All, I am new to JBoss and need help configuring the following: 1) Set port to 80 2) Create Oracle 9i datasource 3) Deploy entity CMP bean. I hope this is not asking to much, I really need the help transitioning a J2EE ear file from Weblogic 6.1 to JBoss 2.4.4-tomcat.3.2.3

[JBoss-dev] need help

2002-01-15 Thread chonghb
Who can tell mewhere can get the jboss-castorjdo.jar thanks micheal

[JBoss-dev] need help with deadlock detection

2002-01-12 Thread Bill Burke
Can somebody look at server/src/.../ejb/plugins/lock/BeanLockSupport.java and QueuedPessimisticEJBLock.java for me? I added an application deadlock detection algorithm and need another set of eyeballs to make sure that I didn't do anything too drastic. Don't worry, the code is very simple.

RE: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Dain Sundstrom
Message-From: Bill Burke [mailto:[EMAIL PROTECTED]]Sent: Saturday, January 12, 2002 2:33 PMTo: [EMAIL PROTECTED]Subject: [JBoss-dev] need help with deadlock detection Can somebody look at server/src/.../ejb/plugins/lock/BeanLockSupport.java and QueuedPessimisticEJBLock.java for me? I

Re: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread Bill Burke
Good thought. Doesn't this make things really slow? Maybe a clone isn't so expensive. - Original Message - From: Dain Sundstrom To: 'Bill Burke' ; [EMAIL PROTECTED] Sent: Saturday, January 12, 2002 4:12 PM Subject: RE: [JBoss-dev] need help with deadlock

Re: [JBoss-dev] need help with deadlock detection

2002-01-12 Thread David Budworth
thought. Doesn't this make things really slow? Maybe a clone isn't so expensive. - Original Message - From: Dain Sundstrom To: 'Bill Burke' ; [EMAIL PROTECTED] Sent: Saturday, January 12, 2002 4:12 PM Subject: RE: [JBoss-dev] need help with deadlock detection A thought

Re: [JBoss-dev] Need help fixing 2.4.4beta and Tomcat 4.x

2001-12-20 Thread David Hoots
I got the same error as Bill and threw the tomcat-test.ear file out there with no improvement. __ View this jboss-dev thread in the online forums: http://jboss.org/forums/thread.jsp?forum=66thread=5703

[JBoss-dev] Need help fixing 2.4.4beta and Tomcat 4.x

2001-12-14 Thread Bill Burke
I need a hint on what this could be so that I can fix itI can run catalina standalone and everything works. Thanks in advance, Bill [12:02:37,769,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration error for request URI [12:02:37,789,EmbeddedCatalinaServiceSX]

Re: [JBoss-dev] Need help fixing 2.4.4beta and Tomcat 4.x

2001-12-14 Thread Dave
Nothing gets configured for the root context w/ jboss-catalina. Usually, their is a tomcat-test.ear to test the embedded catalina. Otherwise, throw an ear out there with a context root and it works just fine. --javabettin __

Re: [JBoss-dev] Need help fixing 2.4.4beta and Tomcat 4.x

2001-12-14 Thread Scott M Stark
This occurs for what? The tests of deployed ears work fine. - Original Message - From: Bill Burke [EMAIL PROTECTED] To: Jboss-Development@Lists. Sourceforge. Net [EMAIL PROTECTED] Sent: Friday, December 14, 2001 9:06 AM Subject: [JBoss-dev] Need help fixing 2.4.4beta and Tomcat 4.x I