[jboss-user] [EJB 3.0] - Re: Domain Name Setting

2008-11-05 Thread nanda_kishore
Thank u very much it is working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186911#4186911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186911 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Domain Name Setting

2008-11-04 Thread nanda_kishore
i devloped web application in J2EE. I want to launch it as a website. how to configure the domain name in JBOSS. b'coz in jboss - we can access website as follows: http://mywebsite.com/web-war web-refers war file, which is the web application developed in j2ee. i need to remove the web-war. i

[jboss-user] [EJB 3.0] - Servlet.service() for servlet jsp threw exception

2008-11-01 Thread nanda_kishore
Hi i am using jboss 5.0.0 CR2 version. When i am deploying the application it is throwing this exception. I did not got this error in jboss 5.0.0 beta4. This is from jboss consoule 13:13:53,234 INFO [STDOUT] Hibernate: select temperatur0_.loggerid as loggerid6 | _, temperatur0_.date as

[jboss-user] [EJB/JBoss] - Error while accessing access entity beans in jboss 5.0.0 CR2

2008-11-01 Thread nanda_kishore
Hi when i am trying to access entity beans i am getting the following error in this line. Temperature c = (Temperature)(temp1).get(i); org.apache.jasper.JasperException: An exception occurred processing JSP page /index.jsp at line 169 | | 166: temp1= currentSession.findAll(); | 167:

[jboss-user] [EJB/JBoss] - Jboss 5.0.0 CR2 installation problem

2008-11-01 Thread nanda_kishore
When i am trying to run jboss i got this error. I dont know why it is calling messaging service. Can any please give me solution how to install in correct way. | *** CONTEXTS MISSING DEPENDENCIES: Name - Dependency{Required State:Actual Stat | e} | |

[jboss-user] [EJB 3.0] - UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService **

2008-10-31 Thread nanda_kishore
Hi i am getting this error when i am deploying ear file. I did not modified timer service can i know how to solve this problem. *** CONTEXTS MISSING DEPENDENCIES: Name - Dependency{Required State:Actual State} | | jboss.ejb:persistencePolicy=database,service=EJBTimerService | -

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
I am useing Jboss 5.0.0 beta4. i changed in mysql-ds.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185937#4185937 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185937 ___

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
?xml version=1.0 encoding=UTF-8? | | !-- $Id: mysql-ds.xml 41017 2006-02-07 14:26:14Z acoliver $ -- | !-- Datasource config for MySQL using 3.0.9 available from: | http://www.mysql.com/downloads/api-jdbc-stable.html | -- | | datasources | local-tx-datasource |

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
Do in need to change any thing in ejb3-timer-service.xml. I am not using any messaging services. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185948#4185948 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185948

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
| JBoss Bootstrap Environment | | JBOSS_HOME: /var/jboss-5.0.0.Beta4 | | JAVA: /usr/java/jdk1.5.0_16/bin/java | | JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx200m -XX:MaxPermSize=256m | -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=360

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
is there no way to solve this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185990#4185990 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185990 ___ jboss-user mailing

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
I am not getting any errors in my tool using jboss 5.0.0 beta4. but when i am trying to deploy in server i am getting error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185995#4185995 Reply to the post :

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
to overcome this error i removed files. can u please give me solution for this problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4185973#4185973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4185973

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
i removed all %JBOSS_HOME%/server/ serverName/deploy folder/messaging files and i removed hssql-ds.xml . now i left with this error UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService **. do i need to configure %JBOSS_HOME%/server/ serverName/deploy/ejb3-timer-service.xml for mysql

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
EXactely your understanding is correct. i am not understanding whats the problem behind this. i dont know why it is calling messaging service and throwing these errors. can u please tell me how to solve this problem. View the original post :

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
only this was the problem which is suffering me. can i know how to solve jboss.j2ee:ear=iBlue.ear,jar=iBlue-ejb.jar,name=TemperatureFacade,service=EJB3 | - UNKNOWN{Described:** UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService **} | | | *** CONTEXTS IN ERROR: Name - Error |

[jboss-user] [EJB 3.0] - Re: UNRESOLVED Demands 'jboss.ejb:service=EJBTimerService *

2008-10-31 Thread nanda_kishore
I tried like that without any application. i did not got any errors. but when i hot deployed i got the error which i gave in previous post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186012#4186012 Reply to the post :

[jboss-user] [EJB 3.0] - No container configured with name 'Stateless Bean''

2008-10-31 Thread nanda_kishore
Hi i am trying to deploy ejb 3 application un jboss 5.0.0 Beta4. i am getting this error. I removed messaging files under deploy because it is trying to connect messaging services. can any one tell me how to over come this error and how to disable messaging service. 12:18:53,452 INFO