[jira] [Commented] (DELTASPIKE-856) Eclipse deployment to container add remove view shows deltaspike-jsf-module-impl-ee6-1.2.1 as if it was an app module - in weblogic we get a double jar file

2015-03-15 Thread Nuno G. de M (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14362428#comment-14362428 ] Nuno G. de M commented on DELTASPIKE-856: - Quite bizarre, I have just

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Thomas Andraschko
do you mean the jar size? the difference is just ~130kb when we shade asm or not 2015-03-15 21:40 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: But owb has no link with ds need imo. Ds is a lib so need to care about user deps where owb doesnt. Not having an own module would be another

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Thomas Andraschko
javassist is about 600kb and the user needs to manage it 2015-03-15 21:48 GMT+01:00 Thomas Andraschko andraschko.tho...@gmail.com: do you mean the jar size? the difference is just ~130kb when we shade asm or not 2015-03-15 21:40 GMT+01:00 Romain Manni-Bucau rmannibu...@gmail.com: But owb

[jira] [Resolved] (DELTASPIKE-851) move proxy-handling to ds-core

2015-03-15 Thread Thomas Andraschko (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Andraschko resolved DELTASPIKE-851. -- Resolution: Fixed move proxy-handling to ds-core

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Thomas Andraschko
+0 for an extra module before i implemented the asm proxy for the partial bean module, i tried it many hours to understand and implement it with commons proxy as it was not possible out of the box, i switched to plain ASM If someone would like to evolve commons proxy and use it in DS - +0

Re: [2/2] deltaspike git commit: DELTASPIKE-851 move proxy-handling to ds-core

2015-03-15 Thread Romain Manni-Bucau
But owb has no link with ds need imo. Ds is a lib so need to care about user deps where owb doesnt. Not having an own module would be another reason to not use ds - which is already the case from my experience for its size but now it would also be to not be smart enough :( Le 15 mars 2015 21:20,

Re: multithreaded repository issues

2015-03-15 Thread Karl Kildén
Hello, I have not really noticed any perf issues with deltaspike data but then again I did not measure it either. We use it a lot. Would be great to learn more about it for sure. I always assumed the method name query syntax and the other static stuff would be cached etc so I don't really get