[JBoss-user] [EJB/JBoss] - Re: Monitoring in session facade

2006-04-12 Thread schrouf
You can configure log4j with a %t pattern tag to include the thread ID within 
the log output. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936874#3936874

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936874


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Message Size Max Limit

2006-02-02 Thread schrouf
There is no hard message size limit. JBossMQ is primarily limited by size of 
available JVM memory (or underlying database limitations, as you already know). 
Anyway the idea of passing 500MB messages does not sound very attractive. Maybe 
you should rethink your general design... 

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921136#3921136

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921136


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB, Max time to process

2005-12-07 Thread schrouf
Not sure if this is the solution to your problem, but try to use 
 a javax.ejb.MessageDrivenContext.getUserTransaction().setTransactionTimeout() 
call within your onMessage() method to override the default transaction timeout 
initialized by the JBoss transaction manager.

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911196#3911196

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911196


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JVM crash occured and server aborted.

2005-12-07 Thread schrouf
Increase the JVM permanent generation heap size (see your core dump 99% used) 
by adding -XX:MaxPermSize= JVM option to your 
JAVA_OPTS setting within the JBoss ../bin/run.bat or ../bin/run.conf.

Regards
Ulf



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=391#391

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=391


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Starting JBoss in debug mode

2005-12-06 Thread schrouf
change your suspend=y to suspend=n. Otherwise the JVM will wait for your 
debugger to connect before proceeding with the programm execution.

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910875#3910875

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910875


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss + MySQL low performance

2005-11-21 Thread schrouf
Read the cmp2 documentation, especially topics about optimized loading...

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908230#3908230

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908230


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Massive increase of TCP/IP connections when opening JMS

2005-11-17 Thread schrouf
This is a TCP/IP operation system issue, not a JBoss issue. Google around for 
"TCP" and "TIME_WAIT" and read some stuff TIME_WAIT socket state und system 
tuning e.g http://www.octetstring.com/support/issues/Tuning-TIMEWAIT.php

Regards
Ulf
 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907682#3907682

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907682


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Default value for RedeliveryDelay

2005-11-10 Thread schrouf
Default is NO delay. So you have to define it per queue/topic 



  | 
  | 
  | 
  |   
  | 
  | jboss.mq:service=DestinationManager
  | jboss.mq:service=SecurityManager
  | 1
  | -1
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906596#3906596

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906596


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Artificially delaying messages

2005-11-04 Thread schrouf
Use JBoss specific scheduled delivery 



  | 
  | aConnection = rQueueFactory.createQueueConnection(sQueueUser, 
sQueuePassword);
  | aSession= 
aConnection.createQueueSession(false,QueueSession.AUTO_ACKNOWLEDGE);
  | aSender = aSession.createSender(rQueue);
  | 
  | TextMessage aMessage = aSession.createTextMessage();
  | 
  | 
  | aMessage.setLongProperty("JMS_JBOSS_SCHEDULED_DELIVERY", 
aTransmissionNext.getTime());
  | 
  | aSender.send( aMessage,  DeliveryMode.PERSISTENT, ...);
  | 
  | 


Regards
Ulf


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905429#3905429

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905429


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Queue Priorities

2005-10-21 Thread schrouf
you should verify your last hypothesis by simply outcommenting all processing 
code within the MDB and check request latency once again. If it is still high, 
that it's an indicator for the 'messaging bottelneck'.

Do you use persistent messages ? If so do you have enough connections in your 
connection pools ?

Regards
Ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902541#3902541

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902541


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Error ORA-04065 in session with JBOSS 3.2.5

2005-10-20 Thread schrouf
Try flushing your jboss oracle connection cache after update. Look for your 
corresponding ManagedConnectionPool MBean in the section jboss.jca of the 
jmx-console. 

For automatic removal of invalid connections (due to database schema changes) 
an appropriate exception sorter might be helpfull. Have a look at 
http://wiki.jboss.org/wiki/Wiki.jsp?page=SQLExceptionIONetwork

Regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902474#3902474

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902474


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: JBOSS Informix XA Data Source

2005-10-18 Thread schrouf
We found an INFORMIX 9.4 server XA transaction isolation and lock mode bug 
during our INFORMIX XA  tests and forwarded it to IBM (bug 166834).

This server side XA bug has been confirmed an will be fixed (hopefully) in the 
upcomming IDS-Version 9.40.UC8 und 10.00.UC4. Maybe this will also solve your 
problems ?

Regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901708#3901708

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901708


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: JBOSS Informix XA Data Source

