Hi Kesav,
You are right there was difference in these two files
in my case.
Can you please tell how to specify the directory in
application.xml so that it will pick up utility
classes from the files.
I have put all the utility classes under
applications\micropay\micropay\WEB-INF\classes
directory
I deployed my application in exploaded directory
format. I haven't packed the files in any jar.
I tried lot in application.xml with giving following
combination but it is not picking the classes from
there.
Can you suggest better way.
regards,
Vijay

<module>  
<java>D:\j2ee\home\applications\micropay\micropay\WEB-INF\classes\</java>
</module>

<module>
   <java>../micropay/micropay/WEB-INF/classes</java>
</module>

<module>
   <java>../micropay/micropay/WEB-INF/classes/</java>
</module>
        
<module>
   <java>/micropay/WEB-INF/classes</java>
</module>

<module>
   <java>/WEB-INF/classes</java>
</module>

<module>
   <java>/classes</java>
</module>


--- Kesav Kumar <[EMAIL PROTECTED]> wrote:
> Then verify the ejb-name in ejb-jar.xml and web.xml
> where you have
> referenced the ejb with ejb-ref element.  Both got
> to be same name.
> MpSellerManager must not be bound to JNDI with the
> same name.  Check your
> ejb-jar.xml and verify the ejb-name for
> MpSellerManager matches with your
> ejb-ref element.
>  
> 
> Kesav Kumar Kolla 
> Voquette Inc 
> 650 356 3740(W) 
> 510 889 6840(R) 
> Voquette...Delivering Sound Information 
> 
> -----Original Message-----
> From: Vikas Malhotra [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 10:40 PM
> To: Orion-Interest
> Cc: Kesav Kumar
> Subject: Re: Error binding to server...... Exception
> 
> 
> This is a follow up of the problem i had previously
> posted i tried deleting
> the application folder in the application-deployment
> folder and restarted
> the server all the beans were deployed( the
> orion-ejb-jar.xml files were
> created for all the beans) but still the same
> problem was encountered. The
> error is as shown below.....
>  
>
****************************************************************************
>
************************************************************************
> Error binding to server:
> javax.naming.NamingException: No location specified
> and no suitable instance of the type
> 'MpSellerManager' found for the ejb-ref
> MpSellerManagerHome
> 
>
****************************************************************************
>
************************************************************************
> Any hints to this...............
> Regards,
> Vikas
> 
> ----- Original Message ----- 
> From: Vikas  <mailto:[EMAIL PROTECTED]> Malhotra
> 
> To: Orion-Interest
> <mailto:[EMAIL PROTECTED]>  
> Sent: Monday, August 06, 2001 7:44 PM
> Subject: Error binding to server...... Exception
> 
> 
> Hi,
> i am facing a strange problem i have deployed some
> CMP beans. I can see
> their  respective entry in the
> application-deployment folder, their
> respective orion-ejb-jar.xml are also created but
> now as i change the
> application.xml file and the server redeployes the
> beans it throws an error
> saying........ This Perticular problem is with a few
> CMP beans only the rest
> are working fine with the same setting.
>  
>
****************************************************************************
>
************************************************************************
> Error binding to server:
> javax.naming.NamingException: No location specified
> and no suitable instance of the type
> 'MpSellerManager' found for the ejb-ref
> MpSellerManagerHome
> 
>
****************************************************************************
>
************************************************************************
> Please help me out with this.... i am using JDK 1.3
> with Orion Version.
> 1.5.2.
>  
> Regards,
> Vikas
>  
>  
> 
>
*********************************************************
> Disclaimer
> 
> This message (including any attachments) contains 
> confidential information intended for a specific 
> individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should 
> delete this message and are hereby notified that 
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it, 
> is strictly prohibited.
> 
>
*********************************************************
> Visit us at http://www.mahindrabt.com
> 
> 
> 
> 
>
*********************************************************
> Disclaimer
> 
> This message (including any attachments) contains 
> confidential information intended for a specific 
> individual and purpose, and is protected by law. 
> If you are not the intended recipient, you should 
> delete this message and are hereby notified that 
> any disclosure, copying, or distribution of this
> message, or the taking of any action based on it, 
> is strictly prohibited.
> 
>
*********************************************************
> Visit us at http://www.mahindrabt.com
> 
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to