
javaosdev.blogspot.com
The Incident ArchiveThe Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis
http://javaosdev.blogspot.com/
The Incident Archive: A blog to store my knowledge on the errors that I fix on a daily basis
http://javaosdev.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Tuesday
LOAD TIME
0.7 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
23
SITE IP
172.217.10.65
LOAD TIME
0.696 sec
SCORE
6.2
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
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...
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...
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...
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"); }.
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...
TOTAL PAGES IN THIS WEBSITE
19
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...
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 :-).
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...
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.
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).
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...
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.
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.
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) ) {.
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...
TOTAL LINKS TO THIS WEBSITE
23
Java or PHP
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 - This website is for sale! - javaos 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 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/.
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.
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.
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...
Про Java
О разработке: субъективно и просто. Понедельник, 28 сентября 2015 г. Java Enterprise: что и как учить (статья специально для DOU). Я выступал с аналогичной темой на IT fest, и, судя по реакции зала, людям было интересно. Формат доклада сжатый, многое пришлось проговаривать уже потом, отдельно от выступления. Да и качество записи. 160;вышло не очень, не всё слышно. Поэтому решил написать статью. Отправить по электронной почте. Написать об этом в блоге. Вторник, 25 февраля 2014 г. Написать об этом в блоге.
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...