OK, I'll try again, this time the project is here: http://mostlymagic.com/cxf-dummy-service.zip
The directory structure is this: cxf-dummy - cxf-dummy-api - cxf-dummy-impl - cxf-dummy-server - cxf-dummy-client - pom.xml Api contains the service interface, impl the implementation Server has a dependency to impl, client only to api Instructions: 1) On the root level do mvn clean install 2) Launch the server project (cxf-dummy-server) using either a) mvn jetty:run inside the server project or b) in src/test/java there is a class named com.mycompany.service.server.Start that starts an embedded jetty and launches the server 3) Run the client com.mycompany.service.client.MyServiceClient (in project cxf-dummy-client) and see the error in action Thanks for your time! BTW I am using java 1.6: java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) Client VM (build 14.2-b01, mixed mode, sharing) Sean -- MostlyMagic.com - Sean Patrick Floyd IT-Consultant und Senior Java Developer Mobile: +49 170 4746496 Mail: [email protected] Web: www.mostlymagic.com XING: https://www.xing.com/profile/SeanPatrick_Floyd GULP: http://www.gulp.de/Profil/mostlymagic.html -----Original Message----- From: Daniel Kulp [mailto:[email protected]] Sent: Donnerstag, 17. Juni 2010 15:56 To: [email protected] Cc: Sean Patrick Floyd Subject: Re: CXF problem: IllegalStateException (Already connected) I've never really seen this error before with CXF. Is there any way you can create a small sample that shows it? Dan
