Hi all,
Is possible to do calls invocations from a EJB in a Enterprise application (EAR) to another EJB in another Enterprise application (EAR) ?
How Can i do that?
regards
-
To call a EAR component from another EAR component (3 messages)
- Posted by: DA
- Posted on: July 21 2005 18:26 EDT
Threaded Messages (3)
- To call a EAR component from another EAR component by Aldian Fazrihady on July 22 2005 05:32 EDT
- Yes, it's possible by James Candia on July 22 2005 08:20 EDT
- Yes by Sowmya Sridhar on July 22 2005 16:38 EDT
-
To call a EAR component from another EAR component[ Go to top ]
- Posted by: Aldian Fazrihady
- Posted on: July 22 2005 05:32 EDT
- in response to DA
yes you can do it, of course, and it is nothing to do with archive type.
anyway, it is application server specific, i.e you have to edit the application server specific deployment descriptor.
i can give an example if you are using jboss like me. -
Yes, it's possible[ Go to top ]
- Posted by: James Candia
- Posted on: July 22 2005 08:20 EDT
- in response to Aldian Fazrihady
You can call EJB's in another application using RMI-IIOP. -
Yes[ Go to top ]
- Posted by: Sowmya Sridhar
- Posted on: July 22 2005 16:38 EDT
- in response to DA
U can surely do that - but u cant make these 2 ejbs participate in a relationship.