[JBoss-user] [The Lizzard's corner] - Re: Your website redesign and nutch

2005-06-24 Thread JanPrill
Great!!! The improvements you made on your website are noteworthy. In my opinion the jboss site looks really professional for the first time. I'm deeply impressed and grateful how the whole open source movement is pushing things forward! Many thanks to all of you... and keep up the great work.

[JBoss-user] [The Lizzard's corner] - Re: Your website redesign and nutch

2005-06-23 Thread JanPrill
Scott, are you surfing blindfolded? Take a look at: http://www.google.de/search?biw=1280&hl=de&q=%22powered+by+hibernate%22&btnG=Google-Suche&meta= I've often seen credit to products of jboss.org. That a search after "powered by jboss" on google brings nearly no results is maybe because of the s

[JBoss-user] [The Lizzard's corner] - Your website redesign and nutch

2005-06-22 Thread JanPrill
Hello, JBoss, after your website redesign you are obviously using nutch (http://lucene.apache.org/nutch/) as the underlying search engine. Great! I just wonder why you don't give credit where credit is due. Why for example don't you state "powered by nutch" on your result lists and enlist yours

[JBoss-user] [Beginners Corner] - Re: Create a login context for eache app ?

2004-08-27 Thread JanPrill
Hi, newbeewan, take a look at chapter 8 of the free doco, that you'll find at Services > Documentation. It seems that you want to secure your webapps through JAAS? In short you may define different realms for your apps in $JBOSS_HOME/server/default/conf/login-config.xml and then define these as

[JBoss-user] [Installation & Configuration] - Re: Jboss and Tomcat on same machine

2004-08-26 Thread JanPrill
Are you aware that JBoss comes bundled with a running tomcat. This is the reason, why a standalone tomcat and jboss are conflicting. Of course you could run them together and should change the ports in your $TOMCAT_HOME/conf/server.xml (e.g. search for http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Installation & Configuration] - Re: Slow startup

2004-08-26 Thread JanPrill
What exactly is your problem in using the hot deploy feature? You could develop against exploded archives in your deploy directory and shouldn't need to restart. Could you please provice more information about libraries you need to change? Best regards Jan Prill View the original post : http:/

[JBoss-user] [Beginners Corner] - Re: Error while creating table in CMP

2004-08-26 Thread JanPrill
Are you sure that you have deployed your mysql-ds.xml correctly? Here is a snippet that definitly creates VARCHAR with a length of 100 correctly. | createdId | FK_CREATED_ID | | VARCHAR | VARCHAR(100) | | |

[JBoss-user] [Beginners Corner] - Re: Where does JBoss keep its services at hard drive?

2004-08-26 Thread JanPrill
Hi, Question, if you want to stay conform to the J2EE spec, you should make yourself familiar with EJB, especially CMP and CMR. This means Container Managed Persistence and Container Managed Relationship. Using these techniques you get a Object-Relational Mapping from JBoss, which in it's 4.0 R

[JBoss-user] [Installation & Configuration] - Re: URL Encoded Characters with j2sdk 1.4.2

2004-08-25 Thread JanPrill
Hi, Bruno, things you may try: 1. Put export LANG=fr_FR (de_DE or your country equivalent on the beginning of your $JBOSS_HOME/bin/run.sh 2. Put the equivalent of LANG="de_DE.UTF-8" SUPPORTED="de_DE.UTF-8:de_DE:de" in your /etc/sysconfig/i18n and #source /etc/sysconfig/i18n Best regards Jan P

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Deployment problem with JBOSS 3.2.5

2004-08-24 Thread JanPrill
While I was building testapplications which utilized JSF i've never came around to put jsf-api.jar and jsf-impl.jar to /server/default/lib. For me after that step everything worked out and so i investigated no further why the jars in WEB-INF/lib weren't good enough. Best regards Jan Prill View

[JBoss-user] [Installation & Configuration] - Re: Configuring JBOSS (3.2.5) to run within Eclipse(3.0)

2004-08-24 Thread JanPrill
Hi, LM, from within JBoss-IDE - which is a set of plugins for Eclipse and provides you with some other extremly useful features as well - its as simple as choosing the path your jboss3.2.5 resides in. Everything is explained in the docs from http://www.jboss.org/products/jbosside Best regards