[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Request/response asynchronous message driven bean

2006-07-05 Thread genman
JMS is always async for sending.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Class Cast Exception -- By HelloDr

2006-07-05 Thread genman

What's the type of the object?  E.g. 

Object o = ...
System.out.println("class is " + o.getClass());

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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 problem in jboss

2006-07-05 Thread genman
There are examples in JBoss, did you try them?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: JBoss JMS Message persistance with Ingres problems

2006-06-29 Thread genman

Sounds similar to this one:

http://jira.jboss.com/jira/browse/JBAS-1368


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Recieving message from a queue

2006-06-29 Thread genman
What exception?

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: XMBean -- extending an existing xmbean.xml file

2006-06-28 Thread genman
To explain the need:  The obvious use case is of course the JBoss service one, 
where the lifecycle methods are used for pretty much every MBean.

Addtionally, users may want to enhance existing services. Whereas with standard 
MBeans you simply extend the MBean interface, there's no equivalent for XMBeans.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - XMBean -- extending an existing xmbean.xml file

2006-06-28 Thread genman

I think it would be a useful feature to be able to specify in an xmbean.xml 
file that this file "extends" the attributes and operations in an other file. 

  |http://www.jboss.org/j2ee/dtd/jboss_xmbean_1_2.dtd";>
  | 
  | 
  |org.jboss.jms.server.plugin.JDBCChannelMapper
  |JBossService-xmbean.xml
  | 

Maybe "extends" isn't the correct word, perhaps "include" or something like 
that. And you'd be able to include more than one file, so it wouldn't work as 
an attribute.


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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: JBoss JMS Message persistance with Ingres problems

2006-06-28 Thread genman

Do you have some sort of table locking issue? There might have been some issue 
resolved re. this, look at the bug DB.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Configure queues/topics at application level, Possible?

2006-06-28 Thread genman
I'm not really from the team. What it sounds like is you want two copies of 
JBossMQ running in the same JBoss instance. Which is possible, but probably a 
bit complicated to set up, especially for MDBs.

Why can't you create two queues called MyQueue1 and MyQueue2 ?

Alternatively, use a topic and message selector.

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

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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: createSession slow under load. (or createQueueSession)

2006-06-20 Thread genman

Interesting. Are you using the JCA adapter, i.e. "java:/JmsXA"? You should use 
this to obtain a new JMS connection each time.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Bug? Transaction timeout....

2006-06-20 Thread genman

I wonder if

  |
  |   3000
  | 

in your conf/jboss-service.xml needs to be changed to

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Changing property of a message

2006-06-20 Thread genman

I don't think the spec allows you to do this. Why not resubmit this message?

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: TextMessages returned as payloadasbytearray

2006-06-19 Thread genman

Tim, you're welcome for the hint.  I would suggest documenting the 64k 
limitations for properties, map messages, etc., and as an improvement add a 
method that checks at the API level when limit is crossed.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: TextMessages returned as payloadasbytearray

2006-06-16 Thread genman

I wonder if you're running into the writeUTF() limit, which is 64k.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Deadlock detected when using JBOSSMQ with Sybase Anywher

2006-06-16 Thread genman

Search for this.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: Socket error on start-up with 1.0.1.CR2 !

2006-06-13 Thread genman

It is likely that the two versions were released with different versions of 
JBoss serialization. You likely have a version mismatch between the two.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-06-13 Thread genman

XSLT and HSQL DB (in its CSV read-mode) are useful for handling these and are 
provided with JBoss. You have to write this part yourself, it's quite easy.

The difficult part of handling messages (persistence, transactions, threading, 
etc.) is handled by JBoss.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Trying to override from SpyDestination to use MQSeries i

2006-06-08 Thread genman

You need to use the correct MQ series ConnectionFactory.

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-06-06 Thread genman
Oracle driver issue? Thin/OCI?

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: [NestedThrowable] Duplicate throwable nesting of same b

2006-06-06 Thread genman
Out of connections?

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: @Predestroy in MDBs

2006-06-05 Thread genman

Sounds like a bug to me, but I haven't checked the spec. Have you?

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

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


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Jboss 3.0.7, mdb setup instructions

2006-05-31 Thread genman
Sure, there's plenty of docs.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Junit for JBoss

2006-05-30 Thread genman

Get the source, look at the test/ and testsuite/ directory and copy some 
examples.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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: max jms message size supported by Jboss-3.2.5

2006-05-30 Thread genman

The size is limited by memory only. The server uses about 2-3x times the byte 
size of the message in memory for handling it. For a 32 bit JVM on a 4GB box, 
you're probably going to hit a limit of about 1 GB for your message, probably 
less though.

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&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: Exiting on IOE : java.io.InterruptedIOException: Operati

2006-05-26 Thread genman
DEBUG

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

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


---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: InterruptedException in JBossCache

2006-05-19 Thread genman
If you don't need eviction, comment out all the eviction related XML elements.

Alternatively, you might want to change the wakeUpIntervalSeconds to something 
smaller, like 5.

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78069&view=previous


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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: DB JMS performance

2006-05-05 Thread genman

That's JMS for you, it mostly comes down to I/O bottlenecks.

You might get better results from MySQL, especially if it is located on the 
same machine. Oracle is traditionally hard to tune (IMHO) unless you have a 
Oracle expert.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Increasing Thread Problem leading to Out Of Memory

2006-05-04 Thread genman

If you're accessing queues locally, use the pooled connection provider 
java:/JmsXA ... remotely (on a client), use a single cached connection for all 
your messaging uses.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: Jboss problem

2006-05-03 Thread genman

Can you get a stack trace?

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: java.io.IOException: Client is not connected

2006-05-03 Thread genman
This has been brought up around 10 times or so, it's DEBUG, not an unexpected 
ERROR

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Two JBoss instances - one JMS table set

2006-05-03 Thread genman
You have to have one server act as the server, the others as client.

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

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


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&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: Memory leak

2006-04-17 Thread genman

Can you post the reference tree? Also, what JVM do you use?

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

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


---
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: setExceptionListener() warnings in clustered environment

2006-04-12 Thread genman

Are you using the java:/JmsXA adaptor?

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

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


---
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: Browsing the front of a queue

2006-04-12 Thread genman

You can peek at the first message by reading the message, not acknowledging it, 
then doing a Session.recover()

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

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


---
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] [Performance Tuning] - Re: Eden space increasing by 10Mb every minute and GC'ing ba

