[JBoss-user] You might consider this

2003-01-13 Thread Kamsky Tagra
-Original Message- From: James Ward [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 14, 2003 12:49 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] JBoss-3.0.5 release available Matthew, I am a long time Tomcat enthusiast. However, when Jetty added AJP13 support, I ditched Tomcat w

Re: [JBoss-user] Random loss of principal

2003-01-13 Thread Silvester van der Bijl
Version 3.0.4 with tomcat 4.1.12. Weird though, after keeping JBoss running for a couple of hours the problem seems to disappear. I'm going to try the 3.0.5 release and see if I keep getting the same exceptions. Silvester On Tue, 2003-01-14 at 06:31, Scott M Stark wrote: > With what version? Pr

Re: [JBoss-user] Jbuilder integration question...

2003-01-13 Thread Matthew Van Horn
Well, I installed the JBoss OpenTool, and it seems that the contents of my ejb jar are now gone (not the source code, thankfully - just the IDE representation and the descriptors.) I am also unclear as to how to run JBoss in the IDE - are there docs somewhere? My old runtime config now just give

Re: [JBoss-user] Random loss of principal

2003-01-13 Thread Scott M Stark
With what version? Prior to 3.0.4 there were a couple of scenarios under which a principal could be lost when a user login had multiple threads active. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Silv

Re: [JBoss-user] Host Binding on JBoss 3.0.5

2003-01-13 Thread Scott M Stark
Read the release notes or the source forge documentation page. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: "Rod Macpherson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 8:

Re: [JBoss-user] cmp2, postgres and dates

2003-01-13 Thread Dain Sundstrom
Postgres can't store millisecond accurate time until 7.0. Before that it truncates it to a decasecond if I remember. -dain On Monday, January 13, 2003, at 05:06 PM, Eric Klimas wrote: I don't think this is as much a Jboss issue as it might be a Postgres JDBC driver issue. I experienced this o

Re: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Rod Macpherson
I should have clarified. I am using the 1.4.1 distro for several reasons including compatibility testing. What I wanted to know was if there was any advantage in compiling our application under 1.4.1 versus 1.3.1 classes running under the 1.4.1 host. - Original Message - From: "Daniel Bruc

[JBoss-user] Host Binding on JBoss 3.0.5

2003-01-13 Thread Rod Macpherson
I understood 3.0.5 would have a setting for binding to a particular host name (aside from localhost) so that several instances of JBoss could be run on a multi-homed box - a very convenient feature since you can leave all of your port settings in tact. Is would appreciate a quick how-to on that if

Re: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Daniel Bruce Lynes
On Monday 13 January 2003 19:44, Rod Macpherson wrote: As Scott pointed out, to see if there are backward compatibility problems. However, the fact that it uses jdbc3 and nio are also good reasons to upgrade. NIO should give you better performance for the communication layer, if you've got mul

Re: [JBoss-user] cmp2, postgres and dates

2003-01-13 Thread Rod Macpherson
Not using postgre but my guess is you should use a TIMESTAMP column type. Oracle recently added support for that in 9i and postgre supports it: date-time with timezone information as well. JDBC provides a getTimestamp and setTimestamp method pair. - Original Message - From: "Jim Clayson"

Re: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Rod Macpherson
We have a couple of hundred pages and this morning I dropped in the 1.4.1 distro without incident: not the live system of course but our rigorous testing platform. Is there any advantage to using a 1.4.1 binary over a 1.3.1. binary assuming you have no 1.4.1 features - aside from binary compatibili

[JBoss-user] Random loss of principal

2003-01-13 Thread Silvester van der Bijl
hello all, kind of in trouble down here. For a school project we've written a set of session beans that allow us to store objects. The Beans could store the objects in a database, or in a file, depending on the size. Each object has it's own security, meaning that the roles which are authorized t

Re: [JBoss-user] JBoss on a production environment

2003-01-13 Thread Rod Macpherson
>> Could you briefly mention what made that country mile? Was it just the changes particular to weblogic? We had anomolies that appeared to be tag library related (although both tomcat and jetty appear to use Jasper for JSP translation). Under tomcat menus would progressively shift position to the

Re: [JBoss-user] Postnuke up under 8080

2003-01-13 Thread Matthew Van Horn
Apologies - it seems to not be doing that anymore, maybe Mozilla just had a psychotic episode. On Tuesday, January 14, 2003, at 11:37 AM, Matthew Van Horn wrote: Did it spawn infinite numbers of browser windows on purpose? Or am I the only one who had to kill -9 my browser? On Tuesday, Januar

