[JBoss-user] [Messaging, JMS JBossMQ] - How on earth!?

2006-06-28 Thread ManneF
Hi everybody, I'm having a rather exotic problem at the moment. Trying to connect to JBoss MQ from a remote client, I succeed when I don't want to. Some test code may make this clearer: Properties env = new Properties(); env.put(Context.INITIAL_CONTEXT_FACTORY,

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can't use EJB3 MDB to retrieve messages one by one.

2006-05-24 Thread ManneF
You may want to consider using a database lock instead. Using statics is inherently risky in a J2EE environment, because your class may be loaded many times by different class loaders. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945997#3945997 Reply to

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can't use EJB3 MDB to retrieve messages one by one.

2006-05-23 Thread ManneF
Did you figure out why you got this message, because I'm getting the exact same problem with an MDB on 4.0.4RC1. Looks like a bug in the SaxJBossXBParser, because this is obviously no session EJB. Is this a known issue? View the original post :

[JBoss-user] [JBoss Portal] - Using WSRP with JBoss Portal 2.4

2006-04-10 Thread ManneF
I've successfully built JBoss Portal 2.4 in order to test the WSRP functionality. However, I haven't yet found out how to expose my own portlets via WSRP. Has anybody tried to do this yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3936209#3936209 Reply to

[JBoss-user] [Persistence CMP/JBoss] - Re: Bug in EJB QL compiler?

2004-04-19 Thread ManneF
Hi Sesques, Thanks for looking into this. The originalLanguage and targetLanguage fields (properties) are in fact references to other entity beans, not Strings or anything like that. Is there a problem with that? As I said, I'm new to JBoss CMP beans and wouldn't consider myself an expert on

[JBoss-user] [Installation Configuration] - Re: My first servlet can't run! Help me!

2004-04-16 Thread ManneF
Hi there, You seem to be using the wrong url to access the servlet, because jboss tries to redirect you to the error page. The error code 404 means File not found. Check the servlet mappings in web.xml Good luck! Manne View the original post :

[JBoss-user] [Installation Configuration] - Re: My first servlet can't run! Help me!

2004-04-16 Thread ManneF
You should use an url ending in .account (e.g: /WebModule/edit.account)to access the servlet. Your class file should be in WEB-INF/classes/server/web or somewhere else on the classpath; if not you'll not be able to find it. It may be a good idea to read up a bit on how servlets work before

[JBoss-user] [Performance Tuning] - Re: Performance Tuning with OS X and JBoss

2004-04-15 Thread ManneF
Maybe you don't want to, but I really think you'd be better off using a java-based profiler like optimizeit or jprobe. You can get evaluation licenses for free if your budget is tight. Good Luck! Manne View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Bug in EJB QL compiler?

2004-04-14 Thread ManneF
Hi, Thanks for the reply - sorry about the terse info in my first post. Stepping through the JBoss code, I've found that the cause of the nullpointer is the fact that the getEntity() method in org.jboss.ejb.plugins.cmp.ejbql.ASTPath returns null, because the last object in the fieldList is