Monday, July 21, 2008

why is an ESB tool like JCAPS 6 unable to use Javadoc ?

hi *,

i just wanted to know if anyone out there understands why sometimes the most expensive tools (i like JCAPS really a lot) sometimes have to have such HUGE shortcomings?

as i understand it right now JAVA Caps Version 6 and lower do not support Javadoc of e.g. external libraries? can this be true?

in a world of java where javadoc has always been a good companion for us why omit this festure? it is really really important to some of us out there...

ill log a feature request now ;-) ...




regards chris





Tuesday, July 8, 2008

2nd video time

here is a talk by a googler about code static analysis of java code by findbugs tool



tool can be found here http://findbugs.sourceforge.net/

Monday, July 7, 2008

CAPS user conference goes EMEA !!!

years of suffering have come to an end. finally this entry of jason baragry points out that there will be a user conference of caps soon.

see detailes here and here



YEEEESSSS we have been waiting a long time now ;-)




cu chris

Friday, July 4, 2008

UNIX command all time favourite

search in all java classes of current subdirectory if a certain string exists and print the lines and filenames to std out....

it can be as simple as that....




find . -name "*.xml" -exec grep EMB {} \+

Thursday, July 3, 2008

it 's video time

in the last months many many videos have been published that deal with java caps 6 and related topics. ill publish some of them here or at least link to them...

Carrefour on using CAPS


or keith publishing a new interesting idea to manipulate inside the NMR of CAPS in future releases i personally love this very very much

http://mediacast.sun.com/users/KeithBabo/media/fuji-interceptors.swf






more videos soon to come

Wednesday, July 2, 2008

UICMN2094 most missleading error message cost me a day

i recently did some things with the new CAPS management API. e.g. building a command line tool that is really capeable of managing STCMS and MQ. when building the solution i had a big porblem that cost me a day to figure out.....

whenever i tried to connect to glassfish via caps API the API said:

 

SCHWERWIEGEND: null
com.sun.caps.management.common.CAPSManagementRemoteException: CAPS_MANAGEMENT_CLIENT_TASKSFAILEDERRORUICMN2094Verbindung mit [Host = eaicaps, Anschluss = 4848] für Benutzer admin.
Prüfen Sie die Verbindungseinstellungen, und vergewissern Sie sich, dass der Server ausgeführt wird.
aeaicapst014848admin
YES

at com.sun.caps.management.client.CAPSManagementClientFactory.getInstance(CAPSManagementClientFactory.java:315)
at eai.jms.mq.JmsMgrMq.(JmsMgrMq.java:49)
at eai.test.Test.main(Test.java:24)
java.lang.Exception: CAPS_MANAGEMENT_CLIENT_TASKSFAILEDERRORUICMN2094Verbindung mit [Host = eaicaps, Anschluss = 4848] für Benutzer admin.
Prüfen Sie die Verbindungseinstellungen, und vergewissern Sie sich, dass der Server ausgeführt wird.
aeaicapst014848admin
YES

at com.sun.caps.management.client.CAPSManagementClientFactory.createManagementException(CAPSManagementClientFactory.java:80)
at com.sun.caps.management.client.CAPSManagementClientFactory.getInstance(CAPSManagementClientFactory.java:313)
at eai.jms.mq.JmsMgrMq.(JmsMgrMq.java:49)
at eai.test.main(Test.java:24)

Exception in thread "main" java.lang.NullPointerException
at eai.jms.mq.JmsMgrMq.getServerStatus(JmsMgrMq.java:188)
at eai.test.Test.main(Test.java:29)
Java Result: 1




i took me really a day to figure out rhat just one jar file was missing in my CP....

appserv-rt.jat

please do not waste as much time as i did...

regards chris

My "sun" Blogroll

My "podcast" Blogroll