[JBoss-user] How to make jboss as app server in JDeveloper10g

2003-10-16 Thread Shiv Shankar Prasad
Hi All, I am facing problem in using JDeveloper10g with jboss. I want to user Jboss3.2.2RC4  as a default server instead OC4J. How can I do that. Please help me.     Regards Shiv Shankar  

[JBoss-user] RE: [Beanshell-users] RE: [JBoss-dev] ANNOUNCE: BeanShell JBoss sub-deployer in HEAD

2003-01-08 Thread Shankar Unni
James Higginbotham writes: > I wonder if it would be possible to put the .bsh in a .sar in your .ear? Sounds excruciating :-). Won't it tickle? --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Somet

Re: [JBoss-user] problem starting jboss-3.0.1

2002-08-10 Thread shankar
org.jboss.Main$1.run(Main.java:375) at java.lang.Thread.run(Thread.java:484) Regards, Shankar. From: Stephen Davidson Subject: Re: [JBoss-user] problem starting jboss-3.0.1 Date: Fri, 09 Aug 2002 04:38:36 -0700 Hi

[JBoss-user] problem starting jboss-3.0.1

2002-08-09 Thread shankar
Hi, I am trying to setup Jboss3.0.1. The following shows up in the boot.xml. Have added a oracle-service.xml in the default/deploy dir. This was working fine on Jboss3.0 (with Tomcat). Do I have anything else to the oracle-service.xml file? Thanks in advance, Shankar. Here is oracle

[JBoss-user] 31174 Segmentation fault.

2001-07-25 Thread Rakesh Shankar Shringi
hi, some times i get the following erroe when i run JBoss. ./run.sh: line 18: 31174 Segmentation fault java -server $JAXP -classpath $JBOSS_CLASSPATH org.jboss.Main $@ It runs fine if i run it again . Can some one tell me what is this eror about. Thanks Rakesh Shringi ___

[JBoss-user] can i add a datasource at runtime.

2001-07-05 Thread Rakesh Shankar Shringi
hi, Is it possible to bind a datasource at runtime so that if i am adding a new datasource to my application i dont need to restart the JBOSS in order to use that datasource in my application. This can be useful in the case of mission critical situations when i dont want to restart my jbos

[JBoss-user] Can I directly use the JBOSS connection pool from servlet.

2001-07-04 Thread Rakesh Shankar Shringi
HI, Can i directly use the jboss connection pool in a servlet without writing it in ejb. How to get it from the env context. Thanks Rakesh Shringi ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JNDI environment naming context

2001-07-04 Thread Rakesh Shankar Shringi
hi, Can any one give me a clear picture about JNDI environment naming context. like DataSource ds= (DataSource)jndiCntx.lookup("java:comp/env/jdbc/mySQLDB"); what does java:comp/env indicate? what is /jdbc/mySQLDB? How to put values into JNDI environment naming context? If my ejb is on s

[JBoss-user] mysql-Jboss ConnectionPool

2001-07-04 Thread Rakesh Shankar Shringi
hi, I am trying to use the JBOSS connectionPool and i am getting the following error: [java] java.lang.ClassCastException: org.opentools.minerva.jdbc.xa.XAPoolDataSource What i have done is like this: Jboss.cfml org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl mySQLFlirtDS jdb

Re: [JBoss-user] connection pooling JBOSS-mySQL

2001-07-04 Thread Rakesh Shankar Shringi
hi, i am using mysql with JBOSS. i figured out that i was connecting to hypersonic instead of connectiong to mysql. for that i changed DefaultDs to mysql database. but i want to know that is it required to change DefaultDS Why i am not being able to connect to mysql without going through def

[JBoss-user] JBOSS Connection MYSQL.

2001-07-03 Thread Rakesh Shankar Shringi
hi, I am using my sql with JBOSS. the problem is that i am connecting to hypersonic database instead of connecting to the mysql database. i am using the session bean. This is what i have in my jboss.jcml file org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

Re: [JBoss-user] connection pooling JBOSS-mySQL

2001-07-03 Thread Rakesh Shankar Shringi
> >jdbc/WhatICallItInMyBean >java:/mySQLDB > > > In the tag for your bean in jboss.xml. See the jboss.dtd for more > information on this tag: there's a lot more flexibility there. > > -danch > > Rakesh Shankar Shringi wrote

[JBoss-user] connection pooling JBOSS-mySQL

2001-07-03 Thread Rakesh Shankar Shringi
hi, I am using the connection pool for that I have made the following changes in jboss.jcml : org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl mySQLFlirtDS jdbc:mysql://baba9.websoft.com/flirtshow2 w3server I a