Skip to content

Commit 99ee283

Browse files
committed
TOMEE-4524: FacesBehavior as JSF annotation to AnnotationDeployer
1 parent ec25908 commit 99ee283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

container/openejb-core/src/main/java/org/apache/openejb/config/AnnotationDeployer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ public class AnnotationDeployer implements DynamicDeployer {
297297
"jakarta.faces.application.ResourceDependency",
298298
"jakarta.faces.component.FacesComponent",
299299
"jakarta.faces.component.UIComponent",
300+
"jakarta.faces.component.behavior.FacesBehavior",
300301
"jakarta.faces.convert.Converter",
301302
"jakarta.faces.convert.FacesConverter",
302303
"jakarta.faces.event.ListenerFor",

0 commit comments

Comments
 (0)