[JBoss-user] [JBoss Messaging] - Re: ConcurrentModificationException

2006-07-05 Thread mwelss
Tim,

basically it's my jms test case (version 2+ ;-)
on a server with 4 CPUs (which I believe is important!)

Unfortunately it happened only once and I was not able to reproduce it so far.

Regards,

Martin

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

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

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] [JBoss Messaging] - ConcurrentModificationException

2006-07-05 Thread mwelss
Using jboss-messaging 1.0.1CR3 on jboss 4.0.4GA with ejb3 mdb I got the 
following Exception:

13:38:20,920 ERROR [ServerConnectionEndpoint] Exception occured
java.util.ConcurrentModificationException
at 
java.util.AbstractList$Itr.checkForComodification(AbstractList.java:449)
at java.util.AbstractList$Itr.next(AbstractList.java:420)
at 
org.jboss.jms.server.endpoint.ServerConsumerEndpoint$DeliveryCallback.afterCommit(ServerConsumerEndpoint.java:730)
at org.jboss.messaging.core.tx.Transaction.commit(Transaction.java:186)
at 
org.jboss.jms.server.endpoint.ServerConnectionEndpoint.sendTransaction(ServerConnectionEndpoint.java:390)
at 
org.jboss.jms.server.endpoint.advised.ConnectionAdvised.org$jboss$jms$server$endpoint$advised$ConnectionAdvised$sendTransaction$aop(ConnectionAdvised.java:99)
at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
at 
org.jboss.jms.server.container.ServerLogInterceptor.invoke(ServerLogInterceptor.java:105)
at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aop.Advisor.dynamicInvoke(Advisor.java:723)
at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:101)
at 
org.jboss.jms.server.remoting.JMSServerInvocationHandler.invoke(JMSServerInvocationHandler.java:126)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:842)
at 
org.jboss.remoting.transport.local.LocalClientInvoker.invoke(LocalClientInvoker.java:82)
at org.jboss.remoting.Client.invoke(Client.java:610)
at org.jboss.remoting.Client.invoke(Client.java:602)
at 
org.jboss.jms.client.delegate.DelegateSupport.invoke(DelegateSupport.java:112)
at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N4986868250254447300.invokeNext(ClientConnectionDelegate$sendTransaction_N4986868250254447300.java)
at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:134)
at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N4986868250254447300.invokeNext(ClientConnectionDelegate$sendTransaction_N4986868250254447300.java)
at 
org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N4986868250254447300.invokeNext(ClientConnectionDelegate$sendTransaction_N4986868250254447300.java)
at 
org.jboss.jms.client.container.ClientLogInterceptor.invoke(ClientLogInterceptor.java:107)
at 
org.jboss.jms.client.delegate.ClientConnectionDelegate$sendTransaction_N4986868250254447300.invokeNext(ClientConnectionDelegate$sendTransaction_N4986868250254447300.java)
at 
org.jboss.jms.client.delegate.ClientConnectionDelegate.sendTransaction(ClientConnectionDelegate.java)
at 
org.jboss.jms.tx.ResourceManager.sendTransactionXA(ResourceManager.java:406)
at org.jboss.jms.tx.ResourceManager.commit(ResourceManager.java:194)
at 
org.jboss.jms.tx.MessagingXAResource.commit(MessagingXAResource.java:116)
at 
org.jboss.tm.TransactionImpl$Resource.commit(TransactionImpl.java:2253)
at 
org.jboss.tm.TransactionImpl.commitResources(TransactionImpl.java:1784)
at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:340)
at org.jboss.tm.TxManager.commit(TxManager.java:240)
at 
org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:351)
at 
org.jboss.jms.client.remoting.MessageCallbackHandler.callOnMessage(MessageCallbackHandler.java:82)
at 
org.jboss.jms.client.container.AsfAspect.handleRun(AsfAspect.java:165)
at sun.reflect.GeneratedMethodAccessor82.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.aop.advice.PerInstanceAdvice.invoke(PerInstanceAdvice.java:130)
at 
org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
at 
org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:134)
at 
org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:117)
at 
org.jboss.jms.client.delegate.ClientSessionDelegate$run_N8003352271541955702.invokeNext(ClientSessionDelegate$run_N8003352271541955702.java)
at 
org.jboss.jms.client.container.ExceptionInterceptor.invoke(ExceptionInterceptor.java:69)
at 
org.jb

[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-22 Thread mwelss
Sounds great. Thanks!

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

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

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] [JBoss Messaging] - Re: Security Exception

2006-06-21 Thread mwelss
Yes, you are absolutely right! Shame on me.

The bad news is, that it seems like I did not 'extract' the testcase   
sucessfully or it takes longer for the leak to appear...

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-21 Thread mwelss
anonymous wrote : in PlexMDB, when the message is received it sends 4 more 
messages to the topic: 