2005-10-16 Thread schrouf
These area INFORMIX database related locking problems, not JBoss XA problems. 
Your "could not position within table" error might be related to the database 
isolation level. 

Maybe a datasource entry of   set isolation to dirty 
read will solve this issue. But be aware, that INFORMIX XA 
jdbc driver has other issues anyway and the INFORMIX blob support is buggy

regards
ulf



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901438#3901438

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901438


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Peristent Message not redelivered even though MDB didnt

2005-10-05 Thread schrouf
It's the MDB container that handles all transactions for the MDB. The call to 
context.serRollbackOnly() within the MDB just sets a signal flag for the 
'surrounding' MDB container that actually triggers the rollback operation.

regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899264#3899264

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899264


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Will you continue to ignore my questions???

2005-10-04 Thread schrouf
There is no guarantee for an answer here as it is a user group list...and 
nobody will waste his own time for problems of unkind peoples...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898908#3898908

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898908


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to specify the number of messsages I need?

2005-10-04 Thread schrouf
JMS message processing is message oriented, not batch oriented. Also do not 
expect a fixed message order, as this is not specified by the JMS 
specification. If you want to handle message batches than you have to implement 
the logic by yourself.

regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898899#3898899

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898899


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Peristent Message not redelivered even though MDB didnt

2005-10-04 Thread schrouf
do you call context.setRollbackOnly() in case of a processing error ? this is 
the 'normal' way to force redelivery as acknowledgment is handled by the MDB 
container as part of the transaction handling.

regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898898#3898898

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3898898


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: What's difference between xa-datasource and local-tx-dat

2005-09-23 Thread schrouf
search the web for "distributed transaction XA" 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896637#3896637

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896637


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: more detail on problem on MDB processing big message in

2005-09-23 Thread schrouf
Normally message processing within MDB's is 'wrapped' into a container managed 
transaction. Maybe larger messages are just getting reprocessed again and again 
due to a transaction timeout  ? So increasing the default transaction timeout 
value (default 5 min I guess) of the Jboss transaction manager might be a 
solution for your problem.

regards
ulf

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896616#3896616

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896616


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS client: message persistent and resending

2005-08-19 Thread schrouf
Read a single book or technical article about JMS on your own  !!! If you then 
have a problem, ask the forum, but do not ask for doing your own homework !

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890731#3890731

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3890731


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Java Core Dump Problem

2005-08-08 Thread schrouf
Do your really expect any help without providing at least some usefull 
information on the java core dump itself (e.g. more detailed error messages) 
?!?! There are only a few clairvoyants out there

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382#382

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How can i make an MDB to choose from a list of Queues

2005-08-08 Thread schrouf
An MDB can be connected to a single queue/topic only.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=380#380

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=380


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
>It wont be as good as a jms solution.

such a good jms solution that you ask for help on your problems... :-)

