I remember reading somewhere in the docs that axis can automatically generate Web services stubs to SLSBs, so there shouldn't be a need to write your own DP layer.  Not sure now where the link is, maybe someone else can chime in...

 

 Nicholas <[EMAIL PROTECTED]> wrote:

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