[jboss-user] [Beginners Corner] - Re: JBoss console not opening completely - class not found

2007-08-16 Thread jwbaker
Thanks. Shouldn't this be included in the JBoss distribution's classpath? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075071#4075071 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075071 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - InstanceNotFoundException: jboss.aop:service=AspectManager i

2007-08-08 Thread jwbaker
While deploying, I'm getting this error. Caused by: javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered. at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:527) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.jav

[jboss-user] [JNDI/Naming/Network] - Re: What is mapped-name?

2007-08-08 Thread jwbaker
Thank you. The runtime exception no longer occurs. I am seeing a new error, but this may be a NetBeans plugin issue: Caused by: javax.management.InstanceNotFoundException: jboss.aop:service=AspectManager is not registered. at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMB

[jboss-user] [JNDI/Naming/Network] - What is mapped-name?

2007-08-08 Thread jwbaker
When deploying a web application that has a data source, there is a runtime error: java.lang.RuntimeException: mapped-name is required for jdbc/TRAVEL_ApacheDerby of deployment WebApplication374.war Is mapped-name supposed to be declared in jms-ds.xml ? My jms-ds.xml file contains - -

[jboss-user] [Beginners Corner] - JBoss console not opening completely - class not found

2007-08-08 Thread jwbaker
When I open the JBoss console the left pane is blank. This happens with JBoss 5 beta2 or JBoss 4.04. There's an error message at the bottom of the console - class not found error. When I view the Java console the exception (see below) What's wrong, an installation problem? I'm using JDK 1.5.0_12

[jboss-user] [JBoss and NetBeans] - JBoss console not opening completely - class not found

2007-08-08 Thread jwbaker
When I open the JBoss console the left pane is blank. This happens with JBoss 5 beta2 or JBoss 4.04. There's an error message at the bottom of the console - class not found error. When I view the Java console the exception (see below) What's wrong, an installation problem? I'm using JDK 1.5.0_12

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Urgent: JNDI name syntax

2007-04-25 Thread jwbaker
In my J2EE application, I'm unable to create a datasource. The JNDI name I provide is APP_ApacheDerby but creating this fails. Could this be syntax problem in that the "_" underscore character is invalid ? Thanks, John View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss and NetBeans] - Re: data binding problem, blank after bind, working on sun s

2007-04-25 Thread jwbaker
Any exceptions in the $userdir/var/log/messages.log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040720#4040720 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040720 ___

[jboss-user] [JBoss and NetBeans] - Re: data binding problem, blank after bind, working on sun s

2007-03-05 Thread jwbaker
Make sure you copy the postgresql-8.2-504.jdbc3.jar to the server\default\lib folder John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025176#4025176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025176 __

[jboss-user] [JBoss and NetBeans] - Re: data binding problem, blank after bind, working on sun s

2007-03-05 Thread jwbaker
Works for me using the following: * Driver location: o http://jdbc.postgresql.org/ * Driver version: o 8.2-504.jdbc3 * Driver jar files: o postgresql-8.2-504.jdbc3.jar * Driver classname: o org.postgresql.Driver * URL format: