tiru k [http://community.jboss.org/people/tiru.k] created the discussion
"how to create/configure CMS interceptor for action(after file uploaded)?"
To view the discussion, visit: http://community.jboss.org/message/540660#540660
--------------------------------------------------------------
Hi...
Is it possbile to customize/intercept Jboss portal actions (file upload, in CMS)?
I want to generate dynamic page displaying the message 'Succesfully uploaded file <filename> on <datet/ime>' after file is browsed & uploaded from Jboss CMS (content management system).
As iam new to use CMS interceptors, I appreciate for any ideas or pointers with sample if any.
Thanks in advance.
tiru
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540660#540660]
Start a new discussion in JBoss Portal at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Sidney Zurch [http://community.jboss.org/people/zurchman1] replied to the discussion
"Debugging WS-Security decryption"
To view the discussion, visit: http://community.jboss.org/message/540655#540655
--------------------------------------------------------------
The plot thickens...
The problem apparently has something to do with the logging configuration of the client. Get this:
If I run the client with logging unconfigured, or with logging configured and any org.jboss.ws log level < DEBUG, the server decryption fails.
Life is not long enough for me to try to figure out if the message is being encoded correctly by the client when the decryption at the server end fails, so my first step is going to be to look for some error in the logging code.
There also appears to be some oversight in the 4.2.3/3.1.1 installation. It looks to me like the ws-native install copies a new xmlsec.jar to jbossws.sar, but leaves a different copy in the server's /client directory - which of course would be the one used by standalone ws-security clients.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540655#540655]
Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ales Justin [http://community.jboss.org/people/alesj] replied to the discussion
"How do I inject a static field when a constructor is private?"
To view the discussion, visit: http://community.jboss.org/message/540631#540631
--------------------------------------------------------------
> So is there way I can quickly inject a static field in a class that has private constructor?
Hmmmm, yes, this might be a problem aka not possible with current IoC support.
This looks a lot like <constructor> element's support for static factory method.
I'll have a look on how much work would it be to support this.
e.g. factoryClass + (public) factoryField
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540631#540631]
Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Ales Justin [http://community.jboss.org/people/alesj] replied to the discussion
"ShrinkWrapDeployer"
To view the discussion, visit: http://community.jboss.org/message/540629#540629
--------------------------------------------------------------
> The other option is that I'll make an extension project for it under the ShrinkWrap umbrella if you don't want to maintain this.
It's not that I don't wanna maintain this, I just don't see why such completely independent spi (see your posted interface) needs to be in deployers.
Deployers api is not really gonna change much, and apart from obvious integrations - JMX - I'm not keen in keeping external integrations under Deployers umbrella.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/540629#540629]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]