• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

java.rmi.UnmarshalException when persist a blob using hibernate in t3 protocol

 
Ranch Hand
Posts: 352
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am write a blob through a batch job. I am using jndi url in t3 protocol in order to connect to the weblogic 9 server. The code which uploads the blob is below,




It even upload the ByteArrayInputStream i passed to the method but it throws this exception and why it throws even after the blob is persist in the database?




When i invoke the same with by connecting to the server with http protocol there is no exception occured.
 
reply
    Bookmark Topic Watch Topic
  • New Topic