Skip to content

Commit

Permalink
add missing annotations for faces client in ejb30/lite/async/stateful…
Browse files Browse the repository at this point in the history
…/descriptor
  • Loading branch information
alwin-joseph committed May 19, 2022
1 parent 5838f71 commit 0d59d94
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -30,6 +30,8 @@
import jakarta.ejb.EJB;

@EJB(name = "timeoutDescriptorBean", beanInterface = TimeoutDescriptorBean.class, beanName = "TimeoutDescriptorBean")
@jakarta.inject.Named("client")
@jakarta.enterprise.context.RequestScoped
public class JsfClient extends DescriptorJsfClientBase implements Serializable {

private static final long serialVersionUID = 1L;
Expand Down

0 comments on commit 0d59d94

Please sign in to comment.