Hi Sridhar
i dont know much about NAS but there some programming restrictions in EJB.
Enterprise beans make use of the services provided by the EJB container,
such as life-cycle management. To avoid conflicts with these services,
enterprise beans are restricted from performing certain operations:
* Managing or synchronizing threads
* * Accessing files or directories with the java.io package
* Using AWT functionality to display information or to accept
information from a keyboard
* Listening on a socket, accepting connections on a socket, or using a
socket for multicast
* Setting a socket factory used by ServerSocket, Socket, or the stream
handler factory used by the URL class
* Loading a native library
however it may be possible in NAS and however in my opinion even if it is
possible you should explore other options
rather than relying on some specific feature/functionality of a particular
application server ,as your application will loose its portability
HTH
Abhishek
> -----Original Message-----
> From: Pydipati, Sridhar (CAP, FLEET)
> [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 27, 2000 7:14 AM
> To: [EMAIL PROTECTED]
> Subject: Whether we can make JNI Calls from NAS4.0
>
> Hi all,
> We are trying to generate PDF documents from templates, we are trying to
> make some native interface calls.
>
> We wanted to know whether we can make JNI calls ,and if so what is the
> Shared Library path for NAS, where we can put the DLLS for native
> interface.
>
>
> Appreciate your response.
>
> Thanks
> Sridhar
>
> ==========================================================================
> =
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> of the message "signoff EJB-INTEREST". For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".