[JBossWS-Metro] - Re: WSIT
by sun-certified
hi alessio,
thanks for your reply. it is especially valuable, because you are the author of org.jboss.test.ws.jaxws.samples.wsse.RealmAuthenticator and all the other sample classes that come bundled with the metro source distro:
anonymous wrote : That class [RealmAuthenticator] is required because Metro was originally meant to be used with Glassfish, so an external authenticator is required to work with JBoss.
i am very grateful for your comments in this thread. i am also very grateful that …
[View More]you have made the sample source code available.
i take your word for it, that RealmAuthenticator is required. however, there are a lot of things regarding that class - in both in the jboss documentation and in the glassfish documentation - that still is not obvious. even after i've read it and tried (and failed) to implement it over and over dozens of times!
* is it also required, for example, that a user with username "kermit" (taking your example) be created as a user in jboss?
* or, is RealmAuthenticator just a no-op kind of placeholder? only there because jboss needs any RealmAuthenticator implementation - regardless of whether it does anything meaningful?
* am i correct to assume that every caller of our service is required to have a username in our system?
thanks in advance for your reply.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221803#4221803
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221803
[View Less]
15 years, 11 months
[JBossWS-Metro] - Making use of the JBossWS SPI?
by crosbyb
I've been looking for a way to hook into the web services stack in JBoss to record/inspect messages without installing JAX-WS handlers in each web service, and recently stumbled across the JBossWS SPI. From what I've read, this looks to be what I want, but the documentation for it is lacking.
At JBoss World 2008, Heiko Braun gave a presentation on JBossWS that included some information on the SPI, and in particular, the org.jboss.wsf.spi.management.recording.RecordProcessor interface. This …
[View More]looks to be exactly what I want to use for recording all web service messages in my JBoss AS. My problem is that I can't find the JBoss project that contains this interface or its documentation. I can see from my JBoss AS deployment that it's packaged in both jbossws-spi.jar and jbossws-framework.jar, but it doesn't seem to be a part of the JBossWS SPI subversion repository.
Is the RecordProcessor interface the right approach for trying to do what I want, and if so, where do I find the JBoss project that it originates in?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216235#4216235
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216235
[View Less]
16 years