cname - CXF Logging & cn:checks are ignored when used with <context:annotation-config /> -
the technologies i'm using are: apache cxf, spring 3.x, struts 2.x , hibernate 3.x
i'm facing strange problem while transactionmanager using apache cxf. application i'm using cxf logging web-service , cn:checknames ignore certificates on server. when deploy application on server works fine logs being generated , certificates being ignored. in second step i'm developing front-end different areas of application configuring annotation driven transaction manager in application.xml. when ever try use line <context:annotation-config/>
cxf starts generating different logging scheme , cn:check ignored.
any appreciated. :)
my guess getting 2 instances of service/proxy bean constructed. it's hard without seeing complete spring configuration, component scans. suggest putting log statement in it's constructor see if case. if so, ensure there 1 component scan active.
Comments
Post a Comment