[JBoss-user] [JBossCache] - Re: overriding LRUAlgorithm

2005-04-17 Thread [EMAIL PROTECTED]
Kevin, Sorry that I have dropped the ball. :-) I have just applied the patch and check them into the latest JBossCache (note not under jboss-head, though). Please allow one day and check them out to verify. Thanks, -ben View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Clustering/JBoss] - Re: Problem using HA-JNDI and Fail Over

2005-04-17 Thread roberto
Instead of shutdown clusterB i have unplug the lan cable. In this case when i try to reuse the browser (always unsing HA_JNDI) this exception occurs: | java.lang.RuntimeException: JBossCacheService: exception occurred in cache remove after retry ... | org.jboss.web.tomcat.tc5.session.

[JBoss-user] [JBossCache] - Re: JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-17 Thread [EMAIL PROTECTED]
If you are not running JDK1.3, you should just use the latest JBossCache 1.2.2 release. It should work under 3.2.7 (without aop). -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874255#3874255 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBossCache] - JBoss 3.2.7' JBoss Cache and Hibernate 3.0

2005-04-17 Thread RolfZ
Hi Does the JBossCache(clustered second level cache) from 3.2.7 work with Hibernate 3.0 ? I was not able to find any information on any webpages ( Jboss & Hibernate) Cheers Rolf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874254#3874254 Reply to the p

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: OutOfMemoryError

2005-04-17 Thread regenwetter
Did you find any solution ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874253#3874253 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874253 --- SF email is spons

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP and Domino: Groups without Context

2005-04-17 Thread holger.willenborg
Bug is closed now. Empty search contexts should be allowed beginning with 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874252#3874252 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874252 -

[JBoss-user] [HTTPD, Servlets & JSP] - ROOT.war, root context, wildcard virtual hosts?

2005-04-17 Thread Teej
Working with JBoss 4.0.1 & Tomcat with the 'default' server configuration. How can I have a root-context application respond to all hostnames that resolve to an IP address that JBoss/Tomcat is configured to listen on? E.g. *.domain.name *.domain.biz *.domain.org As you'll see from my detailed e

[JBoss-user] [Installation & Configuration] - How to upgrade 4.0.1 to 4.0.1sp1?

2005-04-17 Thread Teej
Is it a case of simply extracting the download archive over an existing installation of 4.0.1 (ensuring that custom configurations are preserved) ? I'm working with the Windows ZIP package. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874246#3874246 Reply

[JBoss-user] [Installation & Configuration] - complete list of setup files.

2005-04-17 Thread r2umam
Is there a comprehensive list of all setup files somewhere? Seems like there are alot of xml setup files and its hard for me to keep track of them all and when I need to edit them and why. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874245#3874245 Reply

[JBoss-user] [Installation & Configuration] - Re: Exploded ear does not work

2005-04-17 Thread michaelukpong
Thanks guys I sorted it out it was an ownership thing i copied those files using root access but its like jboss runs using the jboss user identity and it could not read the files i copied big lesson... bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3

[JBoss-user] [HTTPD, Servlets & JSP] - jboss-4.0.1sp1: server/lib/endorsed troubles: Xerces-2.4.0 v

2005-04-17 Thread joe_the_quick
hi folks, I want to run a specific WAR file requiring the Xerces-2.4.0 libraries. I've set my own endorsed directory using java.endorsed.dirs=JBOSS_HOME/server/default/endorsed and put the Xerces-2.4.0-libraries there. This works perfectly with jboss-3.2.6. However, with Jboss-4.0.1sp1, thing

[JBoss-user] [Performance Tuning] - Re: Severe (almost unbelievable) caching performance problem

2005-04-17 Thread [EMAIL PROTECTED]
No, there is not. It's possible for CMP because of transaction-local read-ahead cache. BMP beans don't have that. read-only invocation doesn't associate instances with the transaction in which the invocation is performed. That means after a read-only invocation the instance should be invalidate

[JBoss-user] [JCA/JBoss] - Re: Problems with informix

