"baz" wrote : Caused by: java.lang.NullPointerException | | at org.jboss.seam.init.Initialization.installComponentsFromXmlElements(Initialization.java:211) | | at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:126) | | ... 17 more | | This is a bug in Seam. I've fixed it in CVS, please test. | | anonymous wrote : After adding the @Install annotation i getCaused by: org.jboss.seam.RequiredException: In attribute requires non-null value: authorizationBean.protocolTemplate | | | at org.jboss.seam.Component.getValueToInject(Component.java:1887) | | | at org.jboss.seam.Component.injectAttributes(Component.java:1336) | | | at org.jboss.seam.Component.inject(Component.java:1163) | | | | | when trying to inject my bean with @In. | | But @AutoCreate is set and i have added auto-create="true" to the definition | | | | Here is the components.xml fragment | | <baz:protocol-template file-name="meinFile" auto-create="true"/> | | | | | | | Well you are trying to inject a null value. Check that Resources.get... is actually returning an InputStream.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4030578#4030578 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4030578 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
