RE: [JBoss-user] Building jboss-docs

2001-10-28 Thread marc fleury
|-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Madock |Chiwenda |Sent: Sunday, October 28, 2001 11:52 PM |To: Marko ©trukelj; [EMAIL PROTECTED] |Subject: RE: [JBoss-user] Building jboss-docs | | |Hi folks, | |Thanks for your advice. I succeeded to bu

RE: [JBoss-user] Building jboss-docs

2001-10-28 Thread Madock Chiwenda
Hi folks, Thanks for your advice. I succeeded to build the docs on windows 2000 server. Cheers Madock 10/23/01 7:09:15 PM, Marko ©trukelj <[EMAIL PROTECTED]> wrote: > > > > > > I'd say it's a Windows 98 problem. I see this every time I try building > > jboss on Win98. > > Win98 just doe

Re: [JBoss-user] sorting with findAll()

2001-10-28 Thread danch
I've just checked the fix for this into the JBoss 2.4 branch. It should be present in the next stable release. -danch Frank Morton wrote: > Thanks! > > > >> Poked into the code last night and realized that (as I feared) there's a >> problem with sorting the findAll this way - it ignores any

Re: [JBoss-user] Re: name not bound... HELP

2001-10-28 Thread danch
David Treves wrote: > Hi, > > it's me again... I found out that I should not add in the lookup string the > "java:comp/" but only the resource reference. Can anyone please explain why? See my previous response. Additionally, I should point out that putting settings in web.xml won't work unless

Re: [JBoss-user] name not bound... HELP

2001-10-28 Thread danch
David Treves wrote: > > > Note that I used all JBoss's defaults, I did not add tags to > the web.xml file, That's one reason the java:comp/AuthHome didn't work. The other is that even with the ejb-ref tag, you'd need to look up 'java:comp/env/{whatever you named the ejb-ref}' As you no

[JBoss-user] Re: name not bound... HELP

2001-10-28 Thread David Treves
Hi, it's me again... I found out that I should not add in the lookup string the "java:comp/" but only the resource reference. Can anyone please explain why? One other thing, I noticed that everytime I compile a servlet and refresh the browser I bump intothe following error: Error: 500 Location:

[JBoss-user] name not bound... HELP

2001-10-28 Thread David Treves
Hi, I am using JBoss 2.4.3 + Tomcat (the pack offered in jboss.org). Everything was fine, I created some servlets and they integrated wonderfully with the beans I wrote.   Now, for some reason, which I cannot find, the servlets began today to throw NameNotFoundException when looking for the b