[jboss-user] [Management, JMX/JBoss] - Is MBean threaded?

2008-07-11 Thread hbpost
Is an MBean, which I understand to be a singleton, run in multiple threads by the kernel? For example, if I have a web service endpoint deployed as a session bean, and the web service bean calls an MBean, will each of these calls to the MBean get its own thread? Ultimately I'm concerned abo

[jboss-user] [EJB 3.0] - Re: Using ManyToMany Relationship

2008-06-11 Thread hbpost
See the following: http://www.jroller.com/eyallupu/entry/hibernate_exception_simultaneously_fetch_multiple Switching to List and using @IndexColumn works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157489#4157489 Reply to the post : http://www.jboss.c

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Entity problem - Error: Incomplete Deployment li

2008-05-28 Thread hbpost
I too have been victim to this 'case insensitivity'. Only took me a day to finally find this thread. Spent a lot of time using Google, but it never delivered this. What was maddening for me was I had one jar that worked, because I used Eclipse-export-jar and put the persistence.xml in that, a

[jboss-user] [JBossWS] - Re: Session Bean vs. POJO

2008-04-24 Thread hbpost
thanks much View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4146574#4146574 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4146574 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBossWS] - Session Bean vs. POJO

2008-04-23 Thread hbpost
Please forgive the newbile nature of this question, but is there any advantage to implementing a web service as an EJB over a POJO. If one were starting fresh and had no requirement to access the service as a remote bean, would any functionality be lost, or behavior be different, between a PO

[jboss-user] [JBossWS] - TestSuite in Eclipse problem

2008-04-18 Thread hbpost
Hi. I'm having difficulty getting the JBossWS TestSuite to run in Eclipse. I'm using jbossws-3.01-native under 4.2.2GA and was able to build and install jbossws successfully, and run the test from the ant script. I've followed the instructions under 'Setup you IDE' and everything builds fine,