[JBoss-user] [HTTPD, Servlets & JSP] - Default page not found when precompiled

2004-05-22 Thread treespace
I am using JBoss 3.2.3 with the tomcat configuration. I have a default page called sentry.jsp that shows up without an explicit reference. That is expected since it is listed in the welcome-file-list of web.xml. After precompiling as servlets, sentry.jsp gets mapped to /sentry.jsp and no longer

[JBoss-user] [Messaging, JMS & JBossMQ] - Dynamic Topic Creation - Source Code Modification

2004-05-22 Thread afinnell
Through my use of other JMS providers such as OpenJMS, SonicMQ and a few others I've never seen a provider deny the creation of a topic through session.createTopic() if the topic hasn't been administratively added. I thought this was quite interesting as it doesn't make much sense having to

[JBoss-user] [Installation & Configuration] - Multiple instances of same server

2004-05-22 Thread guy_rouillier
I've done a search on "multiple instances" and read the many messages on the subject. I'm familiar with services binding. I have a small variation on this theme, and I'm wondering if those more knowledgeable than me can tell me if I'm spinning my wheels. Here is what I've done. Using only th

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread [EMAIL PROTECTED]
"tldtld" wrote : How am I to believe you didnt post as name Z from your statement?/quote] | | You only have my word. But I can categorically deny that I made those posts. | | If I knew how to get their e-mail addresses from theserverside.com I would ask | them to confirm this fact. |

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread [EMAIL PROTECTED]
Thomas, All I can say is that "it wasn't me". And I don't mean in the Bart Simpson sense :-) I can't speak for others. I often post on other forums using a psuedonym. e.g. until recently (about 6 months ago) I was known as "warjort"on these forums. Another one is "ejort". Both are corruptions o

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread tldtld
Well finally someone wakes up to defend themselves in clear tones. Unfortunally it seems no one else of the JBoss group wants to speak out on this. I am not spreading FUD or anything. I am a customer too. Just because I'm not posting, doesnt mean I dont spread the word. I'm a SW development ma

[JBoss-user] [Security & JAAS/JBoss] - Re: Jaas Problem

2004-05-22 Thread morenito9000
Hi, It seems that you don't get the PrincipalRoles associated with your Principal. Your session bean is callable by role MANAGER, REVIEWER . but after authentication no role is retrieved. I don't know a solution ... perhaps verify the correctness of rolesQuery in login-config.xml file. Moren

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread [EMAIL PROTECTED]
As far as the TheServerSide.com goes, I can only say I have only ever made one post: [ur]http://www.theserverside.com/user/userthreads.tss[/url] I have never posted as Daniel Westerdale or Duncan Eley, but then my ISP (NTL in the UK) does not give me a static ip address. View the original post :

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread [EMAIL PROTECTED]
"tldtld" wrote : I guess the silence is indirectly an admission. | | It really saddens me that you can call yourself "professional open source company" and not only perform astroturfing (which is bad enough), but actually create false identities and post the stuff that was posted. They are

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bean not found for relation

2004-05-22 Thread ironbird
It is perfectly defined in the spec and the descriptor schema: | | | | The ejb-nameType specifies an enterprise beanÃÂÃÂs name. It is | used by ejb-name elements. This name is assigned by the | ejb-jar file producer to name the enterprise bean in the | ejb-jar fileÃÂÃÂs deployment

