<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>Webseite von Jürgen Mayer, M.Comp.Sc. - Software-Experte, Projekt-Manager, IT-Berater. Individuelle Software Entwicklung, Software-Design, Modellierung.</title>
	<link>http://www.juergen-mayer.com</link>
	<description>Webseite von Jürgen Mayer, Informatiker. Individuelle Softwareentwicklung und Beratung</description>
	<lastBuildDate>Wed, 27 Apr 2011 06:24:12 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Determine WebSphere Portal Server Version</title>
		<description>Execute PortalServer/bin/WPVersionInfo.(bat&#124;sh)

You will receive a WebSphere Portal Product Installation Status Report containing detailed information. </description>
		<link>http://www.juergen-mayer.com/20110426/determine-websphere-portal-server-version_97</link>
			</item>
	<item>
		<title>ltpa token issues</title>
		<description>Use trace string: com.ibm.ws.security.*=all=enabled and maybe com.ibm.wsspi.wssecurity.*=finest  </description>
		<link>http://www.juergen-mayer.com/20101123/ltpa-token-issues_96</link>
			</item>
	<item>
		<title>SRVE0068E: java.lang.ClassCastException: com.ibm.wps.pe.pc.legacy.impl.PortletConfigImpl incompatible with javax.servlet.ServletContext</title>
		<description> SRVE0068E: Uncaught exception thrown in one of the service methods of the servlet: [your servlet here]. Exception thrown : java.lang.ClassCastException: com.ibm.wps.pe.pc.legacy.impl.PortletConfigImpl incompatible with javax.servlet.ServletContext

Find a solution here: http://www-01.ibm.com/support/docview.wss?uid=swg21316024 </description>
		<link>http://www.juergen-mayer.com/20100816/srve0068e-javalangclasscastexception-comibmwpspepclegacyimplportletconfigimpl-incompatible-with-javaxservletservletcontext_95</link>
			</item>
	<item>
		<title>SECJ0056E: Authentication failed for reason 319</title>
		<description>
  
Hint: Enable the following trace String com.ibm.ws.security.*=all=enabled to get more information. 
&#160;
This error occurs during decoding LtpaToken which is a Base64 encoded byte stream. For my case the error occured because LptaToken was not a valid Base64 encoded byte stream, the last character was cut off.
&#160;
&#160; </description>
		<link>http://www.juergen-mayer.com/20100805/secj0056e-authentication-failed-for-reason-319_94</link>
			</item>
	<item>
		<title>Modify Websphere Portal Session Cookie JSESSIONID</title>
		<description>Log into to your WebSphere Application Server Administration  Console.

Select Servers -&#62; Application Servers -&#62; WebSphere_Portal
Select Web Container-&#62; Session Management.
Click on the Enable Cookies link. (Leave it checked.)
Change the cookie name from JSESSIONID to any other cookie name.

Click Apply and then Save the changes
Restart WebSphere Portal. </description>
		<link>http://www.juergen-mayer.com/20100508/modify-websphere-portal-session-cookie-jsessionid_93</link>
			</item>
	<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>
</channel>
</rss>