2006-04-03 Thread genman

One thing that's run periodically is a URL deployment scanner. This may itself 
generate 10MB of garbage every 10 seconds or so.

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

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


---
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: NPE when closing connection

2006-03-17 Thread genman
Couldn't Map.Entry change between iteration and use? Looking at the class, it's 
certainly possible:

Map m = new ConcurrentHashMap();
  | m.put("foo", "bar");
  | Iterator i = m.entrySet().iterator();
  | Map.Entry me = i.next();
  | m.removeKey("foo");
  | me.getValue(); // returns null

Not sure how getValue() should behave in these circumstances...

Looking at the source to "remove:"

  |   public Object remove(Object key) {
  | /*
  |   Find the entry, then
  | 1. Set value field to null, to force get() to retry
  | 2. Rebuild the list without this entry.
  |All entries following removed node can stay in list, but
  |all preceeding ones need to be cloned.  Traversals rely
  |on this strategy to ensure that elements will not be
  |   repeated during iteration.
  | */
  | 

Also, take a look at ConcurrentHashMap.putAll:

  public synchronized void putAll(Map t) {
  | int n = t.size();
  | if (n == 0)
  |   return;
  | 
  | // Expand enough to hold at least n elements without resizing.
  | // We can only resize table by factor of two at a time.
  | // It is faster to rehash with fewer elements, so do it now.
  | while (n >= threshold)
  |   rehash();
  | 
  | for (Iterator it = t.entrySet().iterator(); it.hasNext();) {
  |   Map.Entry entry = (Map.Entry) it.next();
  |   Object key = entry.getKey();
  |   Object value = entry.getValue();
  |   put(key, value);
  | }
  |   }

Seems like doing a copy operation when a map is being concurrently modified 
might result in some NPEs.

Do I get a cookie?

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

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


---
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: java.lang.InterruptedException when sending messages

2006-03-17 Thread genman

You don't think it's one of your own threads doing Thread.interrupt()?

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

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


---
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] [Beginners Corner] - Re: Jboss+Oracle

