Skip to content
Snippets Groups Projects
  1. May 12, 2015
  2. May 11, 2015
  3. May 10, 2015
  4. Apr 14, 2015
  5. Mar 26, 2015
  6. Jan 21, 2015
  7. Jan 20, 2015
  8. Jan 16, 2015
  9. Dec 05, 2014
    • michaelisvy's avatar
      workaround because there seems to be a conflict · 7080682d
      michaelisvy authored
      There seems to be a conflict between the following:
      
      1) New MVC namespace syntax:
      <mvc:content-negotiation use-not-acceptable="true">
      	    	<mvc:default-views>
      	      		<bean class="org.springframework.web.servlet.view.JstlView">
      	      			<property name="url" value="" />
      	      		</bean>
      	    	</mvc:default-views>
      	  	</mvc:content-negotiation>
      
      2) Inside my Unit test:
      ResultActions actions =
      this.mockMvc.perform(get("/vets.xml").accept(MediaType.TEXT_XML));
              actions.andDo(print()); // action is logged into the console
      
              actions.andExpect(status().isOk());
      7080682d
    • michaelisvy's avatar
      Upgraded to latest Spring Data and AspectJ · ecefae20
      michaelisvy authored
      ecefae20
  10. Nov 28, 2014
  11. Oct 18, 2014
  12. Aug 26, 2014
  13. Aug 08, 2014
  14. Jul 01, 2014
  15. Jun 04, 2014
  16. Jun 02, 2014
  17. Jun 01, 2014
Loading