[jboss-user] [Installation, Configuration & DEPLOYMENT] - deployment for Spring web app fails

2009-05-28 Thread MikePhoenix
When I try to deploy my web app, the deployment fails.. The following appears to be the main cause of the failure. Does anybody have any idea what the problem may be? It looks like it might have something to do with Namimg/JNDI. I have also included the code that uses JNDI for rmi calls to EJBs

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Want to get rid of

2009-03-24 Thread MikePhoenix
The context root did not work. It made me development set up go entirely nuts, possibly because jboss-web tag contains multiple ejb-local-ref tags. What did work nicely was replacing index.html in ROOT.war with a html file containing a meta tag redirect. View the original post : http://www.jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Want to get rid of

2009-03-24 Thread MikePhoenix
Whoops. sorry. It's version 4.01, which has root.war under jbossweb-tomcat50.sar. I assume the jboss-web.xml solution will work with that version. I assume removing root.war from the location or doing the application solution you suggest will work for 4.01. If those assumptions are incorrect, p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Want to get rid of "Welcome to JBoss"

2009-03-23 Thread MikePhoenix
What is the easiest way to direct a user who tries to get to our host away from the "Welcome to JBoss" page? It has been suggested that we use a virtual host, but I find the JBoss documentation very confusing and lacking in details. Also it appears that we would have to make changes to applicat

[jboss-user] [Beginners Corner] - problem trying to create new bean (EJB2.0)

2008-12-02 Thread MikePhoenix
I'm trying to create a new entity bean for an existing application. When I deploy I get the following error: anonymous wrote : org.jboss.deployment.DeploymentException: Field changeDate in prim-key-class must be of the same type. New table sql CREATE TABLE `projecthistory` ( | `ProjectId` i

[jboss-user] [EJB/JBoss] - problem with new bean I'm creating (EJB2.0)

2008-12-02 Thread MikePhoenix
I'm trying to create a new entity bean for an existing application. When I deploy I get the following error: anonymous wrote : org.jboss.deployment.DeploymentException: Field changeDate in prim-key-class must be of the same type. New table sql CREATE TABLE `projecthistory` ( | `ProjectId` i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - problem deploying application - upgrading to JBoss 4.2.3

2008-09-21 Thread MikePhoenix
OK, I am trying to port an application from JBoss 4.0.1 to 4.2.3. I am now getting the error: java.lang.IllegalStateException: Cannot obtain target bean for: JuniperLNServlet I have searched extensively for this error both on Google and the JBoss site search function and cannot find anything. Any

[jboss-user] [Beginners Corner] - Re: problem with upgrading to JBoss 4.2.3

2008-09-20 Thread MikePhoenix
I'm sure it is specific to our application. The thing is, this was working on 4.0.1 but not on 4.2.3. My guess is that there is some problem with the configuration of the 4.2.3 server, because the application configuration files are unchanged. I am pretty much of a newbie with Web apps and ser

[jboss-user] [Beginners Corner] - problem with upgrading to JBoss 4.2.3

2008-09-19 Thread MikePhoenix
OK, I am trying to upgrade from 4.0.1 to 4.2.3. i am now getting the error: java.lang.IllegalStateException: Cannot obtain target bean for: JuniperLNServlet I have searched extensively for this error both on Google and the JBoss site search function and cannot find anything. Any help would be app

[jboss-user] [Beginners Corner] - problem with service MSSQLDS not installed

2008-09-17 Thread MikePhoenix
When I try to deploy an application that I had running on 4.0.1 to 4.2.3 it fails to deploy. This appears to be the root cause: --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- ObjectName: jboss.jca:service=DataSourceBinding,name=MSSQLDS State: NOTYETINSTALLED Depends On Me: jboss.mq:

[jboss-user] [Beginners Corner] - Trying to install an already registered mbean: jboss.jca:ser

