Anthony Beaty

Greenhorn
+ Follow
since Nov 27, 2012
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 Anthony Beaty

I have the SCJP 1.4, the Web Component Developer 1.4 and the Business Component Developer 1.4 certifications. Do I need a more recent certification to be eligible for the 1.7 upgrade exam? If so, does it mean that I would have to write IZ0-803 to be able to take the 804 exam?

Thanks a lot.
For future references, the answer is very simple:

print AdminConfig.types()
11 years ago
Hello all,

Is there a way to list all possible types that can be passed to AdminConfig.create?

For example, if you want to create a J2C Alias, you have to know to pass the type "JAASAuthData". If you know this name then you can get other details using AdminConfig.required('JAASAuthData'), but I have to know the keyword 'JAASAuthData'.

I have tried:

print AdminConfig.help()
print AdminConfig.create.help()

The first one works and give high level generic help on create. The second one returns "AttributeError: 'method' object has no attribute 'help'"

I have tried various searches in google and the info center, but can't find anything helpful.

I am using WAS v7 FP23 in case it's important. Thanks a lot.
11 years ago