<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-31197840</id><updated>2011-08-29T08:17:18.209-07:00</updated><category term='osx mac opencv'/><category term='ffmpeg image quality'/><title type='text'>testzone</title><subtitle type='html'>Stuff I ran into on my way.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>26</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-31197840.post-5730309582609922250</id><published>2011-08-29T08:15:00.000-07:00</published><updated>2011-08-29T08:17:18.239-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='ffmpeg image quality'/><title type='text'>FFMpeg extract images</title><content type='html'>To get a decent quality of extracted images, use the -sameq flag as such:&lt;br /&gt;&lt;blockquote&gt;ffmpeg -i falename.avi -r 20 -ss 00:00:21 -t 8 -sameq image_doler/image%03d.png&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-5730309582609922250?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/5730309582609922250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=5730309582609922250' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/5730309582609922250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/5730309582609922250'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2011/08/ffmpeg-extract-images.html' title='FFMpeg extract images'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-3612317287290737813</id><published>2011-08-16T04:20:00.001-07:00</published><updated>2011-08-16T04:23:21.745-07:00</updated><title type='text'>OpenGL MacOS 64bit</title><content type='html'>Had problems mostly due to being unfamiliar with Mac development. &lt;br /&gt;&lt;br /&gt;Good example (which compiles if given x86_64 architecture) trough XCode is &lt;a href="http://developer.apple.com/library/mac/#samplecode/GLUTBasics/Introduction/Intro.html"&gt;here&lt;/a&gt;. Also, useful information is &lt;a href="http://developer.apple.com/library/mac/#qa/qa1613/_index.html#//apple_ref/doc/uid/DTS40008046"&gt;here&lt;/a&gt; and general reading &lt;a href="http://developer.apple.com/library/mac/navigation/#section=Topics&amp;topic=Graphics%20%26amp%3B%20Animation"&gt;here&lt;/a&gt;.&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-3612317287290737813?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/3612317287290737813/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=3612317287290737813' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/3612317287290737813'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/3612317287290737813'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2011/08/opengl-macos-64bit.html' title='OpenGL MacOS 64bit'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-4155410960232458936</id><published>2011-08-11T14:01:00.000-07:00</published><updated>2011-08-11T14:12:38.143-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='osx mac opencv'/><title type='text'>OpenCV 2.3.0 on OSX (10.6.8 64bit)</title><content type='html'>The notes from &lt;a href="http://opencv.willowgarage.com/wiki/Mac_OS_X_OpenCV_Port"&gt;here&lt;/a&gt; are generally correct. My additions are:&lt;div&gt;&lt;ul&gt;&lt;li&gt;use Fink to get additional libraries if needed&lt;/li&gt;&lt;li&gt;OpenEXR library is cool, but it's not necessary. I had to disable it because of some typedef redeclaration which conflicted with QT.framework (QT = quicktime)&lt;/li&gt;&lt;li&gt;QTKit comes with XCode and should not be downloaded separately&lt;/li&gt;&lt;li&gt;JPEG2000 support is called libjasper. Also had to disable it because Fink was compiling 386 version instead of 64bit one&lt;/li&gt;&lt;li&gt;don't use Carbon, it's outdated when Cocoa is around. It's needed for highgui&lt;/li&gt;&lt;li&gt;when running configuration initially run ccmake to setup the prefix to "/sw". Didn't find the cli parameter for it.&lt;/li&gt;&lt;li&gt;also did this at some point&lt;/li&gt;&lt;/ul&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;blockquote&gt;sudo fink install pkgconfig libjpeg libtiff libpng3 atk1 gtk+2-dev glib2-dev&lt;/blockquote&gt;&lt;blockquote&gt;No idea if it was actually needed, but it was in some net post.&lt;/blockquote&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;Final make command is:&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;div&gt;cmake -G "Unix Makefiles" -D BUILD_TESTS=OFF -D WITH_CARBON=OFF -D WITH_OPENEXR=OFF -D WITH_JASPER=OFF .&lt;/div&gt;&lt;/div&gt;&lt;div&gt;make -j4&lt;/div&gt;&lt;div&gt;sudo make install&lt;/div&gt;&lt;div&gt;&lt;br /&gt;Unlike linux version, this OpenCV is linked by doing -lopencv_core -lopencv_*. Don't know if that came with the new version, but it's going to mess with my server builds.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-4155410960232458936?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/4155410960232458936/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=4155410960232458936' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/4155410960232458936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/4155410960232458936'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2011/08/opencv-on-osx.html' title='OpenCV 2.3.0 on OSX (10.6.8 64bit)'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-116829420919475464</id><published>2007-01-08T14:08:00.000-08:00</published><updated>2007-01-08T14:10:31.480-08:00</updated><title type='text'>Instant http server</title><content type='html'>It only needs one line in Linux bash&lt;br /&gt;&lt;br /&gt;python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'&lt;br /&gt;&lt;br /&gt;Tested working for python2.4&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-116829420919475464?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/116829420919475464/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=116829420919475464' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116829420919475464'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116829420919475464'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2007/01/instant-http-server.html' title='Instant http server'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-116628731914463926</id><published>2006-12-16T08:36:00.000-08:00</published><updated>2006-12-16T08:41:59.333-08:00</updated><title type='text'>EntityManager.remove() not working</title><content type='html'>One of the possible reasons for this is that you (like me) assigned a Local interface instance to a remote interface. No error, no exceptions - just your application not working... Very nice for loosing your nerves...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-116628731914463926?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/116628731914463926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=116628731914463926' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116628731914463926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116628731914463926'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/12/entitymanagerremove-not-working.html' title='EntityManager.remove() not working'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-116609100585350681</id><published>2006-12-14T02:05:00.000-08:00</published><updated>2006-12-14T02:11:48.493-08:00</updated><title type='text'>Hibernate confusion</title><content type='html'>or "How stuff doesn't work the way the API says it should"&lt;br /&gt;&lt;br /&gt;Two irregularities so far:&lt;br /&gt;1) EntityManager.persist() should &lt;quote&gt;Make an entity instance managed and persistent&lt;/quote&gt;, but all it does is throw an exception about non-persistent object passed (or something alike)&lt;br /&gt;&lt;br /&gt;2) EntityManager.remove() should throw &lt;code&gt;IllegalArgumentException - if not an entity or if a detached entity&lt;/code&gt; but all it does in JBoss is issue&lt;br /&gt;&lt;code&gt;INFO  [DefaultDeleteEventListener] handling transient entity in delete processing&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;The first is probably me not understanding something, but the second is just strange...&lt;br /&gt;&lt;a href="http://www.hibernate.org/hib_docs/ejb3-api/javax/persistence/EntityManager.html#remove(java.lang.Object)"&gt;&lt;br /&gt;Reference API site&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-116609100585350681?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/116609100585350681/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=116609100585350681' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116609100585350681'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116609100585350681'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/12/hibernate-confusion.html' title='Hibernate confusion'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-116604413571533254</id><published>2006-12-13T13:06:00.000-08:00</published><updated>2006-12-13T13:26:12.696-08:00</updated><title type='text'>Value '0000-00-00' can not be represented as java.sql.Timestamp</title><content type='html'>This is a MySQL specific error.&lt;br /&gt;&lt;br /&gt;As said on &lt;a href="http://lo-fi.net/blog/2006/01/what-is-time-when-clock-reads-0000-00.html"&gt;lo-fi&lt;/a&gt;, this is a problem that happens when there's a row in the table with all zero date.&lt;br /&gt;&lt;br /&gt;Answer:&lt;br /&gt;zeroDateTimeBehavior=convertToNull tag at the end of the connection string, e.g.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style:italic;"&gt;jdbc:mysql://myhost/mydatabase?zeroDateTimeBehavior=convertToNull&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-116604413571533254?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/116604413571533254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=116604413571533254' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116604413571533254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/116604413571533254'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/12/value-0000-00-00-can-not-be.html' title='Value &apos;0000-00-00&apos; can not be represented as java.sql.Timestamp'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115884261414264887</id><published>2006-09-21T05:38:00.000-07:00</published><updated>2006-09-21T05:43:34.496-07:00</updated><title type='text'>Jboss default JSF problem</title><content type='html'>From the &lt;a href="http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;p=3971216"&gt;forums&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Quote from bfo81:&lt;br /&gt;&lt;quote&gt;&lt;br /&gt;Another reason why you may be getting this error in JBoss is if you are using another JSF implementation besides MyFaces.&lt;br /&gt;&lt;br /&gt;http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html&lt;br /&gt;&lt;br /&gt;"To use another JSF implementation, such as the reference implementation, instead of the bundled MyFaces implementation, simply delete the jbossweb-tomcat55.sar/jsf-lib directory. You will need to include the the implementation JAR files in your own WEB-INF/lib directory for each web application making use of JSF."&lt;br /&gt;&lt;/quote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115884261414264887?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115884261414264887/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115884261414264887' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115884261414264887'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115884261414264887'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/09/jboss-default-jsf-problem.html' title='Jboss default JSF problem'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115809725483876456</id><published>2006-09-12T14:36:00.000-07:00</published><updated>2006-09-12T14:43:19.763-07:00</updated><title type='text'>JSF commandLink param combination</title><content type='html'>The "big secret":&lt;br /&gt;&lt;br /&gt;jsf part:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;&amp;lt;h:commandlink value="a" actionlistener="#{tableData.deletePerson}" &lt;br /&gt;action="#{tableData.getOutcome}"&amp;gt;&lt;br /&gt;     &amp;lt;f:param name="id" value="1"&amp;gt;&lt;br /&gt;&amp;lt;/h:commandLink&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;bean part:&lt;br /&gt;&lt;pre&gt;&lt;br /&gt;public void deletePerson(ActionEvent event){&lt;br /&gt;    int id = Integer.parseInt((String)FacesContext.getCurrentInstance()&lt;br /&gt;        .getExternalContext().getRequestParameterMap().get("id"));&lt;br /&gt;    bunch.remove(id);&lt;br /&gt;}&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115809725483876456?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115809725483876456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115809725483876456' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115809725483876456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115809725483876456'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/09/jsf-commandlink-param-combination.html' title='JSF commandLink param combination'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115642417143574262</id><published>2006-08-24T05:54:00.000-07:00</published><updated>2006-08-24T05:56:20.970-07:00</updated><title type='text'>Lucene use-tree</title><content type='html'>Principles of &lt;a href="http://lucene.apache.org/java/docs/"&gt;Lucene&lt;/a&gt; use:&lt;br /&gt;    iw = IndexWriter(root_dir, Analizer_object, whether_to_create_or_not)&lt;br /&gt;        CreateDocument{&lt;br /&gt;            doc = new Document();&lt;br /&gt;            field = new Field(name, content, to_store_or_not, to_index_or_not);&lt;br /&gt;                content can be String or Reader&lt;br /&gt;            doc.add(filed)&lt;br /&gt;        }&lt;br /&gt;        iw.addDocument(doc)&lt;br /&gt;    ir = IndexReader(root_dir)&lt;br /&gt;    searcher = new IndexSearcher(ir)&lt;br /&gt;        analyzer = new StandardAnalyzer()&lt;br /&gt;        parser = new QueryParser(defalt_field, analyzer)&lt;br /&gt;    Query query = parser.parse(line)&lt;br /&gt;    Hits hits = searcher.search(query);&lt;br /&gt;        hits.length()&lt;br /&gt;        hits.id(i)&lt;br /&gt;        hits.score(i)&lt;br /&gt;        Document doc = hits.doc(i);&lt;br /&gt;&lt;br /&gt;For more information refer to the GettingStarted tutorial which comes with Lucene&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115642417143574262?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115642417143574262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115642417143574262' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115642417143574262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115642417143574262'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/08/lucene-use-tree.html' title='Lucene use-tree'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115640994140315564</id><published>2006-08-24T01:55:00.000-07:00</published><updated>2006-08-24T01:59:23.086-07:00</updated><title type='text'>2 monitors hooked on Slack-box</title><content type='html'>All that it took was little meddling with /etc/X11/xorg.conf. Winning combination is:&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;&lt;pre class="code" style="margin: 0px; overflow: auto; width: 90%;"&gt;Section "Device"&lt;br /&gt;  VideoRam    131072&lt;br /&gt;  Identifier     "gf5200"&lt;br /&gt;  Driver    "nvidia"&lt;br /&gt;  VendorName     "nVidia Corporation"&lt;br /&gt;  BoardName    "NV34 [GeForce FX 5200]"&lt;br /&gt;  BusID    "PCI:02:00:0"&lt;br /&gt;  # TwinView stuff&lt;br /&gt;  Option "TwinView" "true"&lt;br /&gt;  Option "ConnectedMonitor" "CRT, CRT"&lt;br /&gt;  Option "TwinViewOrientation" "RightOf"&lt;br /&gt;  Option "MetaModes" "1024x768,800x600"&lt;br /&gt;  Option "HorizSync"  "30.0-64.0"&lt;br /&gt;  Option "VertRefresh"  "50.0-110.0"&lt;br /&gt;EndSection&lt;/pre&gt;&lt;hr /&gt;&lt;br /&gt;&lt;a href="http://alufis35.uv.es/Linux-versus-TwinView-Nvidia.html"&gt;Good tut&lt;/a&gt;&lt;br /&gt;&lt;a href="http://download.nvidia.com/solaris/1.0-8762/README/appendix-g.html"&gt;Nvidia read-me&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115640994140315564?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115640994140315564/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115640994140315564' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115640994140315564'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115640994140315564'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/08/2-monitors-hooked-on-slack-box.html' title='2 monitors hooked on Slack-box'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115495593384710470</id><published>2006-08-07T06:03:00.000-07:00</published><updated>2006-08-07T06:06:18.106-07:00</updated><title type='text'>An in-code solution for JNDI.properties</title><content type='html'>Found it &lt;a href="http://forum.hibernate.org/viewtopic.php?t=962439"&gt;here&lt;/a&gt; Still need to check if it really works...&lt;br /&gt;&lt;br /&gt;Properties jndiProps = new Properties();                                   jndiProps.setProperty(Context.INITIAL_CONTEXT_FACTORY,&lt;br /&gt;"org.jnp.interfaces.NamingContextFactory");                                    jndiProps.setProperty(Context.URL_PKG_PREFIXES,&lt;br /&gt;"org.jboss.naming:org.jnp.interface");&lt;br /&gt;jndiProps.setProperty(Context.PROVIDER_URL, "jnp://192.168.9.6:1099");&lt;br /&gt;InitialContext ctx = new InitialContext(jndiProps );&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115495593384710470?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115495593384710470/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115495593384710470' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115495593384710470'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115495593384710470'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/08/in-code-solution-for-jndiproperties.html' title='An in-code solution for JNDI.properties'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115444116117416393</id><published>2006-08-01T07:03:00.000-07:00</published><updated>2006-08-24T05:58:30.266-07:00</updated><title type='text'>Oracle Jboss batch support</title><content type='html'>The client error message is:&lt;br /&gt;...localId=18] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch update)&lt;br /&gt;&lt;br /&gt;I found that the " JDBC batch updates for versioned data" can be enabled by adding in persistence.xml the following line:&lt;br /&gt;&amp;lt;property name="hibernate.jdbc.batch_versioned_data"&amp;gt;true&amp;lt;/property&amp;gt;&lt;br /&gt;&lt;br /&gt;But it doesn't eliminate the error...&lt;br /&gt;My forum thread on JBoss forums is &lt;a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;amp;t=87788"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Epilog&lt;br /&gt;&lt;/span&gt;After re-doing the entire thing from scratch, it worked like a charm. No clue what went wrong the first time, but I must've forgot some little thing like registring a -ds.xml for Oracle or something like that...&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115444116117416393?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115444116117416393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115444116117416393' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115444116117416393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115444116117416393'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/08/oracle-jboss-batch-support.html' title='Oracle Jboss batch support'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115410047853913636</id><published>2006-07-28T08:22:00.000-07:00</published><updated>2006-07-28T08:27:58.873-07:00</updated><title type='text'>Oracle + JBoss</title><content type='html'>Driver classes12.jar can be found in instantclient-basic-win32-10.2.0.2-20060508.zip from &lt;a href="http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/winsoft.html"&gt;oracle.com&lt;/a&gt;&lt;br /&gt;can be put in server/&amp;lt;all&amp;gt;/lib.&lt;br /&gt;&lt;br /&gt;Example -ds.xml files can be found at &amp;lt;JBOSS_HOME&amp;gt;\docs\examples\jca\oracle-ds.xml&lt;br /&gt;&lt;br /&gt;Dialect must be specified in persistence.xml (for Oracle 10g is org.hibernate.dialect.Oracle9Dialect , or at least it worked...)&lt;br /&gt;&lt;br /&gt;Entity mapping and the rest are as normal.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115410047853913636?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115410047853913636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115410047853913636' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115410047853913636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115410047853913636'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/oracle-jboss.html' title='Oracle + JBoss'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115408905798926150</id><published>2006-07-28T05:16:00.000-07:00</published><updated>2006-07-28T08:30:00.346-07:00</updated><title type='text'>JBoss port 1098 conflict</title><content type='html'>From &lt;a href="http://www.emdev.ru/tutorials/EJBCactusTutorial/"&gt;here&lt;/a&gt;&lt;br /&gt;&lt;quote&gt;&lt;br /&gt;For installing &lt;em&gt;JBoss&lt;/em&gt; I also just unpacked &lt;em&gt;JBoss&lt;/em&gt; zip-archive into &lt;code&gt;"c:/java/jboss-4.0.3SP1"&lt;/code&gt;. In my configuration &lt;em&gt;JBoss&lt;/em&gt; conflict by port &lt;code&gt;1098&lt;/code&gt;, so I changed port of the &lt;code&gt;RMI&lt;/code&gt; naming service from &lt;code&gt;1098&lt;/code&gt; to &lt;code&gt;1096&lt;/code&gt; in &lt;code&gt;"c:/java/jboss-4.0.3SP1/server/default/conf/jboss-service.xml"&lt;/code&gt;&lt;br /&gt;&lt;/quote&gt;&lt;br /&gt;&lt;br /&gt;note: this doesn't effect the basic tests just fmi (for my information :P )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115408905798926150?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115408905798926150/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115408905798926150' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115408905798926150'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115408905798926150'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jboss-port-1098-conflict.html' title='JBoss port 1098 conflict'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115367260357047573</id><published>2006-07-23T09:36:00.000-07:00</published><updated>2006-07-23T09:36:43.570-07:00</updated><title type='text'>Client/server library version error</title><content type='html'>&lt;a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;amp;p=3915055"&gt;http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;amp;p=3915055&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115367260357047573?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115367260357047573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115367260357047573' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367260357047573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367260357047573'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/clientserver-library-version-error.html' title='Client/server library version error'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115367255603704334</id><published>2006-07-23T09:35:00.000-07:00</published><updated>2006-07-23T09:35:56.036-07:00</updated><title type='text'>advice/Interceptor error</title><content type='html'>Exception in thread "main" java.lang.NoClassDefFoundError: [Lorg/jboss/aop/advice/Interceptor;&lt;br /&gt;    at java.lang.Class.getDeclaredFields0(Native Method)&lt;br /&gt;    at java.lang.Class.privateGetDeclaredFields(Class.java:2232)&lt;br /&gt;&lt;br /&gt;Answers:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.velocityreviews.com/forums/t297895-ejb3-and-jboss-404-ga.html"&gt;http://www.velocityreviews.com/forums/t297895-ejb3-and-jboss-404-ga.html&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;amp;t=67923"&gt;http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;amp;t=67923&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115367255603704334?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115367255603704334/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115367255603704334' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367255603704334'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367255603704334'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/adviceinterceptor-error.html' title='advice/Interceptor error'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115367238235495422</id><published>2006-07-23T09:32:00.000-07:00</published><updated>2006-07-23T09:33:02.353-07:00</updated><title type='text'>log4j.xml</title><content type='html'>log4j.xml should be in "beans_name".jar/META-INF not in .ear file (standard log4j.xml from&lt;br /&gt;tests should work). In jDev you can do this by placing it in &amp;lt;APP_NAME&amp;gt;/Application Sources/&lt;br /&gt;there it should detect the META-INF folder that you specify. In the source tree it should be&lt;br /&gt;in &amp;lt;PROJ_NAME&amp;gt;/&amp;lt;APP_NAME&amp;gt;/src/"PLACE META-INF HERE"&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115367238235495422?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115367238235495422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115367238235495422' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367238235495422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367238235495422'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/log4jxml.html' title='log4j.xml'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115367231755633678</id><published>2006-07-23T09:29:00.000-07:00</published><updated>2006-07-23T09:31:57.563-07:00</updated><title type='text'>Library combination for jDev + JBoss</title><content type='html'>- &amp;lt;JBOSS_HOME&amp;gt;/lib/*.jar&lt;br /&gt;    - &amp;lt;JBOSS_HOME&amp;gt;/lib/endorsed/*.jar&lt;br /&gt;    - &amp;lt;JBOSS_HOME&amp;gt;/server/all/lib/*.jar&lt;br /&gt;    - &amp;lt;my_added_libs_directory&amp;gt;/jboss-annotations-ejb3.jar&lt;br /&gt;    - &amp;lt;my_added_libs_directory&amp;gt;/jboss-ejb3.jar&lt;br /&gt;    - &amp;lt;my_added_libs_directory&amp;gt;/jboss-ejb3x.jar&lt;br /&gt;    And for client:&lt;br /&gt;    - &amp;lt;JBOSS_HOME&amp;gt;\server\all\deploy\jboss-aop-jdk50.deployer\jboss-aop-jdk50.jar&lt;br /&gt;    - &amp;lt;JBOSS_HOME&amp;gt;\server\all\lib\javax.servlet.jar&lt;br /&gt;    - &amp;lt;JBOSS_HOME&amp;gt;\server\all\deploy\jboss-aop-jdk50.deployer\jboss-aspect-library-jdk50.jar&lt;br /&gt;   &lt;br /&gt;&lt;br /&gt;This eliminates the library version errors nad naming context error.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115367231755633678?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115367231755633678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115367231755633678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367231755633678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115367231755633678'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/library-combination-for-jdev-jboss.html' title='Library combination for jDev + JBoss'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115364729766995622</id><published>2006-07-23T02:31:00.000-07:00</published><updated>2006-07-23T02:36:03.756-07:00</updated><title type='text'>jDevelope client execution dir + jndi.properties</title><content type='html'>Unless specified diffrently is in:&lt;br /&gt;&lt;br /&gt;&lt;workspacename&gt;/&amp;lt;WorkSpaceName&amp;gt;/&lt;/workspacename&gt;&amp;lt;&lt;workspacename&gt;ApplicationName&lt;/workspacename&gt;&amp;gt;&lt;workspacename&gt;&lt;applicationname&gt;/classes&lt;br /&gt;(this is where jndi.properties should go)&lt;br /&gt;&lt;br /&gt;Usual jndi.properties content:&lt;br /&gt;&lt;/applicationname&gt;&lt;/workspacename&gt;&lt;hr /&gt;&lt;br /&gt;java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory&lt;br /&gt;java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces&lt;br /&gt;java.naming.provider.url=localhost&lt;br /&gt;&lt;hr /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115364729766995622?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115364729766995622/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115364729766995622' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115364729766995622'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115364729766995622'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jdevelope-client-execution-dir.html' title='jDevelope client execution dir + jndi.properties'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115364702819061572</id><published>2006-07-23T02:29:00.000-07:00</published><updated>2006-07-23T09:51:59.133-07:00</updated><title type='text'>jDevelope JBoss test client dependencies</title><content type='html'>http://www.velocityreviews.com/forums/t297895-ejb3-and-jboss-404-ga.html&lt;br /&gt;http://www.jboss.org/index.html?module=bb&amp;op=viewtopic&amp;amp;t=67923&lt;br /&gt;&lt;br /&gt;Valuable  notes:&lt;br /&gt;&lt;quote&gt;&lt;br /&gt;&lt;span class="postbody"&gt;Yes, one needs javax.servlet.jar now, too. Actually the subject should be named "Needs a client to be a server?" At the moment my rich client application requires:&lt;br /&gt;&lt;br /&gt;./server/all/deploy/jboss-hibernate.deployer/ejb3-persistence.jar&lt;br /&gt;./server/all/deploy/jboss-aop-jdk50.deployer/jboss-aop-jdk50.jar&lt;br /&gt;./server/all/deploy/jboss-aop-jdk50.deployer/jboss-aspect-library-jdk50.jar&lt;br /&gt;./server/all/deploy/ejb3.deployer/jboss-ejb3.jar&lt;br /&gt;./server/all/deploy/ejb3.deployer/jboss-ejb3x.jar&lt;br /&gt;./server/all/lib/jboss-remoting.jar&lt;br /&gt;./server/all/lib/jboss-j2ee.jar&lt;br /&gt;./server/all/lib/javax.servlet.jar&lt;br /&gt;./client/jboss-client.jar&lt;br /&gt;./client/jboss-common-client.jar&lt;br /&gt;./client/jboss-transaction-client.jar&lt;br /&gt;./client/jbossmq-client.jar&lt;br /&gt;./client/jbosssx-client.jar&lt;br /&gt;./client/jmx-invoker-adaptor-client.jar&lt;br /&gt;./client/jnp-client.jar&lt;br /&gt;./lib/concurrent.jar&lt;br /&gt;./server/all/deploy/jboss-hibernate.deployer/hibernate3.jar&lt;br /&gt;./server/all/deploy/jboss-hibernate.deployer/asm-attrs.jar&lt;br /&gt;./server/all/deploy/jboss-hibernate.deployer/asm.jar&lt;br /&gt;./server/all/deploy/jboss-hibernate.deployer/cglib-2.1.1.jar &lt;/span&gt;&lt;br /&gt;&lt;/quote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115364702819061572?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115364702819061572/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115364702819061572' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115364702819061572'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115364702819061572'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jdevelope-jboss-test-client.html' title='jDevelope JBoss test client dependencies'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115357841186364119</id><published>2006-07-22T07:25:00.000-07:00</published><updated>2006-07-22T08:12:36.766-07:00</updated><title type='text'>JBoss debugging</title><content type='html'>from /bin/run.bat:  [correctly set, if you say suspend=y, the server blocks]&lt;br /&gt;&lt;br /&gt;rem JPDA options. Uncomment and modify as appropriate to enable remote debugging.&lt;br /&gt;set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%&lt;br /&gt;&lt;br /&gt;[TODO: find JPDA settings for JDev]&lt;br /&gt;&lt;a href="http://groundside.com/blog/DuncanMills.php?s=jpda&amp;submit.x=0&amp;amp;submit.y=0"&gt;Usefull&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.iwerks.net/moveabletype/archives/2005/09/javaxnamingnoin.html#comments"&gt;NamingContext problem for OC4J solution&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115357841186364119?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115357841186364119/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115357841186364119' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115357841186364119'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115357841186364119'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jboss-debugging.html' title='JBoss debugging'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115331451189677591</id><published>2006-07-19T06:05:00.000-07:00</published><updated>2006-07-19T06:08:31.906-07:00</updated><title type='text'>JBoss 4.0.4  EJB 3.0 add-on missing files</title><content type='html'>Usefull forum thread &lt;a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;amp;p=3956392#3956392"&gt;here &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;jboss-annotations-ejb3.jar is located in jboss-EJB-3.0_RC8-FD\lib\ejb3.deployer\ in the jboss-EJB-3.0_RC8-FD package.&lt;br /&gt;&lt;br /&gt;boss-ejb3-client.jar and hibernate-client.jar can be found &lt;a href="http://fisheye.jboss.com/changelog/JBoss/repository.jboss.com/jboss/ejb3/1.0.0.CR8-jboss4/lib?todate=1150125432000"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115331451189677591?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115331451189677591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115331451189677591' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115331451189677591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115331451189677591'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jboss-404-ejb-30-add-on-missing-files.html' title='JBoss 4.0.4  EJB 3.0 add-on missing files'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115316464774100836</id><published>2006-07-17T12:28:00.000-07:00</published><updated>2006-07-17T12:33:25.516-07:00</updated><title type='text'>JSF recursion problem</title><content type='html'>index.jsp&lt;br /&gt;&lt;br /&gt;&lt;jsp:forward page="shouts/test.jsp"&gt;&amp;lt;jsp:forward page="shouts/test.jsp" /&amp;gt;&lt;br /&gt;&lt;br /&gt;test.jsp - normal jsf.&lt;br /&gt;&lt;br /&gt;web.xml snippet:&lt;br /&gt;-----------------&lt;br /&gt;&amp;lt;servlet-mapping&amp;gt;&lt;br /&gt;        &lt;/jsp:forward&gt;&amp;lt;&lt;jsp:forward page="shouts/test.jsp"&gt;servlet-name&lt;/jsp:forward&gt;&amp;gt;&lt;jsp:forward page="shouts/test.jsp"&gt;FacesServlet&lt;/jsp:forward&gt;&amp;lt;&lt;jsp:forward page="shouts/test.jsp"&gt;/servlet-name&lt;/jsp:forward&gt;&amp;gt;&lt;br /&gt;&lt;jsp:forward page="shouts/test.jsp"&gt;        &lt;/jsp:forward&gt;&amp;lt;&lt;jsp:forward page="shouts/test.jsp"&gt;url-pattern&lt;/jsp:forward&gt;&amp;gt;&lt;jsp:forward page="shouts/test.jsp"&gt;/shouts/*&lt;/jsp:forward&gt;&amp;lt;&lt;jsp:forward page="shouts/test.jsp"&gt;/url-pattern&lt;/jsp:forward&gt;&amp;gt;&lt;br /&gt;&lt;jsp:forward page="shouts/test.jsp"&gt;    &lt;/jsp:forward&gt;&amp;lt;&lt;jsp:forward page="shouts/test.jsp"&gt;/servlet-mapping&lt;/jsp:forward&gt;&amp;gt;&lt;jsp:forward page="shouts/test.jsp"&gt;&lt;servlet-mapping&gt;&lt;servlet-name&gt;&lt;br /&gt;&lt;/servlet-name&gt;&lt;/servlet-mapping&gt;&lt;/jsp:forward&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115316464774100836?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115316464774100836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115316464774100836' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115316464774100836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115316464774100836'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/jsf-recursion-problem.html' title='JSF recursion problem'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115304826808056123</id><published>2006-07-16T04:10:00.000-07:00</published><updated>2006-07-16T04:11:08.086-07:00</updated><title type='text'>Java EE</title><content type='html'>javax.persistance and the rest of the EE components can be found in AppServer/lib/javaee.jar&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115304826808056123?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115304826808056123/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115304826808056123' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115304826808056123'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115304826808056123'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/java-ee.html' title='Java EE'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-31197840.post-115304301590469709</id><published>2006-07-16T02:40:00.000-07:00</published><updated>2006-07-19T06:11:06.630-07:00</updated><title type='text'>Sun AS 9 - MySQL connection</title><content type='html'>&lt;a href="http://http://forum.java.sun.com/thread.jspa?threadID=563266&amp;start=15"&gt;Usefull link&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Basic:&lt;br /&gt;1) download mysql-connector-java-3.1.13.tar.gz from &lt;a href="http://dev.mysql.com/downloads/connector/j/3.1.html"&gt;here&lt;/a&gt;&lt;br /&gt;2) extract mysql-connector-java-3.1.13-bin.jar &amp;amp;&amp;amp; copy to AppServer/lib&lt;br /&gt;ping from asadmin/webgui should work&lt;br /&gt;&lt;br /&gt;EDIT:&lt;br /&gt;even with this the server reported "Database not found" or similar error, so the problem remains, will try after I finish with jBoss&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/31197840-115304301590469709?l=no-tes.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://no-tes.blogspot.com/feeds/115304301590469709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=31197840&amp;postID=115304301590469709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115304301590469709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/31197840/posts/default/115304301590469709'/><link rel='alternate' type='text/html' href='http://no-tes.blogspot.com/2006/07/sun-as-9-mysql-connection.html' title='Sun AS 9 - MySQL connection'/><author><name>Mirko</name><uri>http://www.blogger.com/profile/07774648361427214640</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
