Tag Archives: blog

Stop Blog Theft – I-Felix joins the club


IFelix joins the club with Mr.Saravanan

Added to this entry
https://vtkrishn.com/2012/03/23/stop-blog-theft/

I found another person who is seriously copying blogs from my blogs

Blog date Thursday, March 10, 2011

http://adf-lk.blogspot.com/2011/03/adf-client-side-validations-with_10.html

Stealing date Wednesday, March 28, 2012

http://ifelix.blogspot.com/2012/03/adf-client-side-validations-with.html

Blog date July 19, 2011

https://vtkrishn.com/2011/07/19/jdevloper-not-taking-the-latest-changes-what-to-do/

Stealing date January 8, 2012

http://ifelix.blogspot.com/2012/01/jdevloper-not-taking-latest-changes.html

So this guy, also joins the club

Could not Deserialize the session data


Recently there was an issue with the session not getting invalidated upon logging out in adf page. we were using the following code to invalidate the session in the logout method


FacesContext fc = FacesContext.getCurrentInstance();
ExternalContext ec = fc.getExternalContext();
HttpServletRequest req = (HttpServletRequest) ec.getRequest();
HttpServletResponse res = (HttpServletResponse) ec.getResponse();
HttpSession ses = (HttpSession) req.getSession(false);
ses.invalidate();
res.sendRedirect(target);
fc.responseComplete();

with the above code the following exception was thrown to the user


java.lang.NullPointerException
 at oracle.adf.share.http.HttpUtil.getAttribute(HttpUtil.java:98)
 at oracle.adf.share.http.HttpSessionScopeAdapter.get(HttpSessionScopeAdapter.java:240)
 at oracle.jbo.common.ampool.SessionCookieImpl.<init>(SessionCookieImpl.java:164)
 at oracle.jbo.http.HttpSessionCookieImpl.<init>(HttpSessionCookieImpl.java:133)
 at oracle.jbo.http.HttpSessionCookieImpl.<init>(HttpSessionCookieImpl.java:124)
 at oracle.jbo.http.HttpSessionCookieFactory.createSessionCookie(HttpSessionCookieFactory.java:131)
 at oracle.jbo.common.ampool.ApplicationPoolImpl.createSessionCookie(ApplicationPoolImpl.java:452)
 at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java:141)
 at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:222)
 at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
 at oracle.adf.model.BindingContext.get(BindingContext.java:457)
 at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
 at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
 at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
 at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
 at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)

the issue is solved using the solution given in this forum
https://cn.forums.oracle.com/forums/thread.jspa?threadID=663589

ie. we have to release the Datacontrol also to invalidate the session

...
ValueBinding vb = fc.getCurrentInstance().getApplication().createValueBinding("#{data}");
BindingContext bc = (BindingContext)vb.getValue(fc.getCurrentInstance());
DataControl dc = bc.findDataControl("DataControl");
dc.release(DataControl.REL_ALL_REFS);
..

Stop Blog Theft !!!


This is to inform that Mr. Saravanan of http://jdeveloperandadf.blogspot.com is stealing many blog contents without prior permission of the original authors. I am the victim along with others.

So I believe that all his blogs are stolen from some other blogs..

Blog date May 4, 2010
https://vtkrishn.com/2010/05/04/how-normal-jar-library-is-different-from-adf-library/
Stealing date Sunday, May 15, 2011
http://jdeveloperandadf.blogspot.com/2011/05/how-normal-jar-library-is-different.html#comment-form

http://www.techartifact.com/blogs/2011/08/oracle-adf-interview-question-part-2.html
Stealing date Tuesday, February 15, 2011
http://jdeveloperandadf.blogspot.com/2011/02/oracle-adf-interview-questions-and.html

Blog date Tuesday, March 29, 2011
http://shidharth.blogspot.com/2011/03/floating-footer-page-layout-in-adf.html
Stealing date Sunday, April 3, 2011
http://jdeveloperandadf.blogspot.com/2011/04/floating-footer-page-layout-in-adf.html

Blog date Wednesday, February 24, 2010
http://sameh-nassar.blogspot.com/2010/02/javascript-functions-sample.html
Stealing date Thursday, March 3, 2011
http://jdeveloperandadf.blogspot.com/2011/03/javascript-with-adf-faces-samples.html

(In this the link that he mention’s goes to Andrejus’s Blog – caught red handed)
Blog date Sunday, February 13, 2011
http://andrejusb.blogspot.com/2011/02/adf-region-communication-region-refresh.html
Stealing date Saturday, March 5, 2011
http://jdeveloperandadf.blogspot.com/2011/03/adf-region-communication-region-refresh.html

So BEWARE of this guy..

Webcenter Services at a glance


Analytics – Google Analytics – shows analytics for the personal site

Announcements – Google calendar announcement about the birthdays and anniversary

Blog – Blogspot for blogging

Discussions – Forums to discuss anything

Documents – Google Docs for content management

Events – Google calendar to mark events

Instant Messaging and Presence – Gtalk for messaging

Links – Google bookmarks for storing links

Lists – Listing of ongoing/pending tasks

MailGMail

Notes – Google Notes

Notifications – Facebook posting on walls

People connectionsFacebook

Polls – Facebook polling for suggestions

Personalizations – iGoogle to personalize home page

Recent Activities – Facebook activities

Activity Graph – Google site statistics

RSS – Blog feed for updates

Search – Google search

TagsPicasa photo tags

Wiki – Wikipedia for informations

WorkLists – todo lists for daily Agenda