[JBoss-user] [Security & JAAS/JBoss] - How to get the Authentication Error messages.

2004-05-23 Thread tosenthu
Hai, Am using my own custom class for authendicating users. Apart from password, the user get authendicated on various other conditions like expiry of users and so on. so when an authendication fails i need to show the user what went worng. is there any possiblity to do this Thanks in advance

[JBoss-user] [JBoss.NET & SOAP] - Re: ClassNotFoundException in Axis1.2 integration in HEAD

2004-05-23 Thread donlyon1
I'm getting the same thing with DR4. Any resolution so far? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836017#3836017 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836017

[JBoss-user] [Beginners Corner] - Re: Unable to invoke setDelegate on class loader:org.jboss.w

2004-05-23 Thread [EMAIL PROTECTED]
This warning is incorrect and is not causing your problems (see FAQ). Your error is somewhere else. Check the log for any exceptions. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836015#3836015 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Beginners Corner] - Re: Unable to invoke setDelegate on class loader:org.jboss.w

2004-05-23 Thread moratelli
To complemente: I'm using JBoss 3.2.3 in Windows 2000 Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836014#3836014 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836014 -

[JBoss-user] [Beginners Corner] - Unable to invoke setDelegate on class loader:org.jboss.web.t

2004-05-23 Thread moratelli
Hi! I'm beggining in development with JBoss and don't have success to deploy a simple session bean. The following message warning is displayed in the log: 2004-05-23 23:51:03,562 WARN [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable to invoke setDelegate on class loader:[EMAIL PROTECTED

[JBoss-user] [EJB/JBoss] - how can i make an EJB be deployed first

2004-05-23 Thread plantule
I use jboss-3.0.7_jakarta-tomcat-4.1.24 . In my project I have an EJB in an EAR called uniportal.ear . Also I have many servlets in many WARs . In some servlets' Init method ,we need call EJB's method . How can i make the EJB be inited before all WARs deployed ? View the original post : http://w

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB to talk to remote queue via HTTP tunelling

2004-05-23 Thread tmjkeeney
I had to solve this problem recently and would like to contribute a new class, HttpJBossMQProvider, providing HTTP-based lookups to JBossMQ connection factories. The implementation was rather easy, since you only have to modify the current JBossMQProvider code slightly to enable HTTP-based look

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

2004-05-23 Thread afinnell
I agree that an administration set of commands would be an excellent addition to JMS to provide for a more portable solution across providers. Until then I support we all will make due with what we have. Possibly a standarized JMX solution could be brought into JMS for configuration of queue's a

[JBoss-user] [Installation & Configuration] - Re: javax.servlet.jar is missing from jboss-3.2.4RC2.zip

2004-05-23 Thread [EMAIL PROTECTED]
server/default/deploy/jbossweb-tomcat50.jar/servlet-api.jar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836000#3836000 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836000 -

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

2004-05-23 Thread [EMAIL PROTECTED]
There are no architectural considersations. It is purely a case of following the spec. I have little interest in how other jms implementations break the spec, especially on a method that is explicity described as non-portable. I don't see how it can be made portable. Although most vendors implemen

[JBoss-user] [Installation & Configuration] - javax.servlet.jar is missing from jboss-3.2.4RC2.zip

2004-05-23 Thread mz02
Hi, I just downloaded jboss-3.2.4RC2.zip and I got compilation error when compiled my application against it. because javax.servlet.jar is not included in the zip file. I checked the jar file is also missing from jboss-3.2.4RC1.zip. Does anyone know why the jar file is not included in 3.2.4RC1

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

2004-05-23 Thread afinnell
Adrian, You bring up an excellent point however I must say that requiring the user to administratively create topics to enable them to establish topic's of interest makes for an unsound architecture. In many architectures dynamic topic's need to be created that cannot be known ahead of time

[JBoss-user] [EJB/JBoss] - Re: LIKE keyword in ejb ql with an input parameter CANT MAKE

2004-05-23 Thread ram_iyer
thanks to sesques! it works!! i have had a couple of frustrating days trying to solve the 'like ?1%' problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835991#3835991 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem, when

2004-05-23 Thread gorano
Did you add "SelectMethod=Cursor" in your connection string to MSSql? Using the jdbc driver from MS do not using cursors for larger resultsets if this parameter is not specified, and it fails. /Goran View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835990#3835

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

2004-05-23 Thread treespace
To reiterate, JspC generates the mappings with the leading slash. That works fine except for the isolated problem with the welcome file. When compiled as a servlet, the welcome file no longer shows up by default. You have to exlicitly enter the name of the URL. I will try using with that file

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

2004-05-23 Thread sumesh_ps
if you are using linux copy the <>/bin/redhat_init_jboss.sh to /etc/init.d and rename it to jboss and set correct jboss_home and java_home path then you can set jboss as service . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835987#3835987 Reply to the po

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem, when

2004-05-23 Thread ironbird
It works fine for me under JBoss 3.2.3 with a collection of 1000 elements (with the MSSQL XA driver). So for me 3 solutions: 1) JDBC XA procedures perhaps not installed 2) CMP engine for JBoss 3.2.4 bugged (other topics in this forum seems to prove that). 3) Use read-ahead with fixed page size to

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem, when

