Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ennsak

  1. ennsak

    Remote Portlets and JSF Problem in Weblogic 8.1

    I currently have a JSF web application in which I have created a Java portlet (call it portlet ABC) to access some functionality. This web application is WSRP enabled. I have another application that is a portal application, where I have created a remote portlet that looks at the portlet...
  2. ennsak

    problem with entity beans remote interface and bean class

    I'm using JBuilder as an IDE and weblogic 8 as the application server.
  3. ennsak

    problem with entity beans remote interface and bean class

    I'm not sure what you mean by code tags!? The compiler error is: "MovieBean_lrp1q8_EOImpl.java": cannot resolve symbol: variable md_eo_doSomething in class headfirst.MovieBean_lrp1q8_HomeImpl at line 26, column 47 "MovieBean_lrp1q8_EOImpl.java": cannot resolve symbol: method doSomething ()in...
  4. ennsak

    problem with entity beans remote interface and bean class

    I'm writing an entity bean and I'm having problems compiling when I add a method to the remote interface and have a matching method in the bean class. I'm not sure what I'm doing wrong! The following code compiles and works fine: ************************************* 1. HOME: package...
  5. ennsak

    Weblogic 8.1 Clusters and Sharing Resources

    Currently we have 4 WLS clusters, with the same EJB (let's call it EJB-A) deployed to each cluster. These EJBs use a config file to retrieve a user id to login to perform some work. Right now each EJB-A has a config file with distinct user ids in it because no user id can be used at the same...

Part and Inventory Search

Back
Top