I'll take a look at this in a bit, but just as a heads up, I removed those because of the hibernate dependencies. We'll have to find a different JPA provider to meet the Apache licensing concerns.
________________________________ From: Brian Demers <[email protected]> Sent: Friday, July 27, 2018 9:51:23 AM To: [email protected] Subject: Porting RDBMS example, old docs? Hey everyone, I'm working on porting the RDBMS example (from the PennState repo) over to the new code base. This provided a better example for converting the ScimUser object to another model (which is ultimately what I'm looking to do) What currently exists for the previous versions doc? For example, I was tripped up for a few hours yesterday because I didn't understand what the `FilterExample` was: https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Fdirectory-scimple%2Fblob%2FSCIM-2.22%2Fscim-server%2Fscim-server-example%2Fscim-server-rdbms%2Fsrc%2Fmain%2Fjava%2Fedu%2Fpsu%2Fswe%2Fscim%2Frdbms%2Fservice%2FScimRdbmsService.java%23L61&data=02%7C01%7Cses44%40psu.edu%7C1e50b55fa6f145f1096e08d5f3c80f7c%7C7cf48d453ddb4389a9c1c115526eb52e%7C0%7C0%7C636682962934298804&sdata=pEFRSkhqtY%2FUT8jj2tvLJ9i41VzwK5bo5LMGbZGikHI%3D&reserved=0 In hindsight (and a night sleep) it was more obvious. Is there an old mailing list archive or previous project name (to help target my googling?) Thanks! -Brian
