Skip to content

Commit

Permalink
JNG-5674 CXF context is mandatoty (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcsakany authored Apr 19, 2024
1 parent 2880de2 commit 817ab26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class {{ applicationOsgiClassName self }} {

@org.osgi.service.component.annotations.Reference(
policyOption = org.osgi.service.component.annotations.ReferencePolicyOption.GREEDY,
cardinality = org.osgi.service.component.annotations.ReferenceCardinality.OPTIONAL,
cardinality = org.osgi.service.component.annotations.ReferenceCardinality.MANDATORY,
target = "(judo.model.name={{ model.name }})",
bind = "setContext"
)
Expand Down

0 comments on commit 817ab26

Please sign in to comment.