[JBoss-user] [The Lizzard's corner] - Re: TSS, anonymous posting. Anyone JBoss care to explain? Tr

2004-05-22 Thread tldtld
I guess the silence is indirectly an admission. It really saddens me that you can call yourself "professional open source company" and not only perform astroturfing (which is bad enough), but actually create false identities and post the stuff that was posted. I have until now been a supporter

[JBoss-user] [Persistence & CMP/JBoss] - Re: Bean not found for relation

2004-05-22 Thread agoncal
Thanks, I've put all the entities in only one jar with only one deployment descriptor and it's working fine. Is the constraint "both beans have to be defined in the same dd if you have a cmr relationship between them" defined in the spec (I haven't found anything) or is this a JBoss limitation

[JBoss-user] [Nukes User] - Re: java.lang.NoSuchFieldError: minMergeDocs

2004-05-22 Thread cooper
maybe you have already lucene used by another application which have a lower version than the Nukes one. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835920#3835920 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38359

[JBoss-user] [Installation & Configuration] - Re: Redeploy of ear w/struts based app fails consistantly

2004-05-22 Thread wpfeiffe
I tried removing all apps from deploy dir and just deploying struts-examples into deploy dir. Same problem. Realized I had a third party monitor type app that I wan't using in the deploy dir. I removed that, and the problem disappeared. Problem solved. View the original post : http://www.

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with One to One Unidirectional Relationship

2004-05-22 Thread ironbird
I suggest you to adopt a pragmatic method. Nothing's logical in all this. The first error talks about the getCid() getter, nothing to do with the usertDetails field. So: - Keep a known configuration of your beans and relationships (DO NOT CHANGE BETWEEN POSTS). - Activate CMP plugin traces addin

[JBoss-user] [HTTPD, Servlets & JSP] - Can i trap HTTP-403 error

2004-05-22 Thread tosenthu
i am using JAAS for authenticating and authorising the app user. IE's error page for 403 is shown when an user tries to access a resource which is not allocated to. can i handle this error and redierct to another page of mine. if so how to do that. Thanks in advance. Senthil kumar M Rangaswamy

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with One to One Unidirectional Relationship

2004-05-22 Thread Darpan
I understand what you're saying. The comment tag for UID always existed in my descriptor and have removed it now. After getting the one-to-one unidirectional problem, I tried implementing a bidirectional relationship which works fine. During the course of implementing this I had changed the co

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with One to One Unidirectional Relationship

2004-05-22 Thread ironbird
First post: | | UserLogin-UserDetails | | | UserHasUserDetails | | | id | uid | | | | | | UserDetailsPartOfUserLogin | | | Second post: | | UserLogin-UserDetails | | | UserHasUserDetails | | | id | U

[JBoss-user] [Security & JAAS/JBoss] - Re: MemoryRealm OR JDBCRealm

2004-05-22 Thread mwessendorf
Scott, thanks! but is there an "easy" way, for reuse that database, that my tomcat(standalone) uses for JAAS? (for jboss4) thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835912#3835912 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with One to One Unidirectional Relationship

2004-05-22 Thread Darpan
NOTE: The multiplicity tag is getting removed during submitting of this POST and therefore you might see only "One" instead of (multiplicity)One(/multiplicity) in angled brackets The descriptors are as follows (relevant text has been color coded): EJB-JAR.XML http://java.sun.com/dtd/ejb-jar_2

[JBoss-user] [Persistence & CMP/JBoss] - Re: SQL not generating properly

2004-05-22 Thread ironbird
primkey-field="id" is missing in the @ejb.bean tag. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835910#3835910 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835910

[JBoss-user] [Advanced Documentation] - any docs updates since March 2004?

2004-05-22 Thread petino
Got an email from [EMAIL PROTECTED] (subj: JBoss Documentation follow-up) last week. Quite funny to get offer from JBoss on training, consulting, support, etc. while production version (3.2.3) has been around for almost half a year and "current" documentation is version 3.2.2. Is there a problem

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with One to One Unidirectional Relationship

2004-05-22 Thread ironbird
Your relationships seems OK. The error looks like userDetails is also declared as a cmp-field. Post your whole descriptors View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835908#3835908 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Security & JAAS/JBoss] - Jaas Problem

2004-05-22 Thread raffaelecorvino
Hello all, I'm using jboss3.2.3 and Jaas DatabaseLoginModule. My server creates correctly the subject but when I try to run a session bean method o cmp method it give me this error: anonymous wrote : Caused by: java.rmi.ServerException: EJBException:; nested exception is: | javax.ejb.EJBE

[JBoss-user] [Javassist user questions] - starting JBOSS server services at the time of system rebooti

2004-05-22 Thread reddybk
Thanks in advance My requirment is 'Jboss' Application server services should start automatically as soon as system reboots. Please suggest me if any one have solution. reddy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835906#3835906 Reply to the po

[JBoss-user] [Security & JAAS/JBoss] - How to display various error messages in JSP when the User a

2004-05-22 Thread tosenthu
I am using the databse user login authentication. I need to print the error messages of what went worng with the login value provided. because in my case there are 2 criteria more where the login can fail. how can i get this error messages displayed on the page. Thanks in advance. Senthil kumar

[JBoss-user] [Security & JAAS/JBoss] - Problem with the getUserPrincipal() method.

2004-05-22 Thread tosenthu
My users are authenticated by the database user login module of JAAS. the problem is getUserPrincipal() call in a JSP is not returning the user name. it returns null for authenticated user. what might be the problem. Thanks in advance, Senthil Kumar M Rangasamy View the original post : http:/