You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by Adrian Spinei <li...@internal.metawings.com> on 2002/06/13 10:25:06 UTC

question about using the xmlbundle component

Hi,

I am wondering what is the recommended approach for integrating the xmlbundle
component in our application (Phoenix-based).
The problem that we have right now is that declaring in the assembly file
the block <block class="org.apache.avalon.excalibur.xml.xslt.XSLTProcessor" name="xslt-processor" />
fails at Phoenix startup with the message
Unable to create BlockInfo as are unable to locate resource
"org/apache/avalon/excalibur/xml/xslt/XSLTProcessor.xinfo".
Do I have to write an xinfo file and integrate it in the xmlbundle archive,
or is it another way of using the component above ?

Thank you,

-- 
Adrian Spinei, Ph. D.
IT Manager Healthcare Division Metawings Intl.
HQ Paris : +33 (0)1 53 01 32 55
Bucharest offshore dev. center : + 40 (0)21 233 18 15


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Exception when shutting down my Phoenix application [thread-m]

Posted by Andrei Ivanov <my...@surfeu.fi>.
Hi, my phoenix app uses thread-manager. When I shut down it, it always
throws exception like below. I think I haven't properly released resources
somewhere. It must be quite common thing many of dear subscribers of this
list encountered sometimes. Could anyone advise what may be the problem?

Regards,
Andrei

WARN    2002-06-14 21:33:35.403 [thread-m] (): Pool interrupted while
waiting fo
r lock.
java.lang.InterruptedException
        at org.apache.avalon.excalibur.pool.Mutex.acquire(Mutex.java:40)
        at
org.apache.avalon.excalibur.pool.DefaultPool.put(DefaultPool.java:174
)
        at
org.apache.avalon.excalibur.thread.impl.WorkerThread.run(WorkerThread
.java:113)
DEBUG   2002-06-14 21:33:35.533 [thread-m] (): Returning a
org.apache.avalon.exc
alibur.thread.impl.WorkerThread to the pool


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: question about using the xmlbundle component

Posted by Peter Donald <pe...@apache.org>.
At 11:25 AM 6/13/2002 +0300, you wrote:
>I am wondering what is the recommended approach for integrating the xmlbundle
>component in our application (Phoenix-based).
>The problem that we have right now is that declaring in the assembly file
>the block <block 
>class="org.apache.avalon.excalibur.xml.xslt.XSLTProcessor" 
>name="xslt-processor" />
>fails at Phoenix startup with the message
>Unable to create BlockInfo as are unable to locate resource
>"org/apache/avalon/excalibur/xml/xslt/XSLTProcessor.xinfo".
>Do I have to write an xinfo file and integrate it in the xmlbundle archive,

Essentially. See the phoenix website for a discussion on how to do this.

We are in the process of standardizing the metadata about components so in 
future it will hopefully will not be required. But this is not yet done ;)


Cheers,

Peter Donald
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Faced with the choice between changing one's mind,
and proving that there is no need to do so - almost
everyone gets busy on the proof."
              - John Kenneth Galbraith
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>