Bernd Wollny

Ranch Hand
+ Follow
since May 15, 2006
Bernd likes ...
Eclipse IDE Java
Merit badge: grant badges
For More
Bremen
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 Bernd Wollny

Congratulations Matthew!!!

Did you consider to ask Oracle for the score?

Regards
Bernd
12 years ago
Hi Yi Wan,

thanks! But thtas quite normal, i had to wait 10 weeks to get my result! Keep cool...

Regards
Bernd
12 years ago
Thanks again!

Yeah Roel, had an intention that i will get my results tomorrow...

BTW, wanted to know the score, but hey, doesn't matter anymore right?

Regards
Bernd
12 years ago
Hi guys,

seems that i have passed the SCJD/OCMJD!!! Tomorrow i have got a mail from Oracle announcing that:

Congratulations! You have passed the Oracle Certified Master, Java SE6 Developer certification.

....

You have received a passing score. Passing grades do not receive a score, just the pass. A failing grade will receive section level scoring so that a candidate may isolate the area of failure and resubmit their assignment. Numeric scores are only provided on failures.

...

Regards,
OCP Team



I'm very lucky an want to thank anybody here ion the forum, especially Roel and Roberto...

But, i'm a little bit confused, isn't there no score anymore?

Thank and have a good day!

Bernd
12 years ago
Hi all,

good news for everyone who has already taken one of these courses in the past. My question:

I have already taken the needed course last year (2010/08/09 to 2010/08/12), does it count if i will start my Oracle Certified Master, Java EE 5 Enterprise Architect certification?



Oracle's answer:

Hi Bernd,

We are sorry for the confusion.

Please note that the course (Developing Architectures for Enterprise Java Applications) which you have completed from BOS-it (the company) will fulfill the Hands on course requirement towards Oracle Certified Master, Java EE 5 Enterprise Architect certification track. You do not need to do the course again.

Regards,
OCP Team



Greetz Bernd
Ok, puuuuhh....i am using layout manager, but as the FAQ states here, it is ok because they do not extend java.awt.Component. But i am using the java.awt.Component directly in my class, so i was wondering if it is prohibited...

Roel: thanks for changing my headline, was the first shock...
Hi guys,

i was searching through my code by looking for "java.awt.Component". And, what the hell, i found one reference. I found it when i was overriding JTable and
it's method "prepareRenderer(TableCellRenderer, int, int)" which returns java.awt.Component, so i did use it right? I mean i was unsing a swing component which uses
awt components.

But, what now? Will i fail? Can i retake the assignment, just deleting this part of code?

Thanks and greetz
Bernd
Hi,

once more my question concerning OCMJEA under a new context: a course taken in the past (last year), will it be accepted as the required course? I have taken it in a Sun Education Center,
the course was the SL-425.
When no one knows, who to contact? Oracle at 'developer-submit_US@oracle.com' or at 'suncert_ww@oracle.com'?

Regards
Bernd
Howdy guys,

since some of these courses are standards, if i have already taken a course (SL-425) in the past, does it count? (It was not from Oracle itself, some other company did it.)

Regards
Bernd
Howdy guys,

just took my essay exam. Now i know what you guys mean that we don't have to worry about the essay. It's quite that simple compared with the
programming part. But, i had five questions and only two hours, not more....

I hope that i don't have to wait too long...

Regards
Bernd
Ok guys, i will take a closer look at my code tonight, because i have the exam tomorrow...it's a long time ago i implemented the first lines of code...

Thanks!
I could understand that if i have to do this about my hole assignment but for 4(!) questions i really have my doubts... what i don't want to do is to write down words only because i have to....
But, more than two hours seems to be very much time for four questions? Someone out there that can explain that?

Thanks and regards
Bernd
Hi Sean,

wrote you a PM.

But, btw, i'm currently in a fight with Oracle. I bought my assignment in January, 2008. After getting some email like you, that "blablabla...", i wrote back
and then i got a second mail that i should send my assignment to 'developer-submit_US@oracle.com'. So, now i have done this and i'm waiting for their
feedback... I need their feedback while there's no possibility to buy an essay voucher for this assignment (part II). So, what have you done?

Regards
Bernd
hey folks!

i got a very strange behaviour when i deploy my ejb application on WAS 6.1 instance within RAD. in my ear-project i do have two ejb-projects and about three other jars
that match with my other plain java projects. when it comes to deployment everything seems to be ok, but when i use the universal test client shipped by ibm,
i can't see any installed ejbs and no jndi-lookup works. i always get some NoClassDefFoundError regarding the first occurrence of one code line regarding my
plain java projects. it seems that they are not in classpath. but, shouldn't that be, until i referenced them within my ear-project???

btw, during deployment, i cant't see any logs that says "well, bean1 installed properly, bean2 installed properly, etc...". from jboss i know that there are outputs that
show the user important informations....

thanks and regards
bernd
13 years ago