Model: batchFaultingMaxSize vs maxNumberOfInstancesToBatchFetch

2016-03-25 Thread OC
Hello there, probably I am missing something obvious, but the two model entity keys batchFaultingMaxSize maxNumberOfInstancesToBatchFetch look to me as representing the very same thing. Yet, none of them is documented as “deprecated, use ”. Can please someone explain how they differ? Thank yo

Re: Maven not copying java resources into jar file

2016-03-25 Thread Hugi Thordarson
Thanks Ramsey, but everything seems to be working fine with the snapshot version for me, now that I’m manually copying resources like Henrique suggested. Granted, I’m not using the release plugin. But I’d like to suggest that we change wolifecycle and move WebObjects bundle resources to a diffe

Re: Maven classpath ordering

2016-03-25 Thread Ramsey Gurley
I went back to using the ‘mystery’ jar we had which added the KVC support compiled in. I won’t get the maven-y benefits like downloading sources/javadocs on that one, but that will just encourage me to find a better replacement :D This is still useful as I’m testing deployment on my maven builds

Re: Maven not copying java resources into jar file

2016-03-25 Thread Ramsey Gurley
I’ve since found that the maven release plugin doesn’t like snapshot versions and switched back to using the 2.2.1 release version. This gives me the red Xs again in Eclipse, but those can be silenced with lifecycle mappings. Here’s what my current lifecycle mappings file looks like.