Yes, that is all on purpose: this is where the selectors enter the game!
If you look at the client, it creates consumers (using the selctor) for targets 
10 or 20

But the MDB sends one message each to the targets 10, 20, 30, and 40.
So, only the first two should be delivered to the client and the last two 
should be discarded by jms because there is no subscriber!

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-21 Thread mwelss

anonymous wrote : Martin - which version of EJB3 are you running?

the one that comes with jboss 4.0.4.GA-patch1. Rumors say it could be RC6...

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-21 Thread mwelss
Tim,

the memory leak becomes visible very quickly with my testcase, it will eat 1-2 
MB every minute.
BUT: I didn't try your configuration yet, I can reproduce this reliably on 
jboss 4.0.4.GA-patch1 with ejb3 config and jboss-messaging 1.0.1CR2. I will try 
with EJB3-RC8 this afternoon and keep you informed :-)

Best regards,

Martin

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-08 Thread mwelss
I'am sorry I didn't put a readme in the zip-file, but it's very easy to 
reproduce the leak with my testcase, just take a jboss messaging configuration 
based on ejb3. Adjust the settings at the beginning of my build.xml to your 
needs and run ant (without parameters). The leak will be obvious within one or 
two minutes.

Enjoy JBoss World, I wish I could be there, too.

Martin 

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-06-06 Thread mwelss
Clebert,

did you try my testcase? Can you reproduce the problem?

Best regards,

Martin

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

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


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


[JBoss-user] [JBoss Messaging] - Re: Security Exception

2006-05-31 Thread mwelss
Yes, exactly! The "OR" makes the difference.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-31 Thread mwelss
I have a testcase that replicates it. The cause seems to be a topic selector 
whith an "OR" operator. 
I will send the exmaple by email to you, it needs a messaging config based on 
ejb3.

Thanks.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-30 Thread mwelss
timfox wrote: 
anonymous wrote : 
  | The most likely cause here is you are sending messages fasting than you are 
consuming them, consequently they will build up on the queue or subscription, 
until the system runs out of storage for them. 
  | 

Oops, jboss-messaging just let the VM run out of memory?? Is that your idea of 
good desgin? If that is not a bug, but a feature as you put it, we obviously 
must rethink our plan to use jboss-messaging!

Anyway, we don't see an increasing delay of the messages and the cpu load is 
low.  So I still believe this is a memory leak.



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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-29 Thread mwelss
The throughput is about 200 msgs/s (please don't nail me down on this ;-)

On every queue sits an ejb3 mdb, so the messages should get consumed. 
Furthermore we don't detect any "lost" messages.

The size of the messages is several KB.
They are all non-persistent.

DB is mysql.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-29 Thread mwelss
It seems to be a memory leak. When we try it with sun jdk 1.5.0_06 instead of 
bea jrockit, jboss runs clearly out of memory.
Our applications uses lots of ObjectMessages in both queues and topics.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-29 Thread mwelss
Yes. With CR2 it happens always after about 30 minutes.
As I mentioned earlier, the traffic is at about 200 messages per second, there 
are topics, queues and ejb3 mdb involved, but no clustering.  OS is Linux and 
java is Bea jrockit.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-29 Thread mwelss
Both files (messaging-users.properties and messaging-roles.properties) are 
there and readable.

The point is: this happens after several thousands of messages have been 
sucessfully delivered and suddenly its broken. There is no special event in our 
application and jboss is not running out of memory. So the exceptions seem to 
be the symptom of some more obscure cause...

It's jboss 4.0.4GA Patch1 with ejb3 profile, messaging CR2  applied and mysql 
datasource. Most of the messages are ObjectMessages that are marked as 
non-persistent.

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

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


---
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] [JBoss Messaging] - Re: Security Exception

2006-05-29 Thread mwelss
Yes, it happens with CR2, too!


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

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


---
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] [JBoss Messaging] - Security Exception

2006-05-26 Thread mwelss
After 15 or 20 minutes processing messages without any complaints, our 
application suddenly starts throwing jms security exceptions. There is no 
visible 'change' in the types of messages that could trigger this, but we have 
an avarage traffic of about 200 messages per second.
The effect is on all destinations and it does not recover, so messaging is 
completely unavailable until jboss is restarted. 

Here are the stacktraces, both exceptions always come together in that order
   anonymous wrote : 
  | 2006-05-26 12:46:49,639 DEBUG 
[org.jboss.jms.server.security.SecurityMetadataStore] No SecurityMetadadata was 
available for acd-applet-info, using default security config
  | 2006-05-26 12:46:49,640 ERROR 
