-
How to remove (BMP) entity bean? (4 messages)
- Posted by: Siva M
- Posted on: March 23 2001 09:49 EST
for removing entity bean lot of method are available.in ejbhome remove is there.but if i implement that method in my home interface the compiling time( using ejbc) its telling error like this home interface contain only create and finder methods.what it's telling? and suggest me how to remove entity bean pls help me!!Threaded Messages (4)
- How to remove (BMP) entity bean? by Srinivas Janakiraman on March 23 2001 11:48 EST
- How to remove (BMP) entity bean? by Siva M on March 23 2001 23:48 EST
-
How to remove (BMP) entity bean? by Justin Van Vorst on March 24 2001 12:39 EST
- How to remove (BMP) entity bean? by Siva M on March 24 2001 07:28 EST
-
How to remove (BMP) entity bean? by Justin Van Vorst on March 24 2001 12:39 EST
- How to remove (BMP) entity bean? by Siva M on March 23 2001 23:48 EST
-
How to remove (BMP) entity bean?[ Go to top ]
- Posted by: Srinivas Janakiraman
- Posted on: March 23 2001 11:48 EST
- in response to Siva M
Dont implement the remove method in the interface but write the delete sql code in the ejbRemove method and call remove in the client.
Srinivas.J -
How to remove (BMP) entity bean?[ Go to top ]
- Posted by: Siva M
- Posted on: March 23 2001 23:48 EST
- in response to Srinivas Janakiraman
Thank you srinivas,
but ejbRemove method will be called by the container.
how to make the container to call the ejbRemove method -
How to remove (BMP) entity bean?[ Go to top ]
- Posted by: Justin Van Vorst
- Posted on: March 24 2001 00:39 EST
- in response to Siva M
buy any EJB book... then read it. -
How to remove (BMP) entity bean?[ Go to top ]
- Posted by: Siva M
- Posted on: March 24 2001 07:28 EST
- in response to Justin Van Vorst
If possible pls,refer me some good book,by that i can get some good ideas.