When I try to run my test program I get error at following line
anonymous wrote : 
  | 
IdentityXmlParser.parseEntitiesResource("JBPM_HOME/jbpm/src/resources/hsqldb/identity.db.xml");
  | 
  | 
as 
anonymous wrote : java.lang.RuntimeException: couldn't parse identities from 
stream 'null'
  |     at 
org.jbpm.identity.xml.IdentityXmlParser.parse(IdentityXmlParser.java:43)
  |     at 
org.jbpm.identity.xml.IdentityXmlParser.parse(IdentityXmlParser.java:35)
  |     at 
org.jbpm.identity.xml.IdentityXmlParser.parseEntitiesResource(IdentityXmlParser.java:27)
  |     at com.GenMonDec.GenMonDecTest.setUp(GenMonDecTest.java:38)
  |     at junit.framework.TestCase.runBare(TestCase.java:125)
  |     at junit.framework.TestResult$1.protect(TestResult.java:106)
  |     at junit.framework.TestResult.runProtected(TestResult.java:124)
  |     at junit.framework.TestResult.run(TestResult.java:109)
  |     at junit.framework.TestCase.run(TestCase.java:118)
  |     at junit.framework.TestSuite.runTest(TestSuite.java:208)
  |     at junit.framework.TestSuite.run(TestSuite.java:203)
  |     at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:478)
  |     at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:344)
  |     at 
org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:196)
  | 
  | 

when my identity.db.xml file is not null It has usual content as
<identity>
  |   <user name="cookie monster" email="[EMAIL PROTECTED]" 
password="crunchcrunch" />
  |   <user name="ernie" email="[EMAIL PROTECTED]" 
password="canthereyoubert,theresabananainmyear" />
  |   <user name="bert" email="[EMAIL PROTECTED]" 
password="ernie,theresabananainyourear" />
  |   <user name="grover" email="[EMAIL PROTECTED]" password="mayday mayday" />
  | </identity>
  | 
Can anyone tell me the reason???

Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916205#3916205

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916205


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to