Hi, I have two ear files called arcipelago-application.ear and
arcipelago-data.ear, successfully deployed under JBoss 3.2.1 each with a
jboss-app.xml file into META-INF:
1.
com.nobody:loader=arcipelago-application.ear
2.
com.nobody:loader=arcipelago-data.ear
Each bean works f
A missing ejb-ref or ejb-external-ref?
Regards,
Stephane
On Mon, 2003-09-15 at 09:51, Jon Haugsand wrote:
> * Jon Haugsand
> > The following stack trace shows a strange situation. Can anyone hint
> > to me where to look for the error?
>
> Actually, the problem happens to take place during dep
* Jon Haugsand
> The following stack trace shows a strange situation. Can anyone hint
> to me where to look for the error?
Actually, the problem happens to take place during deployment. The
resulting error seen here is quite strange, but I still focus on the
problem at deployment.
See separate
The following stack trace shows a strange situation. Can anyone hint
to me where to look for the error?
We have a bunch of Entity Beans that inherit en ejbHomeMethod from a
super class, this is called ejbHomeSlettUnittestdata. This method
works well in one Entity Bean, but not in another. Stac
I'm getting the following error when starting JBoss 3.2RC4 on Linux
Redhat 8:
2003-03-24 12:29:51,454 DEBUG
[org.jboss.management.j2ee.factory.WebModuleFactory] Creating servlet:
jboss.web:Jetty=0,JBossWebAppli
cationContext=3,context=/jmx-console,HashSessionManager=0
2003-03-24 12:29:51,605
Hi
I am using jBoss 2.4.7. While running the server,
the server throws errors related to the PersistenceManager.
NullPointerException in
org.jboss.mq.pm.rollinglogged.PersistenceManager.restore
(PersistenceManager.java:470)
Any idea why this is happening?
Rgds
Ved
and what about Lennart's remark?
The primitives can't be null and if they are it should
result in the exception.
alex
Thursday, October 17, 2002, 4:50:49 PM, you wrote:
JH> * Alex Loubyansky
>> Hello Jon,
>>
>> is it possible, sometimes, you pass in null to findByPrimaryKey?
JH> Actually, I do
* Alex Loubyansky
> Hello Jon,
>
> is it possible, sometimes, you pass in null to findByPrimaryKey?
Actually, I don't think so. Here is a part of the code:
cat.debug("klh=" + klh + ", kpk=" + kpk);
minSekvens=klh.findByPrimaryKey(kpk);
And this is a par
By 'id' I didn't mean id as in primary key :)
I refered to the persistent field named 'id' (since using getId() and
setId()).
/L
torsdagen den 17 oktober 2002 kl 13.35 skrev Alex Loubyansky:
LP> Don't use long for your id, use Long instead.
Following xdoclet, the key is of type String.
Someti
LP> Don't use long for your id, use Long instead.
Following xdoclet, the key is of type String.
Sometimes, field named 'id' is not a primary key :) Probably, JBossCMP
was also suprised by it and threw the exception :)
alex
LP> Else you will have this
LP> error each time you have null in databas
Hello Jon,
is it possible, sometimes, you pass in null to findByPrimaryKey?
alex
Thursday, October 17, 2002, 1:31:23 PM, you wrote:
JH> Running JBoss 3.0.2 with a fairly trivial entity bean:
JH> /**
JH> * @ejb:interface-method view-type="both"
JH> * @ejb:persistent-field
JH>
Hello Jon :)
Don't use long for your id, use Long instead. Else you will have this
error each time you have null in database for the id field.
/Lennart
torsdagen den 17 oktober 2002 kl 12.31 skrev Jon Haugsand:
Running JBoss 3.0.2 with a fairly trivial entity bean:
/**
* @ejb:inter
Running JBoss 3.0.2 with a fairly trivial entity bean:
/**
* @ejb:interface-method view-type="both"
* @ejb:persistent-field
*/
public abstract long getId();
/**
*/
public abstract void setId( long id );
/**
* @ejb:interface-method
*
And the 3.2.0beta2 is also screwed as well.
I'll give the 3.0 Branch a try.
Dustin
> -Original Message-
> From: Jules Gosnell [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 8:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] NullPointerEx
u have a status on this issue, or a bug ticket number that I can track?
>
> Thanks,
>
> Dustin
>
>
>>-Original Message-
>>From: Jules Gosnell [mailto:[EMAIL PROTECTED]]
>>Sent: Wednesday, October 02, 2002 6:27 PM
>>To: [EMAIL PROTECTED]
>>S
Jules,
Do you have a status on this issue, or a bug ticket number that I can track?
Thanks,
Dustin
> -Original Message-
> From: Jules Gosnell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 02, 2002 6:27 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] NullP
I'm just glad I'm not crazy :)
If there is anything I can do to help expedite the fix, let me know.
Dustin
> -Original Message-
> From: Jules Gosnell [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, October 02, 2002 6:27 PM
> To: [EMAIL PROTECTED]
>
Thanks for spotting this.
It looks like the ground shifted under my feet between releases.
I'll get to this as soon as I have the time.
Jules
Barlow, Dustin wrote:
> I am running the tip version 3.2.0beta2 (did a cvs update about 2 hours
> ago). I am playing with the HttpSession clustering
I am running the tip version 3.2.0beta2 (did a cvs update about 2 hours
ago). I am playing with the HttpSession clustering in Jetty. I deployed my
test.ear file in the JBoss "all" target (I made a copy of the "all" target
and named it "cluster1"). I changed none of the default settings at all.
I run sucsessfully example under JbossBook-2.4.x
in chap4 with messages.
I use lookup("TopicConnectionFactory") for this version.
The same example work for jboss3 if changed lookup("TopicConnectionFactory")
to lookup("ConnectionFactory").
I bought this documents for $10.
Demyanovich, Craig - Ap
> I had the same problem and when I changed
> lookup("TopicConnectionFactory") to lookup("ConnectionFactory")
> it worked for jboss3.
Mark made the original post on my behalf, as my subscription request was
taking quite some time. Now that I'm here, let me carry on the discussion.
I neglected
I had the same problem and when I changed
lookup("TopicConnectionFactory") to lookup("ConnectionFactory")
it worked for jboss3.
McLain, Mark - Apogent wrote:
> I have written the following test method in a JUnit 3.7 TestCase:
>
>
>
> public void testSendMessageToProcessor()
>
>
I have written the following
test method in a JUnit 3.7 TestCase:
public
void testSendMessageToProcessor()
throws NamingException, JMSException
{
Context ctx = new InitialContext();
TopicConnectionFactory factory =
(TopicConnectio
My first (wild) guess is that you didn't supply any
ManagedConnectionFactory class in your ra.xml.
david jencks
On 2002.06.11 09:35:26 -0400 "Buettner, Waltraud" wrote:
> Hi friends of JBoss,
> can anybody help me?
> I have written my own JCA resource adapter. This one is a localTx
> Resource
>
Hi friends of JBoss,
can anybody help me?
I have written my own JCA resource adapter. This one is a localTx Resource
Adapter.
I wrote a tamino-service.xml file, where I defined all my settings, but
I get a NullpointerException, when JBoss3.0.0 (final version) tries to read
my tamino-service.xml
f
I am getting the following exception when I try to access a simple jsp
page. I am running JBoss 2.2, Tomcat 3.2.1, and Apache 1.19. JBoss and Tomcat
are running in the same VM and Apache is talking with Tomcat through mod-jk
using ajp 12.
I created a simple ear file containing 1 enterprise
This has been fixed in the 2.4 branch of cvs. You need to use the Branch_2_4
cvs tag to access the correct source.
- Original Message -
From: "David Green" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 5:08 PM
Subject: [JBoss-user
More or less fresh install of JBoss v2.4 BETA(Rel_2_4_0_6)...
I created a .war containing only an index.jsp and a web.xml containing
security restraints and deployed it. Upon visiting my index.jsp (which
is nothing but a static page with an i++ counter on the bottom) in my web
browser, I get the
Hello,
I configured JBoss for using MySQL as a DataSource. I added the driver
information to jboss.jcml as follows:
org.gjt.mm.mysql.Driver,org.hsql.jdbcDriver,org.enhydra.insta
ntdb.jdbc.idbDriver
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l
pollstar
jdbc:mys
On Wed, 13 Jun 2001, Christof Lehmann wrote:
> Hello,
>
> During deploying a stateful session bean in jboss final 2.0 , I get a
> NullPointerException. It seems to be outside of the bean code. Has
> anybody an idea?
It's probably caused by a message being sent to an object reference whose
valu
Hello,
During deploying a stateful session bean in jboss final 2.0 , I get a
NullPointerException. It seems to be outside of the bean code. Has
anybody an idea?
best regards
Christof Lehmann
VUB Printmedia GmbH
Berlin Bonn Dresden Köln Leipzig
Chopinstr. 4 TEL: +49 341 960
-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Guy
Rouillier
Sent: Friday, June 08, 2001 2:47 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] NullPointerException in
XAPoolDataSource.java:165
Something is not right there. "OracleDB" and "OracleDS" a
TED]>
Sent: Thursday, June 07, 2001 3:50 AM
Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165
> Guy: your example worked. The difference that made it work was the
> specification of "OracleDB" rather than "OracleDS".
__
trol] Started 26 services
>[Default] JBoss 2.2.2 Started in 0m:33s
>
>Guy Rouillier wrote:
>
>> - Original Message -
>> From: "David Filiatrault" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Tuesday, June 05, 2001 11:32 AM
>>
rted in 0m:33s
Guy Rouillier wrote:
> - Original Message -
> From: "David Filiatrault" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, June 05, 2001 11:32 AM
> Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165
>
José Pires
Sent: Wednesday, June 06, 2001 10:10 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] NullPointerException at a 2nd deploy
Hi! There's a question that is buggin' me a long time ago.
I've JBoss 2.2.1 with Tomcat 3.2.1 installed. At Tomcat I have JDBC realms
configured, and
Hi! There's a question that is buggin' me a long time ago.
I've JBoss 2.2.1 with Tomcat 3.2.1 installed. At Tomcat I have JDBC realms
configured, and I'm using MySQL for the database.
When I start the server and I run my Web application, the JDBC realms work
fine. When I redeploy my applicati
Guy Rouillier wrote:
> Note that if you are running 2.2.2, the pool name has changed to JBossPool.
2.2 is still Minerva. 2.4 will be JBossPool.
Toby.
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-
- Original Message -
From: "David Filiatrault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 11:32 AM
Subject: Re: [JBoss-user] NullPointerException in XAPoolDataSource.java:165
> Yes, I know I'm using an unusual port. I
D]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, June 03, 2001 2:10 PM
> Subject: [JBoss-user] NullPointerException in XAPoolDataSource.java:165
>
> > I got the following exception after doing the following:
> > 1. downloaded and installed jboss 2.2.2 with tomcat with
?
- Original Message -
From: "David Filiatrault" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 03, 2001 2:10 PM
Subject: [JBoss-user] NullPointerException in XAPoolDataSource.java:165
> I got the following exception after doing the following:
>
I got the following exception after doing the following:
1. downloaded and installed jboss 2.2.2 with tomcat with jdk 1.3.1 on
Windows NT 4.0SP6a.
2. Ran jboss_with_tomcat.bat, loaded fine.
3. Added the Oracle settings according to the online manual to
jboss.jcml, changes are at the end of the mes
hi,
the leading slash seems to help. it's a little unusual to see path like
/D:/java/jboss... but if it works...
jakob
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
_
Hey,
> hi,
>
> i tried to add my tomcat-lib to tha classpath using:
>
> CODEBASE="../../lib/ext/">
>
>
>
Try this, with a leading slash *and* a trailing slash:
HTH,
Simon
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://li
hi,
i tried to add my tomcat-lib to tha classpath using:
in jboss.conf. with the trailing slash i get a NullPointerException
[Classpath extension] Added directory:file:/D:/Java/jboss/tmp/
[Classpath extension] Added directory:file:/D:/Java/jboss/db/
[Classpath extension] Classpath ex
Hi!
I just install the PetStore demo on JBOSS Embedded
Tomcat, and try to play with.
Each time I log off, I get a NullPointerException.
What's the problem ? How to solve it ?
Thanks
Joel
___
Do You Yahoo!? -- Pour dialoguer en direct ave
46 matches
Mail list logo