I'm running resin-3.0.21
I applied the path from SOLR-78. This fixed this issue when i am
running on windows, but strangely, it is still there on the linux
version!
For now, i guess i just have to keep in the:
if( txt == null || txt.length() < 1 ) {
txt = nd.getNodeValue();
}
but that seems wrong...
On 12/21/06, Yonik Seeley <[EMAIL PROTECTED]> wrote:
On 12/21/06, ryan mckinley <[EMAIL PROTECTED]> wrote:
> I have been succescully using a 'nightly build' from a week ago. I updated
> to the trunk version and am unable to get the example webapp to deploy.
Are you using Jetty as the container, or some other servlet container?
It sounds like a problem with XML parser compatibility problem.
There was recent related patch:
http://issues.apache.org/jira/browse/SOLR-78
-Yonik