[jboss-user] [JNDI/Naming/Network] - datasource

2007-08-15 Thread zhlu
I got the following errors when I deploy my app with oracle datasource: 8:05:32,718 WARN [ServiceController] Problem starting service jboss.web.deploy ent:war=aaa.war,id=-1582241627 rg.jboss.deployment.DeploymentException: Error during deploy; - nested throwabl : (javax.naming.NamingException:

[jboss-user] [JNDI/Naming/Network] - Datasource Problem

2006-12-22 Thread akmal
Hi, i am trying to deploy a project in Myeclips with Jboss Server. I am facing the error for jndiname. some one give me the solution. Caused by: javax.naming.NameNotFoundException: @db.jndiname@ not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:529) at org.j

[jboss-user] [JNDI/Naming/Network] - datasource binding

2007-01-24 Thread alexsooner
I am trying to reference a data source running outside of JBoss. Yet, during the deployment, JBoss can not find the data source ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4006008#4006008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JNDI/Naming/Network] - Datasource is null

2008-08-05 Thread badam571
Hi there, I have the following problem, I am trying to connect to database via Jndi but I get datasource is null, here is my codes: try { ic = new InitialContext(); ds = (DataSource)ic.lookup("java:/SybaseDS"); conn = ds.getConnection(); } catch(NamingException ne)

[jboss-user] [JNDI/Naming/Network] - DataSource look up failed

2007-09-11 Thread lakshmansai
Hi, I have created a dataSource with jndi name KernelDataSource and it successfully bounded in jboss 4.2 version. When i am trying to look up from my client program i am getting name not bound exception. Can any body look at this problem: mysql-ds.xml: KernelDataSource jdbc:my

[jboss-user] [JNDI/Naming/Network] - DataSource Connection's on Client or Server side?

2008-08-25 Thread srikanth_vals
Hi Sir / Madam, On Machine A i have client which lookup a DataSource on Machine B. When i create a connection out of data source, does the connection pool / connections are created on client and server, client or server? If the DataSource is configured for min-pool of 5, th

[jboss-user] [JNDI/Naming/Network] - Datasource not correctly bound to JNDI context

2007-02-06 Thread aschulz
Hi, I'm porting an application from Orion to JBoss. I'm trying to configure the datasource at the same JNDI-names like in Orion (starting with comp/env/jdbc) but I have no success with that. I'm using JBoss [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)]. I configured the folling datas

[jboss-user] [JNDI/Naming/Network] - DataSource Conn problem with MSSQLSERVER in JBOSS

2007-08-15 Thread shankha
Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Thr

[jboss-user] [JNDI/Naming/Network] - *** DataSource Conn problem with MSSQLSERVER in JBOSS

2007-08-15 Thread shankha
Hi, I am facing a strange problem to deploy my application in jboss-4.2.1.GA server. When I start the server it will be expected to connect to the Data source in SQL server 2000. But It throws following exceptions. 15:31:17,412 INFO [STDOUT] 15:31:17,287 ERROR [[/uc]] StandardWrapper.Thr

[jboss-user] [JNDI/Naming/Network] - Datasource name binding is behind Web deploy

2008-01-26 Thread jashuan
Hi, I am try to deploy an application that was in Weblogic before for testing. I could not make it to work. There is problem I am facing. I tried to add jboss-web.xml to reference the datasources that are defined in *-ds.xml files. and aslo referenced in web.xml too. I did with several tries and