[jboss-user] [JBossWS] - Re: Incomplete Deployment Listing Error in JBoss 4.0.4

2008-10-27 Thread kevintaute
The Jasper Reports API requires access to the text file definition (jrxml). In order to deploy under jboss, you will need to include the jrxml file like any other text file being deployed (ie your html, jsp, etc), then use something like String dirName = getServletContext().getRealPath("/");

[jboss-user] [JCA/JBoss] - Re: Problems changing DefaultDS

2008-09-26 Thread kevintaute
The wiki does not mention that you need to ensure the tables are available on the new data source. The error message java.sql.SQLException: ORA-00942: table or view does not exist indicates that you are trying to retrieve date from a table that does not exist. Most likely the anonymous wrote :

[jboss-user] [JBoss Getting Started Documentation] - Re: run.sh giving trouble

2008-09-24 Thread kevintaute
Based on what is included, it looks like jboss is trying to create a file but it is unable to do so. It looks like jboss is installed in /home... You need to check the permissions of the directory listed in the error message. Since it appears you are running on a Linux/Unix machine, try cha

[jboss-user] [JBoss Getting Started Documentation] - Re: run.sh giving trouble

2008-09-24 Thread kevintaute
looks like you have bin in your JAVA_HOME environment variable. Try removing that and restarting. Most java program recognize that the executables will be in the bin subdirectory of the JAVA_HOME. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178555#417855

[jboss-user] [JBossWS] - Re: Incomplete Deployment Listing Error in JBoss 4.0.4

2008-07-17 Thread kevintaute
jrxml is a Jasper Reports definition file. It looks like he is trying to deploy an application that includes reports (reports directory) from jasper reports. There is a free reporting tool called iReports that generates the jrxml files, and includes the required jar files for utilizing Jasper

[jboss-user] [JBoss jBPM] - Re: Could not send mail with mail node

2008-07-16 Thread kevintaute
The first line in the stack output indicates that the Mail server on the localhost refused the connection. What mail service do you have running on the localhost? Is it configured to accept connections from the localhost, does it require passwords, etc. View the original post : http://www.jb