Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
hi ALL ,

Please reply the following mail Or at least tell me where I can disscuss Websphere 
related problem which site or Group Forums ? 


I have no entry for any of my bean in the web.xml is that is MUST ?

When I run the simple Session bean with struts i get the following error the same is 
for Entity bean.. this is the log output of ejbDeploy tool specifed by IBM 
websphere... and this error is coming for each class Home , remote , Action , Bean and 
some custom classes..  I have action class in different packege and other in different 
is that affecting me?

Will anybody help me out?  
 

  Validation of UserGrpMasterJar by Map Validator is complete. All known proble

   
[*Error] /UserGrpMasterJar(Class: 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean): CHKJ2907E: Type 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean, or one of its supertypes, 
cannot be reflected. Check the classpath.



- Original Message - 
From: Abhijeet Mahalkar [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 5:32 PM
Subject: Re: I webshpere Struts


Thanks for reply

This is my ejb-jar.xml. where i have class SettingsPK which contains 3 field which i 
want to use as my primary key.
do  I need to specify following tag for all 3 Fields?
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
And one more quetion what is the purpose of this tag? why do we specify abstract 
schema to it ?
  abstract-schema-namecol_mst_settings2/abstract-schema-name
Please guide me...

thanks
Abhijeet
XML is as below...

?xml version=1.0 encoding=UTF-8?
!DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN 
http://java.sun.com/dtd/ejb-jar_2_0.dtd;
   ejb-jar id=ejb-jar_ID
  descriptionSettings Entity Bean/description
  display-nameSettings Entity Bean/display-name
  enterprise-beans
 entity id=ContainerManagedEntity_1
descriptionSettings Entity Bean CMP 2.0/description
display-nameSettings Entity Bean CMP 2.0/display-name
 ejb-namecol_mst_settings/ejb-name
 homeindus.security.setting.SettingEntityHome/home
 remoteindus.security.setting.SettingEntityRemote/remote
 ejb-classindus.security.setting.SettingEntityBean/ejb-class
 persistence-typeContainer/persistence-type
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
 reentrantFalse/reentrant
 cmp-version2.x/cmp-version
abstract-schema-namecol_mst_settings2/abstract-schema-name
 cmp-field id=CMPAttribute_1
   field-nameorgcode/field-name
  /cmp-field
  cmp-field id=CMPAttribute_2
   field-nameconditiontype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_3
   field-namecondition/field-name
  /cmp-field
  cmp-field id=CMPAttribute_4
   field-namedesc/field-name
  /cmp-field
  cmp-field id=CMPAttribute_5
   field-namevaluetype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_6
   field-namevalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_7
   field-namefromvalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_8
   field-nametovalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_9
   field-namefield1/field-name
  /cmp-field
  cmp-field id=CMPAttribute_10
   field-namefield2/field-name
  /cmp-field
  cmp-field id=CMPAttribute_11
   field-namefeild3/field-name
  /cmp-field
  cmp-field id=CMPAttribute_12
   field-nameallowupdate/field-name
  /cmp-field
  cmp-field id=CMPAttribute_13
   field-nameuserid/field-name
  /cmp-field
  cmp-field id=CMPAttribute_14
   field-nameupdtimestamp/field-name
  /cmp-field
 /entity
  /enterprise-beans
  assembly-descriptor id=AssemblyDescriptor_1
 method-permission id=MethodPermission_1
descriptionGenerated unchecked method permission/description
unchecked/unchecked
method id=MethodElement_1
   descriptionGenerated method element for all methods/description
   ejb-namecol_mst_settings/ejb-name
   method-name*/method-name
/method
 /method-permission
  /assembly-descriptor
   /ejb-jar


- Original Message - 
From: Ruben Carvalho [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 5:17 PM
Subject: RE: I webshpere Struts


I think everything is configured properly. When I ask for a JNDI name starting with 
java:comp/env/--- I always get that --- wasn't found. Can I ask you for a bit of your 
web.xml where you define an entity and a session bean and a bit of your ejb.xml with 
the same?
 
Thanks a lot.
 
RĂºben

-Mensagem original- 
De: Kazda Juraj [mailto:[EMAIL PROTECTED] 
Enviada: qui 18-09-2003 12:09 

RE: Please Reply this Mail It's Urgent.

2003-09-19 Thread Kalra, Ashwani
try here
[EMAIL PROTECTED]

e-mail to  [EMAIL PROTECTED] and, in the text of
your message (not the subject line), write: SIGNOFF WEBSPHERE

*  To join this list 
e-mail to  [EMAIL PROTECTED] and, in the text of
your message (not the subject line), write:
SUBSCRIBE WEBSPHERE yourfirstname yourlastname










-Original Message-
From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 12:49 PM
To: Struts Users Mailing List
Subject: Please Reply this Mail It's Urgent.


hi ALL ,

Please reply the following mail Or at least tell me where I 
can disscuss Websphere related problem which site or Group Forums ? 


I have no entry for any of my bean in the web.xml is that is MUST ?

When I run the simple Session bean with struts i get the 
following error the same is for Entity bean.. this is the log 
output of ejbDeploy tool specifed by IBM websphere... and this 
error is coming for each class Home , remote , Action , Bean 
and some custom classes..  I have action class in different 
packege and other in different is that affecting me?

Will anybody help me out?  
 

  Validation of UserGrpMasterJar by Map Validator is complete. 
All known proble

   

[*Error] /UserGrpMasterJar(Class: 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean): 
CHKJ2907E: Type 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean, or 
one of its supertypes, cannot be reflected. Check the classpath.

   
 

- Original Message - 
From: Abhijeet Mahalkar [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 5:32 PM
Subject: Re: I webshpere Struts


Thanks for reply

This is my ejb-jar.xml. where i have class SettingsPK which 
contains 3 field which i want to use as my primary key.
do  I need to specify following tag for all 3 Fields?
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
And one more quetion what is the purpose of this tag? why do 
we specify abstract schema to it ?
  abstract-schema-namecol_mst_settings2/abstract-schema-name
Please guide me...

thanks
Abhijeet
XML is as below...

?xml version=1.0 encoding=UTF-8?
!DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD 
Enterprise JavaBeans 2.0//EN 
http://java.sun.com/dtd/ejb-jar_2_0.dtd;
   ejb-jar id=ejb-jar_ID
  descriptionSettings Entity Bean/description
  display-nameSettings Entity Bean/display-name
  enterprise-beans
 entity id=ContainerManagedEntity_1
descriptionSettings Entity Bean CMP 2.0/description
display-nameSettings Entity Bean CMP 2.0/display-name
 ejb-namecol_mst_settings/ejb-name
 homeindus.security.setting.SettingEntityHome/home
 remoteindus.security.setting.SettingEntityRemote/remote
 ejb-classindus.security.setting.SettingEntityBean/ejb-class
 persistence-typeContainer/persistence-type
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
 reentrantFalse/reentrant
 cmp-version2.x/cmp-version

abstract-schema-namecol_mst_settings2/abstract-schema-name
 cmp-field id=CMPAttribute_1
   field-nameorgcode/field-name
  /cmp-field
  cmp-field id=CMPAttribute_2
   field-nameconditiontype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_3
   field-namecondition/field-name
  /cmp-field
  cmp-field id=CMPAttribute_4
   field-namedesc/field-name
  /cmp-field
  cmp-field id=CMPAttribute_5
   field-namevaluetype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_6
   field-namevalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_7
   field-namefromvalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_8
   field-nametovalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_9
   field-namefield1/field-name
  /cmp-field
  cmp-field id=CMPAttribute_10
   field-namefield2/field-name
  /cmp-field
  cmp-field id=CMPAttribute_11
   field-namefeild3/field-name
  /cmp-field
  cmp-field id=CMPAttribute_12
   field-nameallowupdate/field-name
  /cmp-field
  cmp-field id=CMPAttribute_13
   field-nameuserid/field-name
  /cmp-field
  cmp-field id=CMPAttribute_14
   field-nameupdtimestamp/field-name
  /cmp-field
 /entity
  /enterprise-beans
  assembly-descriptor id=AssemblyDescriptor_1
 method-permission id=MethodPermission_1
descriptionGenerated unchecked method 
permission/description
unchecked/unchecked
method id=MethodElement_1
   descriptionGenerated method element for all 
methods/description
   ejb-namecol_mst_settings/ejb-name
   method-name*/method-name
/method
 /method-permission
  /assembly-descriptor
   /ejb-jar


- Original Message - 
From

Re: Please Reply this Mail It's Urgent.

2003-09-19 Thread Abhijeet Mahalkar
Thanks a lot I did it in mean time..
But still thanks a lot...

abhijeet
- Original Message - 
From: Kalra, Ashwani [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Friday, September 19, 2003 1:05 PM
Subject: RE: Please Reply this Mail It's Urgent.


try here
[EMAIL PROTECTED]

e-mail to  [EMAIL PROTECTED] and, in the text of
your message (not the subject line), write: SIGNOFF WEBSPHERE

*  To join this list 
e-mail to  [EMAIL PROTECTED] and, in the text of
your message (not the subject line), write:
SUBSCRIBE WEBSPHERE yourfirstname yourlastname










-Original Message-
From: Abhijeet Mahalkar [mailto:[EMAIL PROTECTED]
Sent: Friday, September 19, 2003 12:49 PM
To: Struts Users Mailing List
Subject: Please Reply this Mail It's Urgent.


hi ALL ,

Please reply the following mail Or at least tell me where I 
can disscuss Websphere related problem which site or Group Forums ? 


I have no entry for any of my bean in the web.xml is that is MUST ?

When I run the simple Session bean with struts i get the 
following error the same is for Entity bean.. this is the log 
output of ejbDeploy tool specifed by IBM websphere... and this 
error is coming for each class Home , remote , Action , Bean 
and some custom classes..  I have action class in different 
packege and other in different is that affecting me?

Will anybody help me out?  
 

  Validation of UserGrpMasterJar by Map Validator is complete. 
All known proble

   

[*Error] /UserGrpMasterJar(Class: 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean): 
CHKJ2907E: Type 
indus.coll.ejb.usergroupmaster.ZTSL_UserGroupSessionBean, or 
one of its supertypes, cannot be reflected. Check the classpath.

   
 

- Original Message - 
From: Abhijeet Mahalkar [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Thursday, September 18, 2003 5:32 PM
Subject: Re: I webshpere Struts


Thanks for reply

This is my ejb-jar.xml. where i have class SettingsPK which 
contains 3 field which i want to use as my primary key.
do  I need to specify following tag for all 3 Fields?
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
And one more quetion what is the purpose of this tag? why do 
we specify abstract schema to it ?
  abstract-schema-namecol_mst_settings2/abstract-schema-name
Please guide me...

thanks
Abhijeet
XML is as below...

?xml version=1.0 encoding=UTF-8?
!DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD 
Enterprise JavaBeans 2.0//EN 
http://java.sun.com/dtd/ejb-jar_2_0.dtd;
   ejb-jar id=ejb-jar_ID
  descriptionSettings Entity Bean/description
  display-nameSettings Entity Bean/display-name
  enterprise-beans
 entity id=ContainerManagedEntity_1
descriptionSettings Entity Bean CMP 2.0/description
display-nameSettings Entity Bean CMP 2.0/display-name
 ejb-namecol_mst_settings/ejb-name
 homeindus.security.setting.SettingEntityHome/home
 remoteindus.security.setting.SettingEntityRemote/remote
 ejb-classindus.security.setting.SettingEntityBean/ejb-class
 persistence-typeContainer/persistence-type
 prim-key-classindus.security.setting.SettingsPK/prim-key-class
 reentrantFalse/reentrant
 cmp-version2.x/cmp-version

abstract-schema-namecol_mst_settings2/abstract-schema-name
 cmp-field id=CMPAttribute_1
   field-nameorgcode/field-name
  /cmp-field
  cmp-field id=CMPAttribute_2
   field-nameconditiontype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_3
   field-namecondition/field-name
  /cmp-field
  cmp-field id=CMPAttribute_4
   field-namedesc/field-name
  /cmp-field
  cmp-field id=CMPAttribute_5
   field-namevaluetype/field-name
  /cmp-field
  cmp-field id=CMPAttribute_6
   field-namevalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_7
   field-namefromvalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_8
   field-nametovalue/field-name
  /cmp-field
  cmp-field id=CMPAttribute_9
   field-namefield1/field-name
  /cmp-field
  cmp-field id=CMPAttribute_10
   field-namefield2/field-name
  /cmp-field
  cmp-field id=CMPAttribute_11
   field-namefeild3/field-name
  /cmp-field
  cmp-field id=CMPAttribute_12
   field-nameallowupdate/field-name
  /cmp-field
  cmp-field id=CMPAttribute_13
   field-nameuserid/field-name
  /cmp-field
  cmp-field id=CMPAttribute_14
   field-nameupdtimestamp/field-name
  /cmp-field
 /entity
  /enterprise-beans
  assembly-descriptor id=AssemblyDescriptor_1
 method-permission id=MethodPermission_1
descriptionGenerated unchecked method 
permission/description
unchecked/unchecked
method id=MethodElement_1