[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory problems starting JBossmq with DB2

2005-11-28 Thread oaadland
For those of you out there unfortunately enough to run DB2 I have the solution to this problem. The solution to the problem as suggested in http://jira.jboss.com/jira/browse/JBAS-1891 (and parent) do not work with DB2. Setting fetch direction, concurrent read mode or fetch size will not let you

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory problems starting JBossmq with DB2

2005-11-21 Thread oaadland
Thanks Adrian I obviously searched the wrong categories. I'll do a followup in the subtask in Jira. Oystein View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908122#3908122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [Messaging, JMS & JBossMQ] - Memory problems starting JBossmq with DB2

2005-11-17 Thread oaadland
Hi I have an application running on JBoss 3.2.7 using the JBossmq the comes with the installation of JBoss. We've been running this over half a year with almost no problems (At least not releated to JBoss code). A short time ago however, we had trouble starting the JBoss instance again after a

[JBoss-user] [JBoss.NET] - Re: Nullpointer in JBoss.net 3.2.6

2005-01-06 Thread oaadland
The patch for bug 1042176 worked for the NullpoiterException. About the namespace "Error?". It doesn't affect the calls. EOF. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860887#3860887 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [JBoss.NET] - Re: Nullpointer in JBoss.net 3.2.6

2005-01-06 Thread oaadland
I found a bug the Nullpointer issue in the bugtracking system. http://sourceforge.net/tracker/?group_id=22866&atid=376685&func=detail&aid=1042176 It looks like the same problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860873#3860873 Reply to the post

[JBoss-user] [JBoss.NET] - Nullpointer in JBoss.net 3.2.6

2005-01-06 Thread oaadland
Hi I've been uning JBoss 3.2.1 for some time with the JBoss.net axis webservice integration. And this worked ok. We want to upgrade to 3.2.6 because of a path to the UnifiedClassloader. However when we try to run the same webservice on 3.2.6 we get a NullpointerException in org.jboss.net.axi

[JBoss-user] [Persistence & CMP/JBoss] - Caching of entity beans

2004-08-05 Thread oaadland
Hi I'm trying to figure out how the caching for cmp entity beans works in JBoss. I had this (maybee naive) idea that if an entity bean was loaded the cmp engine would load this bean only once from the database (One time for each transaction for commit option B). This is the scenario: I repeat