Ok, different approach. I guess (as you talk about 'user that its polling time 
is reached' ) that you have some kind of persistent user record with attributes 
like email address, polling time,  

Add a state flag like 'SynchronizationScheduled', check/set this flag before 
sending a message and schedule message only if it's not already set. Reset flag 
fom within the mdb after synchronization.

Don't try to misuse a JMS message as state information "synchronization already 
on its way" as it will fail by design ! As soon as an mdb has picked the 
triggering message from the queue for a longer running synchronization (I guess 
that's why you want to use mdb's) there is no more indication to your jms 
sender that a synchronization is already currently running. Sounds like the old 
problem...


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888452#3888452

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888452


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
>What do you say ?

Use scheduler service

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888441#3888441

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888441


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: send message only if not alredy in jms

2005-08-04 Thread schrouf
DO NOT misuse JMS messaging for things it's not designed for ! The main purpose 
of JMS is fire-and-forget messaging.

Rethink your general solution approach ! What you are describing is the 
following:  select a dataobject based on some critieria, if the resultset is 
empty then insert a new dataobject  sounds to me like a classical database 
use case.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888435#3888435

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888435


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: hi everyone

2005-08-03 Thread schrouf
The error message indicates a JDK problem between JDK13/14 and JDK5 (e.g. code 
comipled for JDK5 cannot be executed in a JDK13/14 JVM)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888357#3888357

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888357


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread schrouf
Drop last post (realized posted source a little bit too late)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888355#3888355

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888355


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: EJB Create on MDB

2005-08-03 Thread schrouf
Post your ejbCreate() source code 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888354#3888354

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888354


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Clustering..

2005-08-03 Thread schrouf
If you want help from others, than you have to be more specific ! "Connection 
failure problems" can be anything ?!? Is it JBoss ? Is it the Database ? No one 
can give you a good hint without concrete problem descriptions and exact error 
messages...

PS: do not take this personal, but it's general problem in this forum, that 
people do not provided enough information for any serious help. Most people 
(including me) just don't have the time to play "give me more and precise 
information" ping pong.

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888169#3888169

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888169


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Remote exception

2005-08-03 Thread schrouf
Your JBoss version might be the problem as there is a connection leak bug in 
JBoss < 3.2.6 (I encountered the same problem as you (at least under heavy 
load) and after days of JBoss hardcore debugging finally found the causing 
synchronization bug and fixed it in CVS :-) 

-> Check your application behavior with JBosss 3.2.7

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888158#3888158

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888158


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss Clustering..

2005-08-03 Thread schrouf
You will have to buy lots of hardware to handle 500+ requests per second... I 
am even not sure if you will need JBoss clustering to solve your problem. What 
is needed (just guessing, as you didn't provide much information on your 
specific application) is a capable HTTP hardware loadbalancer in front of a 
multi-machine webserver farm[/] (which is different thing than a cluster)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888155#3888155

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888155


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread schrouf
If this is the intended behaviour, it feels strange

Well, at least it is the implemented behaviour :-) But I do share your feelings 
that a rescheduling relativ to the start (and not the end) of the previous 
invocation most often would be a better solution. A special case would be when 
the processing time always is larger than the rescheduling time as this would 
cause a continous execution. So the best solution would be to make the actual 
behaviour configurable (e.g 'SchedulePeriodCompensation'=true/false). If you 
need such a feature then you should open a JIRA feature request. Maybe I will 
find the time for a CVS update.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888152#3888152

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888152


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: No attribute found with name: JndiName

2005-08-03 Thread schrouf
Read the error message. An Attribute 'JndiName' is NOT (propperly) exposed by 
your MBean. To solve this problem have a look into the jmx-console-output for 
your MBean and check the exact display name of your MBean attribute. If it's 
not visible at all than there maybe is a wrong MBean attribute definition in 
your interface.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888141#3888141

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888141


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2005-08-03 Thread schrouf
Up to my knowledge it has always been "time from finish until next start".

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888140#3888140

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888140


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Connection Pool Shrinking and Reset Programmatically

2005-08-03 Thread schrouf
Is flush equvivalent to the reset? 

Yes

What is the equivalent for the shrink?
Setting MaxSize attribute to a smaller value and calling flush method

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888137#3888137

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888137


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Remote exception

2005-08-03 Thread schrouf
You can find the clue on your own by carefull reading of the provided error 
message:

"No managed connection available within configured blocking timeout"

This simply means that your connection pool for your mySQL DB ran out of 
connections. You can monitor the connection pool state (e.g. number of 
available connections) with the jmx-console. 

For a determination of the underlying problem cause you have to provide more 
detailed information. Which JBoss version ? How many concurrent clients and 
things like that.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888118#3888118

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888118


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: what happen if I have two datasource files in deploy fol

2005-08-03 Thread schrouf
Ok, than change at least one MBean name. We's the problem ?

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888116#3888116

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888116


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: what happen if I have two datasource files in deploy fol

2005-08-02 Thread schrouf
There's no explanation as you CAN merge both datasource MBean definitions into 
a single ...-ds.xml file. As simple as that :-)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887934#3887934

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887934


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-08-02 Thread schrouf
Please don't ask things like "I'am new to , please tell me everything about 
it". Nobody has time for doing your own homework :-) 

Read the JBoss documentation and search the web for getting started with JBoss 
clustering (e.g. http://www.onjava.com/pub/a/onjava/2002/07/10/jboss.html). 
There is plenty of information available !

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887915#3887915

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887915


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: jms with webservice

2005-08-02 Thread schrouf
You already have defined your APIs/technologies by using JMS and Webservices (I 
guess you will use a stateless SB as webservice implemention).

Nevertheless you should keep in mind that simulating a synchronous call with 
asynchronous JMS request/reply communication has some pitfalls. 

Your read operation on the reply queue has to use a read timeout (because no 
client wants to wait forever for a reply). But what happens if the responding 
server just was a little bit to late and places it's reply into the result 
queue afterwards ? On the next method invocation you might read the reply of 
your previous call, not that of your actual one ?!? Ok, you can think about 
sequence numbers or things like that, maybe it will do the job. But what about 
scalability ? You cannot use a single reply queue, so every stateless session 
bean instance needs it's own temporary reply queue. Using SLSB singleton 
pattern to simplify things ? bad idea because this sacrifices scalability ! 
., 

Summary: trying to do synchronous calls with asynchronous messaging isn't the 
best idea :-) If it can be avoided, than avoid it !

Regards
Ulf
 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887899#3887899

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887899


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How do you set the number of retries on a MDB?

2005-08-01 Thread schrouf
This can be configured within your queue/topic descriptor


  | 
  | 
  |   
  | 
  | jboss.mq:service=DestinationManager
  | jboss.mq:service=SecurityManager
  | 1
  | 10
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887698#3887698

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887698


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Exception: CMR field value is already loaded

2005-08-01 Thread schrouf
Even if a version upgrade always requires some work I would strongly recommend 
an upgrade to a JBoss version > 3.2.6 as there is a  connection pool leak in 
earlier JBoss versions under heavy load. 

Regards
Ulf 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887645#3887645

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887645


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: A CMR collection may only be used within the transction

2005-08-01 Thread schrouf
Make sure that both beans ( the session bean and the entity bean) declare that 
a transaction is "required". Then all of the 'internal' CMP entity bean 
operations should run in the same transaction of the 'outer' session bean. The 
container will create a transaction before invokation of your session bean 
method and will reuse this transaction for all embeded entity operations.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887642#3887642

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887642


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Queue Reliable Message Delivery

2005-08-01 Thread schrouf
Guaranteed message delivery for queues just requires sending 
[bold]persistent[/bold] messages. As simple as that :-)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887640#3887640

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887640


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is this forum moniter by JBoss??

2005-08-01 Thread schrouf
anonymous wrote : 
  | I know genman, schrouf and darranl drop in regularly as well. 
  | 
  | They are more tolerant of lazy users... 
  | 

No, we don't like lazy users either... but maybe it just reminds us of our own 
'dumb' questions while struggling to get started :-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887639#3887639

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887639


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JBossMQ & Login Module Configuration

2005-07-31 Thread schrouf
This might be an indication that a JMS user hasn't specified user/pwd 
credentials (e.g. simply calling getTopicConnection() instead of 
getTopicConnection(user,pwd)). Try to identify the causing consumer/producer 
and check if he's providing propper credentials.

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887634#3887634

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887634


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message no visible from QueueBrowser

2005-07-29 Thread schrouf
Ok, so let's call it a feature :-)



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887228#3887228

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887228


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: XA versus non-XA datasource

2005-07-29 Thread schrouf
The XA version supports the 2-phase-commit protocol for multi-resource 
transaction handling. Multiple resources  (e.g. JMS-Provider and your database) 
can be enlisted to the same transaction. A commit failure on one resource will 
rollback the whole transaction for ALL enlisted resources (all or nothing).

Usage of the XA-datasource connection provides the maximum flexibility and 
reliability without introducing overhead for single-resource-only transactions 
(where no 2-phase commit is required) 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887226#3887226

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887226


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message no visible from QueueBrowser

2005-07-28 Thread schrouf
If you do not use message selectors and you are sure that the 'missing' 
messagehas not already been consumed, than it sound's like a bug.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887063#3887063

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887063


---
SF.Net email is Sponsored by the Better Software Conference & EXPO September
19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is 100 - 100KB msgs/sec achievable in JBossMQ?

2005-07-27 Thread schrouf
Concrete throughput numbers are determined by your specific hardware. Anyway I 
would bet that the database is the primary 'bottleneck', not JBossMQ. 

Write a simple JDBC test client that inserts dummy Message and MessageBLOB data 
directly into the underlying MySQL message table of your persistence store. 
This will give you an indication of the maximum database throughput.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886871#3886871

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886871


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: how to handle serialization problem in jboss

2005-07-27 Thread schrouf
Maybe you shoud be a little bit more specific

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886820#3886820

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886820


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Migration

2005-07-27 Thread schrouf
Only JBoss 4.x is J2EE 1.4 compliant. JBoss 3.2.x is J2EE 1.3 compliant. EAR 
isolation can be achived by a modification of .../conf/jboss-service.xml


  | 
  | 
  | 
  | 
  |
  |  
  |true
  | 
  |true 
  |
  | 
  | 
  |  

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886790#3886790

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886790


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: timed out message destination

2005-07-26 Thread schrouf
They will be deleted from the queue (no other configuration than message time 
to live). DLQ forwarding only happens in case of repeatedly failing message 
(re-)delivery.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886548#3886548

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886548


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError on client side

