hello
every one
iam deploying a simple stateless session bean on
weblogic server
but facing few problems in creating XML files
the text of XML file i am using and the error its
generating as follows

my XML text is :
(SessionDescriptor
   beanHomeName                        DemoBean
   enterpriseBeanClassName         ejb.demo.DemoBean
   homeInterfaceClassName          ejb.demo.DemoHome
   remoteInterfaceClassName        ejb.demo.Demo
   isReentrant                                 false
   stateManagementType               STATELESS_SESSION
   sessionTimeout                          5
(controlDescriptors
 (DEFAULT
   isolationLevel
TRANSACTION_SERIALIZABLE
   transactionAttribute                   TX_REQUIRED
   runAsMode
CLIENT_IDENTITY
  )
)
(environmentProperties
   maxBeansInFreePool                 100
)
)


the error its generating is:

Required tag <ejb-name> was set arbitrarily to the
JNDI name for the bean: DemoBean. You should manually
change the tag.
runAsMode is no longer supported. Property is not
being set for method: DEFAULT


kindly help me out solving this problem

thanks
Jawad

__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to