2006-03-13 Thread genman
I mean ojdbc14.jar ...

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

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


---
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] [Beginners Corner] - Re: Jboss+Oracle

2006-03-13 Thread genman

It looks like the wrong driver version for your JVM. Try odbc14.jar 

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

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


---
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: Programatically creating destinations that persists inbe

2006-03-13 Thread genman

Create your destination in a -service.xml file and copy it to the server.

Or, create a service that creates the destinations via JMX using the database.

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

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


---
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: Reload MDB from code

2006-03-12 Thread genman

Perhaps through JMX you can tell JBoss to clear the MDB pool.  Take a look at 
the JMX console.

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

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


---
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: Message propagation form Oracle 10g AQ to JBoss MQ

2006-03-09 Thread genman

You're missing a class in your classpath
org.jboss.jms.jndi.JBossMQProvider

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

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


---
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: Message propagation form Oracle 10g AQ to JBoss MQ

2006-03-07 Thread genman

Exact steps were probably read the specs, documentation, then implement it.

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

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


---
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] [Performance Tuning] - Re: hot deployment issue?

2006-03-03 Thread genman

You shouldn't use singletons, which is usually bad design.  Create 
ServiceMBeans and in your stopService() shut down your thread.

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

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


---
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: Message Driven Bean does not catch the message with onMe

2006-03-02 Thread genman

Back in 2003?

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

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


---
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] [Management, JMX/JBoss] - Re: Can my stand-alone application use Jboss implementation

2006-03-01 Thread genman

If you download the source, you'll see that the JMX and services stuff falls 
into separate directories. Each one provides a separate library. Not sure which 
ones you'll need, however.

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

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


---
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] [Management, JMX/JBoss] - Re: Need help with ServiceMBean

2006-03-01 Thread genman
Are we supposed to figure out what went wrong without a stack trace or specific 
error message?

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

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


---
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: configuring more than 3 MDB in Jboss 3.2.7 is giving pr

2006-02-25 Thread genman
You have to pay money to get the version that supports more than 3 MDBs at a 
time.

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

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


---
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: Rolebacking push the message to back of the queue

2006-02-25 Thread genman

You can add a delay to redelivery.  Check the wiki.

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

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


---
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] [Management, JMX/JBoss] - Re: Monitor Web as well as J2ee Application

2006-02-24 Thread genman

Take a look at the JMX console for some of this.

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

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


---
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: Memory leak and tons of org.jboss.mq.SpyTopic and org.jb

2006-02-17 Thread genman

Perhaps this is a bug, since the server should be ignoring acknowledgements 
from the client if they are not necessary. If you can characterize it as such, 
can you file a JIRA issue?

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

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


---
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] [JBossCache] - Re: Eviction Using Too Much Memory?

2006-02-16 Thread genman
Changing the BoundedBuffer to this:

  |  nodeEventQueue_ = new BoundedLinkedQueue(RegionManager.CAPACITY);
  | 

should reduce memory.  Probably Region should allow the Channel implementation 
to be configurable.

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

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


---
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: how could I use jms in jboss's all run mode?

2006-02-15 Thread genman

The "test" queues can be copied from the "default/jms" directory.

If you don't set up clustering (remove cluster-service.xml), it won't magically 
start to cluster.

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

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


---
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: Memory leak and tons of org.jboss.mq.SpyTopic and org.jb

2006-02-15 Thread genman

How does the number of topic objects compare to the number actually in use?  
Open files?  Perhaps you have some reasource leak in your program, not in the 
app server.

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

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


---
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: pausing JBoss MQ

2006-02-15 Thread genman

You can pause MDB, there's also a javax.jms.Connection.stop() method.

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

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


