[JBoss-user] [Installation & Configuration] - How Do I Install PHP on JBoss ?

2004-08-08 Thread bwinspur
I am installing a php-based product (the phpBB forums application), and it is delivering the text of php pages to my browser, not the results of processing the php pages. I have downloaded and installed PHP on my system, but there were no installation instructions re: jboss. I expected php to

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread dannyb23
Thanks but it didnt work :/ (I have tested it with 5000 ms , perhaps you should too since with such a big SchedulePeriod as you specified perhaps it didnt really work exactly at midnight for you too ? ) Is your scheduler implementing org.jboss.varia.scheduler.Schedulable ? what jboss version a

[JBoss-user] [Installation & Configuration] - watchdog program for jboss

2004-08-08 Thread jieshengz
Does anyone know any watchdog program for jboss? The watchdog program can start jboss when there is any OutOfMemory Exception or jboss hang? thanks jason View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844526#3844526 Reply to the post : http://www.jboss.org/i

[JBoss-user] [Security & JAAS/JBoss] - javax.security.auth.login.FailedLoginException: Password Inc

2004-08-08 Thread tomansley
I have an interesting problem. I am trying to get JAAS working on my JBoss 4.0 system working. I have everything set up using the org.jboss.security.auth.spi.DatabaseServerLoginModule that is available to use in the JBoss framework. I have everything hooked in but it is giving the error messa

[JBoss-user] [Performance Tuning] - performance issues with huge file upload

2004-08-08 Thread vying
Hi all, My project involved a huge file(100MB) upload process in front end,then front end client sends the huge file stream to Message driven bean for processing the upload asynchrounsly and finally the MDB invokes file parser and other EJB components to feteh the the processed file data

[JBoss-user] [JCA/JBoss] - Re: JTA Implementation RoadMap

2004-08-08 Thread tokobayashi
OK, I've found a new Roadmap. http://jboss.org/wiki/attach?page=JBossRoadmap%2FJBoss4ProjectDevSchedule.html Transaction features are planned for JBoss 4.2! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844522#3844522 Reply to the post : http://www.jboss.o

[JBoss-user] [Nukes User] - Re: build error 1.1 RC

2004-08-08 Thread cooper
Thomas, this code from new code checked in by Miles, I asked him to correct this code since it seems that he forgot to check in a new version of StoreCommand View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844521#3844521 Reply to the post : http://www.jboss.

[JBoss-user] [Nukes User] - Re: build error 1.1 RC

2004-08-08 Thread cooper
There is a new dayly snapshot for branch 1.1 : http://jboss.sourceforge.net/snapshots/nukes-1.1-snapshot.tar.gz View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844520#3844520 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Memory problem when sending large number of messages

2004-08-08 Thread benstarr
The messages are being consumed by another MDB and it is possible that the memory problem is related to that MDB but I don't think that is the case. I am using an Oracle database as a persistence mechanism for the messages. Unfortunately I don't have a lot of flexibility in the JBoss version use

[JBoss-user] [Nukes User] - Re: build error 1.1 RC

2004-08-08 Thread theute
mmm i guess you took the daily snapshot. It might be broken... (we will fix that soon) My advice would be to either take the 1.1 from the CVS Branch or this version: http://www.jboss.org/nukes-1.1/nukes-1.1.0-mysql-RC2.zip Soon we will release a new release candidate for 1.1 including an installe

[JBoss-user] [Nukes User] - Re: build error 1.1 RC

2004-08-08 Thread ellanti
http://www.jboss.org/wiki/Wiki.jsp?page=InstallUninstallUpgrade is this the right link? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844514#3844514 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844514 -

[JBoss-user] [Nukes User] - Re: build error 1.1 RC

2004-08-08 Thread theute
Where did you get that snapshot from ? Latest 1.1 is in the CVS under the branch name: Nukes_Branch_1_1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844513#3844513 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38445

[JBoss-user] [Nukes User] - build error 1.1 RC

2004-08-08 Thread ellanti
I got some errors whil ebuilding the lates snapshot Steps: 1. downloaded this morning (8/10/04) latest snap shot 2. copied etc/mysql.properties to build/local.properties 3. added one line to localproperties: nukes.database=mysql 4. started build. Part of the error dump: [execmodules]

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread terp
Hi, I use something like this: | Service:service=MyScheduler";> | true | my.schedulable.class | myArg | java.lang.String | dd-MM-yy HH:mm | 01-01-01 00:00 | 8640 | -1 | | Hope it helps.. T! View the original post : http://www

[JBoss-user] [HTTPD, Servlets & JSP] - Re: How to remove Pragma: no-cache from tomcat responses??

