0

I'm trying to compile a webservice through NetBeans 6.7 using Glassfish v3 as the host is there anyway to fix this issue:

'Unexpected JAXRPC endpoint, this version is not supported 1.1'
tshepang
  • 12,111
  • 21
  • 91
  • 136
monksy
  • 14,156
  • 17
  • 75
  • 124

1 Answers1

0

Looks like it may be a bug in Glassfish:

https://glassfish.dev.java.net/issues/show_bug.cgi?id=7003

skaffman
  • 398,947
  • 96
  • 818
  • 769
  • I ended up switching to Tomcat, and its running the app nicely. However Tomcat isn't playing very nice with netbeans. [I have a separate question for that open] – monksy Sep 02 '09 at 07:26