Issue Type: Bug Bug
Affects Versions: 2.0.0.Beta1
Assignee: Unassigned
Created: 29/Nov/12 9:44 AM
Description:
junit.framework.AssertionFailedError: null
	at junit.framework.Assert.fail(Assert.java:47)
	at junit.framework.Assert.assertTrue(Assert.java:20)
	at junit.framework.Assert.assertTrue(Assert.java:27)
	at org.jboss.weld.tests.enterprise.weld1234.Weld1234Test.testRemovedEjbToString(Weld1234Test.java:61)

The proxy name doesn't contain string "REMOVED" when running with AS7.1.1.Final.

  String toString = exceptionGenerator.toString();
  assertTrue(toString.contains("REMOVED"));
Environment: AS7.1.1.Final
Fix Versions: 2.0.0.Beta2
Project: Weld
Priority: Major Major
Reporter: Tomas Remes
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira