[JBoss-user] [JNDI/Naming/Network] - java:comp servlet and new thread

2005-05-16 Thread MLipp
Hi, I have a servlet that creates a new thread (actually, it is not me it is jetspeed that does this). The new thread does not seem to be able to access the "java:comp" environment created for the servlet (I tried JBoss 3.2.7 and JBoss 4.0.1). I get: | 22:09:32,830 INFO [STDOUT] Naming Exc

[JBoss-user] [JNDI/Naming/Network] - Re: java:comp servlet and new thread

2005-05-16 Thread MLipp
I just found out that it seems to be a problem with jetspeed changing the classloader, so it isn't a JBoss problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877903#3877903 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Don't get it sorted out: JMS Topic MDB & cluster

2005-03-15 Thread MLipp
Thanks. I didn't make the connection between my question and "MDB singleton" because in my scenario, there may be as many MDB instances as appropriate. Several messages may be processed in parallel, even on different nodes, as long as every message is only processed once. Concerning (4): Why no

[JBoss-user] [Messaging, JMS & JBossMQ] - Don't get it sorted out: JMS Topic MDB & cluster

2005-03-14 Thread MLipp
Sorry. I have read through the docs, several postings and the FAQ but I don't get it. Does JBoss 3.2.7 and/or JBoss 4.0.1 support MDBs that are configured as listeners of a durable subscription or does it not (apart from this obviously not being an easy thing to configure)? "Support" means that

[JBoss-user] [Clustering/JBoss] - Re: Clustering and EJB timers

2005-02-25 Thread MLipp
I'll skip the definition. If it isn't on the road map, it can't be near future ;-). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867869#3867869 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867869 ---

[JBoss-user] [Clustering/JBoss] - Re: Clustering and EJB timers

2005-02-24 Thread MLipp
Are there plans to add timer server clustering in the near future? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867724#3867724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867724 --

[JBoss-user] [Clustering/JBoss] - Clustering and EJB timers

2005-02-23 Thread MLipp
Hi, I have tried -- without success -- to find some information about the handling of ejb timers in a cluster. Is there a failover mechanism? I.e. will a timer created on node X of the cluster be executed by another node if node X fails? - Michael View the original post : http://www.jboss.

[JBoss-user] [Clustering/JBoss] - Clustering in JBoss 4.0.1

2005-02-23 Thread MLipp
Hi, there is a nice assembly of clustering features vs. JBoss version in the wiki (http://www.jboss.org/wiki/Wiki.jsp?page=ClusteringInJBossVersions). It doesn't cover JBoss 4.0.1, however. Am I right in assuming that everything listed for 3.2.6 is available in 4.0.1 as well? - Michael Vie

[JBoss-user] [Installation & Configuration] - Re: How to deploy programmatically in JBoss 4.0.1

2005-01-06 Thread MLipp
Just in case anybody else is searching: here is what you have to do in a build.xml: | | | | | | | | | | | | | | | | View the original post : http://www.jboss.org/index.html?module=bb&op

[JBoss-user] [Installation & Configuration] - How to deploy programmatically in JBoss 4.0.1

2005-01-05 Thread MLipp
Hi, JBoss 3.2.x used to have this nice Class RemoteDeployer that you could use to deploy something in a running JBoss. This class has obviously been removed in JBoss 4.0.1. Does anybody know how I can deploy something without copying it to the deploy directory? Thanks Michael View the o

[JBoss-user] [Security & JAAS/JBoss] - Username passed to LoginModule from Web tier

2004-10-27 Thread MLipp
I'm using my own login module since 2.x. One special feature of this module is that the principal returned after successful authentication is not the user name. It is a special id associated with the user name (yes, this does make sense, actually it is common practice: think of Unix, your user i

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-07-01 Thread MLipp
The problem still exists in 3.2.5. BTW: I didn't regitsr my commons-logging.jar with application.xml. I simply put it in EAR/lib/ and have it in the classpath of one of the ejbs.jar. - Michael View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840616#3840616

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-23 Thread MLipp
The problem with removing commons-logging.jar (if used by the application) is that the ear will no longer deploy in an application server that does not have commons-logging.jar "built-in". This is quite opposite of the idea of having an ear that you can deploy in various containers. - Michael

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-22 Thread MLipp
I can confirm the problem. I haven't referenced commons-logging.jar in application.xml, I have simply packaged it in the ear (and war) files. Something with class loading must be broken in 3.2.4. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839512#3839512