marc de toutophone

Greenhorn
+ Follow
since Jul 16, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by marc de toutophone

yes i uses forName() to modelise the class of the remote interface
but the ejb is deployed on an other application server and so
i use an other context where i do the lookup.
the lookup return the well class , forname also
but narrow can't cast the 2 class.
if i deploy on the same application server and so i have
the same context, narrow dont send an exception
hello
I use ejb in order to modelise other ejb.
so i create an instance of an ejb in an other
ejb wich is not in the same application.
when the method narow is thrown i catch a
Cast exception.
if i put manually a reference i have no exception
but i lost the dynamicity?
did you have the same problem?
what is the solution?
(excuse me for my bad english)
hi,
thanks for your help
i try to insert the blob, there is no
error messsage, so i think its ok
but there is no blob in table.
did you have the same probleme?
marc
20 years ago
hello
i'm using oracle database 9iAs and
oc4j application server.
in my application, i need to insert
a blob in the database.
the ejb entities is a cmp.
i implement the blob interface
but when i use setBlob(Blob b)
i have no error but the blob in
the database is null.
why?
20 years ago