Thanks...I'd appreciate if someone who dealt with the improvements in that area could share some thoughts or add some comments to the JIRA - and may be even fix that NPE :-)
Cheers, Sergey -----Original Message----- From: Anthony Schexnaildre [mailto:[EMAIL PROTECTED] Sent: 09 July 2008 15:41 To: [email protected] Subject: Re: NPE when listing the services Filed as CXF-1695 At one point a with an older 2.1.1 the JAX-RS endpoints did show up rather crudely but suspect after work was done to pretty up the service listing this was broken. -Anthony On Jul 9, 2008, at 7:52 AM, Sergey Beryozkin wrote: > Hi, > > Listing JAX-RS endpoints has actually never worked - I didn't look > into it > yet. Please create a JIRA for this issue be tracked - I agree it > would make > sense to have them listed, possibly alongside with SOAP-based > endpoints... > > Cheers, Sergey > > > -----Original Message----- > From: Anthony Schexnaildre [mailto:[EMAIL PROTECTED] > Sent: 09 July 2008 07:36 > To: [email protected] > Subject: NPE when listing the services > > I am using the latest source from trunk as of yesterday and get the > following when listing the services. I am only using JAX-RS so I don't > know if this would also happen when publishing a SOAP endpoint. Not > critical that this work for me but I figured that it should. > > 2008-07-09 02:28:44.299::WARN: /ws/services > java.lang.NullPointerException > at > org > ..apache > .cxf.service.model.EndpointInfo.getInterface(EndpointInfo.java: > 54) > at > org > ..apache > ..cxf > ..transport > ..servlet > .ServletController.generateServiceList(ServletController.java: > 232) > at > org > ..apache > ..cxf > .transport.servlet.ServletController.invoke(ServletController.java: > 119) > at > org > ..apache > ..cxf > ..transport.servlet.AbstractCXFServlet.invoke(AbstractCXFServlet.java: > 174) > at > org > ..apache > ..cxf > ..transport.servlet.AbstractCXFServlet.doGet(AbstractCXFServlet.java: > 156) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java: > 487) > at org.mortbay.jetty.servlet.ServletHandler > $CachedChain.doFilter(ServletHandler.java:1093) > .... > > > -Anthony > > ---------------------------- > IONA Technologies PLC (registered in Ireland) > Registered Number: 171387 > Registered Address: The IONA Building, Shelbourne Road, Dublin 4, > Ireland ---------------------------- IONA Technologies PLC (registered in Ireland) Registered Number: 171387 Registered Address: The IONA Building, Shelbourne Road, Dublin 4, Ireland
