Blog Home  Home RSS 2.0 Atom 1.0 CDF  
Andreas Mersch - Wednesday, August 12, 2009
software development and more...
 
 Wednesday, August 12, 2009
There is another JavaScript bug in Oracle WebCenter Interaction 10gR3 (\bea\alui\ptimages\imageserver\plumtree\common\private\jsutil\LATEST\ptutil.js). My current version of this file 'ptutils.js' is 334989. You can find the bug in line 116:

                if (srcObj.Class && (srcObj.Class == 'Array') && (typeof srcObj[i] == 'function')) { continue; }

which should be

                if (srcObj.Class && (srcObj.Class == 'Array') && (typeof srcObj[i] == 'function')) { continue; }
                if (typeof srcObj[i] == 'function') { continue; } // <-- This line is missing

8/12/2009 1:49:03 PM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Oracle WebCenter Interaction  | 
 Thursday, July 30, 2009
For some reasons it is very helpful to have a java decompiler. If you need one, have a look to http://java.decompiler.free.fr/, which also has a good Eclipse integration.

7/30/2009 9:21:48 AM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Java  | 
There is a javascript bug in PTControls.js (\bea\alui\ptimages\imageserver\plumtree\common\private\js\jscontrols\LATEST). My current version of this file is 334989. You can find the bug in line 16424

PTTabControl.prototype,constructor = PTTabControl;

which has to be
PTTabControl.prototype.constructor = PTTabControl;

7/30/2009 8:43:18 AM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Oracle WebCenter Interaction  | 
 Monday, April 27, 2009
On August 27th, 2008, Bill Benac published a very useful Firefox Add-on. With this add-on you can always recognize the portal server the response came from. Especially it is very useful in a clustered environment.


My colleagues and me extended this add-on with additional information, like the construction and response time. You can get this add-on from Bill Benac's website http://blog.billbenac.com/blog/2008/08/firefox-plugin-shows-host-port.html or send me a mail ;-).

4/27/2009 8:22:39 AM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Oracle WebCenter Interaction  | 
 Thursday, April 23, 2009
While developing an intranet portal based on Oracle WebCenter Interaction 10gR3 for a customer, developers of idesis GmbH (http://www.idesis.de) have successfully fixed a bug with accessing a bookmarked community page (portal page) url when the user doesn't have a valid portal session in a SSO (Single SignOn) environment yet.

There are 4 different ways to open a community page:
  1. http://<portalurl>/portal/server.pt
  2. http://<portalurl>/portal/server.pt?open=514&objID=12345&mode=2
  3. http://<portalurl>/portal/server.pt?uuID={C8DC1486-F0CF-4DD4-A0A8-753E0D6B2D36}&mode=2
  4. http://<portalurl>/portal/server.pt/community/information_management/1111/information_management
The first address always opens the homepage, so it isn't interesting for us in this case. The second address always works, even in a SSO environment. Address-type 3 and 4 only work if the user already logged on the portal.

You can reproduce the bug doing the following steps:
  1. Configure an WCI 10gR3 portal (or ALUI 6.x) with SSO.
  2. Bookmark a community page.
  3. Open a new browser window and attempt directly access that bookmarked community Url.
  4. Note that you are redirected to your My Page / Homepage (it depends on the configuration of your experience definition)
  5. Now that you're already logged in via SSO, if you paste the community URL again into the address bar then you will properly be directed to the community.
If you are interested in this bugfix, please contact

Thomas Glander
Sales Manager

idesis GmbH
Rellinghauser Straße 334F
D-45136 Essen

http://www.idesis.de
T +49 (0) 700 433747 01
F +49 (0) 700 433747 99
E thomas.glander(at)idesis.de

4/23/2009 8:56:08 AM (Mitteleuropäische Sommerzeit , UTC+02:00)  #      Java | Oracle WebCenter Interaction  | 
 Sunday, March 16, 2008
Wie greife ich aus einer Applikation auf Anmeldeinformationen einer anderen Applikation auf der selben Maschine zu...
3/16/2008 7:48:15 PM (Mitteleuropäische Zeit , UTC+01:00)  #      ASP.NET  | 
 Wednesday, December 19, 2007
C# 3.0: Extension Methods, ein neues Sprachfeature von C# 3.0
12/19/2007 12:42:12 PM (Mitteleuropäische Zeit , UTC+01:00)  #      C#  | 
 Tuesday, December 11, 2007
Automatisch implementierte Eigenschaften, ein neues Sprachfeature von C# 3.0
12/11/2007 8:54:09 AM (Mitteleuropäische Zeit , UTC+01:00)  #      C#  | 
 Tuesday, November 13, 2007
Wie lässt sich unter Ubuntu die Default JVM umschalten...
11/13/2007 10:53:20 AM (Mitteleuropäische Zeit , UTC+01:00)  #      Java | Ubuntu  | 
Copyright © 2012 andreas mersch. All rights reserved.
DasBlog 'Portal' theme by Johnny Hughes.
Pick a theme: