Hi All
I am a newbie to
EJB programming and I am wondering if the following can be done with session beans...
Can we change already created and deployed stateless session bean to a stateful session bean by just changing the deployment descriptor (ejb-jar.xml) and re-deploying it again or do we have to to create the bean from scratch again incase we have to change it.
Similarly, can we change an already created and deployed statefulsession bean to a stateless session bean by changing the deployment descriptor and re-deploying the bean.
Thanks
S Deshmukh