Hi,
I use JBoss 3.0.2. I deploy each of my EJBs in a JAR file. Some of my
EJBs reference some others.
I encounter problem during deployment while JBoss tries to load the JAR
of an EJB that references another EJB not yet loaded : "WARN
[ServiceController] Problem starting service
jboss.j2ee:ser
Marc (Jean-Claude?)
I'd really appreciate that your change your behaviour and that you ban your favorite french word "putain" from this mailing-list. I try to convince my CTO to use JBoss instead of Weblogic on our platforms, but your behaviour (of a 6 years old little boy) in this mailing-
> If possible, can u pls me mail me
> classes12.zip file on my mail id
>
Hmmm... I'm afraid you receive some megas on your email box, don't you?! ;o)
You can find the Oracle JDBC driver at:
(1). http://otn.oracle.com/software/content.html
(2). Combo box "Select a Utility or Driver", click "
Hi,
I encounter a strange behaviour with JBoss while I try to move the cursor to
the last row in this ResultSet object.
PreparedStatement ps = dc.prepareStatement("SELECT * FROM Foo",
ResultSet.TYPE_SCROLL_INSENSITIVE,
ResultSet.CONCUR_UPDATABLE);
ResultSet rs = ps.executeQuery(
Hi,
I always have the problem of datasource declaration. I found a "solution"
(from these mailing-list threads) but I don't understand how it can work! :o)
jboss.xml:
[...]
http://www.jboss.org/doco_files/jboss.dtd";>
ConnectionFactory
ejb/ConnectionFactoryEJB
Bryan,
You will find it at:
http://www.jboss.org/doco_files/jboss.dtd
I think this is a "bug" already declared (I think a saw a bug report on
jboss-development these last few days).
Daniel
On Saturday 04 August 2001 17:54, Bryan Field-Elliot wrote:
> The standard URL for the jboss.xml DTD, a
ation to
> > Container in the ejb-jar.xml. Also in the jboss.xml
> > the tag is not required.
> >
> > Paul
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel CAUNE
> > Sent: 31
m: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel CAUNE
> Sent: 31 July 2001 15:03
> To: [EMAIL PROTECTED]; Gregor Rayman
> Subject: Re: [JBoss-user] HELP! EJB 1.1 specification compliance
>
> > The problem is that you've declared your bean will access data
> The problem is that you've declared your bean will access datasource
> called "java:comp/env/jdbc/myDataSource", but you have not bound
> "java:comp/env/jdbc/myDataSource" to "java:/myDataSource".
>
>
> To do this, you have to specify the binding in jboss.xml. Try this:
>
Yes, I forgot this poin
Hi,
I don't succeed to declare a datasource and retrieve it from my bean as the
EJB specification recommends.
I read from the Enterprise JavaBeans v1.1, Final Release of the Sun
specification: "The EJB specification recommends, but does not require, tat
all resource manager connection factory
Hi,
Sorry for this next stupid question!
An environment entry, defined in a EJB deployment file, can be retrieved
(from this EJB) by prefixing its name with "java:comp/env/", exact ?
somePaths/myEntryName
java.lang.String
myValue
=> initialContext.lookup("java:comp/env/somePaths/myEnt
Hi,
I get a "javax.naming.NameNotFoundException" while I try to retrieve the home
of my EJB with the correct jndi name:
InitialContext iniContext = new InitialContext();
PlayerAttributeClassHome home = (PlayerAttributeClassHome)
iniContext.lookup("example1/PlayerAttributeClass");
12 matches
Mail list logo