|BTW, it's only a code bug in our application because we didn't know about
|the Optimize flag. The spec states that all calls on home and remote
|interfaces must copy their parameters. The Optimize flag, out-of-the-box,
|is True, isn't it? Maybe "true" is not the correct out-of-the-box default
|setting, but that's just my humble opinion.
no it is right, it optimizes in VM comm and that is what people bench from
the get go.
We have been there before. It is a deviation from the spec but the spec is
broken in many places, believe me, optimize false is the spec compliant
version.
|No need to grep, I'll change cachekey.id --> cacheKey.getId() and let the
|compiler figure it out. CacheKey should be immutable, don't you agree?
cachekey.id should be immutable. yes I agree. The compiler will barf on all
direct access that will work. Again please document the call that rely on
this, I don't believe we really have that kind of information anywhere and I
can't remember who besides the JAWS persistence store (all persistence store
APIs in fact) rely on the id.
make the change
marcf
|
|
|Bill
|
|
|
|_______________________________________________
|Jboss-development mailing list
|[EMAIL PROTECTED]
|http://lists.sourceforge.net/lists/listinfo/jboss-development
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development