[jira] [Resolved] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-10 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved DELTASPIKE-359. - Resolution: Won't Fix Websphere 8.0.x javaassist proxy does not reflect

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-07 Thread Hampus Wingren (JIRA)
1 WAR. The DS libs are in the root of the EAR and referenced by the WAR manifest class-path. Regards Hampus Websphere 8.0.x javaassist proxy does not reflect instance value Key: DELTASPIKE-359

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-07 Thread Hampus Wingren (JIRA)
javaassist proxy does not reflect instance value Key: DELTASPIKE-359 URL: https://issues.apache.org/jira/browse/DELTASPIKE-359 Project: DeltaSpike Issue Type: Bug

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-07 Thread Mark Struberg (JIRA)
be shared (also to prevent classloader clashes). Websphere 8.0.x javaassist proxy does not reflect instance value Key: DELTASPIKE-359 URL: https://issues.apache.org/jira/browse

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-07 Thread Hampus Wingren (JIRA)
and security-impl in WEB-INF/lib seems to work and that I can live with. Thanks for your help!!! Regards, Hampus Websphere 8.0.x javaassist proxy does not reflect instance value Key: DELTASPIKE-359

[jira] [Created] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-06 Thread Hampus Wingren (JIRA)
Hampus Wingren created DELTASPIKE-359: - Summary: Websphere 8.0.x javaassist proxy does not reflect instance value Key: DELTASPIKE-359 URL: https://issues.apache.org/jira/browse/DELTASPIKE-359

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-06 Thread Mark Struberg (JIRA)
myself yet. Websphere 8.0.x javaassist proxy does not reflect instance value Key: DELTASPIKE-359 URL: https://issues.apache.org/jira/browse/DELTASPIKE-359 Project

[jira] [Commented] (DELTASPIKE-359) Websphere 8.0.x javaassist proxy does not reflect instance value

2013-05-06 Thread Hampus Wingren (JIRA)
it still returns null on getViewConfigResolver. It feels like somekind of proxying error in javaassist. WAS 8.5 and the Liberty profile works but I'm stuck with 8.0.0.5 (tried 8.0.0.6 but no luck) Regards Hampus Websphere 8.0.x javaassist proxy does not reflect instance value

[jira] [Updated] (DELTASPIKE-333) replace javassist with commons-proxy

2013-04-01 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek updated DELTASPIKE-333: Component/s: PartialBean replace javassist with commons-proxy

[jira] [Assigned] (DELTASPIKE-333) replace javassist with commons-proxy

2013-03-31 Thread Gerhard Petracek (JIRA)
[ https://issues.apache.org/jira/browse/DELTASPIKE-333?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek reassigned DELTASPIKE-333: --- Assignee: Gerhard Petracek replace javassist with commons-proxy

[jira] [Resolved] (DELTASPIKE-333) replace javassist with commons-proxy

2013-03-31 Thread Gerhard Petracek (JIRA)
details of commons-proxy cause issues with our use-cases replace javassist with commons-proxy Key: DELTASPIKE-333 URL: https://issues.apache.org/jira/browse/DELTASPIKE-333 Project: DeltaSpike

Re: @Proxy

2012-09-14 Thread Pete Muir
IMO this is a very useful feature. There was a feature request for CDI 1.1 to add this, but I'm not sure it will make it. On 13 Sep 2012, at 21:49, Romain Manni-Bucau wrote: Hi, wonder if we want the already bridged proxy feature (i'll explain don't worry ;)). There are cases where

Re: @Proxy

2012-09-13 Thread Romain Manni-Bucau
bridged proxy feature (i'll explain don't worry ;)). There are cases where the implementation is boring and pretty obvious and defining an interface has the benefit to creates a semantic but the implementation itself is pretty useless (ex: spring-data, cdi-query, ...) We can of course do

Re: @Proxy

2012-09-13 Thread Stuart Douglas
this is a useful feature. Stuart Romain Manni-Bucau wrote: Hi, wonder if we want the already bridged proxy feature (i'll explain don't worry ;)). There are cases where the implementation is boring and pretty obvious and defining an interface has the benefit to creates a semantic

Re: @Proxy

2012-09-13 Thread Jason Porter
: Hi, wonder if we want the already bridged proxy feature (i'll explain don't worry ;)). There are cases where the implementation is boring and pretty obvious and defining an interface has the benefit to creates a semantic but the implementation itself is pretty useless (ex: spring

Re: @Proxy

2012-09-13 Thread Romain Manni-Bucau
on the bean. I think this is a useful feature. Stuart Romain Manni-Bucau wrote: Hi, wonder if we want the already bridged proxy feature (i'll explain don't worry ;)). There are cases where the implementation is boring and pretty obvious and defining

Re: [1/2] git commit: Revert DELTASPIKE-258 ProxyUtils, use proxy to filter calls

2012-08-05 Thread Gerhard Petracek
@ BeanStoreFilter see http://s.apache.org/Gx0 2012/8/5 strub...@apache.org Updated Branches: refs/heads/master b3f9509cd - 0006638cc Revert DELTASPIKE-258 ProxyUtils, use proxy to filter calls This reverts commit b3f9509cd9947026f85403ce4190a8759719556d. We don't need that! A user can