Re: [JBoss-user] [SOLVED] OracleDS binding on 3.0.1RC1?

2002-07-09 Thread Jamie Burns

Last week l posted a problem binding an MS SQLServer 2000 datasource in
JBoss 3.0. Brian's description of his Oracle problem looks the same as my
SQL Server problem. I would like to apply this solution to my problem but I
dont understand this solution. Did you put the oracle-service.xml file in
your ear folder instead of in the deploy folder?

Thanks

- Original Message -
From: "Brian Topping" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 08, 2002 9:43 PM
Subject: RE: [JBoss-user] [SOLVED] OracleDS binding on 3.0.1RC1?


Indeed, this seems to be the problem.  I initially didn't suspect this,
because the error I posted was observed during manual deployment of the ejb
jar, but it seems to be working now.

Thanks David!!

-b

> -Original Message-
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] OracleDS binding on 3.0.1RC1?
>
>
> This might be an order-of-startup problem.  If you deploy
> your ejbs "by
> hand" after the OracleDS is started is there a problem?
>
> You can include both in an .ear  with a jboss-app.xml to get the
> oracle-service.xml deployed, or change the names of the
> packages -- I think
> 10oracle-service.xml and 20myejbs.jar will work.
>
> david jencks
>
> On 2002.07.08 14:27:16 -0400 Brian Topping wrote:
> > G'day!
> >
> > Wondering if anyone has a solution to this.  I'm trying to regress a
> > classloader problem that I am having with 3.0 release,
> figured i would
> > try
> > 3.0.1RC1.  I added classes12.jar to server/default/lib put my
> > oracle-service.xml into server/default/deploy and the
> OracleDS reports it
> > was
> > bound to java:/OracleDS, but when my CMP2.0 tries to find
> it, i get a
> > report
> > stating "Error: can't find data source: java:/OracleDS".
> See below for
> > the
> > full output (20 lines or so) from the console.
> >
> > Does anyone have any ideas what I am doing wrong?  The
> names sure look
> > the
> > same to me...
> >
> > thanks!
> >
> > -b
> >
> > 13:01:51,657 INFO  [MainDeployer] Starting deployment of package:
> >
> file:/C:/dev/jboss-3.0.1RC1_tomcat-4.0.4/server/default/deploy
> /oracle-service
> > .xml
> > 13:01:51,737 WARN  [ServiceController]
> > jboss.jca:service=LocalTxDS,name=OracleDS does not
> implement any Service
> > methods
> > 13:01:51,737 INFO  [JBossManagedConnectionPool] Creating
> > 13:01:51,737 INFO  [JBossManagedConnectionPool] Created
> > 13:01:51,737 INFO  [LocalTxConnectionManager] Creating
> > 13:01:51,747 INFO  [LocalTxConnectionManager] Created
> > 13:01:51,747 INFO  [JBossManagedConnectionPool] Starting
> > 13:01:51,747 INFO  [JBossManagedConnectionPool] Started
> > 13:01:51,747 INFO  [LocalTxConnectionManager] Starting
> > 13:01:51,767 INFO  [OracleDS] Bound connection factory for resource
> > adapter
> > 'JBoss LocalTransaction JDBC Wrapper' to JNDI name 'java:/OracleDS'
> > 13:01:51,767 INFO  [LocalTxConnectionManager] Started
> > 13:01:51,767 INFO  [MainDeployer] Deployed package:
> > file:/C:/dev/jboss-3.0.1RC1_tomcat-4.0.4/server/default/deploy/oracl
> > e-service.xml
> > 13:01:51,767 ERROR [URLDeploymentScanner] Incomplete
> Deployment listing:
> > Packages waiting for a deployer:
> >   
> > Incompletely deployed packages:
> >   
> > MBeans waiting for classes:
> >   
> > MBeans waiting for other MBeans:
> > [ObjectName: jboss.j2ee:service=EJB,jndiName=ejb/bill2/Customer
> >  state: FAILED
> >  I Depend On:
> >  Depends On Me: org.jboss.deployment.DeploymentException:
> Error: can't
> > find
> > data source: java:/OracleDS; - nested throwable:
> > (javax.naming.NameNotFoundException: OracleDS not bound)]
> >
> > _
> > If you have some ice cream, I will give it to you.
> > If you have no ice cream, I will take it away from you.
> >  - Ice Cream Koan
> >
> >
> >
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Oh, it's good to be a geek.
> > http://thinkgeek.com/sf
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
>
>
> ---
> This sf.net email is sponsored by:ThinkGeek
&g

