[Design of JBoss jBPM] - Re: Task Management component?
by aapthorp
"tom.baeyens(a)jboss.com" wrote : we could set up a module in the jbpm4 trunk for this. would that be a good starting point for you ?
|
| how about library dependencies ?
Tom,
In the first instance I'd like to make a jar available to allow people to experiment with. What would be the best way of doing this? Like a lot of these things this 'project' has evolved and the code needs a bit of restructuring to separate the CalDav generic code from the JBPM specific...also would be good to get it on to JBPM 4. Hence the original questions in this thread...
Library dependencies are limited to iCal4j (dependent on commons-lang-2.3.jar) and currently Tomcat's servlets-default.jar and servlets-webdav.jar. I hope I can do away with the Tomcat dependency.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196065#4196065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196065
17 years, 3 months
[Design of Security on JBoss] - Re: Invalid Issue: SECURITY-340
by anil.saldhana@jboss.com
"scott.stark(a)jboss.org" wrote : I don't see where the Ejb3AuthenticationInterceptorv2 is being configured in a AS deployment, so I don't see how that can be addressed as a JBAS issue. I guess its this AuthenticationInterceptorFactory in ejb3-interceptors-aop.xml that is creating the interceptor:
|
|
| | <interceptor factory="org.jboss.ejb3.security.AuthenticationInterceptorFactory" scope="PER_CLASS"/>
| |
|
| but then that needs to be updated to allow for injection, or more likely the stack of interceptors needs to be created directly as beans. What's the state of the -aop.xml supporting fully configured stack of beans rather than using this older factory based creation?
|
I do not think the injection mechanism exists yet. The JIRA issue that I created was primarily to get something along those lines started.
We really need to be able to create ejb container in the AS to allow direct injection. Currently the ejb2 deployer based approach to creating containers is also not modern.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196047#4196047
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196047
17 years, 3 months