[no subject]

2001-12-07 Thread Etienne Giraudy

Hi,

Our application has two version, the new one is using JAXP 1.1 and there is
no trouble with it.
But the old one, that we are trying to validate on Orion is using JAXP 1.0.
I cannot figure how to use JAXP 1.0 in my webapp.

I put jaxp1.0 in the lib directory - does not work
I tried classpath path=./path/to/jaxp1.0/ / in the
global-web-application.xml - does not work

Is there a way of having a JAXP1.0 web app working with orion (1.5.2)?

Thanks in advance

Etienne





Re: Dynamic reloading of class files

2001-12-07 Thread Sergey G. Aslanov

Hi Buster

The one way to update classes in application, I found, is to touch
META-INF/application.xml file, i.e. to change it's modification time.

-- 
Sergey G. Aslanov,
CBOSS Group,
Web-technologies department
mailto:[EMAIL PROTECTED]
tel: +7 095 7555655

Thursday, December 06, 2001, 6:45:21 PM, you wrote:

NB I have set the development section in the application.xml for my app to
NB true and JSPs and servlets successfully reload after changes have been made.
NB However since I have employed an MVC architecture most of my controlling
NB logic is contained in RequestHandler class files. even though servlets
NB detect changes the RequestHandler classes do not. Is there any way to force
NB orion to reload all classes with out restarting. (These class files are
NB located under the WEB-INF/classes directory)





Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim

John,
have a look at Poseidon, the community edition is free and it's 100%
Java so multi platform, although it runs best with 1.3.1_01 JRE...
Oisin

On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
 Hi,
  
 I have been asked by my manager to evaluate some UML modelling tools:
 Rational Rose and Select. However, I have never really used UML so I
 probably wasn't the best person to ask :)
  
 So, if anyone could tell me any pros and cons of these packages I would
 appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
 idea would be to farm out classes/beans you have designed and structured in
 the UML model.
  
 Any information or experiences you would like to share would be appreciated
 as I don't have a clue :)
  
 Thanks,
  
 Johnny
  
 
 Confidentiality Notice:
 The information in this e-Mail message is confidential and for the use of
 the named recipients only. The information may be protected by privilege,
 work product immunity or other applicable law.
 If you are not the intended recipient - the retention, dissemination,
 distribution or copying of this e-Mail message is strictly prohibited. If
 you receive this e-Mail message in error, please notify me immediately by
 telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
  
-- 


Oisin Kim
Software Engineer
Aurium - the new brand for Conceptual Drift 
Clifton House
Lower Fitzwilliam Street
Dublin 2
Web - http://www.aurium.net
Email - [EMAIL PROTECTED]
Mobile - +353 86 841 9967
Telephone - +353 1 661 1132






java.lang.IllegalStateException:

2001-12-07 Thread Schouten, Andreas

Hi!

Is there a orion developer out?
We get an exception and don't have an idea whats the reason. The transaction
timeout in server.xml was set to 600 ms, it can't be a this timeout.
Below in the StackTrace are classes from our persistance manager (Which
works on jBoss, but uses an local interface emulation layer in additional on
orion.).  

I would appreciate any suggestions (naturally from non orion-developer too
:-)

Andreas

java.lang.IllegalStateException: Transaction expired:
java.rmi.RemoteException:
Can't create new zeroyieldinput entity.
at com.evermind.server.ApplicationServerTransaction._vdb(Unknown
Source)

at
com.evermind.server.ApplicationServerTransaction.registerSynchronizat
ion(Unknown Source)
at
com.mvcsoft.pm.transaction_data.DefaultTransactionData.getTransaction
Instance(DefaultTransactionData.java:69)
at
com.mvcsoft.pm.transaction_data.DefaultTransactionData.setModel(Defau
ltTransactionData.java:224)




Problem replicating session

2001-12-07 Thread JoseMa



Hi,

  I have 
configured two orion servers in cluster with the same application installed. 
These orion servers have SSL configured and individualy I can access without 
problems. 

 Both 
