Hello,
I've posted this before on orion-interest:
I am using JavaMail to access a pop3 mailbox. No matter where I place the
pop3.jar file (from sun, or poppers.jar) in the system, I always get a
NoSuchProviderException saying thath no pop3 provider was available. I have
tried the following locations for the pop3.jar:
<orion-install>,
<orion-install>/lib
WEB-INF/lib
any other path referenced through <library path=> in orion-application.xml
The problem happens even though I am able to load classes from the jar via
Class.forName().
To verify this problem further, I deployed the same application on JRun 3.0.
With JRun, I have to place the jar file in <jrun-install>/lib/ext (actually
thats where the one that comes with JRun is located), and everything works
fine.
thanks,
Christian Sell