2004-05-23 Thread acoliver
It says teh database has given an unspecified error. I think the read-ahead with pagesize might help. Also, I think you're using the XA datasource version of the driver. Give the NON-XA version a try if you're not using distributed transactions (and if you don't know if you are then you proba

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem, when

2004-05-23 Thread ironbird
| java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Die Datenbank hat ein unspezifizierter Fehler zurÃÂckgegeben | ??? English please ! Transation type not required ? Do you try with JBoss 3.2.3 (3.2.4 series not stable for me) ? Try also to specify read-ahead option with a

[JBoss-user] [Nukes User] - Re: change the default theme on nukes 1.0.0

2004-05-23 Thread sgwood
In the core module, there is a DefaultTheme property, currently imagic. You can change this in the nukes.sar deployment descriptor, or in the database. You can change the nukes_services_attributes table row pn_sid="org.jboss.nukes.core.modules.core.CoreModule/core", pn_aid="DefaultTheme". Sher

[JBoss-user] [Nukes User] - Re: change the default theme on nukes 1.0.0

2004-05-23 Thread cooper
change the value of the attribute DefaultTheme on the core module. you can use the JMX console to do that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835975#3835975 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383

[JBoss-user] [Javassist user questions] - Re: inserting duplicated members

2004-05-23 Thread chiba
Yes, a field is identified by a pair of name and type at the bytecode level. BTW, I found the answer. The JVM Spec book says in Sec 4.5: Each field is described by a field_info structure. No two fields in one class file may have the same name and descriptor. So at the bytecode level, two field

[JBoss-user] [Nukes User] - change the default theme on nukes 1.0.0

2004-05-23 Thread jkarstedt
Hi. I really tried hard but I can't change the default theme from imagic to my own for a user entering the main site. Any ideas ? thanks jens View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835972#3835972 Reply to the post : http://www.jboss.org/index.ht

Re: [JBoss-user] Problem using distributed transactions

2004-05-23 Thread Adrian Brock
http://www.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions On Sun, 2004-05-23 at 16:46, Dasarath Weeratunge wrote: > Hi, > > Can you please help me understand the meaning of this > warning? What is a transaction branch? Is this > critical? > > 21:14:50,656 WARN [TxConnectionManager]

[JBoss-user] Problem using distributed transactions

2004-05-23 Thread Dasarath Weeratunge
Hi, Can you please help me understand the meaning of this warning? What is a transaction branch? Is this critical? 21:14:50,656 WARN [TxConnectionManager] Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch may result in inconsistent data in som

[JBoss-user] [Persistence & CMP/JBoss] - Problem, when "finder" gets to much results! Caching Problem

2004-05-23 Thread westmeier
Hi, i have a problem with the results of a CMP2.0 Finder-Query. My code works correct, when the collection has a small size (in test 20), but if the Collection has a bigger size (test with 791 entries leads to the error code below). The shown Collection size is ok, but if I try to get Informatio

[JBoss-user] [Persistence & CMP/JBoss] - Problem, when

2004-05-23 Thread westmeier
Hi, i have a problem with the results of a CMP2.0 Finder-Query. My code works correct, when the collection has a small size (in test 20), but if the Collection has a bigger size (test with 791 entries leads to the error code below). The shown Collection size is ok, but if I try to get Informatio

[JBoss-user] [Installation & Configuration] - Re: Classloader Exception while accessing STRUTS based appli

2004-05-23 Thread raja05
Well. as it says, cannot find the class. Howz ur packaging structure. Can you verify if this class is in ur package and available in the deploy directory? A Stack Trace isnt going to help much View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835962#3835962 Rep

[JBoss-user] [Persistence & CMP/JBoss] - Re: problem update database

2004-05-23 Thread johan_tre
hi there, I xprienced the same kind of problem. It would be interesting to know HOW you solved it. Thx in advance! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835961#3835961 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Sticky sessions not working with jk

2004-05-23 Thread julien.dubois
Yes, I have some idea :-) You need to set the jvmRoute in JBoss, see http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jkWithJBoss (at the end of the page). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835958#3835958 Reply to the post : http://www.jboss.org

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

2004-05-23 Thread ironbird
Your precompiled jsp page must be mapped as a servlet with a "/" as url-pattern. Use instead of in the declaration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835957#3835957 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

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

2004-05-23 Thread [EMAIL PROTECTED]
The javadocs say this method is creating the topic identity, i.e. the javax.jms.Topic object. It explicitly excludes the creation of the physical destination. | CreateTopic | | public Topic createTopic(java.lang.String topicName) | throws JMSException | | Cre