2005-04-17 Thread lafr
With older version of Informix JDBC it was enough to put ifxjdbc.jar into $JBOSS_HOME/server/?/lib. With 3.0 driver I got same or similar problems and found out, that I also have to put ifxjdbcx.jar into the lib-dir. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Installation & Configuration] - Exploded ear does not work

2005-04-17 Thread michaelukpong
Hi peeps! I am using jboss 4 on my local system and i can deploy my app as an exploded ear without issues. However when I move it to my remotely managed server (www.eapps.com) and deploy it I get this error: org.jboss.deployment.DeploymentException: No META-INF/application.xml found | at

[JBoss-user] [Performance Tuning] - Re: Jboss on Solaris with 64 bits JVM

2005-04-17 Thread lafr
JAVA must still be $JAVA_HOME/bin/java. Add "-d64" to the OPTS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874235#3874235 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874235 -

[JBoss-user] [Installation & Configuration] - Re: jboss 3.2.6 on Solaris using 64 bits JVM

2005-04-17 Thread lafr
You only have to add option "-d64" to the comamnd line for "$JAVA_HOME/bin/java". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874234#3874234 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874234 -

[JBoss-user] [Performance Tuning] - Re: Severe (almost unbelievable) caching performance problem

2005-04-17 Thread colinearl
We are using JBoss 3.2.7 The feature that you describe helps with CMP beans, but we are having the problem with BMP beans. Is there a similar facility for BMP? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874229#3874229 Reply to the post : http://www.jb

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : Hi; | | From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | I followed the recommendations of JBoss documentation : | | 1- I have create a mbean into the file "jboss-service.xml

[JBoss-user] [Installation & Configuration] - Configuration LDAP ressources

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : mbeancode="org.jboss.nami

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : mbeancode="org.jboss.naming.E

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : mbeancode="org.jboss.naming.E

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : externalannuaire annuaire.p

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuaire.

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi; >From of the my j2ee application, I would like to get via jndi the ldap >ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuaire.p

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : Hi | | | | From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | I followed the recommendations of JBoss documentation : | | 1- I have create a mbean into the file "jboss

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuair

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : "soussou" wrote : "soussou" wrote : Hi | | | | | | | | | | | | From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | | | I followed the recommendations of JBoss d

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuaire.prop

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : "soussou" wrote : Hi | | | | | | | | From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | | I followed the recommendations of JBoss documentation : | | | | 1- I h

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : Hi | | | | From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | I followed the recommendations of JBoss documentation : | | 1- I have create a mbean into the file "jboss-servic

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : externalannuaire annuaire.proper

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : externalannuaire annuaire.proper

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : Hi | | | | From my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | I followed the recommendations of JBoss documentation : | | 1- I have create a mbean into the file "jboss-servic

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuai

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
Hi From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : annuaire.properties javax.n

[JBoss-user] [Installation & Configuration] - Re: Ldap ressource configuration

2005-04-17 Thread soussou
"soussou" wrote : Hi | | | | From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). | I followed the recommendations of JBoss documentation : | | 1- I have create a mbean into the file "jboss

[JBoss-user] [Installation & Configuration] - Ldap ressource configuration

2005-04-17 Thread soussou
Hi From of the my j2ee application, I would like to get via jndi the ldap ressources (server name, IP address, the port, login, password, ...). I followed the recommendations of JBoss documentation : 1- I have create a mbean into the file "jboss-service.xml" : external/annuaire annuaire

[JBoss-user] [Security & JAAS/JBoss] - Re: Packaging login-config.xml in a SAR?

2005-04-17 Thread [EMAIL PROTECTED]
http://www.jboss.org/wiki/Wiki.jsp?page=DynamicLoginConfig View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874208#3874208 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874208 --

[JBoss-user] [JBoss Portal] - Re: HelloWorld Example problem

2005-04-17 Thread [EMAIL PROTECTED]
It can take a while for changes to propagate to the mirros so validate that the checksum/md5sum has in fact changed on the second download to verify you have obtained the updated version. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874206#3874206 Reply to

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole and non secured pages

