- desativado o log4j no web.xml (pois usamos o jboss)

- correção no método de traslapa para numero bigdecimal
- adição do menu de redondeo

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@32574 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2013-12-11 23:10:16 +00:00
parent 999ac0b1dd
commit 0fdaa3f744
2 changed files with 8 additions and 8 deletions

View File

@ -1 +1 @@
ADM_20131205_1RC277 ADM_20131211_1RC278

View File

@ -22,16 +22,16 @@
classpath:applicationContext-security.xml classpath:applicationContext-security.xml
</param-value> </param-value>
</context-param> </context-param>
<context-param> <!-- <context-param> -->
<param-name>log4jConfigLocation</param-name> <!-- <param-name>log4jConfigLocation</param-name> -->
<param-value>classpath:com/rjconsultores/ventaboletos/web/cliente/conf/log4j.xml</param-value> <!-- <param-value>classpath:com/rjconsultores/ventaboletos/web/cliente/conf/log4j.xml</param-value> -->
</context-param> <!-- </context-param> -->
<!-- - Loads the root application context of this web app at startup. - <!-- - Loads the root application context of this web app at startup. -
The application context is then available via - WebApplicationContextUtils.getWebApplicationContext(servletContext). --> The application context is then available via - WebApplicationContextUtils.getWebApplicationContext(servletContext). -->
<listener> <!-- <listener> -->
<listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> <!-- <listener-class>org.springframework.web.util.Log4jConfigListener</listener-class> -->
</listener> <!-- </listener> -->
<listener> <listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
</listener> </listener>