[jboss-user] [Tomcat, HTTPD, Servlets JSP] - MyFaces and JBoss is not playing nice!

2007-04-05 Thread russray
Good Morning All: I am hoping someone can clarify what is the correct steps for getting a MyFaces Web Project up and running using JBoss 4.0.5 within MyEclipse 5.1.1. I have tried to follow the steps outlined in JBoss http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithIntegratedMyFaces, but I

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: MyFaces and JBoss is not playing nice!

2007-04-05 Thread russray
Okay! We are working :-) What I had to do was change the foward from: | jsp:forward page=/main.jsp / | to: | jsp:forward page=/faces/main.jsp / | and everything worked and matched the web.xml | servlet-mapping | servlet-nameFaces Servlet/servlet-name |

[jboss-user] [JBossWS] - Re: JBoss 4.0.5--JAX-RPC has Issues?

2007-02-16 Thread russray
When I look at the reponse within the Web Services Explorer I see this: | | | The SOAP response failed schema validation. Please switch to the source view for the SOAP response in XML format | |

[jboss-user] [JBossWS] - JBoss 4.0.5--JAX-RPC has Issues?

2007-02-12 Thread russray
I have a simple web service using JAX-RPC. I have setup the service to make the web server think it is dealing with a servlet. When I use Eclipse's Web Service Explored for testing the service, I receive this error on the server: | [13:29:42,196] [ERROR] [[WebServiceImpl]]

[jboss-user] [Installation, Configuration Deployment] - Re: question about log4j

2007-02-06 Thread russray
The problem you are dealing with involving JMS errors in the log files is how you have the server setup. Did you select the default settings for JBoss when it cam to your data source? If not, the installation went out to the database and created several tables used for JMS. The next time you

[jboss-user] [Installation, Configuration Deployment] - Re: jboss log files

2007-02-06 Thread russray
I can't answer all your questions, but access logs area used by Tomcat in JBoss 4.0.5. Look at the sever.xml under jbossweb-tomcat.sar | !-- Access logger -- | !-- | Valve className=org.apache.catalina.valves.FastCommonAccessLogValve |

[jboss-user] [Installation, Configuration Deployment] - Re: log4j and Jboss-4.0.5 GA

2007-02-06 Thread russray
Checkout the log4j.xml file. I am doing the same (moved from properties file to xml file) | !-- A time/date based rolling appender -- |appender name=PROD class=org.jboss.logging.appender.RollingFileAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ |

[jboss-user] [Installation, Configuration Deployment] - JBoss log4j Update Required?

2007-01-30 Thread russray
I am can not seem to get by this error involving the logging with JBOSS. Presently the TOmCat portion of my application is not logging at ALL. I have server the war file to ensure the log4j and commons-logging jar files are removed, but I am still not able to log from the Web portion.

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss log4j Update Required?

2007-01-30 Thread russray
JBoss 4.0.5 only used one log4j.xml file on the server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008572#4008572 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008572 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Tomcat Not Logging? Can Someone help? Please?

2007-01-30 Thread russray
Just wondering if anyone from JBoss is watching this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4008578#4008578 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4008578 ___

[jboss-user] [Installation, Configuration Deployment] - Tomcat Not Logging?

2007-01-29 Thread russray
I am working with JBoss 4.0.5 and everything is working but for some reason I am not getting the logging events from the Web Server. All my logging events from the Application server is coming in correctly. | !-- = -- |!-- Preserve messages in a

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Logging not taking place within tomcat?

2007-01-29 Thread russray
I am working with JBoss 4.0.5 and everything is working but for some reason I am not getting the logging events from the Web Server (tomcat). All my logging events from the Application server is coming in correctly. | | !-- = -- |!-- Preserve

[jboss-user] [Security JAAS/JBoss] - JBOSS, JAAS and MDB

2006-12-20 Thread russray
I have search through this site for HOWTOs that would be useful to me in my current situation. I have explored the JBossSX Architecture literature in an effort to understand how JBoss handles authentication. In both cases I have not found a clue to solving the issue I am facing. The issue

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS, JAAS and MDB

2006-12-20 Thread russray
The issue is solved. the problem was in the the jndi name was incorrect so the MDB could not use the default users. this was in the login-config.xml file View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995466#3995466 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBOSS 404 with SQL Server, starting with huge er

2006-12-13 Thread russray
Yes, you must have the drivers.. I have mine in JBOSS_INSTALL\server\default\lib You will also need the datasource file too. I have this file *-ds.xml located in JBOSS_INSTALL\server\default\deploy Search this site for examples for a copy of a file and modify it for SQL Server. I hope

[jboss-user] [Installation, Configuration Deployment] - CorbaORB is not registered

2006-11-28 Thread russray
I am working through the deployment of my application using JBoss 4.0.5. I've turned on some logging capability to ensure I have JBoss working correctly. However, in the log files, I see several statements like the below. Should I be concerned at this? | 08:50:46,562 INFO

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - XA Transactions Warnings on JBoss startup.

