- IIOP and EJB in weblogic 7.0
Hi,I compiled the EJB's using -iiop option and deployed to the server. When I try to access them it is giving an error.java.rmi.RemoteException: CORBA BAD_OPERATION 0 No; nested exception is: org.omg.CORBA.BAD_OPERATION: minor code: 0 completed: NoAppreciate if anybody can help me out to fig...
- If I need to start the admin server in a different box?
Hi,Just wanted to know if I have a group of servers running on few boxes and one of the boxes runs admin server, then If that box crashes thencan I start the admin server in a different box?If I can start then the listen address for the admin server would be different since it is in a different...
- If I Close the Server
Hellotake a sever example like IPlanet and my java job is running onto it and it ll take around 30 mins to complete. now in between if somebdy shut down the server then what ll happen to the job processing (surely stops).is thr any way to log an error that processing stops due the shutting off t...
- Identity keys, WebLogic and EJB CMP CMR
Pere Torrodellas had a question about Identity keys, WebLogic and EJB CMP CMR as follows: (I thought I would post my answer here in case someone has a similar question they can find the answer with google and javaranch)"I'm trying to develop a CMP bean on a DB table that has a column defined...
- Identifying Stateless or Stateful
Hello, I have exectued the statefulSessionBean example given with weblogic.In which a tradingBalance is the instance variable between the buy and sell method.Now when I tried the same example with changing the session-type to Stateless in the ejb-jar file and executed the example still I am gett...
- Idempotent Methods
Hello All: does any one know how to define idempotent methods in the weblogic-ejb-jar.xml . What i want to know is where i need to place them, i.e, what is the correct parent element in the XML.Can anyone forward the 8.1 DTD to me or atleast place the snippet wrt idempotent methods here, i cant...