Re: [infinispan-dev] Externalizer IDs for Hibernate OGM

2011-05-09 Thread Galder Zamarreño
Sure, you can :) On May 6, 2011, at 8:24 PM, Sanne Grinovero wrote: Hi all, I'm going to make some additional externalizers for Hibernate OGM, can we get a reserved range as defined on

Re: [infinispan-dev] Externalizer IDs for Hibernate OGM

2011-05-09 Thread Sanne Grinovero
thank you, range reserved then. Sanne 2011/5/9 Galder Zamarreño gal...@redhat.com: Sure, you can :) On May 6, 2011, at 8:24 PM, Sanne Grinovero wrote: Hi all, I'm going to make some additional externalizers for Hibernate OGM, can we get a reserved range as defined on

[infinispan-dev] Hot Rod protocol improvements JIRA

2011-05-09 Thread Galder Zamarreño
Guys, I've create https://issues.jboss.org/browse/ISPN-1090 to track improvements required to the Hot Rod protocol for the next version. I've added a couple that had been in my head for a while. If you think of any improvements that the protocol needs, make sure you add them there for when we

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-09 Thread David Bosschaert
If you have a Bundle object or BundleContext object you can figure out what classloader is associated with that. Also, if you have a class from a bundle you can find out what it's classloader is (obviously). However, you need to have one of those things to find this out. There is nothing

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-09 Thread Galder Zamarreño
Guys, It's funny that we're talking about this but this appears to be precisely the use case that we don't support as per user forum post in: http://community.jboss.org/thread/166080?tstart=0 Pete, do we have a JIRA for this? If not, would you mind creating one? Cheers, On May 9, 2011, at

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-09 Thread Galder Zamarreño
On May 9, 2011, at 7:01 PM, Galder Zamarreño wrote: Guys, It's funny that we're talking about this but this appears to be precisely the use case that we don't support as per user forum post in: http://community.jboss.org/thread/166080?tstart=0 Pete, do we have a JIRA for this? If not,

Re: [infinispan-dev] [Pull Request] Modular Classloading Compatibility

2011-05-09 Thread David Bosschaert
Yeah, the bottom line is that the value of the TCCL is not defined by the OSGi standards. You can define it yourself by setting it before you call the relevant code but as said before this is ugly and it's actually very error-prone because there's nothing in the API to remind you to do it, so