Is this a clean AS installation? I ask this because, i see errors like:
09:21:51,147 ERROR [AbstractKernelController] Error installing to Start: name=ProfileServiceProxyFac
| tory state=Create
| javax.naming.NameAlreadyBoundException: ProfileService
|
09:21:53,654 ERROR [AbstractKernelController] Error installing to Start: name=jboss:service=ClientUs
| erTransaction state=Create mode=Manual requiredState=Installed
| javax.naming.NameAlreadyBoundException: UserTransaction
|
which are strange and don't look related to EJB deployments. Do you see this error without your application being deployed.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251208#4251208
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251208
The problem is "LocalHome object is getting created but when Local object is being created, the local object is returned as NULL"
Sample Code is as follows
SubFleetAlignmentEntityLocalHome objSubFleetAlignmentEntityLocalHome = SubFleetAlignmentEntityLocalHome)getEntityLocalEJBRef(BMSApplicationConstants.FLEET_ALIGNMENT_ENTITY_JNDI);
SubFleetAlignmentEntityLocal objSubFleetAlignmentEntityLocal= (SubFleetAlignmentEntityLocal)objSubFleetAlignmentEntityLocalHome.create();
objSubFleetAlignmentEntityLocal.align(objSubFleetAlignmentDTO,con); // this line throws null pointer as objSubFleetAlignmentEntityLocal is null.
Thanks
Rahul Soni
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251207#4251207
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251207
The problem is "LocalHome object is getting created but when Local object is being created, the local object is returned as NULL"
Sample Code is as follows
SubFleetAlignmentEntityLocalHome objSubFleetAlignmentEntityLocalHome = SubFleetAlignmentEntityLocalHome)getEntityLocalEJBRef(BMSApplicationConstants.FLEET_ALIGNMENT_ENTITY_JNDI);
SubFleetAlignmentEntityLocal objSubFleetAlignmentEntityLocal= (SubFleetAlignmentEntityLocal)objSubFleetAlignmentEntityLocalHome.create();
objSubFleetAlignmentEntityLocal.align(objSubFleetAlignmentDTO,con); // this line throws null pointer as objSubFleetAlignmentEntityLocal is null.
Thanks
Rahul Soni
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251206#4251206
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251206
The problem is "LocalHome object is getting created but when Local object is being created, the local object is returned as NULL"
Sample Code is as follows
SubFleetAlignmentEntityLocalHome objSubFleetAlignmentEntityLocalHome = SubFleetAlignmentEntityLocalHome)getEntityLocalEJBRef(BMSApplicationConstants.FLEET_ALIGNMENT_ENTITY_JNDI);
SubFleetAlignmentEntityLocal objSubFleetAlignmentEntityLocal= (SubFleetAlignmentEntityLocal)objSubFleetAlignmentEntityLocalHome.create();
objSubFleetAlignmentEntityLocal.align(objSubFleetAlignmentDTO,con); // this line throws null pointer as objSubFleetAlignmentEntityLocal is null.
Thanks,
Rahul Soni
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4251204#4251204
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4251204