I've had the exact same problem as you. I tried and tried rearranging libraries to get XUpdate to work with JDK1.4, but could not get it to work. I downgraded to jdk1.3.1_02, and everything worked perfectly after that.
If you do manage to get it working, I would love to hear about how you did it! Regards, Dominic Gamble On Thu, 2002-04-04 at 13:44, Miguel Angel Urrutia Soler wrote: > Hi All: > I recompile the xindice 1.0 (Birthday) using jdk1.4.0, everything works > fine but xupdate... when a call the update method from the > XUpdateQueryService a get this exception: > > org.omg.CORBA.UNKNOWN: Server Exception: Unregistered vendor exception #0 > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:274) > at > org.openorb.CORBA.SystemExceptionHelper.create(SystemExceptionHelper.java:349) > at > org.openorb.iiop.IIOPClientRequest.wait_for_response(IIOPClientRequest.java:491) > at org.openorb.CORBA.Delegate.invoke(Delegate.java:733) > at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:77) > at > org.apache.xindice.client.corba.db._CollectionStub.queryCollection(_CollectionStub.java:820) > at > org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.updateResult(XUpdateQueryServiceImpl.java:165) > at > org.apache.xindice.client.xmldb.services.XUpdateQueryServiceImpl.update(XUpdateQueryServiceImpl.java:185) > at dbxmltest.Test2.main(Test2.java:41) > > anyone else had been working with a jdk1.4 or knows how i can resolve this? > This just happen when recompile xindice with 1.4... > > Miguel Angel Urrutia >
