Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Exception java.lang.object

1 view
Skip to first unread message

surf_er

unread,
Aug 29, 2002, 9:11:19 AM8/29/02
to
com.ejb.vas.service.CardTypeDataUnion

public final class CardTypeDataUnion implements java.io.Serialized
{
private java.lang.object _object;

CardType1(CardType1 _visc_disc)
{
_object = _visc_disc;
}

CardType1()
{
if (_disc.equal(com.ejb.vas.service.CardType1)){
return (com.ejb.vas.service.CardType1)_object;
}
}
};

When I return _object, I get the following error

Unspecified exception ......
stack strace is

The class invoking this routine is within the bean .jar and in the
server side. Any help....

The routine that call this class is as such.

GetCardType(_CardTypeData.union.CardType1().name);

The same works fine when IDL generates this code and implemented as
CORBA server. Infact this routes were generated by idl2java, we are
modifying to convert the idl's into EJB interface.

Surfer newton.

0 new messages