


Hi , I deployed one web application in jboss-3.2.5.which is developed using struts.But when i running the application in browser i am getting the error like this. can anybody please give me the solution for this..org.apache.jasper.JasperException: Unable to compile class for JSPGenerated servlet...
Hexamind Companion is a tool for developers and system administrators who manage the configuration of JBoss servers. We are nearing the final stages of its development, and would like to hear your opinion about this tool.Please follow the link below to learn more and participate in our online su...
When i deploy xpetstore application thru Eclipse 3.0 and JBoss 3.2.3, i got the following stack trace details. Why ? Thanks in advance.___________________________________________________________________________19:27:19,935 INFO [Server] Starting JBoss (MX MicroKernel)...19:27:19,945 INFO [Server...
Hi, has anyone deployed xpetstore into jboss 3.2.3I am using PostgreSQL database to deploy xpetstore into jboss. I am able to get the opening page of petstore. But the problem is none of the pet links are working.Has anyone successfully done this?-Hriday...
Hi,I got 4 .SAR files deployed at deploy.last directory, and when I start JBoss it randomly picks up just 2 .SAR files to run. It creates all of them (using create() method), but doesn't call the start() method.Is there a reasonable explanation for this?Thx....
HI ,Trying to use xerces parser in Jboss 3.2.1 and it is giving me this error Jboss 4 is working17:40:02,225 ERROR [STDERR] Aug 4, 2003 5:40:02 PM org.apache.struts.action.RequestProcessor processINFO: Processing a 'POST' for path '/HomePage'17:40:02,225 INFO [STDOUT] Mode is Log...
Having spent a frustrating time getting the template example working from the Quick Start Guide I thought I'd post a quick note here that might help others(I actually tried posting to the www.JBoss.org forum but it didn't work.)Being new to JBoss, XDoclet and Ant getting it working was g...
I am currently generating my jboss-service.xml file using xdoclet. However, now I have a need to add a <depends> element to my service <mbean> config. Does anyone know if there is an xdoclet tag to generate this element? I can't seem to find it if there is.Version: xdoclet 1.2.1...
I am currently going through a tutorial to get the JBoss IDE working. I set up the XDoclet Configuration, but I get the following error in the console:BUILD FAILEDjava.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask (Unsupported major.minor version 49.0)In the file xdoclet-build.xml...
I will most appreciate it if someone could tell me what I am doing wrong.I downloaded eclipse 3.2.2 and unzipped it in my favorite location, thereafter I installed jboss-4.2.0.GA.The problem is thatif I right-click a project and select properties --> xdoclet ConfigurationI keep getting this e...
xdoclete web site says that the current version supports only jboss 3.1. I am using jboss 3.2. Should I use xdoclet in my application? Is there a work around?- Walk Rustin...
ok... I have this query:code: SELECT * FROM(SELECT * FROM tableA PWHERE P.ITEM_ID=16150AND P.ACTIVE_FLAG = 1ORDER BY P.DATE DESC)WHERE ROWNUM = 1 by default in the "where" section of the doclet it will make the query look like this when it is built:code: SELECT * FROM tableA(SELECT * FROM tableA...
Problem with Jboxx 3.x odr 4.x:I want to use XSLTC in some of my servlets, but there is no way of using it in Jboss-> putting xsltc.jar in $JBOSS/lib or $JBOSS/server/default/lib does not work-> putting xalan.jar in $JAVA_HOME/jre/lib/ext doesn't work either, because xanlan (and xsltc)...
Hi,We've been successfully using Xalan 2.7.0 and Websphere (with Java 1.4) to do XSLT transformation (in particular fancy grouping of the XML data).We're migrating our application to jBoss 4.2.2GA and Java 1.5 and have discovered that we need to use Xalan 2.7.1 in order for the XSLT tran...
I am getting tons of messages as follows:[16:28:47,321,XAPoolDataSource] Creating XA PoolCan anyone tell me exactly what that means and whehter its normal to see your server.log full of those messages?The reason I ask is we are hosting an application for someone that has suddenly started to slow...