2008-09-16 Thread MikePhoenix
Ok, I tried to search for the above error and the search engine for this site just returned a ton of stuff that mostly seemed irrelevant. The anwer may have been somwhere in the thousands of links returned, but I couldn't find it. I am trying to bui9ld a nd deploy an application that is currentl

[jboss-user] [JBoss Getting Started Documentation] - Error on MySQL connector test: FYI

2008-09-14 Thread MikePhoenix
While setting up my jboss 4.2.3 with MySQL and testing the connection I found an error in the code for client.jsp which is given in section 6.5 of the latest "Getting Started" documentation. There is no closing "%>" for the tag contianing the second scriptlet. You need to add a "%>" at the end o

[jboss-user] [JBoss Getting Started Documentation] - Re: instrucitons for building roster application screwed up

2008-09-10 Thread MikePhoenix
update: I also tried setting the properties file as follows: j2ee.home=C:\\jboss-4.2.3.GA BUILD FAILED C:\j2eetutorial14\examples\common\targets.xml:10: The j2ee.home property is not properly set in /j2eetutorial14/examples/common/build.properties. Set the j2ee.home property to the location of yo

[jboss-user] [JBoss Getting Started Documentation] - instrucitons for building roster application screwed up

2008-09-10 Thread MikePhoenix
I am trying to build the roster application to test my connection to MySQL and am using this version of the getting started manual: http://docs.jboss.org/jbossas/getting_started/v4/html/cmp.html It gives me the following instruations: 7.1. Building the Example The EJBs are packaged in two separ

[jboss-user] [Beginners Corner] - migrating from 4.0.1 to 6.4.2.3 log4j configuration file

2008-08-25 Thread MikePhoenix
Under conf in 6.0.1 my log4j configuration file is called log4j.xml, under the new version the file name is jboss-log4j.xml. Is there any preference as to which file name should be used to configure the log4j service under 4.2.3? I assume that they should not both be in my new installation. Is t

[jboss-user] [Beginners Corner] - upgrading from Jboss 4.01 to 4.2.3 or Glassfish

2008-08-19 Thread MikePhoenix
We are having a problem with .NET clients being able to access our Web services. This problem has been traced to a problem with the version of Axis being usedin 4.0.1. Therefore we are looking to upgrade either to Jboss 4.2.3 or the most recent version of Glassfish. The main reason we are cons

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - jboss not loading image from jsp:include

2008-07-21 Thread MikePhoenix
OK, I have a a jsf jsp pages js tag for my application that occurs in several jsp pages: | | | | | | footer.jsp has an image tag like this: | | The jsp files are in a directory which is under the base directory like the include and image files. For some r

[jboss-user] [Beginners Corner] - Re: problem with mysql can't find jboss database

2008-07-14 Thread MikePhoenix
It's the JBossAS services. I just created it as you suggested and everything is working fine now. Thanks so much for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4164293#4164293 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: problem with mysql can't find jboss database

2008-07-14 Thread MikePhoenix
Thanks Peter. I guess that I should have a little more specific in that I know that it is telling me that the jboss database wasn't created. I just thought that I might need something special in the way of tables or configuration of the jboss database. Anyhow, i'll try just dreting the database

[jboss-user] [Beginners Corner] - problem with mysql can't find jboss database

2008-07-13 Thread MikePhoenix
I'm trying to port an application that uses JBoss4.01 to my machine from my boss's machine using the the directories my boss gave me for the IntelliJ project and the Jboss installation that goes with it. While trying to run it I found a a JMS problem that looks like it is related to SQL. It is d

[jboss-user] [Beginners Corner] - confusion on jboss directory structure

2008-07-11 Thread MikePhoenix
I'm trying to port an application that uses JBoss4.01 to my machine from my boss's machine using the the directories my boss gave me for the IntelliJ project and the Jboss installation that goes with it. While trying to run it I found a a JMS problem that looks like it is related to SQL. It is d