Search:

Type: Posts; User: JamoSmith; Keyword(s):

Search: Search took 0.02 seconds.

  1. Casting MyService to MyServiceImpl while proxied

    MyServiceImpl myService = (MyServiceImpl) getApplicationContext().getBean("myService");



    This code throws a ClassCastException: $Proxy17. Since the bean returned is a proxy and only implements...
  2. Replies
    6
    Views
    1,482

    You'll want to configure maven to use the new...

    You'll want to configure maven to use the new maven1 repositories:

    maven.repo.remote=http://repository.atlassian.com,http://mirrors.ibiblio.org/pub/mirrors/maven,http://www.ibiblio.org/maven
    ...
  3. Replies
    6
    Views
    1,404

    Here is what got my tests to pass. I have a...

    Here is what got my tests to pass. I have a feeling it'll come back to haunt me though.



    <dependency>
    <artifactId>acegi-security</artifactId>
    ...
  4. JasperReportsPdfView writes the pdf using...

    JasperReportsPdfView writes the pdf using response.getWriter(). I would recommend looking at the source of JasperReportsPdfView and JasperReportsUtils(org.springframework.ui.jasperreports). Also...
Results 1 to 4 of 4