[JBoss-user] [JCA/JBoss] - [JBossManagedConnectionPool] Unable to fill pool

2004-10-05 Thread aalmero
on is restored? thanks aalmero View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850451#3850451 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850451

[JBoss-user] [Installation & Configuration] - Re: Confiuring the null values

2004-08-03 Thread aalmero
you may initialize your value object's like String attribute to ""; hth aalmero View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844033#3844033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-user] [Beginners Corner] - Re: Problem stopping JBoss: wrong port number

2004-08-03 Thread aalmero
quot; | #PID = /usr/bin/pgrep java | /usr/bin/pkill -9 java |;; | *) | echo "Usage: $0 { start | stop }" | exit 1 |;; | esac | exit 0 | hth aalmero View the original post : http://www.jboss.org/index.html?module=bb&am

[JBoss-user] [Beginners Corner] - Re: JBoss ignoring jdbc-type?

2004-08-03 Thread aalmero
from the sql generated Executing SQL: CREATE TABLE Workgroup (id VARCHAR(256) NOT NULL, name VARCHAR(256), CONSTRAINT pk_Workgroup PRIMARY KEY (id)) the error states that VARCHAR max length should only be 255. hth View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[JBoss-user] [Beginners Corner] - Re: Connecting jboss-3.2.5 to Oracle 9i

2004-08-03 Thread aalmero
you can remove other entries as they are optional. consult your DBA for the ff: youroraclehost = can be the ip address of the oracle machine yoursid - system identifier username password | | OracleDS | jdbc:oracle:thin:@youroraclehost:1521:yoursid | oracle.jdbc.driver.Or

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Accessing files from Servlets or Classes

2004-07-13 Thread aalmero
why don't you just use a jca config(dbname-ds.xml) appropriate for your db and add pooling properties there instead of using a separate config file. \docs\examples\jca aalmero View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841923#3841923 Repl

[JBoss-user] [Installation & Configuration] - Re: Directory listing on jboss

2004-07-13 Thread aalmero
you may need to edit your anonymous wrote : \server\default\deploy\jbossweb-tomcat41.sar\web.xml and change as follows | listings | true | | to | listings | false | | hth aalmero View the original post : http

[JBoss-user] [Installation & Configuration] - Re: How to change port?

2004-07-08 Thread aalmero
hi lisa, oracle 9i has an http server installed running on port 80. aalmero View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841382#3841382 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [Nukes User] - Re: Text is cut off at far right end

2004-06-03 Thread aalmero
just play around with the right param for style and not removing the div coz it will not look nice with other borwsers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837429#3837429 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [Installation & Configuration] - Re: [log4j] SMTPAppender and Threshold INFO

2004-05-28 Thread aalmero
please disregard earlier post. add | | | | remove from your config works well with my setup View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836646#3836646 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[JBoss-user] [Installation & Configuration] - Re: [log4j] SMTPAppender and Threshold INFO

2004-05-28 Thread aalmero
add remove this is working with my setup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836643#3836643 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836643 --

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-25 Thread aalmero
i think the problem with your config is # Set properties for worker2 (ajp13) worker.list=worker2 worker.worker2.type=ajp13 worker.worker2.host=locahost worker.worker2.port=8009 worker.worker2.cachesize=10 worker.worker2.cache_timeout=600 worker.worker2.socket_keepalive=1 worker.worker2.sock

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-25 Thread aalmero
mod_jk # JkWorkersFile conf/workers.properties JkLogFile logs/mod_jk.log JkLogLevel info JkMount /sampleapp/* loadbalancer JkMount /jmx-console/* loadbalancer 2. create a file workers.properties in /conf with the following entries # # workers.properties file # by: aalmero [EMAIL PROTECTED

[JBoss-user] [Installation & Configuration] - Re: deploying application on root context of jboss/apache co

2004-05-18 Thread aalmero
yes i did. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835389#3835389 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835389 --- This SF.Net email is sponsored by:

[JBoss-user] [Installation & Configuration] - deploying application on root context of jboss/apache config

2004-05-12 Thread aalmero
i need to deploy my application on root context of jboss323/apache configured server. i'm using mod_jk module. thanks alex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834700#3834700 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-user] [Nukes User] - Re: poll module doesn't display the title

2004-03-02 Thread aalmero
how would i possibly submit a fixed for it? anyway heres the fixed i did by just adding the code below on PollBlock.java try { //get poll title from poll module String pollTitle = (String) server.invoke( PollsModule.OBJECT_NAME, "getPollTitle",

[JBoss-user] [Nukes User] - poll module doesn't display the title

2004-02-27 Thread aalmero
i deployed the poll module from the cvs snapshot, but title doesnt display at all. i check with the logs and found out this warning WARN [Generated38] field TITLE is null any clue for this? or is it a bug? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [Nukes User] - Re: problem with block administration

2004-02-24 Thread aalmero
This happened while configuring the POLL block. I'm trying to moved the block to another position. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822705#3822705 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822705

[JBoss-user] [Nukes User] - problem with block administration

2004-02-23 Thread aalmero
while configuring blocks, i encountered error throwing an javax.management.InstanceNotFoundException stating that the block is not registered. am i missing addtional configuration here. thanks aalmero View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Nukes User] - build problems on nukes daily snapshot

2004-02-21 Thread aalmero
i downloaded daily snapshot source to build from it but got a lot of errors. i tried to investigate the problem and found out the some filenames where truncated. please verify and keep me posted. thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822418

[JBoss-user] [EJB/JBoss] - EJBException Handling

2004-02-16 Thread aalmero
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821726#3821726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821726 i'm puzzled of the EJB behavior i'm encountering. I have an EJB(session) that access a DAO. I have

[JBoss-user] [Nukes User] - forums bug

2004-02-12 Thread aalmero
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821330#3821330 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821330 I have installed the latest nukes version and is working properly except that the forum display is inc