openamf/src/java/org/openamf/invoker EJBServiceInvoker.java,1.12,1.13
[email protected] Fri, 12 Dec 2003 10:55:53 -0800
| Newsgroups | gmane.comp.java.openamf.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/openamf/openamf/src/java/org/openamf/invoker
In directory sc8-pr-cvs1:/tmp/cvs-serv18798/src/java/org/openamf/invoker
Modified Files:
EJBServiceInvoker.java
Log Message:
fixed ClassNotFound bug
Index: EJBServiceInvoker.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/EJBServiceInvoker.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** EJBServiceInvoker.java 29 Nov 2003 20:18:04 -0000 1.12
--- EJBServiceInvoker.java 12 Dec 2003 18:55:51 -0000 1.13
***************
*** 17,21 ****
import javax.ejb.Handle;
import javax.naming.InitialContext;
- import javax.naming.NamingException;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpServletRequest;
--- 17,20 ----
***************
*** 142,146 ****
}
! private Object getHome(ServiceRequest request) throws NamingException {
InitialContext context = new InitialContext();
if (home == null) {
--- 141,145 ----
}
! private Object getHome(ServiceRequest request) throws Exception {
InitialContext context = new InitialContext();
if (home == null) {
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/