• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Authentication error calling home methods.

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am getting an Authorization/security error accessing home methods like create(), findByPrimaryKey(), etc.
We added a column to a table wanted to display it in our front end (Swing based). So here are the steps I followed:
1. Added a column to the database.
2. Added a non-key CMP field to the Bean.
3. Added a column to the table in the Schema using Schema Browser.
4. Mapped the Bean to Schema using Map Browser.
5. Generated Deployed code on the Bean.
6. Exported Deployed Jar.
7. Exported all other jar files.
8. Stopped WAS.
9. Stopped IBM Secureway.
10. Copied the jar files in their respective directories.
11 Added security to the new methods using WAS Admin Console.
11. Started SecureWay
12. Started WAS
13. Logged into the application and tried to save and got the error
"6/16/03 5:44 PM : AUDIT [WBCTH01AC124/Warranty_dev]: Authorization failed for WBCTH01AC124:389/websphere while invoking (Home)com/anc/warrantyclaims/ejb/Claim create"
Am I missing anything here?
We are using WAS 3.5.4 and VAJ 4.0.
Any help will be appreciated.
TIA.
Jag.
 
Please do not shoot the fish in this barrel. But you can shoot at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic