[jboss-user] [EJB/JBoss] - JBoss Messenger upgrade to 1.4.2. GA - MDBs suddenly want MQ

2009-02-13 Thread mhoennig
We are using JBoss Messenger 1.4.0 for a product under development. I tried to upgrade to 1.4.2 today, but all over the sudden: 21:15:57,719 WARN [ServiceController] Problem starting service jboss.j2ee:ear=hsa.ear,jar=hsar.jar,name=QueueStatusReceiver,service=EJB3

[jboss-user] [EJB/JBoss] - Re: JBoss Messenger upgrade to 1.4.2. GA - MDBs suddenly wan

2009-02-13 Thread mhoennig
I can hardly post all my JBoss configuration. The point is: It DID WORK with JBoss Messenger 1.4.0 and I just upgraded to 1.4.2. I have not changed my other config at all. But anyway: Here my annotations (... is just a placeholder): @MessageDriven(activationConfig= {

[jboss-user] [EJB/JBoss] - Re: JBoss Messenger upgrade to 1.4.2. GA - MDBs suddenly wan

2009-02-13 Thread mhoennig
Also the log of startup is HUGE. Any hints what to look for in the log? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4209859#4209859 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4209859

[jboss-user] [JBoss Messaging] - JBoss Messenger upgrade to 1.4.2. GA - MDBs suddenly want MQ

2009-02-11 Thread mhoennig
We are using JBoss Messenger 1.4.0 for a product under development. I tried to upgrade to 1.4.2 today, but all over the sudden: 21:15:57,719 WARN [ServiceController] Problem starting service jboss.j2ee:ear=hsa.ear,jar=hsar.jar,name=QueueStatusReceiver,service=EJB3

[jboss-user] [EJB 3.0] - Re: hibernate couldn't find column

2007-07-16 Thread mhoennig
Ok, I solved it myself. The solution is to just do go ahead as usual. But repeat all the annotations but the @Id in the matching attributes of the pk class referred in @IdClass. Thus all these attributes are classes, none is an int (as the key parts are). The int is only used internally.

[jboss-user] [EJB 3.0] - Re: hibernate couldn't find column

2007-07-15 Thread mhoennig
I wonder what the solution to this issue was. I have the same problem now: // attribute baseComponent @javax.persistence.Id @javax.persistence.JoinColumn(name=basecomponent_id, columnDefinition=integer) @javax.persistence.ManyToOne(fetch=EAGER) private BaseComponent

[jboss-user] [Beginners Corner] - Re: NullPointerException at sun.reflect.NativeMethodAccessor

2007-04-12 Thread mhoennig
Solved it by myself: there is a jnp:// missing in the URL. And the jnp.socket.Factory property is not needd. ... Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036713#4036713 Reply to the post :

[jboss-user] [Beginners Corner] - NullPointerException at sun.reflect.NativeMethodAccessorImpl

2007-04-11 Thread mhoennig
Dear JBoss experts, I tried my own hello world with EJB3 on JBoss 4.0.5GA today. But when I invoke a method on my SLSB, I am getting this stack: [java] log4j:WARN No appenders could be found for logger (org.jboss.security.SecurityAssociation). [java] log4j:WARN Please initialize the