I am attempting to create a low-code-required solution
to expose Session EJBs via Axis. I was hoping to make
the actual Axis cervice classes be implemented as
dynamic proxies that would direct actual invocation to
EJBRemote objects. The problem is, I think the
AxisServlet (or whichever specific class does this)
does not support classes that have private
constructors, and for my dynamic proxy, I need the
invoker to use a getInstance() method instead.

Any ideas ?

//Nicholas

=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
Work: (212) 622 5639
[EMAIL PROTECTED]

Reply via email to