I worked on the common.text package in order to:
1/ introduce concept of CharWriter (similar to java.lang.CharSequence but for write operations).
2/ introduce CharEncoder which defines an interface for encoding char stream to char stream.
3/ reimplement FastURLEncoder in a more reliable and faster way (java.netURLEncoder is broken and slow).
4/ implement FastURLDecoder for decoding x-www-formurl-encoded strings in a reliable and fast way (java.netURLDecoder is broken and slow).
5/ added TextTools (similar to other XXXTools).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078671#4078671
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078671
Passivation/activation isn't a problem, because by definition we only passivate if the entities are serializable (EJB 3 4.2) and we treat the entity as a serializable object. Thus the entity becomes detached after activation (JPA 3.2.4). All working according to spec.
Replication is a problem. Not so much for a transaction scoped persistence context, because you can only replicate over transactions and not within. Thus the entities becomes detached. But I agree that a XPC has a problem if a SFSB keeps a reference to an entity.
As long as we do a passivation/activation cycle during replication, we're okay because the first paragraph applies.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078636#4078636
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078636
yes, I think its a good moment to start migrating sso. We can create additional submodule for it. I don't know if we want/need to bundle thirdparty jars for JOSSO/CAS with portal by default so we could also think about something optional and plugable. I don't remember how SSO integration fit in at the moment. Sohil?
For the testsuite, Prabhat is on it and we should have a hudson task this soon.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078632#4078632
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078632
I'm not sure what is the version (I will find out about that tomorrow during business hours... I'm using a node from our QA department)...
The problem is related to the Insert with Select.. and the Blob is on the Select clause... It looks like Oracle don't support binding blob values on a Select? (which is kind of weird though).
For now (I mean... for CR2).. I'm ignoring duplicate keys on the storeMessage method.. I will look for a way to change it before GA.
Thanks a lot...
Clebert
Ps: I will update the thread when I have discovered the versions...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078572#4078572
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078572