Closed rsgoncalves closed 9 years ago
Hi Rafael, I'm confused, why not merge this new-bin-serializer branch into master?
Is the purpose of this to enable this branch to work with your protege-client-with-diff work? If so then I'm ok to merge this
The master and these new-serializer branches shouldn't be merged yet, because this branch is not fully functional. I took the code in the new-bin-serializer branch, and updated all code discrepancies with respect to the master (i.e., fix renamings, etc). But something here's still preventing the server from receiving connections, which I haven't discovered. I guess it's related to serialization code since I've ironed out everything else.
The master branch of the protege-server works fine with protege-client-with-diff, so that's not the intention here.
ok, I see what you did. The server doesn't come up usually when it's missing the root directly. If you create one it should go.
+1
This commit updates all files to be as they are on the server's master branch / back to Tim's original code. Namely the renaming of User into UserId, the getUserName() method, and several other changes that get the server to an identical state as it was before any changes occurred.