secure-web-site.xml and default-web-site.xml I have configured the cluster with 
a different island for each web-site. When I use the http connection the cluster 
work without problems and the session It's update correctly but when I use the 
https the orion show me the next error:

  Receiving 
HTTP-cluster session value update...  
java.lang.NullPointerException at 
com.evermind._cqb._scc(Unknown 
Source) at 
com.evermind._cqb._os(Unknown 
Source) at 
com.evermind._hr.run(Unknown 
Source) at 
com.evermind._if.run(Unknown Source)

 This error appear a once after 
the clusterdoesn't work correctly.

 Why appear this error? 
What is it? Could you help me?

 Thank,




RE: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Edward de Jongh

Please unsubscribe me according to a message I received earlier I am
unsubscribed, but this is clearly not the case.

ed

-Original Message-
From: Oisin Kim [mailto:[EMAIL PROTECTED]] 
Sent: 07 December 2001 12:04
To: Orion-Interest
Subject: Re: Off-topic: UML Tools...Help!!!

John,
have a look at Poseidon, the community edition is free and it's 100%
Java so multi platform, although it runs best with 1.3.1_01 JRE...
Oisin

On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
 Hi,
  
 I have been asked by my manager to evaluate some UML modelling tools:
 Rational Rose and Select. However, I have never really used UML so I
 probably wasn't the best person to ask :)
  
 So, if anyone could tell me any pros and cons of these packages I would
 appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and
the
 idea would be to farm out classes/beans you have designed and structured
in
 the UML model.
  
 Any information or experiences you would like to share would be
appreciated
 as I don't have a clue :)
  
 Thanks,
  
 Johnny
  
 
 Confidentiality Notice:
 The information in this e-Mail message is confidential and for the use of
 the named recipients only. The information may be protected by privilege,
 work product immunity or other applicable law.
 If you are not the intended recipient - the retention, dissemination,
 distribution or copying of this e-Mail message is strictly prohibited. If
 you receive this e-Mail message in error, please notify me immediately by
 telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
  
-- 


Oisin Kim
Software Engineer
Aurium - the new brand for Conceptual Drift 
Clifton House
Lower Fitzwilliam Street
Dublin 2
Web - http://www.aurium.net
Email - [EMAIL PROTECTED]
Mobile - +353 86 841 9967
Telephone - +353 1 661 1132






Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Curt Smith

I have a team using TogetherJ for our modeler, IDE and deploy tool.
TogetherJ, the first to market with a great all Java UML modeler, round trip
code generator product.  Supports all IDE functions including debugging into
your appserver's VM, deploy, call Ant, JUnit etc etc.  Very feature rich.

togethersoft.com

Curt

Oisin Kim wrote:

 John,
 have a look at Poseidon, the community edition is free and it's 100%
 Java so multi platform, although it runs best with 1.3.1_01 JRE...
 Oisin

 On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
  Hi,
 
  I have been asked by my manager to evaluate some UML modelling tools:
  Rational Rose and Select. However, I have never really used UML so I
  probably wasn't the best person to ask :)
 
  So, if anyone could tell me any pros and cons of these packages I would
  appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
  idea would be to farm out classes/beans you have designed and structured in
  the UML model.
 
  Any information or experiences you would like to share would be appreciated
  as I don't have a clue :)
 
  Thanks,
 
  Johnny
 
 
  Confidentiality Notice:
  The information in this e-Mail message is confidential and for the use of
  the named recipients only. The information may be protected by privilege,
  work product immunity or other applicable law.
  If you are not the intended recipient - the retention, dissemination,
  distribution or copying of this e-Mail message is strictly prohibited. If
  you receive this e-Mail message in error, please notify me immediately by
  telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
 
 --

 
 Oisin Kim
 Software Engineer
 Aurium - the new brand for Conceptual Drift
 Clifton House
 Lower Fitzwilliam Street
 Dublin 2
 Web - http://www.aurium.net
 Email - [EMAIL PROTECTED]
 Mobile - +353 86 841 9967
 Telephone - +353 1 661 1132
 





