Thank you.
i have created the ticket: https://issues.apache.org/jira/browse/DELTASPIKE-819
regards,
Martin
Am 12.01.2015 um 14:20 schrieb Gerhard Petracek:
hi martin,
please file a jira ticket for it.
regards,
gerhard
2015-01-12 14:16 GMT+01:00 Martin <[email protected]>:
Hi all,
I have a web/enterprise app running at this environment:
JBoss EAP 6.3 + DeltaSpike 1.0.0 (also tried 1.2.1) + JSF 2.1 + CDI
The Deployment of the app looks good, but on usage i get these error:
The portlet threw an exception:
org.jboss.weld.exceptions.IllegalProductException:
WELD-000052 Cannot return null from a non-dependent producer method:
[method] @Produces @ApplicationScoped public org.apache.deltaspike.jsf.
impl.config.view.ViewConfigResolverProducer.createViewConfigResolver()
I have already tried to deactivate the ViewConfigExtension by Implementing
ClassDeactivator, because i don't need it for now.
But with no luck, i still get the same Exception.
What elese could i do, to get rid of the exception.
Thanks in advance for any help.
Martin