Don’t be a blogger if you are not. Stop copying blog – Shadab Akram.

This is to inform that Mr. shadab akram of shadabadf.blogspot.de is stealing many blog article without prior permission of the original authors including me. I am the victim along with others.
Interesting thing is he copied from all ADF blog. I don’t understand that whether this guy is in some condition to create a blog.i don’t find a single article from him.he all copied from other.
It really disappointing and sad.It really a cheating.Shadab IT is really small, you will be known for plagiarism in blog and content. Please stop doint this.

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

here is list of my article

original article-https://www.techartifact.com/blogs/2013/01/access-one-managed-bean-from-another-in-jsf-2-0.html

copied article-http://shadabadf.blogspot.de/2013/05/access-one-managed-bean-from-another-in.html

**************************************************************************************************

original article- https://www.techartifact.com/blogs/2013/05/get-current-row-of-table-oracle-adf.html

copied article-http://shadabadf.blogspot.de/2013/05/get-current-row-of-table-in-adf.html

**************************************************************************************************

original article- http://gopal-krishna-aggarwal.blogspot.de/2013/01/calling-javascript-method-using-java-in.html

copied article- http://shadabadf.blogspot.de/2013/05/calling-javascript-method-using-java-in.html

**************************************************************************************************
original article- http://blood-sweat-and-beers.blogspot.de/2013/05/programmatically-defining-adf-messages.html

copied article- http://shadabadf.blogspot.de/2013/05/programmatically-defining-adf-messages.html

**************************************************************************************************

original article- http://chiranjeevioaf.blogspot.de/2013/03/copying-data-from-one-table-to-another.html

copied article- http://shadabadf.blogspot.de/2013/03/copying-data-from-one-table-to-another.html

**************************************************************************************************

original article- http://adfpractice-fedor.blogspot.de/2012/02/understanding-immediate-attribute.html

copied article- http://shadabadf.blogspot.de/2013/04/understanding-jsf-immediate-attribute.html

**************************************************************************************************

original article-http://chiranjeevioaf.blogspot.in/2013/03/create-viewobjectvo-dynamically.html

copied article- http://shadabadf.blogspot.de/2013/04/create-viewobjectvo-dynamically.html

**************************************************************************************************

Happy coding but not cheating with techartifact….

Get current row of table -Oracle ADF

Requirment- to get the current row of a table

Solution- Following is the code used for this

DCBindingContainer dcb = (DCBindingContainer)getBindings();    
DCIteratorBinding dcItr = dcb .findIteratorBinding("iteratorName");
RowSetIterator rsIter = dcItr .getRowSetIterator();
Row rowObj = rsIter .getCurrentRow();

Happy coding with Vinay Kumar in Techartifact 🙂

SAX Error – Content Is Not Allowed In Prolog

Today, i am working and came across a weird error.not sure what was is..error is as below :=

org.xml.sax.SAXParseException: Content is not allowed in prolog.
at org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown Source)
at org.apache.xerces.util.ErrorHandlerWrapper.fatalError(Unknown Source)
at org.apache.xerces.impl.XMLErrorReporter.reportError(Unknown Source)

Solution=After spending lot of time , i found some invalid character or element in begining of xml element
Any characters before the “