On Sep 6, 2007, at 6:50 AM, Anshuk Chinmoy Pal Chaudhuri wrote:

Hi,



I am trying to deploy a connector rar from inside the ear on Geronimo 1.1.1. The connector ra.xml file refers to all the classes like the activationspec-class and so on. If I put the jar (containing all these classes), just directly under the connector rar, the the ear is deploying properly, but when I try to put the jar inside deployable.ear\lib and mention the jar path in the manifest.mf of the connector.rar (..\lib\classes.jar) ..it gives class not found (which is there in the jar)



I think the correct manifest classpath entry for the structure you show below would be lib/classes.jar not ../lib/classes.jar. The file name of the artifact containing the manifest.mf (connector.rar) doesn't count when traversing the manifest classpath. I've gotten confused about this several times :-) but hopefully g. 1.1.1 isn't one of the places :-)

thanks
david jencks

I have also tried to put the jar path in the manifest.mf of the deployable.ear à (.\lib\classes.jar), there is the same classnotfound problem.



The structure which works fine:



deployable.ear

            - Meta-Inf

                        - Manifest.mf

            - connector.rar

                        - Meta-Inf

                                    - Manifest.mf

                         -classes.jar



The structure which does not work fine:



deployable.ear



            - Meta-Inf

                        - Manifest.mf

            - connector.rar

                        - Meta-Inf

                                    - Manifest.mf

             - lib

            - classes.jar



Is there any workaround for this?



Warm Regards,
Anshuk Pal Chaudhuri

**************** CAUTION - Disclaimer *****************
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system.
***INFOSYS******** End of Disclaimer ********INFOSYS***


Reply via email to