Charles Moulliard created FORGE-2748:
----------------------------------------
Summary: NoUIWizardControllerDecorator class doesn't show the stack
trace
Key: FORGE-2748
URL:
https://issues.jboss.org/browse/FORGE-2748
Project: Forge
Issue Type: Enhancement
Reporter: Charles Moulliard
The NoUIWizardControllerDecorator class doesn't show the stack trace, if there is an
ambiguous dependency and Forge will display on the shell "***ERROR*** Error while
moving to the next wizard step"
https://github.com/metacosm/core/blob/master/ui/impl/src/main/java/org/jb...
***ERROR*** Error while moving to the next wizard step
When you debug, you will get this error
{code:java}
java.lang.IllegalStateException: Cannot resolve Ambiguous dependencies:
[org.jboss.forge.addon.springboot.commands.jpa.SpringBootJPASetupWizard from addon
org.jboss.forge.addon:spring-boot,1.0.0-SNAPSHOT,
org.jboss.forge.addon.javaee.jpa.ui.setup.JPASetupWizardImpl from addon
org.jboss.forge.addon:javaee,3.6.2-SNAPSHOT]
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)