]
Jan Richter closed JBIDE-19587.
-------------------------------
Closing as this is no longer an issue
Build failure on Jenkins after TP upgrade
-----------------------------------------
Key: JBIDE-19587
URL:
https://issues.jboss.org/browse/JBIDE-19587
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: livereload
Affects Versions: 4.3.0.Alpha2
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Fix For: 4.3.0.Alpha2
Some build failures reported on
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-livereload...
after JBIDE-19585 (although the exception do not seem to be related to Jetty but rather to
Mockito)
{code}
java.lang.ClassCastException:
org.mockito.internal.creation.jmock.ClassImposterizer$ClassWithSuperclassToWorkAroundCglibBug$$EnhancerByMockitoWithCGLIB$$4e962fbf
cannot be cast to org.eclipse.wst.server.core.model.ServerBehaviourDelegate
at
org.jboss.tools.livereload.internal.util.WSTUtilsTestCase.setup(WSTUtilsTestCase.java:72)
{code}