• 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

A problem apear on weblogic 10.3,but tomcat is worked

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I use myeclispe to build the webservice client. I run the service on tomcat5.0. It work successily.But I deploy on weblogic 10.3,when the client run the method,it apear a problem like this


I search many infomation. Somebody said it is that weblogic' Qname.class come into conflict with stax-api-1.0.1.jar
 
Ranch Hand
Posts: 2198
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi!
What are you using for Targeted Runtime in your project?
Have you tried to change this setting to Weblogic?
Best wishes!
 
zhiquan mai
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ivan Krizsan wrote:Hi!
What are you using for Targeted Runtime in your project?
Have you tried to change this setting to Weblogic?
Best wishes!



Now I have used other method to resolve this problem.
I have writed a new client mehod that the server no longer apear that problem.

The problem apears when I use hte client class that myeclispse have built for my project

This is client method I write
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic