[JBoss-user] [Installation Configuration] - Re: JBoss 4.0 Logging Related Problems.

2005-04-04 Thread jkario_78
[EMAIL PROTECTED] wrote : Read the following and you'll see any direction is 
possible:
  | http://www.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration
  | http://www.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases
  | 
  | However, there are some classes that simply cannot be overriden. 
common-logging is one of them.
  | 

What is the technical limitation behind this issue (commons-logging cannot be 
overridden)? We're struggling with the same problem and would like to find a 
some solution other than making different EAR for different jboss versions.

* Janne Kario

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3872536#3872536

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872536


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - NullPersistenceManager

2004-10-15 Thread jkario_78
Each queue/topic has to be statically pre-configured (through InMemory attribute) to 
use either NullPersistenceManager or some real persistence manager and using the 
PERSISTENT / NON_PERSISTENT flag in the JMS client has no effect.

[ ]  True
[ ]  False

* Janne

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3851537#3851537

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851537


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Sending JMS messages from MDB

2004-08-12 Thread jkario_78
Hi,

I'm using an MDB as a server for my own QueueRequestor (added timeout). Response 
messages are sent back through temporary queues. Now everything works perfectly as 
long as I initialize JMS QueueConnection and QueueSession (the ones that use to send 
response messages back to the requestor) in the ejbCreate method of the MDB and use 
the same connection and session for all requests that the MDB receives.

// ejbCreate
  | QueueConnectionFactory connectionFactory = (QueueConnectionFactory) 
ctx.lookup(java:comp/env/jms/ConnectionFactory);
  | queueConnection = connectionFactory.createQueueConnection();
  | queueSession = queueConnection.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
  | queueConnection.start();

// send response message method
  | QueueSender responseQueueSender = queueSession.createSender(queue);
  | ObjectMessage objectMessage = queueSession.createObjectMessage(msg);
  | objectMessage.setJMSCorrelationID(correlationID);
  | responseQueueSender.send(queue, objectMessage);
  | 


However if I create a new connection and session in the sendResponse method things 
don't work. The reply message is sent ok to the temporary queue but the consumer 
(QueueRequestor) never receives it. I've tried switching between UIL2, OIL2 and JVM 
connection factories.

The reason I'm asking this is because a lot of the example on the net use the latter 
approach and create a new connection and session for each response message (create 
connection, create session, create sender, send message, close connection, move on).

Is there any best practices on this subject (how to send JMS messages from within an 
MDB / where to create the JMS stuff)? Why is the latter approach not working for me?

The same best practices question applies to sessions beans that send JMS messages or 
consumes them synchronously.  Where would I create the JMS stuff (ejbCreate or some 
helper method that is called when I need to do JMS).

Using JBoss 3.2.3.

* Janne

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3844922#3844922

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844922


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Persistence manager configuration for DB2

2004-05-10 Thread jkario_78
Does anyone happen to have JBossMQ Persistence Manager configuration for DB2?

j

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3834348#3834348

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834348


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson  Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user