[JBoss-user] jboss 3.2.1 on Redhat linux 9 start up problem

2004-03-15 Thread ed banfa
Hi all, I have been running jboss on MS Windows and I want to switch to Linux (dont ask me why ;-)), I have installed j2sdk1.4.2 jdk on my linux computer and set JAVA_HOME to point to the appropriate location but I get an Exception thrown(java.sql.SQLException: Connection is broken: localhost) wh

[JBoss-user] Problems with Jboss IDE

2004-02-25 Thread ed banfa
Hi, I am trying to build an app with the jboss IDE and I tried to generate component interfaces and deployment descriptor from my CMP bean classes but I dont get anything generated when I try to run Xdoclet on my project, I tried to following the steps decribed in the Jboss IDE tutorial but I still

[JBoss-user] EJB QL: is this possible?

2004-01-16 Thread ed banfa
Hello,   Assuming I have a CMPBean with an abstract schema name of MyCMPBean and this bean has three cmp managed fields of type int and lets say this field are named x,y and z respectively.   No is it possible/legal to execute an EJBQL statement as follows   SELECT OBJECT (m) FROM MyCMPBean m WHE

RE: [JBoss-user] Knowing when a CMP bean is modified

2004-01-15 Thread ed banfa
Thanks Alexey   I have never configured optimistic locking b4 but it sounds quite interesting, So I am currently trying to learn it. I found a good pdf on the net about JbossCMP(http://www.ime.usp.br/~reverbel/SOD/maillist/pdf0.pdf) but it does not seem to say anything about optimistic locking

[JBoss-user] Knowing when a CMP bean is modified

2004-01-15 Thread ed banfa
Hello all,   I would like to know when my CMP bean has been modified so as to keep a last modified marker on the bean, I would like to keep track of the exact time a record was updated. Has anybody done similar work? I would apreciate any advice/tips.   Thanks in advance EdEDWARD BANFANETPLAY TECHN

[JBoss-user] archive for this list??

2004-01-14 Thread ed banfa
Hello all   I am new to this mailing list and I got a lot of question to ask y'all but I would like to first out if there is a publicly available archive of previous mails to this list so that I could first find out if my questionns have been asked b4.   Thanks   EdEdward Banfa Software Engineer Ne

[JBoss-user] How many EJBs are active??

2003-07-17 Thread ed banfa
Hello all. I am having a problem here. I have java desktop app that looks up a SessionBean every 30 seconds or so, to get info from an EntityBean, and I would like to know how many of this clients are currently active (ie how many SessionBeans are been called) , is there a way to so this, actually

RE: [JBoss-user] How to read an XML in JAR File

2002-08-31 Thread ed banfa
Hi Saroj, Thanks a million, you have set me on the right path my man. my work includes parsing an xml file, read the settings within it, and then configure an object based on the entries in the xml file, as u may have noticed I am new to xml, but I love it and everything it represents, I just have

RE: [JBoss-user] How to read an XML in JAR File

2002-08-31 Thread ed banfa
hello, could you pls tell me more about your xml file like its location and any more info , I would be very grateful , I am working on something similar too, thanks in advance Edward.  Saroj Kumar <[EMAIL PROTECTED]>wrote: Hi All,I have fixed this. Just made the method an instance method from sta

Re: [JBoss-user] Enterprise Beans and MBeans (the sequel)

2002-08-26 Thread ed banfa
Hi List, ur all great. One thing though, what is the entry point to using MBeans in JBOSS, like what initializations have to take place e.t.c. do I NEED TO change my deployment descriptors?.  JBoss aint easy, but I LOVE IT !! Hey am new, so excuse me if I am getting to over excited. Thanks

[JBoss-user] Enterprise Beans and MBeans

2002-08-25 Thread ed banfa
Hi all, This is my first(but definately not the last) posting to this list, and yes its a dumb newbie question. Can any one tell me the difference between an Enterprise(Session and Entity Beans) and an MBean. Yeah I know its got something to do with JMX, BUT WHERE does it all fit in (the MBeans). I