Returned 5 Results for "issues" Ordered By Relevance

Foreign Key Constraints and Persistence Issues in Seam

relevance: [1.5]
2008-04-30 Digg! icurtain Delcious icurtain
public String persist() { //this forces the persist function to persist IbUser before Rcs User and avoids the FKC issue getEntityManager().persist(getInstance().getIbUser()); return super.persist(); } finding values through hibernate @Override public String persist(){ //c...

Ubuntu alsa-utils sound Issues

relevance: [1.42]
2009-10-22 Digg! icurtain Delcious icurtain
Alsa-Utils sound in Ubuntu 8+ is buggy as hell and always seems to die on me When the sound goes all crackly and m@m:~$ /etc/init.d/alsa-utils restart doesn't work; try m@m:~$ /etc/init.d/alsa-utils reset other params are: {start [CARD]|stop [CARD]|restart [CARD]|reset [CARD]}...

flash is still havng some issues

relevance: [1.31]
2006-10-25 Digg! icurtain Delcious icurtain
have been drawing random movie clip instances all over the place an making pretty shapes.. have stuck a few on here to peruse http://www.sciencenews.org/articles/20020831/mathtrek.asp http://www.yu4you.com/items/en/photo/item_2118.html...

Installing Java on Linux

relevance: [1.19]
2007-08-31 Digg! icurtain Delcious icurtain
Install: chmod +x jdk-6u2-linux-i586-rpm.bin ./jdk-6u2-linux-i586-rpm.bin Follow prompts [yes]/[no] etc If it gives the error message error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Then you have to download...

MySQL full indexed text search - just like a real database!!

relevance: [1.13]
2009-03-24 Digg! icurtain Delcious icurtain
As of My Sql 3.something you can now add text indexes to your columns and do full text searches with relevance ranking! text indexes are fantastic and allow more efficient searching and categorisation of text. The relevance ranking feature is rather good too and gives you a much better idea of how y...