javaosdev.blogspot.com javaosdev.blogspot.com

javaosdev.blogspot.com

The Incident Archive

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis

http://javaosdev.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR JAVAOSDEV.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Tuesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 3 reviews
5 star
1
4 star
2
3 star
0
2 star
0
1 star
0

Hey there! Start your review of javaosdev.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

FAVICON PREVIEW

  • javaosdev.blogspot.com

    16x16

  • javaosdev.blogspot.com

    32x32

CONTACTS AT JAVAOSDEV.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
The Incident Archive | javaosdev.blogspot.com Reviews
<META>
DESCRIPTION
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis
<META>
KEYWORDS
1 posted by
2 donovan sherriffs
3 no comments
4 older posts
5 search this blog
6 blog archive
7 october
8 helpful links
9 adf community
10 deep red
CONTENT
Page content here
KEYWORDS ON
PAGE
posted by,donovan sherriffs,no comments,older posts,search this blog,blog archive,october,helpful links,adf community,deep red,jdev oracle site,skin selectors,svn and adf,adf how to,translate,about me,tools used,followers
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

The Incident Archive | javaosdev.blogspot.com Reviews

https://javaosdev.blogspot.com

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis

INTERNAL PAGES

javaosdev.blogspot.com javaosdev.blogspot.com
1

The Incident Archive: MDS: Update script - NOT RECOMMENDED

http://javaosdev.blogspot.com/2014/05/mds-update-script-not-recommended.html

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Wednesday, May 7, 2014. MDS: Update script - NOT RECOMMENDED. For my use only don't use this without understanding what you are doing. I had a bunch of old MDS features in my menu which was causing our menu to collapse on login. The collapse feature was set to not persist so the users had no way of fixing this). Instead of writing code or purging all settings from MDS for that page I decided on a data fix. UPDAT...

2

The Incident Archive: May 2013

http://javaosdev.blogspot.com/2013_05_01_archive.html

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, May 2, 2013. Java: Active directory paging code. Forgive some of the bad code this was a quick script and a reminder to self on how to do this: (note this code changes all the AD users passwords so be careful). Package common.jndi;. Import javax.naming.NamingEnumeration;. Import javax.naming.NamingException;. Import javax.naming.directory.Attribute;. Import javax.naming.directory.Attributes;. LdapConte...

3

The Incident Archive: June 2013

http://javaosdev.blogspot.com/2013_06_01_archive.html

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Friday, June 28, 2013. Handy active directory command line script to set all the user to not expire. Dsquery user -startnode "ou=users,dc=train,dc=company,dc=com" -limit 30000 dsmod user -pwdneverexpires yes. Thursday, June 27, 2013. Web Center: using a custom security provider other than LDAP [custom identity store]. Http:/ docs.oracle.com/cd/E13222 01/wls/docs81/dvspisec/atn.html. 1) Create a class that implem...

4

The Incident Archive: August 2013

http://javaosdev.blogspot.com/2013_08_01_archive.html

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Wednesday, August 28, 2013. ADF: PS5 to PS6 upgrade which turned into a PS7 11.1.1.8 webcenter and 11.1.1.7 adf upgrade. First thing I noticed is that clicking a link on a tab or menu disabled the link, had to style my tabs for this as the tab would vanish while loading -. Af panelTabbed: header af panelTabbed: tab:disabled af panelTabbed: tab-end { background-image: url("/skins/images/my tab end d.png"); }.

5

The Incident Archive: June 2015

http://javaosdev.blogspot.com/2015_06_01_archive.html

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, June 18, 2015. Testing our upgrade to 11.1.1.9 and everything was going well. We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed. Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best). Monday, June 8, 2015. Oracle.adf...

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: August 2011

http://dailydevfixes.blogspot.com/2011_08_01_archive.html

If you fix it, it works! Friday, 19 August 2011. OraFormsFaces 3.1.7 and what appears to be a Forms Parameter not passed through. Today I was so relieved when I discovered that the OraFormsFaces Forms Parameter which I've added on my JSF page, is indeed working as it should. Let me depict the scenario:. Labels: Global Forms Parameter. OraFormsFaces 3.1.7. Thursday, 11 August 2011. ADF Security : Logout action. Public String onLogout() {. FacesContext facesCtx = FacesContext.getCurrentInstance();. As ID f...

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: January 2012

http://dailydevfixes.blogspot.com/2012_01_01_archive.html

If you fix it, it works! Thursday, 26 January 2012. I had to transform an Apache FOP file to PDF and got the following error running on Weblogic:. XML-22900: (Fatal Error) An internal error condition occurred. Javaxxml.transform.TransformerException: XML-22900: (Fatal Error) An internal error condition occurred. At oracle.xml.jaxp.JXTransformer.reportException(JXTransformer.java:915). At oracle.xml.jaxp.JXTransformer.transform(JXTransformer.java:502). This is how I did it:. All this resulted in :-).

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: November 2011

