Re: JBoss Tools & DeltaSpike

2014-02-20 Thread John D. Ament
I'll be there. On Thu, Feb 20, 2014 at 5:01 PM, Alexey Kazakov wrote: > > We finally scheduled a JBoss Tools & DeltaSpike Google Hangout on next > Monday, February 24th, 9:00 AM - 10:00 AM (Pacific Time zone) > > Could you please email me your emails, who is going to participate? I will > send an

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
Hi Gerhard, I did run the test suite in DS and all test cases runs fine with -PWeld -Dweld.version=2.1.2.Final ! However, when I run my (simple) test case, it fails. So in order to nail out the problem, I made a test case. Would you be able to have a look at: https://github.com/oranheim/ds-wel

Re: JBoss Tools & DeltaSpike

2014-02-20 Thread Alexey Kazakov
We finally scheduled a JBoss Tools & DeltaSpike Google Hangout on next Monday, February 24th, 9:00 AM - 10:00 AM (Pacific Time zone) Could you please email me your emails, who is going to participate? I will send an invitation on next Monday. It seems to be the only way I can create a group

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
While you can use @tx in you custome methods whatever solution is used is fine (even a temp hack). Api just shouldnt change imo Le 20 févr. 2014 20:39, "Gerhard Petracek" a écrit : > +1 for #3 > > regards, > gerhard > > > > 2014-02-20 20:35 GMT+01:00 Thomas Hug : > > > Yeah aligning the resolutio

Re: PartialBeans and concrete methods

2014-02-20 Thread Gerhard Petracek
+1 for #3 regards, gerhard 2014-02-20 20:35 GMT+01:00 Thomas Hug : > Yeah aligning the resolution mechanism would certainly help. @EMC with > EntityManagerResolver was actually something introduced in the import to > align it with the JSF module (MessageResolver) so we might consider > adaptin

Re: PartialBeans and concrete methods

2014-02-20 Thread Thomas Hug
Yeah aligning the resolution mechanism would certainly help. @EMC with EntityManagerResolver was actually something introduced in the import to align it with the JSF module (MessageResolver) so we might consider adapting @Tx. Anyway: 1) Is making PartialBeans interceptor-ready something feasible f

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
Ok got, that's because @Tx and@EMC doesn't use same syntax. If both uses qualifier it would work Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 17:15 GMT+01:00 Thom

Re: PartialBeans and concrete methods

2014-02-20 Thread Thomas Hug
Basically that's the case I'm referring to @Repository @EntityManagerConfig( ... ) public abstract class SimpleRepository extends AbstractEntityRepository { @Transactional public List findByName(String name) { String query = "select s from Simple s where s.name = :name";

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
it is since you use the handled (interface for instance) as metadata, no? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 16:32 GMT+01:00 Thomas Hug : > The more con

Re: PartialBeans and concrete methods

2014-02-20 Thread Thomas Hug
The more conceptual issue in this concrete case is that @Transactional isn't really independent from the handler class (namely EntityManager resolution). But I guess that's something we can deal with. So given the release time frame - anything we can do here or shall we park this case for now?

[jira] [Created] (DELTASPIKE-526) upgrade dependencies

2014-02-20 Thread Gerhard Petracek (JIRA)
Gerhard Petracek created DELTASPIKE-526: --- Summary: upgrade dependencies Key: DELTASPIKE-526 URL: https://issues.apache.org/jira/browse/DELTASPIKE-526 Project: DeltaSpike Issue Type: Tas

[jira] [Updated] (DELTASPIKE-526) upgrade dependencies

2014-02-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-526: Attachment: DELTASPIKE-526_1.patch > upgrade dependencies > ---

Re: PartialBeans and concrete methods

2014-02-20 Thread Romain Manni-Bucau
I think so too Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-02-20 13:05 GMT+01:00 Gerhard Petracek : > imo we "just" need to support interceptors. > > regards, > gerha

Re: PartialBeans and concrete methods

2014-02-20 Thread Gerhard Petracek
imo we "just" need to support interceptors. regards, gerhard 2014-02-20 12:20 GMT+01:00 Thomas Hug : > While looking at transactional repositories, I realized that PartialBeans > invoke concrete methods directly. That doesn't give the invocation handler > a chance to hook into the call (and in

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Gerhard Petracek
hi ove, please have a look at [1]. regards, gerhard [1] http://deltaspike.apache.org/source.html#scm-repository http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces 2014-02-20 11:51 GMT+01:

PartialBeans and concrete methods

2014-02-20 Thread Thomas Hug
While looking at transactional repositories, I realized that PartialBeans invoke concrete methods directly. That doesn't give the invocation handler a chance to hook into the call (and in the data case to control the tx). What about creating an additional handler interface which also allows to pas

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
The test case is successful in Jenkins. I checkout latest sources from GitHub and re-run my test. I still get the same error. Is GitHub in sync with Apache Git?

[jira] [Updated] (DELTASPIKE-524) preserve view-parameters

2014-02-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-524: Summary: preserve view-parameters (was: illegal implementation of SecurityAwar

[jira] [Resolved] (DELTASPIKE-524) illegal implementation of SecurityAwareViewHandler

2014-02-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-524?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-524. - Resolution: Fixed Fix Version/s: 0.6 > illegal implementation of Secur

[jira] [Resolved] (DELTASPIKE-525) move @Initialized and @Destroyed

2014-02-20 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-525. - Resolution: Fixed > move @Initialized and @Destroyed > --

Re: Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Gerhard Petracek
hi ove, please have a look at [1]. regards, gerhard [1] https://builds.apache.org/view/A-D/view/DeltaSpike/job/DeltaSpike%20Weld%202.1.2/ http://www.irian.at Your JSF/JavaEE powerhouse - JavaEE Consulting, Development and Courses in English and German Professional Support for Apache MyFaces

Wled 2.1.2: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[]

2014-02-20 Thread Ove Ranheim
I getting an exception when using Weld 2.1.2 with DS 0.6-SNAPSHOT. The exception message is: Could not find beans for Type=class org.apache.deltaspike.core.impl.scope.window.WindowBeanHolder and qualifiers:[] Is DS compatible with Weld 2.1.2? Br, Ove Feb 20, 2014 9:01:50 AM org.jboss.weld.boot