[jboss-user] [Installation, Configuration DEPLOYMENT] - will jboss 4.2.2GA work on fedora 8?

2009-01-17 Thread amit.daundkar
hi i am completely new to jboss. i want to install jboss on fedora 8. will someone please tell me whether jboss4.2.2GA will work on fedora 8? and what is the procedure to install and configure? please reply. thank you. View the original post :

[jboss-user] [Beginners Corner] - Re: jboss-dukes-bank app

2009-01-17 Thread pepelara
Hi, I have got it!!! As the thread has a lot of visits, can I post the solution about the web client? Best regards, Jose Alvarez de Lara View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202605#4202605 Reply to the post :

[jboss-user] [JBossMQ] - Re: JMS Problem on clean install of Jboss-4.2.2.GA

2009-01-17 Thread lking28
well, ok then.. How do you stop these 'debug' messages from filling up your log file. Seems to happen in a HA setup quite often. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202609#4202609 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't start up JBoss

2009-01-17 Thread mittal_abhi86
Buddy you should perhaps try out giving the following property in your systemVariables: PATH = c:\windows\system32 or alternatively wherever your windows folder exists, give path to system32 directory. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment Order

2009-01-17 Thread gangadharonweb
place the jboss-app.xml file in the META-INF folderf your EAR, jboss-app.xml; !DOCTYPE jboss-app PUBLIC -//JBoss//DTD J2EE Application 4.2//EN http://www.jboss.org/j2ee/dtd/jboss-app_4_2.dtd; jboss-app module-orderstrict/module-order /jboss-app -Gangadhar M View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
Hello. I'm getting problems in my first HelloWorld app deployment in JBoss. Jboss is running (no problems at startup). But when I try to deploy my HelloWorld.ear, I get the following problem: 14:58:11,683 INFO [Http11Protocol] Arrancando Coyote HTTP/1.1 en puerto http-127.0.0.1-8080

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problem generating hbm using reveng.xml

2009-01-17 Thread sudipdas2005
Hi, table tag in reveng.xml file is not showing any effect while generating hbm: Although dtd could validate the tag. And table-filter is working properly. eclipse: 3.4 hibernate: HibernateTools-3.2.4.CR1-R200812191611 I assumed no hibernate core jar is needed. table name=AA |

[jboss-user] [JBoss Tools (users)] - Unable to install on eclipse 3.4.1 on linux

2009-01-17 Thread meetoblivion
So I just reinstalled my OS (to Fedora 10, from Suse 11) and I wanted to run Tools against eclipse 3.4.1. I started from Java EE edition, and it's complaining about depedencies in 3.4, which make sense since i'm trying to use 3.4.1. Are they incompatible? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
Still getting the same problem... any help please? There must be something wrong with the .ear file. But I'm using ant and I think it is doing properly. Thanks in advance Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202633#4202633 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
Build process: MacBookPedro:~/Workspace/HelloWorld ElPiter$ ant Buildfile: build.xml compile: war: [war] Building war: /Users/ElPiter/Workspace/HelloWorld/HelloWorld.war jar: [jar] Building jar: /Users/ElPiter/Workspace/HelloWorld/HelloWorld.jar ear: [ear] Building ear:

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
web.xml ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN' 'http://java.sun.com/j2ee/dtds/web-app_2.2.dtd' web-app display-nameHello World/display-name Hello World servlet-nameHelloWorldServlet/servlet-name

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
ejb-jar.xml (EJB3) ?xml version=1.0 encoding=UTF-8? !DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd' ejb-jar display-nameHello World/display-name enterprise-beans Hello World EJB

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying firs application in JBoss

2009-01-17 Thread pgbonino
application.xml ?xml version=1.0 encoding=UTF-8? !DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd' display-nameHello World/display-name Hello World HelloWorld.jar

[jboss-user] [Management, JMX/JBoss] - @depends annotation

2009-01-17 Thread Renen
Hello, I have two annotated POJOs: ProcessManager and Logger. And, Logger depends on ProcessManager. Try as I might, they seem to deploy in the wrong sequence: | 22:38:41,148 INFO [STDOUT] Logger start | 22:38:41,154 INFO [STDOUT] Process manager starting... | Which I don’t

[jboss-user] [Management, JMX/JBoss] - Re: @depends annotation

2009-01-17 Thread Renen
Sorry: JBoss 5 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202642#4202642 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202642 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment error in JBOSS 5. Exception determining struc

2009-01-17 Thread jimgrim...@yahoo.com
Thanks. That works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4202643#4202643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4202643 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Use Themes outside of actual portal.

2009-01-17 Thread clevelam
Is there a way to use portal themes outside of the actual portal. We plan on using the Portal as a gateway to our custom spring applications. We want the spring applications to take advantage of JBOSS themes without having to implement this as portals. Is this possible ? If so, how ?

[jboss-user] [Beginners Corner] - First Deployment - HelloWorld app

2009-01-17 Thread pgbonino
Hi. I posted this at Configuration, Instalation and deployment section. But I'll post it here as well. I have built a HelloWorld EJB application consisting in a Servlet and a Session Bean. Ant worked propperly and everything seems to be correct. JBoss instalation is ok and startup works well

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Version of jars.

2009-01-17 Thread sudipdas2005
Hi, Can somebody please specify version of jar should I use to generate hbm file using reveng.xml so that table tag can be used in reveng.xml not table-filter tag. I am using eclise 3.4 I need version of jar for hibernate-tool and hibernate-core. Please help. -dip View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - table tag in reveng.xml

2009-01-17 Thread sudipdas2005
Hi, What is the location of Table.class (package structure) in hibernate-tool.jar.[VersionNumer] ?- So that I can use that jar and table tag in reveng.xml will be taking effect while generating hbm file. Please suggest. -thanks, sudip View the original post :

[jboss-user] [Remoting] - Re: JAAS authentication with EJB over HTTP

2009-01-17 Thread acoli...@jboss.org
Actually this has nothing to do really with remoting or EJB3. It is that JBoss does not by default support setting the jndi username and password except if you use the special ./security/src/main/org/jboss/security/jndi/LoginInitialContextFactory.java which doesn't do you any good if you want

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JSF - Unknown attribute type (void) for attribute actionList

2009-01-17 Thread hendi.sumarna
when I deploy the duke's bookstore application(bookstore6) on jboss 4.2.3.GA, it doesn't work. The application comes from the javaee tutorial on Sun's web site. the error comes out in custom tag deferred-method where the signature is void. deferred-method method-signaturevoid

[jboss-user] [JBoss Portal] - Re: Use Themes outside of actual portal.

2009-01-17 Thread apemberton
Sure; Portal themes run as (or inside) a typical Java EE WAR. There's no reason your custom Spring-based web apps can't directly reference your Portal's CSS files. You shouldn't have to copy the CSS selectors, you should be able to reference your Portal's theme CSS files directly: link