2005-04-17 Thread [EMAIL PROTECTED]
Create a feature request: http://jira.jboss.com/jira/browse/JBAS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874205#3874205 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3874205

[JBoss-user] [Security & JAAS/JBoss] - Re: checking login method (isUsingLDAP() method)

2005-04-17 Thread [EMAIL PROTECTED]
No. Prod should use a different configuration name to map the login module configuration to ldap and dev the properties files. Externalize the name via a servlet init param or just change the definition in the conf/login-config.xml. The servlet should not have to figure out the correct choice.

[JBoss-user] [Security & JAAS/JBoss] - checking login method (isUsingLDAP() method)

2005-04-17 Thread gmeroz
i want to be able to run my application in 2 modes: 1. production - using LDAP. 2. presentations/development using the UsersRolesLoginModule. is there a way to know from a servlet/session bean which one is used? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Security & JAAS/JBoss] - Re: LDAP & JBoss outside the domain

2005-04-17 Thread gmeroz
true com.sun.jndi.ldap.LdapCtxFactor ldap://ldaphost.bevents.local:389/ simple false @bevents.local sAMAccountName memberOf tru

[JBoss-user] [JNDI/Naming/Network] - Re: How to Alias the JNDI name

2005-04-17 Thread hillelzvi
Hi, To clarify I've added to /usr/local/jboss-4.0.1sp1/server/default/conf/jboss-service.xml the following: | 34402_EN | 34402 | | | | 34402_ID

[JBoss-user] [Security & JAAS/JBoss] - Re: isUserInRole and non secured pages

2005-04-17 Thread lhoriman
"[EMAIL PROTECTED]" wrote : Its at best undefined in the servlet spec how the security context created when accessing secured content is propagated to unsecured content. There is no definition that states the security context is a property of the session and that this should be in effect when us

[JBoss-user] [Security & JAAS/JBoss] - Re: Using isUserInRole() on unsecured page

2005-04-17 Thread lhoriman
"ahardy66" wrote : These guys interpret it, program their container and we use it. What I like about JBoss is that it isn't just a dumb implementation of a spec. Fleury & Co can "do it right" no matter what the spec says. It's pretty clear that the J2EE integrated security parts of the servl

[JBoss-user] [JCA/JBoss] - Re: JBOSS 4 JNDI problem !!!

2005-04-17 Thread darranl
I don't have a working example to hand to show you but what you are asking for is for a reference to the datasource to be bound to the component namespace of your web application. You need to add a resource-ref element to the web.xml of your web application and configure the reference as approp

[JBoss-user] [EJB/JBoss] - Re: EJB and mysql

2005-04-17 Thread darranl
When programming using Java the exceptions contain a lot of information about what the problem is, instead of converting it to an int you should either rethrow the exception or at the very least log the details i.e. Message, exception classname and stack trace. Is there a reason why you are avo

[JBoss-user] [JBoss Getting Started Documentation] - Duke's bank application doesn't start

2005-04-17 Thread cercetasu
Hi. I've done everything in the start guide for JBoss 1.4 but when I try to run http://localhost:8080/bank/main it gives me a "http status 404". I hava jdk1.5 and am using j2eetutorial1.4. All the builds were succesfull and I didn't get any errors while building. I've searched the forum for a s

[JBoss-user] [Clustering/JBoss] - Re: Clustering Document

2005-04-17 Thread roberto
yes. to configure cluster on jboss 4.0.1sp1 i follow the jboss clustering base on jboss 3.x and all works fine (except for one problem using ha-jndi and fail over) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874194#3874194 Reply to the post : http://www.

[JBoss-user] [Clustering/JBoss] - Clustering Document

2005-04-17 Thread mhaddad
Hi All, Just to reconfirm, shall i assume that the "JBoss Clustering" pdf document for JBoss3 can be used for JBoss 4.0.1? Regards, View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874193#3874193 Reply to the post : http://www.jboss.org/index.html?module=bb&