Frank Hefter

Greenhorn
+ Follow
since Apr 14, 2004
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Frank Hefter

I used a MBean. Why did no one help me?
Thanks anyway,
Frank

Originally posted by Peter Storch:
During deployment we found that sometimes it's necessary to adjust a properties file due to a change in the environemnt. It was quite messy to unpack the .jar file, edit the .properties file and repackage again. And we didn't want to perform a whole redeployment.


We put such properties into database. Protected by a installer role.
Is that possible in your case?
Frank
Hallo,
what is the best way to get a SAP JCo Server working
within a J2EE Servers (JBoss preferred)?
I have JRA running to send RFC to SAP R/3.Works fine.
I have a JCo Server running in a separate J2EE Client
in a kind of delegate pattern. (But that solution is no good.)
If an RFC (request) comes from R/3 to my JCo server I have to look through all sessions (witch have a R/3 user property)
and find the right user from RFC. Than I hand over the information to that
session bean.
So the problems are:
1. What kind of container to use for the JCo server.
2. How to look through all session beans most efficient.
Thanks in advance,
Frank