2004-08-08 Thread eugene75
Given the presence of the following bug in IE http://support.microsoft.com/support/kb/articles/q316/4/31.asp this is a fairly serious problem. If you are running Apache as a web server front-end to JBoss-Tomcat, you can use mod_header to remove the Pragma and Cache-control headers. Add the foll

[JBoss-user] [Persistence & CMP/JBoss] - Primary Keys that are also Foreign Keys

2004-08-08 Thread juniorcarl
Hello, I have the following tables: Student - PK is student_id Course -PK is course_id Student_Course - PK is student_id and course_id I needed some additional fields in the association table, so I created an entity bean for Student_Course with student_id and course_id as CMR fields. As far a

[JBoss-user] [Management, JMX/JBoss] - Re: scheduler at midnight

2004-08-08 Thread dannyb23
Hi I would really appreciate any help on this: When i'm using: attribute name="InitialStartDate"2/5/02 07:21 pm/attribute attribute name="SchedulePeriod"1/attribute attribute name="InitialRepetitions"-1/attribute The scheduler works every 10 seconds with no consideration of the

[JBoss-user] [EJB/JBoss] - referencing another EJB via Class-Path entry in manifest.mf

2004-08-08 Thread OBender
I'm migrating our application from WebSphere to JBoss 3.2.5. During this migration I faced rather anoying problem. Or EAR file has a lot of EJB jar files and many of them reference each other via Class-Path entry in manifest.mf file. manifest.mf for EJB X looks like this (excerpt): Class-Path: ./

[JBoss-user] [Installation & Configuration] - Re: how to configure jboss to use Mysql and LDAP ?

2004-08-08 Thread wmac
Hello, I don't think you need anything else to be able to use LDAP. Pure java supports LDAP (I mean J2SE). Again about MySQL you just need to add a MySQL jconnect JDBC driver to your CLASSPATH and load it's driver in your program as you may do in a normal pure command line Java program and use

[JBoss-user] [Management, JMX/JBoss] - Re: Asserting start and deployment success

2004-08-08 Thread eduardocolaco
i forgot to thank you, sry. THANX!!! :) Now im developing a way to assert it deployed all appliactions, thanks to ur tip. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844503#3844503 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [JBoss Getting Started Documentation] - Re: javax.servlet.jar missing in 3.2.5?

2004-08-08 Thread macunkie
"aliasncnu" wrote : Sorry! I do know how to let <> show in the article | I use () instead of <> | | | (path id="client.classpath") | (fileset dir="${jboss.home}/server/all/deploy/jbossweb-tomcat50.sar") | ( include name="*.jar"/) | (/fileset) | (/path) I'm in t

[JBoss-user] [Beginners Corner] - Re: Jboss 4.0 RC1, jmx-console

2004-08-08 Thread eduardocolaco
Sorry, now thinking better, i think theres notuhing with what i said, cause u got a http 400. i think u can ignore my tip. sry :( View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844501#3844501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=

[JBoss-user] [Beginners Corner] - Re: Jboss 4.0 RC1, jmx-console

2004-08-08 Thread eduardocolaco
Are you a windows user? try instead of using localhost, inserting 127.0.0.1 localhost in linux means 127.0.0.1 on IPv4, the local machine, but i think it doesnt work on windows. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844500#3844500 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: Referencing an EJB from a scheduled task

2004-08-08 Thread ware
hello, i'm trying to call from my schedule class the ejb but i'm getting the exception: java.lang.NoClassDefFoundError my schedle class is in a jar my file in the LIB directory of my web application and all the ejbs are in a jar file in the deploy jar and work fine beside my in schedule cl

[JBoss-user] [Persistence & CMP/JBoss] - problem with transactions

2004-08-08 Thread ware
Hello, I'm trying to use transaction on a Method of my Session Bean that calls many other methods of some CMP EJBS in the process of calculating and etc. but if there was an error it won't rolled back all it have been done in DB and just throw the exception error, what can i do? to lock all

[JBoss-user] [Installation & Configuration] - how to configure jboss to use Mysql and LDAP ?

2004-08-08 Thread madadi
Dear all, I want to know what are the configuration files i have to change or add to use Mysql and LDAP with JBOSS. Up to now i used JBOSS with Mysql ,but now i want to use LDAP also, is it possible that i can store data in both Mysql and LDAP in same time. i mean can i write a servlets,Ejb'

[JBoss-user] [Persistence & CMP/JBoss] - Re: How to include two data-sources in jbosscmp-jdbc.xml fil

2004-08-08 Thread madadi
hai, If i want to use Mysql and Open LDAP to store data like userid,last name,phone no:, email..etc can i configure my jboss ? presently i succeded to write CMP to store data in Mysql but i want to store same data in LDAP also.sothat user can search ,edit ..etc .so any ideas, help needed...