[org.jboss.security.auth.spi.UsersRolesLoginModule] Failed to load 
users/passwords/role files
  | java.io.IOException: No properties file: messaging-users.properties or 
defaults: defaultUsers.properties found
  | at org.jboss.security.auth.spi.Util.loadProperties(Util.java:313)
  | at 
org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186)
  | at 
org.jboss.security.auth.spi.UsersRolesLoginModule.createUsers(UsersRolesLoginModule.java:200)
  | 
  | 


anonymous wrote : 
  | 2006-05-26 12:46:49,640 INFO  [STDOUT] [MessageDistributorBean#4] message 
sending failed: javax.jms.JMSSecurityException: User null is NOT authenticated
  | 2006-05-26 12:46:49,640 ERROR [STDERR] javax.jms.JMSSecurityException: User 
null is NOT authenticated
  | 2006-05-26 12:46:49,640 ERROR [STDERR]  at 
org.jboss.jms.server.security.SecurityMetadataStore.authenticate(SecurityMetadataStore.java:181)
  | 2006-05-26 12:46:49,640 ERROR [STDERR]  at 
org.jboss.jms.server.container.SecurityAspect.check(SecurityAspect.java:252)
  | 2006-05-26 12:46:49,640 ERROR [STDERR]  at 
org.jboss.jms.server.container.SecurityAspect.handleSend(SecurityAspect.java:148)
  | 
  | 
  | 

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

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


---
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] [JBoss Messaging] - Re: Exception: Failed to read payload

2006-05-26 Thread mwelss
Yes, sychronizing fixes the problem!
Thanks a lot!

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

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


---
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] [JBoss Messaging] - Re: Exception: Failed to read payload

2006-05-24 Thread mwelss
Not sure if I can 'extract' the test case from our application...

Can it be a concurrency issue? The consumers are all servlets, to which the 
messages are delivered almost 'at the same time'.
In other words, would it help to synchronize on the message? 

Thanks!


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

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


---
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] [JBoss Messaging] - Exception: Failed to read payload

2006-05-24 Thread mwelss
I get this exception sometimes when the same instance of an ObjectMessage is 
delivered to the second or third topic subscriber and tries msg.getObject(). I 
am using messaging 1.0.1CR1 on jboss 4.0.4GA-Patch1 with ejb3 profile.
Is there a workaround?

Here is the stacktrace:

 anonymous wrote : 
  | 2006-05-24 15:38:43,195 ERROR [STDERR] java.lang.RuntimeException: Failed 
to read payload
  | 2006-05-24 15:38:43,196 ERROR [STDERR]  at 
org.jboss.messaging.core.message.MessageSupport.getPayload(MessageSupport.java:226)
  | 2006-05-24 15:38:43,196 ERROR [STDERR]  at 
org.jboss.jms.message.JBossObjectMessage.getObject(JBossObjectMessage.java:137)
  | 


P.S.
Looking at the code, the payload seems to be serialized, but on the producer I 
set the delivery-mode to non-persistent, so why 
serialize anyway? It's all in one jboss, no cluster etc.


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

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


---
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] [JBoss Messaging] - Re: does jboss-messaging-1.0.0GA support ejb3?

2006-04-18 Thread mwelss
Ovidiu,

while waiting for jboss-messaging-1.0.1, could you post a ejb3 mdb example for 
jboss-messaging here?

Or should my "old" jboss-mq pojo mdb work right out of the box with 
jboss-messaging? What would be the recommended jbossas-version?

Thank you very much!

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

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


---
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] [EJB 3.0] - What happened to AccessType in RC4/5?

2006-02-10 Thread mwelss
In RC4/5 there is no more access attribute of the @Entity annotation:

@Entity(access=AccessType.FIELD)

is no longer possible, while it still seems to be in the EJB3-SPEC-PFD??

How can I specify field access??

best regards,

Martin


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

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


---
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] [EJB 3.0] - clustering

2006-02-07 Thread mwelss
Hello,

Why is the partition name part of the ejb-clustering annotation?

Suppose there are three clusters: one for integration, one for test, one for 
production and each has a distinct partition name. It would not be possible to 
'move' the application from integration to test without changing the code.

Thanx,

Martin

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

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


---
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] [JBossWS] - Re: jboss and sun jwsdp 1.6

2005-08-02 Thread mwelss
Thanks for your reply, how do you deploy your webservice? I get exceptions of 
missing classes? Have you done any jboss configuration?

Martin


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

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


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


[JBoss-user] [JBossWS] - jboss and sun jwsdp 1.6

2005-08-02 Thread mwelss
Can I use jboss somehow with the latest edition of sun's jwsdp (which is 1.6)? 
What is the trick? Or does jboss have a 'wscompile' on its own?

thanx,

Martin

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

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


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