Hi,
Toby Allsopp wrote:
> On Wed, Feb 28, 2001 at 05:00:54PM +0100, Schouten, Andreas wrote:
> > How can I connect a CORBA server from a jBoss j2ee application?
>
> First, this is a question for jboss-user, not jboss-dev, IMHO.
This way posted to jboss-user, and
Marc asked for a redirect to this
list.
Makes sense to me, as I think it is
time we start thinking about how to
support CORBA.
A simple MBean (like the one Andreas
wrote) to support it it that first
step.
Later we can think about adding
support for propagating contexts (in
particular transaction and security
contexts) over IIOP. Even later we
can think about creating an IIOP
invocation layer for JBoss EJB calls.
But a simple MBean for the CORBA
service is IMHO first thing to do.
This should be independent of the
actual CORBA implementation used.
At first this service would be
quite simple, but later it would
also be responsible to initialize
hooks to the rest of JBoss for the
propagation of contexts.
I don't think that creating JCA
resources for every possible CORBA
service is the way to go. Instead
we should use the CORBA hooks
available for seemless integration.
As for the actual problems that
Andreas has here, I agree that we
need more information to be able to
help. Product and version information,
and stack traces of exceptions in
particular.
Comments anyone?
Best Regards,
Ole Husgaard.