[JBoss Seam] - Re: Ajax4JSF experiences
by ishabalov
Gavin, you are always welcome to ask any questions! So far I do not hear any of it, did everything start working?
Seam is a bit unusual configuration for JSF developers (yet?), however I play with it a few weeks ago and find it very promising. I cannot tell that I fell in love with annotations, but more granular state management and process engine is something that I always appreciate. I still need to prove this on large project, to make my mind, but ? again ? I?d like to try.
I think we will review our compatibility status with Seam soon.
(3) must work. Something else is messing around, I believe.
I can predict the first question from Alex Smirnov ? what version of Ajax4jsf was used, we did several RC builds last weeks, situation may change significantly in just a few days.
Best,
Igor Shabalov.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958962#3958962
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958962
19 years, 9 months
[Security & JAAS/JBoss] - Re: CLIENT-CERT configuration
by adamw
Hello,
thanks for the link, that clarified a little.
Now I'm wondering - where do I put the certificates (server ones - server.keystore file)? Do I bundle them with the web application or put it in the conf directory (I tried both, with the same effect).
I'm not sure also what does "The localhost.keystore would need this cert stored with an alias of CN=unit-tests-client, OU=JBoss Inc., O=JBoss Inc., ST=Washington, C=US and the jmx-console-roles.properties would also need an entry for the same entry." mean - from the manual - should I import the client certifiacte to server.keystore?
Finally, how do you enable trace logging of JBoss Security? I tried adding to log4j.xml:
| <category name="org.jboss.security.auth.spi">
| <priority value="TRACE"/>
| </category>
|
but that didn't help :)
Thanks,
Adam
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958955#3958955
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958955
19 years, 9 months