So it appears that it is either @Autowired or @Service which is the 'cause' ? Just would to figure out what exactly in the service bean declaration initiates this exception.
Cheers, Sergey On Fri, Jan 14, 2011 at 11:12 AM, mschipperheyn <[email protected]>wrote: > > Thanks for that. > > I don't have @Context definitions. Just the following > @Autowired > @Service > @Path > @Override > @POST > @Produces > > One thing to point out, is that it is working on various systems but just > not one particular one. > The actual exception, which is hidden by the CXF exception, is probably a > rights issue. Could be file access or firewall. I have raised an issue with > Spring for this (the hiding of the actual exception). > https://jira.springframework.org/browse/SPR-7880 > > I'm guessing firewall at this point. I'm just personally not very good at > debugging those kinds of issues. > -- > View this message in context: > http://cxf.547215.n5.nabble.com/CXF-Not-starting-up-tp3338583p3341147.html > Sent from the cxf-user mailing list archive at Nabble.com. >