http://dailydevfixes.blogspot.com/2011_11_01_archive.html

If you fix it, it works! Tuesday, 15 November 2011. ADF 11.1.2.1.0 :. No row found for rowKey. If you get the following error on a View Object with a key of data type, Number:. FacesCtrlHierBinding$FacesModel makeCurrent ADFv: No row found for rowKey: [oracle.jbo.Key[89898989898]. Labels: JDeveloper 11.1.2.1. Tuesday, 8 November 2011. Toad for Oracle and literals containing the ampersand character. The fact that the chr() function returns the ampersand as execution result makes it less problematic. IF yo...

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: JInitiator 1.3.1.22 crashing on IE 7 and later

http://dailydevfixes.blogspot.com/2011/06/jinitiator-13122-crashing-on-ie-7-and.html

If you fix it, it works! Tuesday, 28 June 2011. JInitiator 1.3.1.22 crashing on IE 7 and later. After you've loaded the forms URL (i.e. http:/ hostname /forms/frmservlet? Config= config name ) and installed JInitiator you have to replace the jvm.dll. File in the hotspot directory of the JInitiator installation with the Java Client Plugin's jvm.dll. That solves it and on the next load of the forms URL (. Ie http:/ hostname /forms/frmservlet? Config= config name ). It will load the forms applet successfully.

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: December 2011

http://dailydevfixes.blogspot.com/2011_12_01_archive.html

If you fix it, it works! Wednesday, 14 December 2011. ADF Task Flow Input Parameter Definition common pitfall. When you define an input parameter to your ADF Task Flow and you get the following error on calling/loading the Task Flow:. Javaxel.PropertyNotWritableException: Illegal Syntax for Set Operation. You've probably forgot to set the value of the Input Parameter to:. I don't know why but I keep on forgetting this, hence I've recorded it here now. Labels: ADF Task Flow. Subscribe to: Posts (Atom).

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: ADF Tree : Setting Bind Parameters on a hierarchy of View Objects in your backing bean code

http://dailydevfixes.blogspot.com/2011/07/setting-bind-parameters-on-hierarchy-of.html

If you fix it, it works! Thursday, 28 July 2011. ADF Tree : Setting Bind Parameters on a hierarchy of View Objects in your backing bean code. Faced with the scenario of a hierarchical View Object defined in a View Link in order to make use of it in an ADF Tree component. The re-used/recursive View Object has bind parameters which are required and have to be set. It was easy enough to get to the "parent" View Object in the hierarchy by using the Iterator binding as in the code sniplet below:. DCIteratorBi...

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: Oracle Forms / OraFormsFaces and Automated Testing

http://dailydevfixes.blogspot.com/2012/03/oracle-forms-oraformsfaces-and.html

If you fix it, it works! Tuesday, 27 March 2012. Oracle Forms / OraFormsFaces and Automated Testing. So, it is as simple as adding a request parameter to the Forms Servlet URL like below:. Subscribe to: Post Comments (Atom). ADF Tree : Row Disclosure Listener which expands below the disclosed node. I recently had the scenario where more than one level of a tree node had to be expanded on the disclosure of a particular tree node. Fo. JInitiator 1.3.1.22 crashing on IE 7 and later. View my complete profile.

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: August 2013

http://dailydevfixes.blogspot.com/2013_08_01_archive.html

If you fix it, it works! Friday, 16 August 2013. Deleting ".jdb" project files from your ADF project structure. When you are having referencing issues in JDeveloper which are not real since the references can be resolved. Try nuking the IDEs database files.after closing JDeveloper.then start it up again and the referencing issue will be something of the past. Unless, it was a real compilation issue, thinks will return back tot normal. Here's the command you can use: del /S /Q *.jdb.

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: ADF Tree : Row Disclosure Listener which expands below the disclosed node

http://dailydevfixes.blogspot.com/2011/10/adf-tree-row-disclosure-listener-which.html

If you fix it, it works! Friday, 21 October 2011. ADF Tree : Row Disclosure Listener which expands below the disclosed node. I recently had the scenario where more than one level of a tree node had to be expanded on the disclosure of a particular tree node. For example, say you have the below tree:. On the disclosure of tree node B. All the children (B1, B2, B3, B2a, B2b) of tree node B to be expanded. I've done it as follow. I've added the following property to my ADF Tree:. New Boolean(isLeaf) ) {.

dailydevfixes.blogspot.com dailydevfixes.blogspot.com

If you fix it, it works!: October 2011

http://dailydevfixes.blogspot.com/2011_10_01_archive.html

If you fix it, it works! Friday, 28 October 2011. ADF : Dynamically disabling Command Link component as contained in Rich Tree node stamp. Well to dynamically disable the command links as contained in the tree, I've followed the following approach:. Set a JSP/JSTL core variable equal to some property in the node binding on which you can base the check for the view privilege. In my case I used a variable called: "mapParameter", with its value as a concatenated string containing the node's view name. I had...

UPGRADE TO PREMIUM TO VIEW 13 MORE

TOTAL LINKS TO THIS WEBSITE

23

OTHER SITES

javaorphp.com javaorphp.com

Java or PHP

javaortea4me.blogspot.com javaortea4me.blogspot.com

LIZ OR AKA "JAVAGIRL"

Tuesday, December 27, 2011. Each year I always love the 12 days of tags this year I actually did one. I had a lot of fun and did a couple here is one the others I hope I have a photo as I gave two on gift bags and waiting for a copy of the photo. I hope to be able to play again as I just had a blast! Hope you had a blessed Holiday. Monday, December 26, 2011. Ho Ho Ho and a Merry Xmas. On the way to ,from work to do this and at nite watching some of my favorite programs. Tuesday, October 11, 2011. I just ...

javaos.net javaos.net

javaos.net -&nbspThis website is for sale! -&nbspjavaos Resources and Information.

The domain javaos.net. May be for sale by its owner! This page provided to the domain owner free. By Sedo's Domain Parking. Disclaimer: Domain owner and Sedo maintain no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo or domain owner and does not constitute or imply its association, endorsement or recommendation.

javaosd.org javaosd.org

javaosd.org -&nbspjavaosd Resources and Information.

This domain has expired. If you owned this domain, contact your domain registration service provider for further assistance. If you need help identifying your provider, visit https:/ www.tucowsdomains.com/.

javaosdev.blogspot.com javaosdev.blogspot.com

The Incident Archive

The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis. Thursday, January 21, 2016. Webcenter Content cmis query SEVERE Not an orderable property. SEVERE: Not an orderable property:. Login to your Webcenter Content application as an administrator. Goto Administration Admin Applets. Click Configuration Manager, then click the Advanced Search Design Button. Find the field in question and Double Click. Subscribe to: Posts (Atom). College Station, Texas, United States.

javaoslo.no javaoslo.no

Java Espressobar og Kaffeforretning - St. Hanshaugen, Oslo

Java and Mocca holder fire forskjellige kurs. De bygger i noen grad på hverandre, og vi anbefaler deg derfor å ta de i rekkefølge - først kaffekursene, deretter baristakursene. Imidlertid er det selvsagt anledning til å gå inn på et høyere nivå dersom du føler du behersker det mest grunnleggende. Alle kurs finner sted på Mocca Kaffebar. På Briskeby. Send en epost til rasmus@javamocca.no. Kaffekurs 1&2( 750,-). En reise fra bønne til kopp. Kaffekurs 1 and 2. En reise Fra bønne til kopp. Baristakurs 1 and 2.

javaotomotif.blogspot.com javaotomotif.blogspot.com

otomotif & modifikasi

Blog ini saya buat untuk para penyuka modifikasi, ataupun para pecinta motornya sebagai teman hidup. All about bebek (1). All about low rider (1). All about skubek (1). Honda CS-1 Vs Kawak Athlete. Diposting oleh sandra aditya rahman. Honda CS-1 Vs Kawak Athlete. Jumat, 12/12/2008 16:42 WIB. Kalaupun bikers memperbincangkan perbedaan, fokusnya pada mesin. ”Mesin CS-1 tegak, sedangkan mesin Athlete mendatar,” begitulah komentar yang terlontar dari mereka setelah meneliti kedua motor ini. Padahal, perbedaa...

javaoutsource.blogspot.com javaoutsource.blogspot.com

Про Java

О разработке: субъективно и просто. Понедельник, 28 сентября 2015 г. Java Enterprise: что и как учить (статья специально для DOU). Я выступал с аналогичной темой на IT fest, и, судя по реакции зала, людям было интересно. Формат доклада сжатый, многое пришлось проговаривать уже потом, отдельно от выступления. Да и качество  записи. 160;вышло не очень, не всё слышно. Поэтому решил написать статью. Отправить по электронной почте. Написать об этом в блоге. Вторник, 25 февраля 2014 г. Написать об этом в блоге.

javaoutsource.com javaoutsource.com

www.javaoutsource.com

Az oldal fejlesztés alatt áll.

javaoverflow.wordpress.com javaoverflow.wordpress.com

Sunil Kumar Adhikari @ Localhost | Tips,Tricks,solutions and Theory about Java and related Technologies

Sunil Kumar Adhikari @ Localhost. Tips,Tricks,solutions and Theory about Java and related Technologies. The method clone from the type object is not visible. April 12, 2012. To day while implementing Shallow copy i got into following situation. I tried to know that while doing clone on a object its properties having class type is getting copied or not? After checking Object class finally i got the answer, clone() has protected access means we need to override clone method. April 4, 2012. Suppose you need...