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

2005-07-25 Thread dnanto
What happens to messages that time out?  Are they sent to the DLQ?  Are they 
deleted?  Can I configure what happens to them?

I've searched through the docs, WIKI and the forums, and can not find the 
answers to these questions.  If anyone could point me in the right direction, 
it would be greatly appreciated.  Thanks in advance.

-Dan

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

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


---
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=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: adding to container-configurations in standardjboss.xml

2005-01-04 Thread dnanto
Excellent!  Yes, that works!  Thanks for the pointer.

-Dan

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

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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - adding to container-configurations in standardjboss.xml

2005-01-03 Thread dnanto
Is there a way that I can add a new container configuration without modifying 
the standardjboss.xml file found under conf/?  I would like to add a new 
standardjboss.xml file to my .ear file which just lists my new container 
configuration, and makes it available to all apps in that ear. 

I've tried adding a file called standardjboss.xml to the root directory of my 
ear jar, I've added to meta-inf/ in the same ear file.  And I've tried adding 
it to my ejb.jar file.  But none of this seems to work.  Below I can show you 
what I have in this new standardjboss.xml file.  

jboss
  | 
  |container-configurations
  | container-configuration extends=Standard Stateless SessionBean
  | container-nameMyTestConfiguration/container-name
  | container-interceptors
  |
interceptororg.jboss.ejb.plugins.ProxyFactoryFinderInterceptor/interceptor
  |interceptororg.jboss.ejb.plugins.LogInterceptor/interceptor
  |
interceptororg.jboss.ejb.plugins.SecurityInterceptor/interceptor
  |!-- CMT --
  |interceptor 
transaction=Containerorg.jboss.ejb.plugins.TxInterceptorCMT/interceptor
  |interceptor 
transaction=ContainerMyNewInterceptor/interceptor
  |interceptor transaction=Container 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  |interceptor 
transaction=Containerorg.jboss.ejb.plugins.StatelessSessionInstanceInterceptor/interceptor
  |!-- BMT --
  |interceptor 
transaction=Beanorg.jboss.ejb.plugins.StatelessSessionInstanceInterceptor/interceptor
  |interceptor 
transaction=Beanorg.jboss.ejb.plugins.TxInterceptorBMT/interceptor
  |interceptor transaction=Bean 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  |
interceptororg.jboss.resource.connectionmanager.CachedConnectionInterceptor/interceptor
  | /container-interceptors
  | /container-configuration
  | 
  |/container-configurations
  | 
  | /jboss

any ideas on where to add this new standardjboss.xml file so that it will be 
seen, or do I have to just add it to the standardjboss.xml file under conf/ and 
make it globally available?

-Dan


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

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


---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Instance Per Transaction and Commit Option A

2004-06-15 Thread dnanto
Thanks for the information.

-Dan

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Instance Per Transaction and Commit Option A

2004-06-14 Thread dnanto
In JBoss 3.2.3, I know that if you used Instance Per Transaction container 
configuration it required Commit Option B, or C.  Has this changed with 3.2.4?  I 
heard that we could use commit option A with 3.2.4.  Is this true?  If not, will we be 
able to use commit option A/Instance per Transaction with 4.0?

Thanks in advance for your help.

-Dan

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the
one installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Invalid Column Type

2004-06-03 Thread dnanto
Ok, I figured it out.  In the 

depends 
optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=OracleDS 

tag, I needed to change the OracleDS to the JNDI bind name of my new Data Source:

depends 
optional-attribute-name=ConnectionManagerjboss.jca:service=LocalTxCM,name=MyNewDataSource

Once I did this, it appears to create the JMS table just fine, as well as write JMS 
messages to it.
 

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

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


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Invalid Column Type

2004-06-02 Thread dnanto
Yeah, I read that section in the wiki.  I think it was:

http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQJDBC2Persistence

I do have the data source deployed, and it loads it correctly.  But I have several 
Oracle datasources deployed, and I want to tell JMS to use a particular one.  How do I 
configure that?

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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Invalid Column Type

2004-06-01 Thread dnanto
I am trying to reconfigure JMS to use Oracle instead of the Hypersonic database 
default.  To avoid Adrian's wrath, I did quite a bit of research on my own ;)

Looking on the forums, I found the references to docs/examples/jms, and copied over 
the XML file for oracle, pointing it to my oracle DS, running against Oracle 9i, JBoss 
3.2.3.

Even though the create_tables flag was set to true, when I first tried to run my 
sample test, I got exceptions claiming that the table did not exist.  So I created the 
JMS_Messages table using this command:

CREATE TABLE JMS_MESSAGES ( MESSAGEID integer NOT NULL,
DESTINATION VARCHAR(255) NOT NULL,  TXOP CHAR(1), txid integer,
MESSAGEBLOB BLOB,
PRIMARY KEY (MESSAGEID, DESTINATION) );

Now, when I try and run my tests, I get the following exception:

[OIL Worker-9] 17:27:52,063 WARN  [OILServerILService] Client request resulted in a 
server exception:
org.jboss.mq.SpyJMSException: Could not store message: 1 msg=0 hard NOT_STORED 
PERSISTENT queue=QUEUE.QueueInvokerManage
r priority=4 hashCode=15590814; - nested throwable: (java.sql.SQLException: Invalid 
column type)

Did I not create the JMS table correctly?  Are there any problems using the OCI driver 
for oracle instead of the thin driver?

Any help would be appreciated.  Thanks.

-Dan


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

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



---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user