java.lang.UnsupportedOperationException

Hi,

Can any one plz help me, when i run JAXRPublish.java i encounter the following exception,

Created connection to registry

Got registry service, query manager, and life cycle manager

got registry authorizations

javax.xml.registry.JAXRException: java.lang.UnsupportedOperationException

at com.sun.xml.registry.uddi.RegistryServiceImpl.jaxmSend(Unknown Source)

at com.sun.xml.registry.uddi.RegistryServiceImpl.send(Unknown Source)

at com.sun.xml.registry.uddi.Processor.processRequest(Unknown Source)

at com.sun.xml.registry.uddi.UDDIMapper.getAuthorizationToken(Unknown Source)

at com.sun.xml.registry.uddi.ConnectionImpl.setCredentials(Unknown Source)

at JAXRPublish.executePublish(JAXRPublish.java:191)

at JAXRPublish.main(JAXRPublish.java:70)

Caused by: java.lang.UnsupportedOperationException

at com.sun.xml.messaging.saaj.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:52)

Everything was working fine and the program was successfully publishing the web service at IBM's UDDI but since i changed my windows from 2000 to XP the program has started giving this Exception that i am unable to resolve..it is thrown at the statement connection.setCredentials(creds); ..wt should i do

Saania Shah

[1314 byte] By [saaniashabbir@yahoo.coma] at [2007-10-1 15:45:23]
# 1
This sounds like either a PATH or a CLASSPATH issue. Are you sure you didn't change any library versions in your move to XP?
zarar15a at 2007-7-10 23:35:39 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
no i did not change any library version and i am putting the jar files that r used to run the programs in the jre\lib\ext..it is said that when ur placing ur jar files there u dont need to specify them in ur classpath.
saaniashabbir@yahoo.coma at 2007-7-10 23:35:39 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...