Commit 3e97d598 by Antti Tonkyra

Submission should work now

1 parent 65e86b9a
...@@ -60,6 +60,7 @@ public class VotingBean implements VotingBeanLocal { ...@@ -60,6 +60,7 @@ public class VotingBean implements VotingBeanLocal {
compoEntryFacade.create(compoEntry); compoEntryFacade.create(compoEntry);
compoEntryFile.setEntriesId(compoEntry); compoEntryFile.setEntriesId(compoEntry);
compoEntryFacade.flush();
compoEntryFileFacade.create(compoEntryFile); compoEntryFileFacade.create(compoEntryFile);
compoEntry.setCurrentFile(compoEntryFile); compoEntry.setCurrentFile(compoEntryFile);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!