Jurica Krizanic

Ranch Hand
+ Follow
since Dec 11, 2008
Jurica likes ...
Spring Java
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
1
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Jurica Krizanic

Frits Walraven wrote:
Nope, very high chance that it doesn't work. Go for Glassfish or Jboss.



Glassfish will be! Thank you for the info.
I can't make it work on Tomcat 7. Getting that name is not bound in context, tried all combinations.

Anyone managed to make it work on Tomcat 7 or trying on Glassfish is the only solution?

Sorry if I missed how to make it work on Tomcat!
Hi,
were there any questions regarding web service clients?
Where can I find the Ivan notes?


Thanks!
10 years ago
Hi,
is it possible to install the commercial JWS+ V6 for Oracle Certified Expert Enthuware package on multiple computers?

Thank you!
Thank you Frits!
I have some additional questions!

Is the number of correct answers displayed for every question?
If I purchase the package, and in the meantime you extend the question database, is updating question database possible for a buyer?

What are the topics covered in mock and Sectionwise/Objectivewise exams?

Could you share the sections with us?

Thank you!

This are the quick questions! I will ask the content related in the following days, don't worry!
Hello,
I have several questions regarding Enthuware Java web services mock exams.

1. Is it possible to pause a mock test?
2. After test is completed, answers with detailed explanation are available?
3. Is it possible to perform one mock exam multiple times?

Thank you!

Himai Minh wrote:Can someone explain to me the difference between ParameterStyle.WRAPPED vs ParameterStyle.RPC in this case ?]



You mean ParameterStyle.WRAPPED vs ParameterStyle.BARE?
If I understand, you don't want to expose superMethod1() as a web method in your BeanImp, and you don't want to change the implementation in the BeanImp?!

As far as I know, you can do what Noni Singh said and call the super method from inherited one! I believe in that way the method in BeanImp will not be exposed as a web method,
and you will get the complete implementation of the superMethod1() from the Base class.



Sorry if I misinterpreted the question.
Hi,
you can check ScdjwsLinks for info about study materials.

Best regards,
Jurica Krizanic
According to the research I have performed, it can be checked by checking basic constraints! Check the API of X509Certificate class for returning results of getBasicConstraints() method.

So if the method returns result != -1, a certificate can be considered as a CA certificate.

I have checked this with several CA certificates (root and intermediate), and it works as described.

I have also checked this method with several user certificates, and the method returns -1 as result.
11 years ago
Hello,
I have an X509Certificate and I need to identify if it is a CA certificate or user certificarte.

Anyone knows how to do it?

Not sure if I can rely on KeyUsage parameters.

Thanks in advance!

Best regards,
Jurica Krizanic
11 years ago
Sorry for the late response.
I will try with the latest update.
12 years ago