2006-11-19 Thread russray
I am hoping someone can assist me. I have been working through setting up JBoss 4.0.5 with SQL Server2000 using a XA transaction. I am really new to JBOSS.. :-) I have gotten the data source setup using this information in my -ds.xml. | datasources | xa-datasource |

[jboss-user] [JCA/JBoss] - Class Cast Exception when connecting to DataSource--JBoss4.0

2006-11-18 Thread russray
Gosh, I hope someone will answer this. I have tried for the last two days to get someone to assist me. I've research all over the net for answers and had no success on uncovering an answer. The issue is I have a J2EE project deploying to a JBoss server. I've got the server configured as

[jboss-user] [JCA/JBoss] - Re: Class Cast Exception when connecting to DataSource--JBos

2006-11-18 Thread russray
I am using JBoss 4.0.5. I am using JDBC Driver for SQL Server, version number is: 2.2.0040 I have dropped the JDBCs Driver in the JBOSS_DIR\server\default\lib I don't understand the term CCE. Can you explain? View the original post :

[jboss-user] [JCA/JBoss] - Re: Class Cast Exception when connecting to DataSource--JBos

2006-11-18 Thread russray
Weston: I can't tell you how thankful I am for you help!! Okay, what I did was changed the driver portion of my -ds.xml file. I also verified that I had only one -ds.xml is in the directory. I removed the 3 jar files I using for the SQL Server and replaced it with the new jar

[jboss-user] [JCA/JBoss] - Re: Class Cast Exception when connecting to DataSource--JBos

2006-11-18 Thread russray
Weston: When I put the three jar files back, I get this error: |13:33:41,818 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/pidbdev' to JNDI name 'java:jdbc/pidbdev' | 13:33:41,865 WARN [JBossManagedConnectionPool]

[jboss-user] [JCA/JBoss] - Re: Class Cast Exception when connecting to DataSource--JBos

2006-11-18 Thread russray
Weston: I think JBoss has a bug. I have tried all three drivers for SQL Server (2005 and @00 from MS and Jtds) In every case, I get an error. The latest info is I tried JTds and get the below error: | 14:35:17,099 INFO [WrapperDataSourceService] Bound ConnectionManager

[jboss-user] [JCA/JBoss] - Re: Class Cast Exception when connecting to DataSource--JBos

2006-11-18 Thread russray
Weston: You are absolutely 100% right, but somehow I think you knew that--- :-) The -ds.xml was incorrect. There is not such property as a URL or Port for that matter. I knew I was jumping to conclusions almost immediately as I hit the submit button. Here the the new -ds.xml

[jboss-user] [Installation, Configuration Deployment] - JBoss Stuck when starting

2006-11-17 Thread russray
I have created a J2EE project and I am deploying it to the server. I have a data source and JMS Queues. Previously the project was deploying with errors. Now the sever starts and never comes back after it hits this line: | [WrapperDataSourceService] Bound ConnectionManager

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss Stuck when starting

2006-11-17 Thread russray
Okay, once I changed my datasource to a different server, the server worked as design. What is troubling is I was using my local box as the DB Server. Windows would not allow me to come back into my box. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Deploying EJB Projects

2006-11-17 Thread russray
When I start my server, you can see the EJBs are deploying like there should, but shortly afterwards, errors start appearing like below. | INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TaskStatusEJB' to jndi 'local/TaskStatusEJB' | 14:18:49,347 WARN [StatelessSessionContainer]

[jboss-user] [Installation, Configuration Deployment] - Where's the Binding?

2006-11-17 Thread russray
I am running MyEclipse 5.1 with JBoss4.0.5. I have ported my code over from WSAD to MyEclipse 5.1 I have removed all my IBM specific files and started anew. I have the projects build and deploying to JBoss on my local machine. I have a data source setup to a SQL Server database. I can

[jboss-user] [Installation, Configuration Deployment] - Re: Where's the Binding?

2006-11-17 Thread russray
I have gone back and re-installed the Application Server and ensured I declared only one datasource for our projects. Now I can not get a connection. | 00:38:27,677 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/pidbdev' to JNDI name

[jboss-user] [Installation, Configuration Deployment] - Re: Log4j an JBOSS 4.0.5

2006-11-16 Thread russray
Peter: Thank you VERY much for your reply... Yes, I think this could be the issue I am facingbut I am perplexed on a clean solution. If I rip out the log4j.jar file from my projects and remove the all references from the projects, I am not able to compile the source code. If delete

[jboss-user] [Installation, Configuration Deployment] - Deploying EJBs to JBOSS 4.0.5

2006-11-16 Thread russray
We are trying to port the source code for a EJB project to MyEclipse. What we have done is taken the source code and created an XDoclet for generating the stubs and skeltons classes. We are able to compile and build/deploy projects, but when the server starts up we get this error: |

[jboss-user] [Installation, Configuration Deployment] - Log4j an JBOSS 4.0.5

2006-11-15 Thread russray
I have downloaded the latest version and ran the window installer. Where I start the server up, an error displays involving the log4j component. I have not changed the log4j.xml settings, so I am confused why this error would even happen: | 20:05:44,757 ERROR [STDERR] log4j:ERROR A