issues
Class Sjc54Tests

java.lang.Object
  extended by issues.Sjc54Tests

public class Sjc54Tests
extends Object

SJC-54 came up because of an intentional break in backward compatibility from 1.0M2 to 1.0M3. The issue was resolve as WONT FIX, so the test here is set up to expect the exception described in the bug.

Author:
Volodymyr Zhabiuk, Chris Beams

Constructor Summary
Sjc54Tests()
           
 
Method Summary
 void repro()
          We actually expect this to throw because the config class that defines the customerService bean is an abstract class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sjc54Tests

public Sjc54Tests()
Method Detail

repro

public void repro()
We actually expect this to throw because the config class that defines the customerService bean is an abstract class. This is consistent with the changes made in SJC-54, see that issue for details.



Copyright ? 2005-2008 Spring Framework. All Rights Reserved.