Application content types

2001-12-07 Thread Marcus Ahnve

Resending times=2/ :-/

Is there any way to set a default content type for an web application?
Weare using one webapp for wml, and the only way to get it right is to
use% response.setContentType(text/vnd.wap.wml); % in  the top of
everypage, which I'd rather not do.

There are some settings in globalwebapplication.xml, but they seem to be
just global.

/Marcus
-- 
Marcus Ahnve  email: [EMAIL PROTECTED]
Lecando AB   Office: +46-(0)8-634 94 18
Sweden   Mobile: +46-(0)70-462 19 18
www.lecando.comICQ#: 4564879






Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim

I agree totally, very feature rich, a real quality product, more
features than you could ever possibly use, but at £5000 a seat the price
is slightly prohibitive. I was lucky enough to use Together Control
Center for my Thesis, if you can afford it, get it!
Otherwise, for 10% of the functionality, for free get Poseidon! If you
like it and use it commercially pay the $150 or so dollars for the
Professional version.

Oisin

On Fri, 2001-12-07 at 13:47, Curt Smith wrote:
 I have a team using TogetherJ for our modeler, IDE and deploy tool.
 TogetherJ, the first to market with a great all Java UML modeler, round trip
 code generator product.  Supports all IDE functions including debugging into
 your appserver's VM, deploy, call Ant, JUnit etc etc.  Very feature rich.
 
 togethersoft.com
 
 Curt
 
 Oisin Kim wrote:
 
  John,
  have a look at Poseidon, the community edition is free and it's 100%
  Java so multi platform, although it runs best with 1.3.1_01 JRE...
  Oisin
 
  On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
   Hi,
  
   I have been asked by my manager to evaluate some UML modelling tools:
   Rational Rose and Select. However, I have never really used UML so I
   probably wasn't the best person to ask :)
  
   So, if anyone could tell me any pros and cons of these packages I would
   appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
   idea would be to farm out classes/beans you have designed and structured in
   the UML model.
  
   Any information or experiences you would like to share would be appreciated
   as I don't have a clue :)
  
   Thanks,
  
   Johnny
  
  
   Confidentiality Notice:
   The information in this e-Mail message is confidential and for the use of
   the named recipients only. The information may be protected by privilege,
   work product immunity or other applicable law.
   If you are not the intended recipient - the retention, dissemination,
   distribution or copying of this e-Mail message is strictly prohibited. If
   you receive this e-Mail message in error, please notify me immediately by
   telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
  
  --
 
  
  Oisin Kim
  Software Engineer
  Aurium - the new brand for Conceptual Drift
  Clifton House
  Lower Fitzwilliam Street
  Dublin 2
  Web - http://www.aurium.net
  Email - [EMAIL PROTECTED]
  Mobile - +353 86 841 9967
  Telephone - +353 1 661 1132
  
 
 
-- 


Oisin Kim
Software Engineer
Aurium - the new brand for Conceptual Drift 
Clifton House
Lower Fitzwilliam Street
Dublin 2
Web - http://www.aurium.net
Email - [EMAIL PROTECTED]
Mobile - +353 86 841 9967
Telephone - +353 1 661 1132






JMS over SSL?

2001-12-07 Thread Kipnis, Adam

Hey all,

I've been evaluating some JMS providers including Orion. One of my
requirements is that the messages can be sent over SSL. I got this to work
with OpenJMS and was wondering if Orion supported it as well. If so, how do
I set it up?

Thanks in advance,

Adam Kipnis
JAMDAT Mobile
[EMAIL PROTECTED]





Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Ray Harrison

Also, for a reasonable amount of functionality at a fraction of the cost, look at 
Enterprise
Architect from www.sparxsystems.com.au. For what I do, I like it quite a bit.


