Issue Type: Feature Request Feature Request
Affects Versions: 2.0.0.Beta5
Assignee: Jozef Hartinger
Created: 08/Mar/13 2:00 PM
Description:

Using:

@AroundConstruct
public void validateConstructorInvocation(InvocationContext ctx) throws Exception {
// ...
}

works. When using:

@AroundConstruct
public Object validateConstructorInvocation(InvocationContext ctx) throws Exception {
// ...
}

no callback is received.

Project: Weld
Priority: Major Major
Reporter: Hardy Ferentschik
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to