2005-07-25 Thread schrouf
your welcome, but anyway, simple rule: read all error messages carefully before 
posting. Most often the problem cause is well stated and can be solved by 
yourself :-)

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886345#3886345

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886345


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError on client side

2005-07-25 Thread schrouf
Add the commons-httpclient.jar to your clientside classpath.

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886343#3886343

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886343


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message redelivery count and redelivery interval...

2005-07-20 Thread schrouf
You can configure this within your destination definition e.g.




  | 
  | 
  |   
  | 
  | jboss.mq:service=DestinationManager
  | jboss.mq:service=SecurityManager
  | 
  | 1
  | 
  | -1
  |   
  | 
  | 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885842#3885842

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885842


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: farm deployment

2005-07-15 Thread schrouf
Seems to be a bug. We also encountered this behavior in the past and disabled 
farming within the production environment. With farming - although convenient - 
you 'loose' much control during deployment, which is essential for a production 
plattform (especially if there are some unexpected problems during the 
deployment of a new component)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884982#3884982

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884982


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: java.sql.SQLException: ORA-00904: invalid column name

2005-07-13 Thread schrouf
Maybe you should enable CMP debugging, so you can see all database specific SQL 
statements within your server log file. Add the following entry 


  |
  |  
  |
  | 

to your ..conf/log4j.xml.

Regards
Ulf 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884728#3884728

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884728


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to stop messagelistener from listening queue/topic

2005-07-08 Thread schrouf
You can do this with an JMX-MBean-method call of start/restartDelivery() of the 
appropriate MDB invoker MBean. Use the JMX console to find your invoker MBean 
named like 

  | jboss.j2ee : binding=message-driven-bean,jndiName=local/,plugin=invoker,service=EJB
  | 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884162#3884162

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884162


---
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Cluster for Performance benefits

2005-07-07 Thread schrouf
I see no obvious reason why this type of clustering should boost your 
performance as it requires more system resources ( two JVM instances, more 
memory consumtion, more process switching, cluster synchronization, ).  

Regards 
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883973#3883973

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883973


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is it possible to use JMS to distribute processing

2005-07-07 Thread schrouf
Yes, using MDB is the 'design' pattern for parallel (multi-threaded) data 
processing within the J2EE environment. But keep in mind that message network 
data distibution to multiple machines also cause some performance penalties. 

So the general message is: do not distribute processing to multiple servers 
unless this is really needed. Especially do not distribute processing just 
because it's technically possible. And - as always in the context of performnce 
- detailed measurement is required to proof the general idea (more servers -> 
more performance). 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883971#3883971

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883971


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is it possible to use JMS to distribute processing

2005-07-07 Thread schrouf
This is the intended usage model for JMS, so your design will work out of the 
box. Nevertheless don't stress your idea of processing distribution to 
multiple, multiple machines too much without prior propper testing of 
achievable performance gains.

Regards
Ulf


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883964#3883964

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883964


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Column XXXX cannot be null. why not Default value?

2005-07-06 Thread schrouf
NOT JBoss is complaining about a NULL value, it's your underlying database. 
Have you specified a default for your column within your table SQL DDL 
statement ?

Regards 
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883865#3883865

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883865


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: How to connect a remote client

2005-06-24 Thread schrouf
Try jbossall-client.jar (can be found in the clinet subdirectory of your server 
installation). This is an all inclusive client jar. 

If you want to minimize overall jar sizes that use the minimal working 
combination of the more specific client jars. 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882605#3882605

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882605


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Sending Message causes InterruptedException

2005-06-24 Thread schrouf

  |   | 2005-06-22 10:46:40,134 WARN  [org.jboss.tm.TransactionImpl] 
[11195188290166/PTSI20050622+0] Lock contention, tx=TransactionImpl:XidImpl 
[FormatId=257, GlobalId=seefdevbe02.ptsi.corppt.com//3, BranchQual=]
  | 

This seems to be a server side locking problem. Maybe within a receiving MDB ?!?

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3882603#3882603

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3882603


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: setting the default Timezone

2005-06-16 Thread schrouf
Your timezone settings are determined on the operation system level, not within 
jboss.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881816#3881816

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881816


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: 2 JBoss Server on one System

2005-06-15 Thread schrouf
You have to change the default port configuration of one server to avoid port 
conflicts between your two server instances. This can be done by using the 
binding manger service. Search the forums/wiki for detailed information.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881557#3881557

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881557


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to move messages to another queue temporarily?

2005-06-13 Thread schrouf
This is a clear misuse of the JMS message subsystem. Rethink your overall 
design ! 

Regards
Ulf 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881241#3881241

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881241


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-10 Thread schrouf
As there is no standard for scheduled message delivery, there is no real 
expected behaviour. 

Nevertheless your observed behaviour (scheduled messages get dropped if server 
restarts after schedule time) does not make sense to me unless you set 
(explicitly or implicitly) a message expiration time (which i guess you don't 
do).

Therefore I would consider this behaviour - if it's reproducible - as a bug, 
but having a quick view at the source code of BasisQueue.restoreMessage() I do 
not see one :-) 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881062#3881062

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881062


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-10 Thread schrouf
As there is no standard for scheduled message delivery, there is no real 
expected behaviour. 