Cheers
Ray
--- Oisin Kim [EMAIL PROTECTED] wrote:
 I agree totally, very feature rich, a real quality product, more
 features than you could ever possibly use, but at £5000 a seat the price
 is slightly prohibitive. I was lucky enough to use Together Control
 Center for my Thesis, if you can afford it, get it!
 Otherwise, for 10% of the functionality, for free get Poseidon! If you
 like it and use it commercially pay the $150 or so dollars for the
 Professional version.

 Oisin

 On Fri, 2001-12-07 at 13:47, Curt Smith wrote:
  I have a team using TogetherJ for our modeler, IDE and deploy tool.
  TogetherJ, the first to market with a great all Java UML modeler, round trip
  code generator product.  Supports all IDE functions including debugging into
  your appserver's VM, deploy, call Ant, JUnit etc etc.  Very feature rich.
 
  togethersoft.com
 
  Curt
 
  Oisin Kim wrote:
 
   John,
   have a look at Poseidon, the community edition is free and it's 100%
   Java so multi platform, although it runs best with 1.3.1_01 JRE...
   Oisin
  
   On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
Hi,
   
I have been asked by my manager to evaluate some UML modelling tools:
Rational Rose and Select. However, I have never really used UML so I
probably wasn't the best person to ask :)
   
So, if anyone could tell me any pros and cons of these packages I would
appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
idea would be to farm out classes/beans you have designed and structured in
the UML model.
   
Any information or experiences you would like to share would be appreciated
as I don't have a clue :)
   
Thanks,
   
Johnny
   
   
Confidentiality Notice:
The information in this e-Mail message is confidential and for the use of
the named recipients only. The information may be protected by privilege,
work product immunity or other applicable law.
If you are not the intended recipient - the retention, dissemination,
distribution or copying of this e-Mail message is strictly prohibited. If
you receive this e-Mail message in error, please notify me immediately by
telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
   
   --
  
   ===   Oisin Kim
   Software Engineer
   Aurium - the new brand for Conceptual Drift
   Clifton House
   Lower Fitzwilliam Street
   Dublin 2
   Web - http://www.aurium.net
   Email - [EMAIL PROTECTED]
   Mobile - +353 86 841 9967
   Telephone - +353 1 661 1132
   === 
 
 --

 === Oisin Kim
 Software Engineer
 Aurium - the new brand for Conceptual Drift
 Clifton House
 Lower Fitzwilliam Street
 Dublin 2
 Web - http://www.aurium.net
 Email - [EMAIL PROTECTED]
 Mobile - +353 86 841 9967
 Telephone - +353 1 661 1132
 ===



__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com




Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread BRICKER_JONATHAN_E

You can get TogetherJ in a solo version for about 1/2 of the Control Center's price.

Jonathan Bricker
Lilly Research Labs
Java ATG






