Hi Folks,

I'm getting the following exception when running CFUnit Ant Task on
bluedragon, the Ant task basically runs a remote method called execute
on the TestCase, via the url, eg:

http://localhost:8080/TestSomething.cfc?method=execute

<cfcomponent extends="net.sourceforge.cfunit.framework.TestCase">
  <cffunction name="testSomething">
    <cfset assertTrue("True Should be True", true)>
  </cffunction>
</cfcomponent>

Here's the exception I get:

Status Code: 500

dotnet_soapenc_bugfix

java.lang.NoSuchFieldError: dotnet_soapenc_bugfix
        at com.naryx.tagfusion.cfm.cfcServlet.doGet(Unknown Source)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at org.apache.axis.transport.http.AxisServletBase.service
(AxisServletBase.java:339)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
        at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
        at jrun.servlet.JRunRequestDispatcher.invoke
(JRunRequestDispatcher.java:286)
        at jrun.servlet.ServletEngineService.dispatch
(ServletEngineService.java:543)
        at jrun.servlet.http.WebService.invokeRunnable(WebService.java:172)
        at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
(ThreadPool.java:428)
        at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Here's is all my environment information:

bluedragon.builddate=2009-01-30 06:23:00 GMT
bluedragon.edition=8

java.version = 1.5.0_16
os.name = Mac OS X
os.version = 10.5.6

coldfusion.appserver = JRun/4.0

cfunit.version = 2.0 Beta 4

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to