Nevertheless your observed behaviour (scheduled messages get dropped if server 
restarts after schedule time) does not make sense to me unless you set 
(explicitly or implicitly) a message expiration time (which i guess you don't 
do).

Therefore I would consider this behaviour - if it's reproducible - as a bug, 
but having a quick view at the source code of BasisQueue.restoreMessage() I do 
not see one :-) 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881061#3881061

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881061


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-10 Thread schrouf
A queue is not an active comsumer, it's just a passiv data storage. Message 
consumation is always initiated by a JMS client via receive call.

The fact that there are unconsumed messages in the file store that do not get 
properly forwarded to your MDB (this is the active JMS receiver) might indicate 
a message restore to queue problem on server restart.

You should turn on log4j debug/trace output for the JBoss MQ subsystem 
(org.jboss.mq) and have a look into your server.log file on server startup. 
Check the log output for your queue deployment. There you should find some 
information - hopefully - about the actual count of restored messages. 

BTW: Have your tried to use a JMS JDBC persistence manager configuration. This 
is much more reliable than usage of the file based JMS persistence manager.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881051#3881051

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881051


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-09 Thread schrouf
A queue does not 'comsume' any messages by itself. Maybe you do not use 
persistent messages, so these in-memory-only messages get lost in case of a 
server crash. 

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880918#3880918

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880918


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-08 Thread schrouf
no overhead. Just keep in mind that this is a JBoss specifc feature which might 
hinder a possible port to another app server (but hy should you :-)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880846#3880846

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880846


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Delaying the delivery of message from the Queue to an MD

2005-06-08 Thread schrouf
The Boss specific scheduled message delivery feature might do the job:


  | aConnection = QueueFactory.createQueueConnection(sQueueUser, 
sQueuePassword);
  | aSession= 
aConnection.createQueueSession(false,QueueSession.AUTO_ACKNOWLEDGE);
  | aSender = aSession.createSender(rQueue);
  | TextMessage aMessage = Session.createTextMessage();
  | 
  | aMessage.setLongProperty("JMS_JBOSS_SCHEDULED_DELIVERY", );
  | 
  | aSender.send(...);
  | 
  | Regards
  | Ulf
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880734#3880734

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880734


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: XA Transactions

2005-06-07 Thread schrouf
There is no XA transaction concept with respect to JBoss :-) XA in general 
simply uses a 2-Phase-Commit (2PC) protocol for multi-resource all or nothing 
transactions. 

A central transaction manager (in jboss case a simple in-JVM transaction 
manager) first issues a prepare call on all affected resources (databases, JMS 
resource) enlisted in that transaction. Whitin the prepare call all resources 
try to do most of the internal - possibly failing - work for a transaction e.g. 
data writing to disk, but simply not 'activating' these changes yet.

If all resources can successfully prepare the transaction, the transaction 
manager issues the actual commit command to all resources in a second commit 
call to all resource. 

If only one resource cannot prepare the transaction, the transaction manager 
issuess a rollback command to all already prepared resources.

That's it.

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880573#3880573

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880573


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: XA Transactions

2005-06-06 Thread schrouf
Do you call .setRollbackOnly() within your sample session 
bean in case of an Exception ? Make sure you do so, because there is not 
automatic transaction rollback by the container itself.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880418#3880418

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880418


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Failover take extreme long time with unplug the network

2005-06-01 Thread schrouf
I would gues that this delay is most probably caused by the underlying RMI 
TCP/UDP socket connect/read default timeout configuration ?!? 

Regards
Ulf



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879766#3879766

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879766


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2005-05-31 Thread schrouf
Provide more information about the actual error message (seems to be missing 
within your post).

Regards
 Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879585#3879585

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879585


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transaction Timeout

2005-05-31 Thread schrouf
I guess the best solution is to analyse and solve the cause of a problem...

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879547#3879547

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879547


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: No ManagedConnections available within configured blocki

