mploed / ddd-strategic-design-spring-boot

Application to demonstrate Domain Driven Design Context Mapping patterns based on Spring Boot
Apache License 2.0
342 stars 136 forks source link

404 not found: https://mploed-customer.cfapps.io/ws/customers.wsdl #1

Open moon0326 opened 7 years ago

moon0326 commented 7 years ago

Hello,

First of all, thank you for your slide on DDD>

I found your slide at https://speakerdeck.com/mploed/ddd-strategic-design-with-spring-boot-examples

I just tried to follow step by step on your README and encountered an error while building customer application.

[ERROR] Error while parsing schema(s).Location [].
com.sun.istack.SAXParseException2; IOException thrown when processing "https://mploed-customer.cfapps.io/ws/customers.wsdl". Exception: java.io.FileNotFoundException: https://mploed-customer.cfapps.io/ws/customers.wsdl.

it looks like the file is no longer there.

Is there a way to fix this?

firefoxNX commented 7 years ago

Change https://github.com/mploed/ddd-strategic-design-spring-boot/blob/master/credit-application/pom.xml#L92 to http://localhost:9091/ws/customers.wsdl Its mentioned in README but there is a typo.

moon0326 commented 7 years ago

thank you @firefoxNX !