---
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: Whre JNDI Queue name is saved? and What does MaxDepth me

2006-02-14 Thread genman

1.  Look for jbossmq-destinations-service.xml  , edit this file
2.  The depth is to do with the number of messages, not the size.

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

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


---
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 Fails to retrieve messages from Topic after bombardm

2006-02-09 Thread genman

Hmm, I would at least try to switch to 3.2.7.  There's been many fixed bugs.


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

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


---
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] [JBossCache] - Re: Newbie question of Eviction & Remove Listeners

2006-02-08 Thread genman

Removal refers to removing old data, including the underlying data store.

Eviction is for removing from memory but maintaining the data on disk.

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

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


---
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: JMS unusable when DB is unavailable at JBoss startup

2006-02-01 Thread genman

JMS won't come up if the DB isn't available, true.

But you can use the start operation on the MBean to start the service that 
failed, likely the DestinationManager.  You could write a service that could 
try to start the service every 10 seconds or something.

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

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


---
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: GUI to browse Messages

2006-02-01 Thread genman
Hermes ?

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

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


---
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: setRollbackOnly is not working

2006-02-01 Thread genman

  | Bean
  | 
change to Container

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

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


---
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: JMS Message Size Max Limit

2006-01-31 Thread genman

What database are you using?  JBoss version?  How do you set what you want set?

Ironically, if users like yourself treated this like a for-pay service, then 
perhaps they would be more articulate and specific. This is probably the main 
reason this forum sucks--people ask stupid questions and are rude and then 
expect their problems to be solved.

If you can formulate exactly what you mean, they will add it to the 
documentation.  Or, it may only take you 10 minutes to add a page on the Wiki.


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

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


---
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: JBoss Shutdown and long-running MDB

2006-01-27 Thread genman

The thread *should* receive an Interrupt.  Well, I don't know if that's what 
the spec actually requires, but you'll get InterruptedIOException if you're 
doing a blocking read.

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

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


---
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] [Management, JMX/JBoss] - MBeanProxyExt versus MBeanServerInvocationHandler

2006-01-25 Thread genman
JBoss uses org.jboss.mx.util.MBeanProxyExt itself.   For the average JMX user, 
javax.management.MBeanServerInvocationHandler seems like the correct interface 
to use and sufficiently good.

Is there some reason to use one over the other, besides the additional features 
of MBeanProxyExt?  Is one legacy?

These docs seem to use it:

http://docs.jboss.com/jbcache/1.2.4/TreeCache/html/

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

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


---
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: Why do I see java.sql.SQLException: Table 'JMS_MESSAGES'

2006-01-25 Thread genman
DEBUG is like it says.

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

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


---
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: Pool size of ManagedConnections in JMS

2006-01-25 Thread genman

1. 200 is not too many, especially if they are in-JVM.
2.  You can create separate pools for the same resources.


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

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


---
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: Is it possible to re-start the UILServerILService withou

2006-01-24 Thread genman

Usually, you call operations stop and start, and calling them remotely can be 
done with "twiddle" or remote JMX.  Search the wiki on this.

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

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


---
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: Connect JBoss 3.2.5 with JBoss 4.0.3 JMS

2006-01-13 Thread genman

Although the .jar files are different, the intent is that different versions 
can talk to each other.  The main issue in getting communication to work is 
having the same serialization (serialization ID) and protocol format.

There may be serialization issues, mainly differences in the serialization ID.  
I'm not sure what version the serialization ID was established in.  I'm 
thinking 3.2.6.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Deferring Message Processing with MDB

2006-01-11 Thread genman

MBDs can  on a particular service.  Look at the DTD for jboss.xml

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Jms filters

2006-01-11 Thread genman

I'm not sure what level of assurance you want, but message selectors work 
exactly like the specification indicates.  You can have nested expressions, 
exactly as indicated in the spec and JavaDoc.

You can also find test cases on the web:
http://docs.jboss.org/jbossas/javadoc/4.0.2/org/jboss/test/jbossmq/test/SelectorSyntaxUnitTestCase.java.html

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Jms filters