Re: [JBoss-user] Debugging JSPs with eclipse

2003-01-13 Thread Russell Black
Never mind, I figured it out.  I had another jasper compiler jar in my classpath that was getting used.  I deleted everything from the classpath except the JBoss stuff and it worked.  - Original Message - From: Russell Black To: [EMAIL PROTECTED] Sent: Sunday, Janua

Re: [JBoss-user] Postnuke up under 8080

2003-01-13 Thread Matthew Van Horn
Did it spawn infinite numbers of browser windows on purpose? Or am I the only one who had to kill -9 my browser? On Tuesday, January 14, 2003, at 11:05 AM, Bill Burke wrote: for those who want to cut and past and repost the posts you made over the past week. Sorry for the scalability problems

[JBoss-user] Postnuke up under 8080

2003-01-13 Thread Bill Burke
for those who want to cut and past and repost the posts you made over the past week. Sorry for the scalability problems we've switched back to good old scalable J2EE. Postnuke: http://www.jboss.org:8080 --- This SF.NET email is sponsored by

Re: [JBoss-user] cmp2, postgres and dates

2003-01-13 Thread Eric Klimas
I don't think this is as much a Jboss issue as it might be a Postgres JDBC driver issue. I experienced this once before on Postgres 6.x (probably 6.2). I recently experimented again with a newer driver on Postgres 7.x and the problem seems to have gone away. Unfortunately, I can't offer much mor

Re: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Vladyslav Kosulin
Scott M Stark wrote: There are features that use nio, jdbc3 that are available in the 1.4.1 compiled release, but that is not the point of it. The point is to see if there are backward compatibility problems that do not show up in our unit tests. There are only two dists, one built with JDK 1.3.1

[JBoss-user] cmp2, postgres and dates

2003-01-13 Thread Jim Clayson
Hi, I am experiencing a problem with dates: jboss304tomcat406: A 'new Date()' passed to an abstract cmp setter sets the date with a millisecond value in the postgres table column. When it does this, it doesn't give it back to me using the getter. The workaround is the reformat the date (using

Re: [JBoss-user] JBoss on a production environment

2003-01-13 Thread Jim Clayson
Rod Macpherson wrote: We wanted to see which was the easiest weblogic JSP port since both Tomcat or Jetty needed would required changes on our end. The winner: Jetty by a country mile. Just some basic compliance issues that weblogic let us slide on and we were up and running in no time flat. I de

Re: [JBoss-user] "invalid invocation" exception thrown by EntityContainer$Containe rInterceptor

2003-01-13 Thread Scott M Stark
Title: "invalid invocation" exception thrown by EntityContainer$ContainerInterceptor It means the version of the classes has change between the time the invoker looked up the home and this invocation. Most likely due to an independent deployment of the target bean.   Sc

Re: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread David Ward
Search the jboss-user list from late last week. There was just a discussion about this. -- Luttrell, Peter escribió:: I'm using CMP entity beans. Particularly to achieve database transparency and to avoid writting all of the db access code. Do you know how to do it with CMP? -Original Mes

Re: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Scott M Stark
There are features that use nio, jdbc3 that are available in the 1.4.1 compiled release, but that is not the point of it. The point is to see if there are backward compatibility problems that do not show up in our unit tests. There are only two dists, one built with JDK 1.3.1 and another built wi

Re: [JBoss-user] JBoss on a production environment

2003-01-13 Thread Rod Macpherson
We wanted to see which was the easiest weblogic JSP port since both Tomcat or Jetty needed would required changes on our end. The winner: Jetty by a country mile. Just some basic compliance issues that weblogic let us slide on and we were up and running in no time flat. I definitely recommend Jetty

Re: [JBoss-user] JBoss on a production environment

2003-01-13 Thread Jim Clayson
Victor Batista wrote: Hello! I am using JBoss 3.0.4 wit Bundled Tomcat 4.0.6. I was planning to use this version for a production environment. I have just seen the release of JBoss 3.0.5. Should I upgrade to this version? Are these versions stable enough for production, or should I use

[JBoss-user] accessing jms queue from mbean

2003-01-13 Thread Gary S. Cuozzo
hey all, i have a jms client that used to run as a standalone application, that i've converted to run as an mbean. i have the mbean running in its own jboss instance that was based on the minimal configuration with naming removed. i modified the jndi.properties file to point at the main app s

RE: Re[2]: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Geer, Benjamin
Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]] > The solution for this is write a JCA adaptor for a file based > persistent store, as already pointed on this thread. > With this the file store will support transactions too. Hmm, a file-based, transactional, persistent store... I think some

