Skip to content

Commit 765b134

Browse files
committed
Registration Config
1 parent 461caa8 commit 765b134

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/main/java/com/devnexus/ting/web/config/PersistenceConfig.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ public class PersistenceConfig {
5757
public Jaxb2Marshaller jaxbMarshaller() {
5858
Jaxb2Marshaller jaxbMarshaller = new Jaxb2Marshaller();
5959
jaxbMarshaller.setClassesToBeBound(
60+
6061
com.devnexus.ting.model.Evaluation.class,
6162
com.devnexus.ting.model.EvaluationList.class,
6263
com.devnexus.ting.model.Event.class,
@@ -71,7 +72,9 @@ public Jaxb2Marshaller jaxbMarshaller() {
7172
com.devnexus.ting.model.SpeakerList.class,
7273
com.devnexus.ting.model.ScheduleItemType.class,
7374
com.devnexus.ting.model.CfpSubmission.class,
74-
com.devnexus.ting.model.CfpSubmissionList.class
75+
com.devnexus.ting.model.CfpSubmissionList.class,
76+
com.devnexus.ting.core.model.registration.PurchaseGroup.class,
77+
com.devnexus.ting.core.model.registration.PurchaseItem.class
7578
);
7679
return jaxbMarshaller;
7780
}

0 commit comments

Comments
 (0)