[JBoss-user] No processor available

2002-11-04 Thread Nayyer Kamran
le to find the Apache httpd processes settings. That usually in httpd.conf file but jboss-2.4.6_Tomcat-4.0.3 did not contain any file of this name. so where can I set the httpd processes settings or is there any other solution of this problem. Thanks in advance. Nayyer Kamran

Re: [JBoss-user] Bug #582428

2002-09-18 Thread Nayyer Kamran
u can view mails from provious archives. but it does work if it is from simple java client. so are u using composite keys, or you are using other version of jboss.In any case let me know your findings. Thanks Nayyer Kamran - Original Message - From: Alexey Yudichev

Re: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-29 Thread Nayyer Kamran
]. probably u have gone through his mail. So what should I try next. I gona try jboss 3.1. But I want 2.4.6 as our application is working smoothly over 2.4.6 except this remove problem. waiting for your reply. Thanks again, Nayyer Kamran - Original Message - From: Saroj Kumar

[JBoss-user] IllegalArgumentException while removing the bean

2002-08-29 Thread Nayyer Kamran
remove over remote object, here is the exception occures that I pasted in the bottom. I have also added the table script so now I think every thing is here to check it out. I have posted this problem earlier too and tried some suggested solutions but problem remains there. Nayyer Kamran

[JBoss-user] Creating XA problem

2002-08-18 Thread Nayyer Kamran
tribute name="Blocking"true/attribute attribute name="LoggingEnabled"true/attribute attribute name="IdleTimeoutEnabled"false/attribute attribute name="IdleTimeout"180/attribute attribute name="MaxIdleTimeoutPercent"1.0/attribute /mbean Thanks in advance. Nayyer Kamran

Re: [JBoss-user] illegalArgumentException while removing the entity bean

2002-08-17 Thread Nayyer Kamran
for thesolution, specilly from u Saroj. Nayyer Kamran Saroj Thanks for compliments it also meansu love hockey. CREATE TABLE [dbo].[Application] ( [AppID] [int] NOT NULL , [AppDesc] [char] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ) ON [PRIMARY] primary key class public class

[JBoss-user] illegalArgumentException while removing the entity bean

2002-08-16 Thread Nayyer Kamran
Dear Fellows, I have an entity bean and its primary key is java.lang.Integer I created a record through it, it works fine. Then I tried to remove it by calling findByPrimaryKey(java.lang.Integer) it works fine. but when I made my own class asprimarykey class(in new entity bean over the