-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following problem with an EJB 2 SessionBean when deploying in JBoss 5:
The SessionBean (called LVSKeepAliveDispatcher) requires a specific user role (called "LVSUser"), specified by
<method-permission >
<description></description>
<role-name>LVSUser</role-name>
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am deploying an ear application on Jboss 5.1.0. and i facing some issues.
I had two ears one i had copied to deploy folder and the other in deploy-hasingleton.
The ear which is in deploy-hasingleton is throwing some errors.when i serached in google i came to know that there is some issue with
EJB…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I have an application developed on RAD using WAS 6.0. I migrated the code to WID 7.0. After making some changes in the EJB modules(Had to remove the bnd.xmi file from each ejb module to deploy the application on Application Server)the application is running fine, but the EJB modules give the following…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the following construct in EJB-QL several EJB 2.1 finder methods:
SELECT distinct OBJECT(rd) FROM RequestDetail rd, DetailResponse dr
WHERE dr.updateReqResponseParentID is not null
and dr.updateReqResponseParentID = ?1
and rd.requestDetailID = dr.requestDetailID
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Can some one explain on how typical sessin bean's life cycle is and who hadle those?
>>> More