Ales Justin [http://community.jboss.org/people/alesj] replied to the discussion
"JBJPA-27 and setting PersistenceUnitMetaData reference to PersistenceMetaData"
To view the discussion, visit: http://community.jboss.org/message/540014#540014
--------------------------------------------------------------
What about if you simply populated PUMDs with PMD on get instead of set?
+ for( Iterator<PersistenceUnitMetaData> iter = persistenceUnits.iterator(); iter.hasNext(); )
+ {
+ PersistenceUnitMetaData pumd = iter.next();
+ pumd.setPersistenceMetaData(this);
+ }
This code can be reduced a lot -- JDK5 for loop. ;-)
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540014#540014]
Start a new discussion in JBoss XML Binding Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ales Justin [http://community.jboss.org/people/alesj] replied to the discussion
"JBREFLECT-5 - Implementing generics in JavassistClassInfo"
To view the discussion, visit: http://community.jboss.org/message/540008#540008
--------------------------------------------------------------
Yeah, the cache based on String was already discussed long ago.
Dunno what was the outcome of that debate, but feel free to find it. :-)
If this doesn't have any negative impact, and it looks like it doesn't,
I don't have anything against changing the equality check.
... but it wouldn't be bad to find that old discusssion ...
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540008#540008]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Elhanan Maayan [http://community.jboss.org/people/Elhanan] created the discussion
"why can't get the source from 3.1.0 GA common.model"
To view the discussion, visit: http://community.jboss.org/message/539993#539993
--------------------------------------------------------------
hi..
when i try to import these projects from svn i get an error:
update C:/Workdir/clientworkspace/applications/org.jboss.tools.common.model -r HEAD --force
RA layer request failed
svn: Server sent unexpected return value (503 Service Unavailable) in response to REPORT request for '/repos/jbosstools/!svn/vcc/default'
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539993#539993]
Start a new discussion in JBoss Tools Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Alejandro Guizar [http://community.jboss.org/people/alex.guizar%40jboss.com] replied to the discussion
"AttachmentTest failure"
To view the discussion, visit: http://community.jboss.org/message/539919#539919
--------------------------------------------------------------
Huisheng, I tested with JDK 1.5 and got an exception too. Why it works under JDK 1.5 in Hudson is beyond me.
[aguizar@siankaan test-db]$ mvn -Dtest=AttachmentTest -V test
Apache Maven 2.2.1 (r801777; 2009-08-06 14:16:01-0500)
Java version: 1.5.0_20
OS name: "linux" version: "2.6.32.11-99.fc12.i686" arch: "i386" Family: "unix"
-------------------------------------------------------
Tests in error:
testVariableAttachment(org.jbpm.test.activity.mail.AttachmentTest)
The exception is:
javax.activation.UnsupportedDataTypeException: no object DCH for MIME type image/gif
I'll upgrade activation.jar to 1.1.1 as you suggested. Thanks for the patience.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/539919#539919]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]