2006-01-10 Thread genman
The "selector" is something defined in the spec.  Can you cite some examples of 
what you mean?

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

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


---
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] [Management, JMX/JBoss] - Can't use scoped class for MBean attribute in -service.xml

2006-01-09 Thread genman
This is JBoss 4.0.3.

I have an MBean whose attribute is a java.lang.Class

The class "FooClass" is available in a .ear file of course, but it doesn't seem 
to find it when configuring the MBean.

  | 2006-01-04 14:05:40,282 INFO  [ServiceConfigurator] ( )  Problem 
configuring service examle:service=FooService
  | org.jboss.util.NestedRuntimeException: No ClassLoaders found for: 
example.FooClass; - nested throwable: (java.lang.ClassNotFoundException: No 
ClassLoaders found for: 
  | example.FooClass)
  |   at org.jboss.util.propertyeditor.ClassEditor.getValue(ClassEditor.java:38)
  |   at 
org.jboss.system.ServiceConfigurator.parseTextSerialData(ServiceConfigurator.java:542)
  |   at 
org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:311)
  |   at 
org.jboss.system.ServiceConfigurator.internalInstall(ServiceConfigurator.java:442)
  |   at 
org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:153)
  |   at org.jboss.system.ServiceController.install(ServiceController.java:215)

Is there some reason for this, or is this a bug? It seems like ClassEditor uses 
the Thread's scoped classloader.


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

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


---
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] [Messaging, JMS & JBossMQ] - Re: two consumers on a queue : can this lead to a deadlock ?

2006-01-05 Thread genman

JBoss Version?  Do you even know what a deadlock is?  You should be able to 
examine a stack dump and point to one, if that's the case.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: TCP Connection to WebSphere MQ

2006-01-05 Thread genman

Some people find it takes a lot less time to use search than wait for a reply.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Deploying MDBs after JBoss startup

2006-01-05 Thread genman

They can be started in "inactive" state and then started by using an MBean or 
by adding a >depends> to your jboss.xml file.  This is more of an JMX 
question.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: JBoss messaging with .NET

2006-01-05 Thread genman

There was a project somebody worked on, not currently maintained though.

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

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


---
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] [Management, JMX/JBoss] - Re: How can I write an MBean object that register itself in

2006-01-03 Thread genman
http://www.huihoo.com/jboss/online_manual/3.0/ch13s26.html

I don't think there is a standard class you can extend, but this is a good 
example.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Expiration time problem

2006-01-03 Thread genman
JBoss 4.0.4 will not have the problem of messages expiring on the client's 
side.  4.0.3 and lower, however, allow the message to expire on the client.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Question about XAConnectionFactory in 3.0.4

2006-01-03 Thread genman

The reason your XAConnectionFactory isn't bound is likely because your JMS 
configuration (DB configuration) is bad.

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

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


---
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: Setting SystemProperties through the SystemPropertiesSer

2005-12-21 Thread genman

I meant  elements.

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

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


---
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: Setting SystemProperties through the SystemPropertiesSer

2005-12-21 Thread genman

You can add  to your -ds.xml files, check the DTD.

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

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


---
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: is it posible to mix DailyRollingFileAppender and Rollin

2005-12-21 Thread genman

Look around for log4j custom appenders.

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

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


---
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: Need help with JBoss connection pooling and performance!

2005-12-21 Thread genman

Could be prepared statement caching is not working out for you.  Perhaps you're 
not closing them?

What did your profiler saying?  It could be your use of the JDBC on the legacy 
server wasn't correct.  Likely an unclosed result set or something.

The pooling is a little bit of overhead, but not significant (more than 1-2ms 
I'd say)

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Destination bridge

2005-12-20 Thread genman

The JBoss messages support a clone via "myClone()" so you can use that method 
instead of copying by hand from JBoss -> to some other provider.  Or use the 
"SpyEncapsulatedMessage" to copy from other provider -> JBoss.

It's not that elegant, I admit.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Destination bridge

2005-12-19 Thread genman

No.  But I imagine it would be fairly simple to code using an MDB.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: org.jboss.mq.SpyJMSException: Could not pong

2005-12-16 Thread genman

It seems like there is a system property "org.jboss.mq.il.oil.localPort" that 
you may be able to set.  Take a look at the source code.

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

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


---
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] [Performance Tuning] - Re: GC data?

