Re: ReturnReason: Is this really required?

2019-09-04 Thread Scott Gray
Hi Suraj, It really depends on what the data will be used for. If you simply want to be able to categorize cancellations into groups for reporting then an Enumeration is fine for that IMO. If you want to define the behavior of parts of the cancellation depending on the reason selected then a new

Re: Location of .wsdd file

2019-09-04 Thread Girish Vasmatkar
If you just want to run the tutorial as it is, you need to place WSDD in the directory your code is getting executed from. Idea is it should be available in the classpath. Coming to OFBiz, you can place WSDD in any of the java packages (because they are on the classpath) and provide fully qualifie