> Hi,
> I am in the process of writing a JCA adapter to
> connect to a mail server.
> Any views on the feasability? Or any alternates to
> connect to mail server using a standard implmentation?
Yes this is feasible. For a sample JavaMail resource adapter, please refer to the article at
http://developers.sun.com/prodtech/appserver/reference/techart/resource_adapters.pdf
and our presentation at an earlier JavaOne
http://developers.sun.com/learning/javaoneonline/2005/coreenterprise/TS-3513.pdf
Thanks
--Siva.
http://blogs.sun.com/sivakumart
Managed to deploy that on Sun's App server. Now trying out other servers like Tomcat and types.
Deploying the RA on it works perfectly fine.
But when the application is loaded it displays "Destination not set for Message driven bean ".
Any pointers?
Thanks,
Prabhu
> Managed to deploy that on Sun's App server. Now
> trying out other servers like Tomcat and types.
>
> Deploying the RA on it works perfectly fine.
>
> But when the application is loaded it displays
> "Destination not set for Message driven bean
> ".
Do you see this with Sun appserver? Which AS version? Could you post the full strack trace and your ejb-jar.xml and sun-ejb-jar.xml?
Thanks
--Siva.