[JBoss-user] Transaction OracleXid [ID=257, Global=david/1036, Branch=] timed out. status=STATUS_ACTIVE

2001-06-19 Thread Indika Fernando
Hello All; I am Using Jboss Server and Suddenly the Jboss Server get stucked and the following is the log it gives when it gets stucked what should I do ..this happens when no of Users using the jboss server at the same time INDI TIA [ApplicationBean] Transaction OracleXid [ID=257, Global=dav

[JBoss-user] where should I put my method which returns an iteger from the database::

2001-06-05 Thread Indika Fernando
I am using jboss server and Using BMP and I have the following method in my ElementEntityBean bean: Here the method returns an integer and surely I cant put this in the Home interface ,but if I put this in the Remote Interface I should use the create statement in the Client like which it creates a

[JBoss-user] Beans doesn't work when looked up from a Linux OS-Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/TransactionManager

2001-05-17 Thread Indika Fernando
I am accessing Bean services from my client PC which is windows 2000 os and The beans are deployed in another machine which runs windows 2000 OS and I am using a jboss server .When I access the beans services from my client machine that is windows 2000 os I get the required results correctly .

Re: [JBoss-user] CAN I USE JOINS IN BEANS:

2001-05-17 Thread Indika Fernando
atabase (SQL*PLUS) before testing your > finder? > -ryan > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Indika > Fernando > Sent: Thursday, May 17, 2001 1:04 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] CAN I USE

[JBoss-user] CAN I USE JOINS IN BEANS:

2001-05-16 Thread Indika Fernando
Ho everyone! I am using Bean Manage Persistence(BMP) with a jboss server and an oracle database ..when I use a simple query like SELECT catID from Category where catName=music ; the querry is executed and the Category object is returned . but when I use the following querry it returns a null

[JBoss-user] Cannot instantiate class: org.jnp.interfaces.NamingContextFactory

2001-05-14 Thread Indika Fernando
Hi all I am using BMP's using a jboss server and it runs on windows 2000 and I am accessing the bean services from a Linux machine(Client). But this gives the following exception :: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory The same client programe is run from a windows 20

Re: [JBoss-user] Sql Exception :Exhausted Resultset

2001-05-09 Thread Indika Fernando
or anyone lurking out there, it also > means _spelling_ the word "you". > > There are people on this list who are remarkabley patient and willing to > help with problems in other people's code, so don't be shy. Do be humble! > > In any case, it's rath

Re: [JBoss-user] Sql Exception :Exhausted Resultset

2001-05-09 Thread Indika Fernando
> On Wed, May 09, 2001 at 09:38:27AM +0600, Indika Fernando wrote: > > Hi everybody ...I am having a table of 22 fields and when I insert the > > fields into the table Using Jboss It gives an SQLException saying Exhausted > > Resultset and after sometimes I got to know that if I

[JBoss-user] Sql Exception :Exhausted Resultset

2001-05-08 Thread Indika Fernando
Hi everybody ...I am having a table of 22 fields and when I insert the fields into the table Using Jboss It gives an SQLException saying Exhausted Resultset and after sometimes I got to know that if I used more than 9 fields this Exception throws and If it is less than 9 fields NO EXCEPTION is thr

[JBoss-user] (no subject)

2001-05-07 Thread Indika Fernando
Hi everybody ...I am having a table of 22 fields and when I insert the fields into the table Using Jboss It gives an SQLException saying Exhausted Resul set and after sometimes I got to know that if I used more than 9 fields this Exception throws and If it is less than 9 fields NO EXCEPTION is thr