[JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver
1. @Tx tags can only be used on classes but not interfaces (in the case of MBeans) a. reason this would be handled by the MBean deployer adding a transaction interceptor rather than AOP proper. b. there is no framework within jboss for XMBeans using attribute tags to specify interception

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread Bill Burke
[EMAIL PROTECTED] wrote: 1. @Tx tags can only be used on classes but not interfaces (in the case of MBeans) a. reason this would be handled by the MBean deployer adding a transaction interceptor rather than AOP proper. b. there is no framework within jboss for XMBeans using attribute ta

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver
Bill Burke wrote: [EMAIL PROTECTED] wrote: 1. @Tx tags can only be used on classes but not interfaces (in the case of MBeans) a. reason this would be handled by the MBean deployer adding a transaction interceptor rather than AOP proper. b. there is no framework within jboss for XMBean

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread Bill Burke
[EMAIL PROTECTED] wrote: Bill Burke wrote: [EMAIL PROTECTED] wrote: 1. @Tx tags can only be used on classes but not interfaces (in the case of MBeans) a. reason this would be handled by the MBean deployer adding a transaction interceptor rather than AOP proper. b. there is no fram

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver
Having the dependency information will make things work a lot more smoothly for us, we will still not be able to use service beans without at least deploytime dependency injection. We will have to continue to kludge around these holes in the near future but one day 5.0 will fix all of our prob

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread Bill Burke
[EMAIL PROTECTED] wrote: Having the dependency information will make things work a lot more smoothly for us, we will still not be able to use service beans without at least deploytime dependency injection. We will have to continue to kludge around these holes in the near future but one day

Re: [JBoss-dev] Some integration holes in JBAS4.x

2006-01-25 Thread acoliver
I guess that could workits extremely undesireable, but technically feasible. It would be rather unpleasent to look up ever independent attribute as a seperate JNDI lookup and forcibly inject it. For the moment dealing with the drawbacks of XMBeans and the integration issues is less unpl