„…Tauss, der als Internet-Experte gilt, hat wiederholt seine Unschuld beteuert und die Funde mit seiner Tätigkeit als medienpolitischer Sprecher der SPD-Bundestagsfraktion erklärt.“
Da möchte ich ja nicht wissen was der gesundheitspolitische Sprecher so alles in seinem Büro hat…
Was wäre Fernsehen ohne Internet?
Nebenher Wikipedia und imdb geöffnet?
Aber wie cool ist das denn?
Today I unsubscribed from http://www.redbooks.ibm.com this feed was a source of information for years. The last two years it turns to a bunch of boring stuff.
Goodbye IBM Redbooks…
If the SAP RFC returns tables the SAP adapter shows no data in the developer while testing. In the Webadministrationscreen the adapter runs fine. Insert the SAP adapter service in a flowservice and initialize the output values with empty values before the rfc call.
Die deutsche Adaption mit Sky Dumont war besch..eiden. Aber das Original ist ‚hilarious‘.
Hier geht’s lang
http://tvrss.net/search/?show_name=The+IT+Crowd&show_name_exact=true&mode=rss
Viel Spass.
Copy the mysql-connector-java-bin.jar in the SERVICEMIX_HOME/lib directory.
Download the Spring framework.
Locate the spring-jdbc.jar and copy it in the SERVICEMIX_HOME/lib directory.
Edit the jndi.xml file in the SERVICEMIX_HOME/conf directory.
Locate the <util:map id="jndiEntries"> node.
Add this node to it.
<entry key="java:comp/env/jdbc/datasourcename">
<bean class="org.springframework.jdbc.datasource.DriverManagerDataSource">
<property name="driverClassName" value="com.mysql.jdbc.Driver"/>
<property name="url" value="jdbc:mysql://localhost/databasename"/>
<property name="username" value = "ruuht"/>
<property name="password" value = "ohnePasswort"/>
</bean>
</entry>
While playing around with ServiceMix I had to undeploy a service-assembly. This was not so easy.
You can use an ant task under SERVICEMIX-HOME/ant.
The readme.txt has a typo and I didn’t know the servicemix user and password.
Finally I came up with:
ant -f servicemix-ant-task.xml -Dsm.username=smx -Dsm.password=smx -Dsm.service.assembly.name=NAME_OF_THE_SA undeploy-service-assembly
You have to shut down the service-assembly before using the JMX console (jconsole)