<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>Webseite von Jürgen Mayer - Softwareentwickler und IT Berater</title>
	<link>http://www.juergen-mayer.com</link>
	<description>Webseite von Jürgen Mayer, Informatiker. Individuelle Softwareentwicklung und Beratung.</description>
	<lastBuildDate>Tue, 16 Feb 2010 10:49:04 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Spring: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set</title>
		<description>The spring configuration file applicationContext.xml may contain this line:

&#60;property name="dialect"&#62;org.hibernate.dialect.DB2Dialect&#60;/property&#62;

Instead of this line you should try this:

&#60;prop key="hibernate.dialect"&#62;org.hibernate.dialect.DB2Dialect&#60;/prop&#62;

Hibernate properties within a spring configuration file start with 'hibernate.' </description>
		<link>http://www.juergen-mayer.com/20100215/spring-orghibernatehibernateexception-hibernate-dialect-must-be-explicitly-set_92</link>
			</item>
	<item>
		<title>eth0 verschwunden bei einer Ubuntu Linux Kopie in VMWare</title>
		<description>Ich habe eine Kopie eines Ubuntu Linux mit einer Tomcat und DB2 Installation bekommen, mein Problem war, dass das Netzwerkkarteninterface nicht sichtbar war. Mit ifconfig war nur das Loopback Interface zu sehen, eth0 hat gefehlt. Die Lösung sieht wie folgt aus:

Unter /etc/udev/rules.d/

das File 70-persistent-net.rules löschen. Dort ist ein alter Eintrag ...</description>
		<link>http://www.juergen-mayer.com/20090919/eth0-verschwunden-bei-einer-ubuntu-linux-kopie-in-vmware_91</link>
			</item>
	<item>
		<title>Lehrauftrag an der Akademie für Kommunikation in Ulm</title>
		<description>Diese Woche habe meine Lehrveranstaltungen an der AfK Ulm gestartet. Die Veranstaltungen behandeln Objektorientierte Programmierung, Datenbanktechnik und Projektmanagement. Für die drei Veranstaltungen habe ich einen extra Blog mit dem neuen Wordpress 2.8 aufgesetzt. Dort werden alle Materialen der Veranstaltungen gesammelt und angeboten. Der Blog ist hier zu finden: http://afk.juergen-mayer.com. </description>
		<link>http://www.juergen-mayer.com/20090919/lehrauftrag-an-der-akademie-fur-kommunikation-in-ulm_90</link>
			</item>
	<item>
		<title>Where is ejb/BusinessFlowManagerHome deployed</title>
		<description>You know I was working with the Human Task Manager API, so it was interesting for me to know where the EJB is deployed. There is the information:

On IBM ProcessServer:

ejb/BusinessFlowManagerHome ist part of BPE_Container Application. Concrete it's a part of the EJB module bpecontainer.jar inside this application. ejb/HumanTaskManagerHome is part ...</description>
		<link>http://www.juergen-mayer.com/20090919/where-is-ejbbusinessflowmanagerhome-deployed_79</link>
			</item>
	<item>
		<title>Name comp/env/ejb not found in context &#8220;java:&#8221;</title>
		<description>I currently working with IBM ProcessServer and I created a BPEL process doing some stuff.

I wanted to use the Human Task API inside a snippet. I got this error message:

javax.naming.NameNotFoundException: Name comp/env/ejb not found in context "java:"

How to make it work:

Add a reference to the HumanTaskManager EJB at your EJB ...</description>
		<link>http://www.juergen-mayer.com/20090919/name-compenvejb-not-found-in-context-java_78</link>
			</item>
	<item>
		<title>Deutsches OpenOffice 3.1 zum Download bereit</title>
		<description>OpenOffice 3.1 ist fertig, siehe hier die Meldung von heise.de. Zu den neuen Funktionen am besten den Artikel bei heise open lesen. Die deutsche Version von OO ist inzwischen auch hier zum Download verfügbar. </description>
		<link>http://www.juergen-mayer.com/20090507/deutsches-openoffice-31-zum-download-bereit_88</link>
			</item>
	<item>
		<title>Websphere App Server: Add HTTP transport Header to a JAX-RPC Client Stub</title>
		<description> com.ibm.websphere.webservices.Constants.REQUEST_TRANSPORT_PROPERTIES contains this string: com.ibm.websphere.webservices.requestTransportProperties

This constant is available since Webpshere App Server 6.0.  It's quite easy to add a HTTP transport header to a JAX-RPC-Client-Stub, look to this:

String endpoint = "http://localhost:8080/YOURAPP/services/YourService";

java.net.URL endpoint = new URL(endpoint );

YourServiceLocator locator = new YourServiceLocator ();
YourService stub= locator.getYourService(endpointUrl);

java.util.HashMap sendTransportHeaders = new java.util.HashMap();
sendTransportHeaders.put("Cookie","YourCookieName=YourCookieValue");
// this is ...</description>
		<link>http://www.juergen-mayer.com/20090504/websphere-app-server-add-http-transport-header-to-a-jax-rpc-client-stub_84</link>
			</item>
	<item>
		<title>Find all lines in a file containing some text</title>
		<description>I want to search for some text in a directory containing log files. I want to know all lines containg this text, I use this command:

find . -type f -print &#124; xargs grep "[text you want to search for]" </description>
		<link>http://www.juergen-mayer.com/20090127/find-all-lines-in-a-file-containing-some-text_86</link>
			</item>
	<item>
		<title>schutzgeld.de geht in Rente</title>
		<description>"Deutschlands erster Liveshop geht in Rente". Das lese ich gerade auf schutzgeld.de. Was ist da denn los frage ich mich. Sieht aus wie aufhören, so lange es noch schön ist.

Live Shops gibt es inzwischen schon einige, auch bestehende Shops nehmen entsprechende Ein-Produkt-Ein-Preis-Angebote auf, Anbieter siehe http://www.myliveshopping.de/ oder http://www.liveshopping-aktuell.de/liveshopping-angebote.html. Guut.de ein ...</description>
		<link>http://www.juergen-mayer.com/20081107/schutzgeldde-geht-in-rente_85</link>
			</item>
	<item>
		<title>IWAB0014E Creating a webservice Client</title>
		<description>I wanted to create a webservice client with Rational Application Developer and Websphere Integration Developer. With both products I got this message:

IWAB0014E Unexpected exception occured. 

This exception occurs when there is not a configured server for your client environment in the workbench. The workaround is to create at least one ...</description>
		<link>http://www.juergen-mayer.com/20080909/iwab0014e-creating-a-webservice-client_83</link>
			</item>
</channel>
</rss>