Oisin Kim [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/07/01 12:15 PM
Please respond to Orion-Interest


To:Orion-Interest [EMAIL PROTECTED]
cc:
Subject:Re: Off-topic: UML Tools...Help!!!



I agree totally, very feature rich, a real quality product, more
features than you could ever possibly use, but at £5000 a seat the price
is slightly prohibitive. I was lucky enough to use Together Control
Center for my Thesis, if you can afford it, get it!
Otherwise, for 10% of the functionality, for free get Poseidon! If you
like it and use it commercially pay the $150 or so dollars for the
Professional version.

Oisin

On Fri, 2001-12-07 at 13:47, Curt Smith wrote:
 I have a team using TogetherJ for our modeler, IDE and deploy tool.
 TogetherJ, the first to market with a great all Java UML modeler, round trip
 code generator product. Supports all IDE functions including debugging into
 your appserver's VM, deploy, call Ant, JUnit etc etc. Very feature rich.
 
 togethersoft.com
 
 Curt
 
 Oisin Kim wrote:
 
  John,
  have a look at Poseidon, the community edition is free and it's 100%
  Java so multi platform, although it runs best with 1.3.1_01 JRE...
  Oisin
 
  On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
   Hi,
  
   I have been asked by my manager to evaluate some UML modelling tools:
   Rational Rose and Select. However, I have never really used UML so I
   probably wasn't the best person to ask :)
  
   So, if anyone could tell me any pros and cons of these packages I would
   appreciate it. Developers are gonna be using JBuilder 5 Enterprise, and the
   idea would be to farm out classes/beans you have designed and structured in
   the UML model.
  
   Any information or experiences you would like to share would be appreciated
   as I don't have a clue :)
  
   Thanks,
  
   Johnny
  
  
   Confidentiality Notice:
   The information in this e-Mail message is confidential and for the use of
   the named recipients only. The information may be protected by privilege,
   work product immunity or other applicable law.
   If you are not the intended recipient - the retention, dissemination,
   distribution or copying of this e-Mail message is strictly prohibited. If
   you receive this e-Mail message in error, please notify me immediately by
   telephone (44 207 384 8102) or e-Mail ([EMAIL PROTECTED]).
  
  --
 
  
  Oisin Kim
  Software Engineer
  Aurium - the new brand for Conceptual Drift
  Clifton House
  Lower Fitzwilliam Street
  Dublin 2
  Web - http://www.aurium.net
  Email - [EMAIL PROTECTED]
  Mobile - +353 86 841 9967
  Telephone - +353 1 661 1132
  
 
 
-- 


Oisin Kim
Software Engineer
Aurium - the new brand for Conceptual Drift 
Clifton House
Lower Fitzwilliam Street
Dublin 2
Web - http://www.aurium.net
Email - [EMAIL PROTECTED]
Mobile - +353 86 841 9967
Telephone - +353 1 661 1132








Re: Application content types

2001-12-07 Thread Steven R Brandt

This looks like it might be a good place to use a filter.
http://www.orionserver.com/tutorials/filters/

12/7/01 9:13:35 AM, Marcus Ahnve [EMAIL PROTECTED] wrote:

Resending times=2/ :-/

Is there any way to set a default content type for an web application?
Weare using one webapp for wml, and the only way to get it right is to
use% response.setContentType(text/vnd.wap.wml); % in  the top of
everypage, which I'd rather not do.

There are some settings in globalwebapplication.xml, but they seem to be
just global.

/Marcus
-- 
Marcus Ahnve  email: [EMAIL PROTECTED]
Lecando AB   Office: +46-(0)8-634 94 18
Sweden   Mobile: +46-(0)70-462 19 18
www.lecando.comICQ#: 4564879












Security Vulnerability?

2001-12-07 Thread Raphael Gillett

Dear Everyone,

A recent security scan of a Windows 2000 network identified the
following vulnerability on an Orion 1.5.2 server.

The remote host seems to be vulnerable to the Cross Site Scripting
vulnerability.   The vulnerability is caused by the result returned to
the user when a non-existing file is requested (e.g. the result contains
the JavaScript provided in the request).   The vulnerability would allow
an attacker to make the server present the user with the attacker's
JavaScript/HTML code.  Since the content is presented by the server, the
user will give it the trust level of the server (for example, the trust
level of banks,  ) .. 

I have 2 questions:

1.  Is this information about Orion 1.5.2 actually correct ?
2.  If yes, is the vulnerability resolved in 1.5.3 ?

Regards,
Raph





RE: Persistance between HTTP and HTTPS

2001-12-07 Thread The elephantwalker

resend, second one didn't catch...

-Original Message-
From: The elephantwalker [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 5:18 AM
To: Orion-Interest
Subject: RE: Persistance between HTTP and HTTPS


resend, first one didn't catch...

-Original Message-
From: The elephantwalker [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 07, 2001 12:19 AM
To: Orion-Interest
Subject: RE: Persistance between HTTP and HTTPS


To share information on the session, the web-app tag in the web-site.xml
needs the shared=true flag set. As far as dropping the sessions from time
to time, this shared=true flag should also solve that problem.

regards,

the elephantwalker
www.elephantwalker.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Steve Best
Sent: Thursday, December 06, 2001 1:51 PM
To: Orion-Interest
Subject: Re: Persistance between HTTP and HTTPS


We came up with a fix, not sure if it will help you.  In the orion-web.xml
config file, we added session-tracking autojoin-session=true
cookies=disabled /.  We havent tested whether or not it will still work
without the cookies=disabled, or the autojoin-session=true, but it works
with both for the time being.

Steve
- Original Message -
From: [EMAIL PROTECTED]
To: Orion-Interest
Sent: Thursday, December 06, 2001 8:44 AM
Subject: RE: Persistance between HTTP and HTTPS


Don't know if it's related, but we've found that while we're using HTTPS on
Orion, the sesions would, seemingly at random, sometimes vanish on us.
Reasons unknown, and we haven't tracked it down yet.

- Geoffrey
-Original Message-
From: Steve Best [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 05, 2001 8:07 PM
To: Orion-Interest
Subject: Persistance between HTTP and HTTPS


Greetings, we are currently experiencing what appears to be a lack of
persistance between HTTP and HTTPS, when moving between the two on our site,
and only in-frequently.  Has anyone ever experienced this problem before?

Thanks,
Steve Best
Systems Administrator
Simple Devices
415-637-9651 (cell)

A little nonsense now and then, is relished by the wisest men.
Willy Wonka

_
This message has been checked for all known viruses by the
MessageLabs Virus Scanning Service. For further information visit
http://www.messagelabs.com/stats.asp



_
This message has been checked for all known viruses by the
MessageLabs Virus Scanning Service. For further information visit
http://www.messagelabs.com/stats.asp





Re: JMS over SSL?

2001-12-07 Thread Mike Cannon-Brookes

Orion doesn't support JMS over SSL.

You can however plug OpenJMS into Orion as a resource provider, and use
it's capabilities. 

Hope this helps,

Cheers,
Mike

-- 
Mike Cannon-Brookes :: [EMAIL PROTECTED]

Atlassian :: http://www.atlassian.com
 Supporting YOUR J2EE World


On Sat, 2001-12-08 at 05:54, Kipnis, Adam wrote:
 Hey all,
 
 I've been evaluating some JMS providers including Orion. One of my
 requirements is that the messages can be sent over SSL. I got this to work
 with OpenJMS and was wondering if Orion supported it as well. If so, how do
 I set it up?
 
 Thanks in advance,
 
 Adam Kipnis
 JAMDAT Mobile
 [EMAIL PROTECTED]
 
 






Problems Finding EntityBean

2001-12-07 Thread Christopher R. Gardner

I am trying to deploy the CabinBean (as EJB 1.1, not 2.0) as described in
Enterprise JavaBeans by Richard Monson-Haefel (3rd ed).

* The directory structure for the source is:

C:\orion1.5.2\orion\crgapplications\titanCruiseProject\cabin

* Under the aforementioned directory is a META-INF directory that contains
- application-client.xml
- ejb-jar.xml

* In C:\orion1.5.2\orion\crgapplications\titanCruiseProject\META-INF, I have
- application.xml

* In C:\orion1.5.2\orion\config\server.xml, I have the following entry:

application name=titanCruiseProject
path=../crgapplications/titanCruiseProject/

* I start orion as:
java -jar orion.jar, I rec

* I then receive the following messages:

Error in application titanCruiseProject: Error loading package at
file:/C:/orion1.5.2/orion/crgapplications/titanCruiseProject/cabin/, Class
'com.titan.cabin.CabinBean' not found

Auto-deploying cabin (Previous deployment not found)... Error instantiating
application 'titanCruiseProject' at
file:/C:/orion1.5.2/orion/crgapplications/titanCruiseProject/: Error
auto-deploying application-client at cabin: No location specified and no
suitable instance of the type 'com.titan.cabin.CabinRemote' found
for the ejb-ref ejb/CabinEJB

I was able to get the Cart example working, so I know my installation is OK.
The cart example, however, does not use packages, as the cabin example does.
Any suggestions?  Am I forgetting a file?  I can send the contents of my files
if necessary.  Thanks in advance.

Chris Gardner