Re: [JBoss-user] CMP2 in JBoss3: accessing second level relationsusing ejb-ql

2003-01-13 Thread Jim Clayson
Alex Loubyansky wrote: Jim, the finder returns the local/remote interface[s] corresponding to the type of the home interface in which it is defined. I.e. to get guns, you need to define the finder in the gun's home interface. In your case, you get organizations. alex Monday, January 13, 2003,

[JBoss-user] JBoss 3.0.x: Exceptions during shutdown

2003-01-13 Thread Vladyslav Kosulin
I see these exceptions during shutown of JBoss 3.0.4 and 3.0.5: 11:50:58,276 ERROR [AxisService] Stopping failed java.lang.NullPointerException at org.jboss.deployment.SubDeployerSupport.stopService(SubDeployerSupport.java:110) at org.jboss.net.axis.server.AxisService.stopService(A

[JBoss-user] Re: JBoss on a production environment

2003-01-13 Thread Eric Jain
> I was planning to use this version for a production environment. You got to be kidding. PHP is the way to go :-) -- Eric Jain --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Cli

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Luttrell, Peter
I'm using CMP entity beans. Particularly to achieve database transparency and to avoid writting all of the db access code. Do you know how to do it with CMP? -Original Message- From: David Ward [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 2:58 PM To: [EMAIL PROTECTED] Subject

RE: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread James Ward
Matthew, I am a long time Tomcat enthusiast. However, when Jetty added AJP13 support, I ditched Tomcat with JBoss. For my needs, Jetty works better and is the JBoss standard. Just out of curiosity, why do you still use Tomcat? -James On Mon, 2003-01-13 at 08:55, Matthew Baird wrote: > First o

RE: [JBoss-user] List of active users logged in thru JAAS

2003-01-13 Thread Luttrell, Peter
Scott, could you point us at the documentation for this new feature? thanks. .peter -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 5:17 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] List of active users logged in thru JAAS Its been

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Luttrell, Peter
I'm using CMP entity beans, which means writing all that custom sql to handle BLOBs isn't possible. I switched to using MySQL and 10 minutes later everything worked perfectly. All i had to do was point my ejbs at MySQL and set the types for MySQLs type. -Original Message- From: Daniel

RE: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Matthew Baird
First of all, congratulations on the release. I imagine the JBoss group is demand-driven, so I'll try and increase the demand for a jboss3.0.5/tomcat4.1.18 distro now. Cheers, Matthew -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]]

Re[2]: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Danilo Luiz Rheinheimer
Monday, January 13, 2003, 12:14:44 PM, you wrote: GB> Darren Hartford [mailto:[EMAIL PROTECTED]] wrote: >> Outside of JBoss, with Content Management Systems, the most >> common problem is how to handle large amounts of data, GB> That's what RDBMSs are designed to do well. There are plenty of GB>

[JBoss-user] JBoss on a production environment

2003-01-13 Thread Victor Batista
Hello! I am using JBoss 3.0.4 wit Bundled Tomcat 4.0.6. I was planning to use this version for a production environment. I have just seen the release of JBoss 3.0.5. Should I upgrade to this version? Are these versions stable enough for production, or should I use any other version?

Re[2]: [JBoss-user] CMP2 in JBoss3: accessing second level relations using ejb-ql

2003-01-13 Thread Alex Loubyansky
Jim, the finder returns the local/remote interface[s] corresponding to the type of the home interface in which it is defined. I.e. to get guns, you need to define the finder in the gun's home interface. In your case, you get organizations. alex Monday, January 13, 2003, 5:06:21 PM, you wrote: J

RE: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Sonnek, Ryan
sorry if this is a dumb question but what is the difference in the three distributions? jboss.zip jboss_jdk141.zip jboss_jdk131.zip release notes just state that jboss was built on these different systems, but how would that affect functionality? does the 141 package take advantage of any of the

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Geer, Benjamin
Darren Hartford [mailto:[EMAIL PROTECTED]] wrote: > Outside of JBoss, with Content Management Systems, the most > common problem is how to handle large amounts of data, That's what RDBMSs are designed to do well. There are plenty of databases out there that contain terabytes of data in tables.

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread James Higginbotham
> There are a lot of content management/HSM products already > out there, but I personally have not found one within Open > Source world that would satisfy my requirements, maybe you'll > have better luck and share with us? :-) No kidding! I spent 2 weeks researching OSS CMS systems, and found

Re: [JBoss-user] how do I navigate from gangster to organizationwith unidirectional relationship

