Commit eabaa660 by Tuukka Kivilahti

merge

1 parent 17521afa
...@@ -97,7 +97,7 @@ public class TestDataBean implements TestDataBeanLocal { ...@@ -97,7 +97,7 @@ public class TestDataBean implements TestDataBeanLocal {
*/ */
public Event generateMetaData() { public Event generateMetaData() {
EventStatus status = new EventStatus(); EventStatus status = new EventStatus();
status.setStatusName("BLAAH"); status.setName("BLAAH");
eventStatusFacade.create(status); eventStatusFacade.create(status);
......
...@@ -21,7 +21,6 @@ import javax.persistence.Table; ...@@ -21,7 +21,6 @@ import javax.persistence.Table;
import javax.persistence.UniqueConstraint; import javax.persistence.UniqueConstraint;
import javax.persistence.Version; import javax.persistence.Version;
import org.eclipse.persistence.annotations.PrimaryKey;
/** /**
* *
...@@ -212,4 +211,5 @@ public class Product implements EventChildInterface { ...@@ -212,4 +211,5 @@ public class Product implements EventChildInterface {
public List<FoodWaveTemplate> getFoodWaveTemplates() { public List<FoodWaveTemplate> getFoodWaveTemplates() {
return foodWaveTemplates; return foodWaveTemplates;
} }
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!