Re: [jBoss-User] Question: How to call ejb's from an mBean inthesame jBoss instace?

2000-08-10 Thread Rickard Öberg
Hi! Claes L wrote: My colleges and I are looking for a way to have an EJB in the jBoss to get messages from a jms message queue (from a SonicMQ jms, to be precise, we don’t use the spydermq). We don’t want beans that’s up and running all the time listening to the queue so we are looking for

RE: [jBoss-User] Reverse engeneering

2000-08-10 Thread Roberto Leong
isn´t cocobase a commercial product? what do u mean by integrated? Let me guess... if u buy it it will work with jboss :) do u guys have plans on developping a 'reverse engineering' O/R tool? I know it´s asking too much but u seem capable of doing everything Regards Roberto -Original

Re: [jBoss-User] EJBSecurityManager not bound

2000-08-10 Thread Rickard Öberg
Hi! Luan O'Carroll wrote: I'm getting security manager exceptions, do I need to change something? I would guess that it is the "random service startup" problem. Not your fault. Again, will be fixed when we get real JMX. Son... argh.. /Rickard I just downloaded the latest CVS and did a

Re: [jBoss-User] Okay theory question....

2000-08-10 Thread Rickard Öberg
Hey Greg Pierce wrote: I've been wrestling with this one because although I know its possible to do this I'm not sure if its proper. I have this datastructure that I don't need to put into a database (there would be another persistence mechanism) but it fits the EJB paradigm very well.

[jBoss-User] Problem with reflection

2000-08-10 Thread Francisco Andrades
Hi, i'm trying to run a client which uses reflection to handle the beans, but i' getting the following exception when trying to execute a method: java.lang.reflect.InvocationTargetException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:

[jBoss-User] entity cmp not updating db

2000-08-10 Thread Roberto Leong
Hi i´m getting this weird behavior on setting fields on a entity bean client code: public class InterestClient { public static void main(String[] args) { Hashtable env = new Hashtable(); env.put(Context.INITIAL_CONTEXT_FACTORY,

RE: [jBoss-User] Question: How to call ejb's from anmBeaninthesame jBoss instace?

2000-08-10 Thread marc fleury
Well, it doesn't really have to do with JMX. You will get the same problem with Bean2Bean I think. It's the vm-local optimization that is buggy. hum b2b works as is... (TestBeans.jar has a couple of them). I do see the classcast on redeployment, like I said I need to chase it marc

Re: [jBoss-User] ozone and jboss

2000-08-10 Thread Daniel Schulze
Hi Folks At first - My name is Daniel, Daniel Schulze. I m from softwarebuero and will start at Telkel very soon. (Was the name Telkel?! ;-) Let's say you convinced me - jBoss can do more than ozone. Will ozone be integrated in jBoss as backend-storage instead of an relational-db which I

[jBoss-User] problem with create

2000-08-10 Thread Luan O'Carroll
I can run the TestBeans without problem but I'm still having problems with the latest cvs. I get the following when I call create(...) [Default] org.jboss.tm.TxManager@392814 [IndexSystem] java.lang.NullPointerException at

Re: [jBoss-User] column not found? (MORE INFO)

2000-08-10 Thread Luan O'Carroll
There's a database manager sort of thing shipped with hypersonic, just downloaded it yesterday, don't know how well it works. You can get it at http://hsql.oron.ch/ - Original Message - From: "Tim Drury" [EMAIL PROTECTED] To: "'jBoss'" [EMAIL PROTECTED] Sent: Thursday, August 10, 2000

RE: [jBoss-User] problem with create

2000-08-10 Thread marc fleury
hu, looks like one of your first interceptors is missing... do you have an exception (but no trace) at startup? marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Luan O'Carroll Sent: Thursday, August 10, 2000 12:14 PM To: jBoss Subject:

[jBoss-User] Instructions for Running jBoss in JBuilder's Debugger

2000-08-10 Thread David Solum
I received a request to post more specific instructions for running jBoss in JBuilder's debugger, so here goes. Note that I'm using jBoss 2.0, Win 98, and JBuilder Foundation 3.5. These are very rough. If anyone spots something that is missing, wrong, or unnecessary, point it out. With each of

Re: [jBoss-User] ejbStore not being called on BMP beans [SOLVED]

2000-08-10 Thread Richard Backhouse
While I see some calls to ejbStore now I don't see it on all my beans :-( Also on a ejbCreate occassionally I get this exception. I didn't get this before at all on ejbCreates : [Default] javax.ejb.CreateException: Create failed(could not call

RE: [jBoss-User] ejbStore not being called on BMP beans [SOLVED]

2000-08-10 Thread marc fleury
Actually it is in there already... [TimesheetDay] java.rmi.ServerException: Exception occurred; nested exception is: [TimesheetDay]javax.ejb.EJBException [TimesheetDay] javax.ejb.EJBException [TimesheetDay]at javax.ejb.EJBException.init(EJBException.java:58)

RE: [jBoss-User] ejbStore not being called on BMP beans [SOLVED]

2000-08-10 Thread marc fleury
do me a favor, go to line 106 in BMP manager and add catch (Invo... ite) { ite.printStackTrace(); throw new CreateExc... } and give it a spin, post *that* stack marc -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Backhouse