2003-01-13 Thread Jim
jfc wrote: Greg Turner wrote: You don't need anything special. the CMR will do it for you. See this link: http://www.tiburon-e-systems.com/nl20030101/article.html Greg jfc wrote: Hi, I'll use the well known jboss 3 example to explain. I have a one to many unidirectional relationship

Re: [JBoss-user] CMP2 in JBoss3: accessing second level relationsusing ejb-ql

2003-01-13 Thread Jim Clayson
Alex Loubyansky wrote: Hello Jim, I don't remember the right bean/field names but something like this, assuming you pass in organization's id SELECT OBJECT(gun) FROM Organization AS org, IN(org.gangsters) AS gang, IN(gang.guns) AS gun WHERE org.id=?1 As the result you'll get all guns used in t

RE: [JBoss-user] Problems with Servlet and TomCat with JBoss

2003-01-13 Thread Geer, Benjamin
Edgar Silva [mailto:[EMAIL PROTECTED]] > I am with a big problem using JBoss-3.0.0 With TomCat4, > I have a war file, and when I just deploy this war file, > The console show me the message: > "file not found WEB-INF/web.xml" It means what it says. Your WAR file apparently doesn't contain WEB-INF

RE: [JBoss-user] unsend (Why does my ObjectFactory...)

2003-01-13 Thread Brian Topping
Oh, okay, now I see... finally... this is really interesting stuff! -b --- This SF.NET email is sponsored by: FREE SSL Guide from Thawte are you planning your Web Server Security? Click here to get a FREE Thawte SSL guide and find the answer

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Darren Hartford
Just throwing in my two cents - Outside of JBoss, with Content Management Systems, the most common problem is how to handle large amounts of data, which is the case here. With databases, you have to scale your server up to handle it. With a Filesystem approach, you can take advantage of HSM -

[JBoss-user] Problems with Servlet and TomCat with JBoss

2003-01-13 Thread Edgar Silva
Hi Folks... I am with a big problem using JBoss-3.0.0 With TomCat4, I have a war file, and when I just deploy this war file, The console show me the message: "file not found WEB-INF/web.xml" With this errors, only jsp´s works, and web cotainer says: "NOT FOUND MAPPING", Who knows have idea how

Re: [JBoss-user] JBoss 3.0.4: 1-N CMP relation - how to modify?

2003-01-13 Thread Alex Loubyansky
Hello Panu, both cases should work. Could you provide a testcase for the problem? I can't reproduce it. alex Monday, January 13, 2003, 2:50:06 PM, you wrote: PH> Hi all! PH> Can't you modify a N-1 CMP relation by assigning the 1-end PH> to the single value field on the N-end? At least it PH> s

[JBoss-user] JBoss 3.0.4: 1-N CMP relation - how to modify?

2003-01-13 Thread Panu Hällfors
Hi all! Can't you modify a N-1 CMP relation by assigning the 1-end to the single value field on the N-end? At least it seems to create some problems, namely the N-side object is found two times in the 1-side Collection if accessed inside the same transaction that the relation was set up in. Suppo

[JBoss-user] reconnect to restarted jboss

2003-01-13 Thread Eric Kaplan
Does anyone have an example or pointers for a client wishing to cleanly detect jboss going down, then jboss being restarted? Probably the more important thing is recognizing jboss is down quickly. Thanks Eric Kaplan Armanta, Inc. <>

Re: [JBoss-user] Unreliable JMS over OIL protocol? (OIL consumershanging with no reason)

2003-01-13 Thread Muntean Horia
Muntean Horia wrote: Hi. I am using JBoss-2.4.9 on a WinNT box with J2SDK1.4.1. Also my configuration is different from the standard one in respect to the JMS Persistence Manager (I switched to file PM from rollinglogged). I have a problem with some JMS clients that run on a different host a

Re: [JBoss-user] Character encoding questions

2003-01-13 Thread Holger Baxmann
> On Mon, 2003-01-13 at 08:41, Camus Chan wrote: >> Hi, >> >> I am using JBoss3.0.3 + Tomcat 4.1.12 + Apache 2.0.43, with oracle8i and >> nls_lang set to ZHT16BIG5. I face the character encoding problem and please >> help: > > There are several things to check: > > 1) The character set your Orac

[JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread Scott M Stark
The 3.0.5 release of JBoss is available from SourceForge here: https://sourceforge.net/project/showfiles.php?group_id=22866 Detailed change notes are available here: https://sourceforge.net/project/shownotes.php?release_id=129789 The 3.2.0RC1 release will be done tomorrow. xx

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > 1. First as said, I can read them using SQL*plus or by > another application server. I don't think it is database related. However, it still might be a problem with the configuration of your JDBC driver (which isn't part of the database). I think SQ

