Asif Equbal

Greenhorn
+ Follow
since Dec 10, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Asif Equbal

Originally posted by Eric Khosa:
Its always best to only allow client apps to access Entity beans via a Session bean. This is known as the Session Facade pattern. However, in my personal experience, i have always prefered to let the Session bean return the Entity Bean's remote interface(s) as opposed to the home interfaces you may have proposed... I think this is a neater solution.


*******************************************
Thanks Eric , I got ur point I am trying out the facade (Session ) Way
23 years ago
I have created an Entity bean , and a Session bean (Stateles) . Both of them are deployed in Weblogic 6.1 and running sucessfully with their individual client .
i want to call the Entity bean from my Session bean and want the session beans remote interface to return me the entity beans home interface after making the lookup .
i dont know if this is how we set up the use of session bean to access entity beans .
help me with the process .
Thanks

------------------
Asif Equbal
Cognizant Technology Solutions , India.
23 years ago
Thanks Adams and Beno�t .

I was able to do that .
------------------
Asif Equbal
Cognizant Technology Solutions , India.
23 years ago
What is the platform of ur nachine where u are installing the Oracle 8i . U need to Un-Install the earlier version and re-install it and u should see to it that the Oracle installion is 100% complete .
get back with some more details about ur problem , it seems ur installation is not complete .

------------------
Asif Equbal
Cognizant Technology Solutions , India.
23 years ago
The problems sems to be with the init.ora file setting .
Change ur init.ora parameter names max_open_cursor = 200 ( default it is 50) .
i think this will do the Job

------------------
Asif Equbal
Cognizant Technology Solutions , India.
23 years ago
I have developed an entity bean , Matrix and deployed it to the Weblogic Server 6.1 . tested with java client it is working . I would like some help as to how can i access this Ejb , Using JSP as the client .
Thanks
23 years ago
I have developed an entity bean , Matrix and deployed it to the Weblogic Server 6.1 . tested with java client it is working . I would like some help as to how can i access this Ejb , Using JSP as the client .
Thanks