kblincoe / QualOpt_SE701

2 stars 15 forks source link

Fix error with fileimage column #131

Closed KijongHan closed 6 years ago

KijongHan commented 6 years ago

Apologies, there was an error with my pull request #93 as file image column was defined as clob in the database configuration file but didn't have the appropriate annotation in the document class. Thanks @dylHall for identifying the issue and helping out.

dylHall commented 6 years ago

No worries, thanks for working on this so quickly! Adding the @Lob annotation seems to do the trick when I run mvnw test on my machine as well.

@crat019 can you test this to confirm it works as well?

lilcham commented 6 years ago

Good work on identifying the problem quickly!! I tested this on my machine and all the tests run and pass.

screen shot 2018-03-25 at 2 38 38 pm
softeng-701 commented 6 years ago

@crat019 @dylHall review please guys!