[JBoss-user] [Messaging, JMS & JBossMQ] - How to configure HAJMS with the cluster nodes on the same ho

2006-05-24 Thread DarkLord
Hi, I am configuring a very powerfull box with two JBoss processes running in cluster. I have followed the guidelines to setup the ports and everything is running smoothly. However, I am facing a major issue with HAJMS. In the overview (http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMQHAOvervie

[JBoss-user] [Security & JAAS/JBoss] - different security domain for local and remote view of a bea

2005-10-06 Thread DarkLord
Hello, We are running Jboss 3.2.x with a custom login-module. We have a Bean which should have the following properties: - Remote view should be securised with a given role and should use our login-module - Local view does not need to be securised (actually it should not be because if we start

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Remove JMS Message

2004-07-14 Thread DarkLord
identify your message with a selector. Describe what is a specific JMS message for you. Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842029#3842029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=384

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: migration from 3.2.3 to 3.2.4, HASingleton JMS question

2004-07-06 Thread DarkLord
If you're using java:/JmsXA there is also another difference in 3.2.4: you have to start the connection if you want to receive messages ... Don't ask me ... Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841061#3841061 Reply to the post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-30 Thread DarkLord
I searched the forum, found nothing similar. I am using the mysql-jdbc-service provided with Jboss Since 3.2.4, we have to call explicitely connection.start() if we want to receive messages (I am using java:/JmsXA) If I run the application without calling connection.start() evertime I want to

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-25 Thread DarkLord
The weird thing is that I am porting an application from 3.2.3 to 3.2.4: I have exactly the same code, the same datamodel, the same configuration (same mysql connector 3.0.11). The only thing I had to change in the code is a call to jmsConnection.start() if I want to receive messages (very anno

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JDBC2 PM, Mysql and JBoss 3.2.4

2004-06-25 Thread DarkLord
Well apparently there is no changes regarding that between 3.2.3 and 3.2.4, at least as far as PM is concerned. http://cvs.sourceforge.net/viewcvs.py/jboss/jbossmq/src/main/org/jboss/mq/pm/jdbc2/PersistenceManager.java?r1=text&tr1=1.6.2.12&r2=text&tr2=1.6.2.16&diff_format=h Regards, Stephane

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Topic browser

2004-05-11 Thread DarkLord
No you can't. Read the spec, it has no sense to browse a topic. Regards, StÃphane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834425#3834425 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834425 -

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Create / Manage Queue

2004-05-11 Thread DarkLord
Check the wiki http://www.jboss.org/wiki/Wiki.jsp View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834424#3834424 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834424 ---

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using a queue as a request container

2004-04-16 Thread DarkLord
Adrian, I would like to contribute. Let me know if I can help in any way (I don't know yet the JBossMQ codebase yet). Regards, Stephane View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3830968#3830968 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Using a queue as a request container

2004-04-16 Thread DarkLord
Adrinan, "This forum is for technical questions not architectural questions. If you want somebody to design your app, hire a consultant. " I described only my architecture to help people understand the problem. I think my questions are technichal, right? Regards, Stephane View the original p

[JBoss-user] [Messaging, JMS & JBossMQ] - Using a queue as a request container

2004-04-16 Thread DarkLord
Hello list, I would like to use a JMS queue as a request container and I have some questions about this architectural choice. Basically the queue will contain request messages. They could have multiple consumers: - onMessage fired when the request should be processed (using the scheduled delive

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Conversions in textmessage w+ w* w-

2004-03-31 Thread DarkLord
Small precision. When I said "read some message which are on a queue using psql" I meant "see the result of a select messageblob from jms_messages where ..." View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828352#3828352 Reply to the post : http://www.jboss.o

[JBoss-user] [Messaging, JMS & JBossMQ] - Conversions in textmessage w+ w* w-

2004-03-31 Thread DarkLord
Guys, I've found a very weird behavior. I am using Jboss 3.2.3 with Postgres 7.3.4 as JMS persistence manager. When I read some message which are on a queue using psql I got conversions like the following : [.] 9cc50700c0a801ef01fd93c6fw-9dc9b18 [.] note the w- which was not in the or

[JBoss-user] [Persistence & CMP/JBoss] - Re: DB Update after a select

2004-03-30 Thread DarkLord
Guys, Sounds we have the same problem with postgresql (especially the instance per transaction -> deadlock on the database). Regarding the Xdoclet problem I will submit a patch to Xdoclet that will add this tag. I will keep you posted. Regards, Stephane View the original post : http://www.

[JBoss-user] [Persistence & CMP/JBoss] - Could not create two instances of the same entity at the sam

2004-03-29 Thread DarkLord
Hello, We have an application that create entities (let's say a Book) when some message is send to a queue. An MDB picks up the message, translate its content and create a new entity with the value contained in this XML. Most of the time, the message contains an array of Books to create. When

[JBoss-user] [Performance Tuning] - Re: Jboss cache is always empty - why?

2004-03-22 Thread DarkLord
Let's say I want to create a Book. A book as a CMR link to an editor and to an author for instance. I receive the following XML John Smith ABC [... other non CMR links] The session bean that parses this XML validates the fact the author and the editor exists (that way I prevent a creat

[JBoss-user] [Performance Tuning] - Re: Jboss cache is always empty - why?

2004-03-20 Thread DarkLord
O_O Let me explain my need and why I think something is weird there. We create an entity X and this one has CMR link to other entity (i.e. foreign key). Before creation this entity, the session bean validates those CMR links (i.e. the Ids of those entity exists in the DB). So each time I create

[JBoss-user] [Performance Tuning] - Jboss cache is always empty - why?

2004-03-17 Thread DarkLord
Hi, We are using Jboss 3.2.3 on RedHat Advanced server 3.0. Our entity beans uses a customized container as follows: Our CMP 2.x EntityBean false org.jboss.ejb.plugins.LRUEnterpriseContextCachePolicy 50

[JBoss-user] [Installation & Configuration] - Re: jboss-service.xml classpath

2004-03-08 Thread DarkLord
Dis t'en a pas marre de poster 300 fois le mÃme topic? On t'as dÃjà rÃpondu je te signale, c'est un bug de ta virtual machine. Soit tu mets à jour ta JVM, soit tu reportes le bug chez SUN (For you people, I am just trying ton convince this guy to report his problem to SUN). Regards, Stephane

[JBoss-user] [Installation & Configuration] - container pool configuration -> maximum size

2004-03-05 Thread DarkLord
Hi, I've seen that the defaut maximum size for the pool is 100. I would like to be sure I understand this properly. What if I have a transaction (a call to a session bean for instance) that loads (findByXXX) 5000 instances of the same entity bean (to update one of the field for instance). Sho

[JBoss-user] [Installation & Configuration] - Re: erreur de demarrage de jboss 3.2.3

2004-03-05 Thread DarkLord
Arrete d'utiliser JBuilder, Ãa rend bÃte :D http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824390#3824390";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824390>Reply to the post --- T