[JBoss-user] Why does my ObjectFactory get called on the client JVM?

2003-01-13 Thread Brian Topping
Hi all, This is an obvious mistake to someone who's been here already. This is my first distributed stuff. Can someone point me out of the weeds? I've put a Reference to an ObjectFactory in JNDI. I set up the server, I set up the client. I do a lookup on the object, the ObjectFactory.getObjec

Re: [JBoss-user] trivial!

2003-01-13 Thread Holger Baxmann
> Doesn't anyone find anything wrong with the title of www.jboss.org ??? > doesn't anyone find anything wrong with megalong signatures > JBoss :: All your J2EE are belong to us > yes, should read: "All your Management are belong to us" bax > ---

RE: [JBoss-user] trivial!

2003-01-13 Thread Sacha Labourey
Yes and no: see http://www.planettribes.com/allyourbase/story.shtml > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Rahul > Ganjoo > Envoye : lundi, 13 janvier 2003 11:54 > A : [EMAIL PROTECTED] > Objet : [JBoss-user] trivial! > > > > Do

[JBoss-user] trivial!

2003-01-13 Thread Rahul Ganjoo
Doesn't anyone find anything wrong with the title of www.jboss.org ??? JBoss :: All your J2EE are belong to us Some people think football is a matter of life and deathIts much more serious than that! Rahul Gan

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
Are you sure the JDBC driver is working correctly? To find out, you might try running a simple command-line program that runs outside of JBoss, and accesses your database using JDBC. Benjamin > -Original Message- > From: Camus Chan [mailto:[EMAIL PROTECTED]] > Sent: 13 January 2003 10:18

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
Hi, 1. First as said, I can read them using SQL*plus or by another application server. I don't think it is database related. 2. I have tried several content-encoding header but no luck. *Remember, when I hard-coded these Hong Kong characters in JSP, they can displayed properly. -Or

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
Yes, I do. -Original Message- From: Geer, Benjamin [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 5:48 PM To: '[EMAIL PROTECTED]' Cc: 'Camus Chan' Subject: RE: [JBoss-user] Character encoding questions Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > Or any configurat

RE: [JBoss-user] Store large pdfs with JBoss

2003-01-13 Thread Geer, Benjamin
Guy Rouillier [mailto:[EMAIL PROTECTED]] wrote: > Just store areference to a location in the filesystem, and keep the > binary files in the filesystem. You can back up your filesystem > as easily as you can back up your Oracle logs. I tried this for a content management system I worked on once.

Re: [JBoss-user] Character encoding questions

2003-01-13 Thread Pete Beck
On Mon, 2003-01-13 at 08:41, Camus Chan wrote: > Hi, > > I am using JBoss3.0.3 + Tomcat 4.1.12 + Apache 2.0.43, with oracle8i and nls_lang >set to ZHT16BIG5. I face the character encoding problem and please help: There are several things to check: 1) The character set your Oracle database is bu

RE: [JBoss-user] Character encoding questions

2003-01-13 Thread Geer, Benjamin
Camus Chan [mailto:[EMAIL PROTECTED]] wrote: > Or any configurations need to change to cater > "Hong Kong extended Big 5 characters" ? Are you specifying "Big5-HKSCS" in the "contentType" attribute of the "page" directive in your JSP pages? See "Localized Content in JSP Pages", in: http://java.

[JBoss-user] Unreliable JMS over OIL protocol? (OIL consumers hanging with noreason)

2003-01-13 Thread Muntean Horia
Hi. I am using JBoss-2.4.9 on a WinNT box with J2SDK1.4.1. Also my configuration is different from the standard one in respect to the JMS Persistence Manager (I switched to file PM from rollinglogged). I have a problem with some JMS clients that run on a different host and should consume messa

[JBoss-user] Character encoding questions

2003-01-13 Thread Camus Chan
Hi, I am using JBoss3.0.3 + Tomcat 4.1.12 + Apache 2.0.43, with oracle8i and nls_lang set to ZHT16BIG5. I face the character encoding problem and please help: have no problem displaying general Big5 character contents (stored in DB) on the web pages, which are retrieved through EJB and pas

[JBoss-user] "invalid invocation" exception thrown by EntityContainer$ContainerInterceptor

2003-01-13 Thread Alexey Yudichev
Title: "invalid invocation" exception thrown by EntityContainer$ContainerInterceptor   Can anybody clarify what could cause exception like the one below? I have an EAR with one ejb-jar and one war inside deployed into jboss 3.0.4 (and built-in jetty). A reference to remote interface of a CMP b