chandanmb / activitiinaction

Automatically exported from code.google.com/p/activitiinaction
0 stars 1 forks source link

Chapter 7 package 'ws' missing #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download the source and attempt to compile with Maven or a Maven-friendly 
IDE.
2. Several classes in the packages org.bpmnwithactiviti.chapter7.errorevent, 
org.bpmnwithactiviti.chapter7.errorjava and 
org.bpmnwithactiviti.chapter7.javaexception have references to classes in 
package org.bpmnwithactiviti.chapter7.ws. Since the package is not present in 
the project, the classes do not compile.
3. A similar issue is present in the 
org.bpmnwithactiviti.chapter7.errorevent.CustomerWSTest class.

What is the expected output? What do you see instead?
Classes cannot be compiled because a package is missing.

What version of the product are you using? On what operating system?
Source code uploaded on May 31 as per the website.

Please provide any additional information below.

Original issue reported on code.google.com by carlos.m...@gmail.com on 5 Sep 2012 at 3:15

GoogleCodeExporter commented 8 years ago
I went to the Manning forum and saw an explanation for these packages to be 
missing. (http://www.manning-sandbox.com/thread.jspa?threadID=48402&tstart=0) 

"...the idea of the chapter 7 example is to generate these classes yourself 
using the Maven CXF plugin as described in that chapter ..."

Please close this 'issue' at your own convenience. In the meantime (I'm still 
at Chapter 4) I will comment out all the code that won't compile.

Thanks.

Original comment by carlos.m...@gmail.com on 5 Sep 2012 at 5:39