werner_dornacher
Explorer
Member since ‎03-29-2004

User Statistics

  • 20 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I'm trying to lookup the jdo DefaultPMF in a WD App, but the lookup fails. Im using "java:comp/env/jdo/defaultPMF" when I work with a web project, but it doesnt work with WD. I looked for some alias in the JNDI service manager and found "mcf/jd...
Hi,I'm coding an entitity bean. I've tried to use the SAP table locking API. Im sure to specify a valid database and a valid table name. But when I call the lock method I get a technicalLockexception : "table telefon not in catalog". What's the probl...
Hi,I've found how to display a login screen for my dynpro application, but I want to resstrict access to my application to specific user roles. Where do I set up authorized security roles? Theres a thread about this saying that Web Dynpros are portal...
Hello,I've got a MySQL db with ~ 1500 rows. When doing a select through an entity ejb it take ~2500ms to execute a given request. It takes ~250 ms when I access the data base directly on the client. My ejb is ten times slower than a direct access by ...
Hi,I deployed a bean managed entity bean on the WAS 6.40. I can lookup at the bean, call a find method that returns a collection of "Employee" objects. But when I try to call a method of that object I get a :java.rmi.RemoteException: com.sap.engine.s...