2005-12-15 Thread genman

There is some data provided from the JDK 1.5 on GC, especially for JBoss 4.0 
via JMX.  The JMX console looks pretty nice too.

Also take a look at this:  
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMBeansInJConsole



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

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


---
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] [Performance Tuning] - Re: JBoss Memory Profiling w/ Rational Purify

2005-12-15 Thread genman

There are some other memory profiling tools, the "JBoss Profiler" comes to 
mind, but it obviously isn't as slick as Purify.

Given that your Purify (2003 I guess) predates JDK1.4.2 by quite a bit I wonder 
if it's even supported.

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

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


---
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] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-15 Thread genman

I'm not sure I know what you want.  But if things must execute in order, it 
seems like you can't use separate threads, right?

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

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


---
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] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-13 Thread genman

You can easily create 5-10 schedulers programatically or just by putting them 
each into jboss-service.xml.  If they all fire off at once, one of them 
executes in its own thread.

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

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


---
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] [Management, JMX/JBoss] - Re: Can scheduler locate classes from WAR file?

2005-12-13 Thread genman

Old post, I know, but you can create a .ear file that has one copy of the .jar 
file and your .war and .sar reference it.  That's the best solution.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: JBoss message restoration

2005-12-12 Thread genman

Obviously, if you can fix the problem yourself by making a simple code change, 
feel free to contribute a suitable patch. I seem to recall Adrian coming up 
with something in CVS recently.


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

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


---
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] [Messaging, JMS & JBossMQ] - Re: JMS With HA-JDBC

2005-12-12 Thread genman

If you can reproduce your hanging issue, then get a stack trace and determine 
the issue.  Obviously if it's stuck in some JDBC call, it's a problem with the 
driver.

It's highly likely your problem is with Postgres, but it would be nice to have 
a correct example configuration for persistence in the future.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Topic takes longer thatn Queue

2005-12-08 Thread genman
Would you care to publish a benchmark and suite?

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: please help me new to jboss,what values to set for follo

2005-12-08 Thread genman
If you can't properly format a sentence, what chance do you have in writing 
code?

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Communicating with MQ Series

2005-12-06 Thread genman
The typical pattern is to create your own jms-ds.xml file that points to the 
provider JNDI you created for your MDB.  Then lookup the connection from 
java:/JmsXA .

There is a getJMSReplyTo or some similar message in javax.jms.Message to 
indicate the reply queue with.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Handling exceptions on commit

2005-12-06 Thread genman

I hate to give this response, but I don't see anything that allows you to 
handle the failed TX path.  But anything really is possible if you take a look 
at the source code and write your own code to do what you want.

Address your request in the development forum.  

You need to state more precisely how the feature may work in general and how it 
may be configured.

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Handling exceptions on commit

2005-12-05 Thread genman

There's no particular J2EE pattern for this, though if you want to commit the 
transaction in parts, I suggest you split the source message into multiple 
messages for each TX part and among multiple MDBs.

BMT might not work that well, as you can't control the commit of the MDB 
message as part of the BMT.

You also might use the "Redelivered" flag to see if the first attempt 
processing failed.


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

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


---
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] [Messaging, JMS & JBossMQ] - Re: JMS queue after jboss restart problem

2005-12-05 Thread genman

Take a look at the DTD for jboss.xml -- which contains a  element.  It allows 
your MDB to depend on JMX MBeans.

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

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


---
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] [The Lizzard's corner] - Re: Non-native English speaker ambiguities

2005-12-03 Thread genman

When possible, the JBoss team should use precise language such as "established" 
or "contract" or "immutable" some non-ambiguous word that more readily 
translates into other languages.  I wonder if there's some sort of 
"programmer's dictionary" that we can all use?

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

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


---
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


  1   2   3   4   5   6   7   8   >