2005-05-31 Thread schrouf
Make sure that your servlets close all acquired connections (via 
.getConnection) with .closeConnection()

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879525#3879525

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879525


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Transaction Timeout

2005-05-31 Thread schrouf
At least one peace of information:


  | Another common theme is that the WARN message always appears 5 mins after 
the last message being processed. The previous message never shows any sign of 
error.
  | 

the 5 minute delay is most likly 'caused' by your configured transaction 
timeout. Have a look into your jboss-service.xml and look for the transaction 
manager MBean (default 300s transaction timeout)

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879522#3879522

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879522


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Driven Beans of one server not receiving the mes

2005-05-31 Thread schrouf
It is the number of JMS receivers connected to your queue or topic. These might 
be MDB's or standalone JMS clients

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879519#3879519

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879519


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Configuring XA Datasource in JBoss-3.0.8

2005-05-31 Thread schrouf
You are very funny. Maybe it would a good idea to fix all clearly visible 
problems like

java.io.FileNotFoundException: 
D:\Softwares\jpjb\server\default\conf\demokeystore (The system cannot 
find the file specified) 
at java.io.FileInputStream.open(Native Method) 

first to reduce your problem complexity...

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879518#3879518

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879518


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Is there a maximum limit of Entity Beans alloted in ejb-

2005-05-25 Thread schrouf
There is no limit on the count of deployable ejb's per jar. Therefore I am 
quite sure that there is still a syntax or conceptual problem within your error 
causing entity bean. 

For verification remove all other entity beans and try to deploy that single 
bean. If it still fails to deploy, than post your bean code and the 
corresponding deployment descriptors for further investigation.

Regards
Ulf 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879046#3879046

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879046


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Does JBossMQ support hierarchical topic subscription

2005-05-25 Thread schrouf
simple answer: no ! sorry :-)

Regrads
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879042#3879042

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879042


---
SF.Net email is sponsored by: GoToMeeting - the easiest way to collaborate
online with coworkers and clients while avoiding the high cost of travel and
communications. There is no equipment to buy and you can meet as often as
you want. Try it free.http://ads.osdn.com/?ad_id=7402&alloc_id=16135&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Could not passivate; failed to save state

2005-05-24 Thread schrouf
Post your ejb class attribute section

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878896#3878896

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878896


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Could not passivate; failed to save state

2005-05-24 Thread schrouf
Think about it, as it is the same error as before !


  | java.io.NotSerializableException: 
org.jboss.resource.adapter.jdbc.WrappedConnect
  | ion
  | 


This simply means, that you have an attribute of type 
org.jboss.resource.adapter.jdbc.WrappedConnect
ion ( or mybe java.sql.Connection ) that is NOT serializable... like 
org.jboss.mq.SpyQueueSender 

Regards
Ulf


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878893#3878893

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878893


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is 
actually executed by the cmp engine according to your / 
setting.  

Add an entry 

   
 
   

to your .../conf/log4j.xml

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878715#3878715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878715


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is 
actually executed by the cmp engine according to your / 
setting.  

Add an entry 

   
 
   

to your .../conf/log4j.xml

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878715#3878715

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878715


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
This time with code section :-)


  |
  |  
  |
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878717#3878717

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878717


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Optimized loading.

2005-05-23 Thread schrouf
It might help to enable SQL-Statement.Tracking, so you can see, what is 
actually executed by the cmp engine according to your / 
setting.  

Add an entry 

   
 
   

to your .../conf/log4j.xml

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878716#3878716

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878716


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How to enable application loading in ISOLATION Mode..?

2005-05-20 Thread schrouf
Have a look into your "jboss-service.xml" (at least this is the place in 
JBoss-3.2.6, I don't know if it's the same place for 3.2.2). Look for 
EARDeployer. 


  |
  |
  |  
  |true
  | 
  |true 
  |
  | 
  | 

Also have a look into the JBossWiki on scoped deployment and JBoss classloader 
architecture

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878537#3878537

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878537


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Does jboss reconnect to the database automatically.

2005-05-19 Thread schrouf
You can use the  and  
element within "yourdatasource-ds.xml". Have a look into the jboss 
documentation on "Configuring JDBC Datasources" for more details.

Here is a sample configuration for INFORMIX



  | 
  |
  |   SystemJaasDS
  |   jdbc:informix-sqli:.
  |   com.informix.jdbc.IfxDriver
  |   
TRANSACTION_READ_COMMITTED
  |   10
  |   set lock mode to wait
  |   set lock mode to 
