use of org.jboss.as.test.clustering.twoclusters.bean.SerialBean in project wildfly by wildfly.
the class CommonStatefulSBImpl method init.
@PostConstruct
private void init() {
bean = new SerialBean();
log.tracef("New SFSB created: %s.", this);
}
Aggregations