Hi,
I am using Oracle Beans running in 8i.I have a java
file which access the bean which has a method to
insert files into the database's clob and blob fields.
the bean has functions to insert files into database
fields clobs and blobs.
The .EJB for the bean is like this:
/ jdbcimpl EJB deployment descriptor
SessionBean raviserver.raviBean {
BeanHomeName = "test/raviBean";
RemoteInterfaceClassName = ravi.ravi;
HomeInterfaceClassName = ravi.raviHome;
AllowedIdentities = {kakani};
SessionTimeout = 20;
RunAsMode = CLIENT_IDENTITY;
TransactionAttribute = TX_BEAN_MANAGED;
}
When i run the java file,exactly after inserting 24
files the following error is given:
org.omg.CORBA.INTERNAL[completed=MAYBE]
at
com.visigenic.vbroker.orb.GiopConnectionFactoryImpl.destroy(GiopConne
ctionFactoryImpl.java:209)
at
com.visigenic.vbroker.orb.GiopConnectionImpl.close(GiopConnectionImpl
.java:544)
at
com.visigenic.vbroker.orb.GiopStubDelegate.invoke(Compiled
Code)
at
com.visigenic.vbroker.orb.GiopStubDelegate.invoke(Compiled
Code)
at
org.omg.CORBA.portable.ObjectImpl._invoke(Compiled
Code)
at
lobedata._st_LobEdata.insertFile(_st_LobEdata.java:88)
at UploadFile.main(Compiled Code)
Any idea why this is happening?Thanks in advance for
the help.
Regards,
Ravi Kakani
__________________________________________________
Do You Yahoo!?
Yahoo! Messenger - Talk while you surf! It's FREE.
http://im.yahoo.com/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".