22 sierpnia 2016
PostgreSQL
19 sierpnia 2016
9 sierpnia 2016
Spring and Hibernate but non-Maven project (working in NetBeans), where java.lang.ClassNotFoundException: org.jboss.jandex.IndexView:
In the context of a Spring and Hibernate but non-Maven project (working in NetBeans), where java.lang.ClassNotFoundException: org.jboss.jandex.IndexView:
Add jandex-2.0.0Final.jar (or whatever version works) to your Library. — In a Maven project likely similarly – add it as a dependency
http://stackoverflow.com/questions/29744915/how-to-setup-jpa-project-with-hibernate
3 sierpnia 2016
OBIEE cache cleaning
Manually via the cache manager
-
Open the Administration Tool
-
In the Menu : Manage / Cache
Source:
http://gerardnico.com/wiki/dat/obiee/query_cache_purging
How to enable exFAT in Ubuntu 14.04
sudo add-apt-repository universe
sudo apt-get update
sudo apt-get install exfat-fuse exfat-utils
sudo mkdir /media/exfat
sudo mount -t exfat /dev/sdxx /media/exfat
Source
http://askubuntu.com/questions/451364/how-to-enable-exfat-in-ubuntu-14-04