You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Thomas Bopp <as...@uni-paderborn.de> on 2007/05/22 11:04:39 UTC

wck build problem

Hi there!

The latest SVN Version gives 65 build errors when running ant, for  
example:

     [javac] /Users/tom/Documents/steam30/trunk/wck/src/org/apache/ 
slide/simple/store/WebdavStoreAdapter.java:635: cannot find symbol
     [javac] symbol  : variable XA_OK
     [javac] location: class  
org.apache.slide.simple.store.WebdavStoreAdapter.TransactionId
     [javac]             return (readOnly ? XA_RDONLY : XA_OK);

Thanx in advance,
Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: wck build problem

Posted by Thomas Bopp <as...@uni-paderborn.de>.
I was able to figure that one out. But now I am getting  
EJBAccessException when deploying my war-file in jboss.
It seems like the methods of my WCK BasicWebdavStore are called  
(which call some remote methods in my
application) resulting in the Authentication failures.

Apart from that, I am unable to access my application through  
localhost:8080/application
(getting access to the requested resource has been denied without any  
login request or anything in the logfile).

Any help appreciated,
Tom


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org