RE: [JBoss-user] [SOLVED] OracleDS binding on 3.0.1RC1?

2002-07-08 Thread Brian Topping

Indeed, this seems to be the problem.  I initially didn't suspect this,
because the error I posted was observed during manual deployment of the ejb
jar, but it seems to be working now.

Thanks David!!

-b

> -Original Message-
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 08, 2002 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] OracleDS binding on 3.0.1RC1?
> 
> 
> This might be an order-of-startup problem.  If you deploy 
> your ejbs "by
> hand" after the OracleDS is started is there a problem?
> 
> You can include both in an .ear  with a jboss-app.xml to get the
> oracle-service.xml deployed, or change the names of the 
> packages -- I think
> 10oracle-service.xml and 20myejbs.jar will work.
> 
> david jencks
> 
> On 2002.07.08 14:27:16 -0400 Brian Topping wrote:
> > G'day!
> > 
> > Wondering if anyone has a solution to this.  I'm trying to regress a
> > classloader problem that I am having with 3.0 release, 
> figured i would
> > try
> > 3.0.1RC1.  I added classes12.jar to server/default/lib put my
> > oracle-service.xml into server/default/deploy and the 
> OracleDS reports it
> > was
> > bound to java:/OracleDS, but when my CMP2.0 tries to find 
> it, i get a
> > report
> > stating "Error: can't find data source: java:/OracleDS".  
> See below for
> > the
> > full output (20 lines or so) from the console.
> > 
> > Does anyone have any ideas what I am doing wrong?  The 
> names sure look
> > the
> > same to me...
> > 
> > thanks!
> > 
> > -b
> > 
> > 13:01:51,657 INFO  [MainDeployer] Starting deployment of package:
> > 
> file:/C:/dev/jboss-3.0.1RC1_tomcat-4.0.4/server/default/deploy
> /oracle-service
> > .xml
> > 13:01:51,737 WARN  [ServiceController]
> > jboss.jca:service=LocalTxDS,name=OracleDS does not 
> implement any Service
> > methods
> > 13:01:51,737 INFO  [JBossManagedConnectionPool] Creating
> > 13:01:51,737 INFO  [JBossManagedConnectionPool] Created
> > 13:01:51,737 INFO  [LocalTxConnectionManager] Creating
> > 13:01:51,747 INFO  [LocalTxConnectionManager] Created
> > 13:01:51,747 INFO  [JBossManagedConnectionPool] Starting
> > 13:01:51,747 INFO  [JBossManagedConnectionPool] Started
> > 13:01:51,747 INFO  [LocalTxConnectionManager] Starting
> > 13:01:51,767 INFO  [OracleDS] Bound connection factory for resource
> > adapter
> > 'JBoss LocalTransaction JDBC Wrapper' to JNDI name 'java:/OracleDS'
> > 13:01:51,767 INFO  [LocalTxConnectionManager] Started
> > 13:01:51,767 INFO  [MainDeployer] Deployed package:
> > file:/C:/dev/jboss-3.0.1RC1_tomcat-4.0.4/server/default/deploy/oracl
> > e-service.xml
> > 13:01:51,767 ERROR [URLDeploymentScanner] Incomplete 
> Deployment listing:
> > Packages waiting for a deployer:
> >   
> > Incompletely deployed packages:
> >   
> > MBeans waiting for classes:
> >   
> > MBeans waiting for other MBeans:
> > [ObjectName: jboss.j2ee:service=EJB,jndiName=ejb/bill2/Customer
> >  state: FAILED
> >  I Depend On:
> >  Depends On Me: org.jboss.deployment.DeploymentException: 
> Error: can't
> > find
> > data source: java:/OracleDS; - nested throwable:
> > (javax.naming.NameNotFoundException: OracleDS not bound)]
> > 
> > _ 
> > If you have some ice cream, I will give it to you. 
> > If you have no ice cream, I will take it away from you. 
> >  - Ice Cream Koan
> > 
> > 
> > 
> > ---
> > This sf.net email is sponsored by:ThinkGeek
> > Oh, it's good to be a geek.
> > http://thinkgeek.com/sf
> > ___
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> 
> 
> ---
> This sf.net email is sponsored by:ThinkGeek
> Oh, it's good to be a geek.
> http://thinkgeek.com/sf
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 


---
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user