wait
  |   
org.jboss.resource.adapter.jdbc.vendor.InformixExceptionSorter
  |   
  |   1
  |   10
  |   5000
  |   300
  |
  | 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878378#3878378

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878378


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Chained Login Modules and IsCallerInRole()

2005-05-18 Thread schrouf
Hi,

we would like to secured EJB access in such a way, that even unauthenticated 
calls (principal=null) will be excuted with an assigned default principal and 
default role (which we need for an additional  IsCallerInRole() based security 
test within the EJB method itself).

We setup the following chained login module configuration:


  | 
  | 
  |
  | 
  |
  |   
  |  java:/SecurityDS
  |  SELECT password FROM 
principals WHERE 
  |  SELECT role FROM roles 
WHERE 
  |   
  | 
  |
  | 
  | DefaultPrincipal
  | DefaultRole
  | 
  | 
  |
  | 
  | 

If a caller cannot be authenticated by the first DatabaseServerLoginModule 
(sufficent), that a DefaultPrincipal with DefaultRole will always be assigned 
by the second IdentityLoginModule.

So far, so good, general authentication and authorization within the 
SecurityInterceptor of the EJB is propperly handled even for unauthenticated 
callers ( -> method access granted ). 

Unfortunately within the method itself a call to 
Context.isUserInRole("DefaultRole") still returns false, as the principal 
element in the bean context is still null (originally set to null on 
invocation, as the client did not provided authentication information). 

I would expect that the DefaultPrincipal and its DefaultRole should be assigned 
to the context principal element (which analogously happens for example in case 
of an explicit EJB role assignment via "run-as" tag)

Is this a bug or an expected behaviour ? 

Regards
Ulf





 

 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878199#3878199

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878199


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: How to start Multiple servers (instances) in JBoss

2005-05-17 Thread schrouf
Use the binding-manager-service. 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878142#3878142

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878142


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: High CPU usage on Windows

2005-05-17 Thread schrouf
If the JBoss thread runs MSVCRT.DLL than this seems to be a Java Native 
Interface (JNI) system call. So maybe it's a JVM/Java SDK version problem. Have 
you multiple SDK versions installed ? 

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878131#3878131

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878131


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem deploying MDB when running server on different p

2005-05-10 Thread schrouf
Hm, are you using a clustered (e.g. all) or unclustered (e.g. default) jboss 
server configuration ?

The unclustered jms-ds.xml defines a JMSProviderLoader with name JMSProvider


  |  
  | Check your sample-bindings
  | 

while the clustered  hajndi-jms-ds.xml defines a JMSProviderLoader with name 
HAJNDIJMSProvider (at least in my configuration :-)


  |   
  | 

Now check your sample-bindings.xml file if there is an  port 
binding override entry that exactly matches your configured JMSProviderLoader 
name (e.g. for my clustered configuration there is an entry for 
HAJNDIJMSProvider) !

sample-bindings.xml




  |   
  | 
  |   
  |  
  |  
  | 
  |
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  |
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  |java.naming.provider.url=localhost:1400
  | 
  |  
  |  
  |   
  | 
  |   
...



Maybe this will do the job ?!?

Regards 
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877171#3877171

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877171


---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Problem deploying MDB when running server on different p

2005-05-09 Thread schrouf
First of all have a look into to boot.log file an check propper port address 
substitution especially for all JMS related service MBeans referenced in the 
sample-bindings.xml file

e.g.


  | 
  | 
  |  
  | 
  |   
  |  
  |  
  |   
  | 
  | 
  |   
  | 
  |   
  |  
  |  
  | 
  |
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  |
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  |java.naming.provider.url=localhost:1400
  | 
  |  
  |  
  |   
  | 
  | ...
  | 
  | 
  | Regards 
  | Ulf
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877078#3877078

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877078


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Change deployment order

2005-05-09 Thread schrouf
Have a look into jboss-service.xml of your server configuration and search for 

org.jboss.deployment.scanner.PrefixDeploymentSorter

This might solve your problems.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876995#3876995

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876995


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Re: Instance per transaction entity bean and optimistic lock

2005-05-07 Thread schrouf
The "Instance Per Transaction ... EntityBean" configuration relies on propper 
SQL database level locking (That's why the entity bean container configuration 
itself has no locking strategy). You have to configure your database tables 
with the appropriate locking mode (page/row locking) and select an appropriate 
isolation level within your JDBC datasource ..-ds.xml.

Regards
Ulf

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876870#3876870

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876870


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   >