RE: to boldly go where no man has gone before

2000-12-14 Thread Ken Burcham

Oh dear,

  certainly off-topic, but your example is as foolish as your logic.  :)
The Old Testament of the Bible was originally written in Hebrew (mostly) and
the New Testament in classical greek (koine).  Sheesh.  As I meet and
interact with people outside the US, I'm always impressed that they know
more languages than me in the first place, and usually are better versed in
world affairs, second.  Careful with your heart, friend!  :)

ken.


 -Original Message-
 From: Joseph B. Ottinger [mailto:[EMAIL PROTECTED]]
 Sent: Thursday, December 14, 2000 6:03 AM
 To: Orion-Interest
 Subject: Re: to boldly go where no man has gone before
 
 
 On Thu, 14 Dec 2000, Juan Lorandi (Chile) wrote:
 
  flamebait
  I've been reading all those neat messages about lack of 
 english proficcency
  and I'd like to point out that more than half
  the members of Orion-Interest's native language isn't 
 english... After all,
  orion itself is swedish...
  
  And being non-english, I really dislike any discriminating 
 comments... It's
  a wide world and we all have to be tolerant...
  /flamebait
 
 Personally, I think all you non-US people need to get with 
 the program and
 immigrate. Everyone - and I mean EVERYONE - knows that 
 English is the best
 language out there. That's why, for example, the Bible was written in
 English.
 
 offtopicYes, I know, I'm getting sarcastic. But still! 
 There's a fine
 point here - we could all use a lot less Instant Reaction and 
 leave such
 concepts to our servers.
 /offtopic
 
 ---
 Joseph B. Ottinger   [EMAIL PROTECTED]
 http://epesh.com/ IT Consultant
 
 




or mapping question

2000-09-28 Thread Ken Burcham

Hiya,

  Well, another OR mapping question.

  Ok, I've added the three lines to my EJB, but no magic.  :)  Here's what I
got generated in my orion-ejb-jar.xml file for the particular field of my
cmp_site entity:

cmp-field-mapping name="children"
set-mapping table="sac.stores"
primkey-mapping
cmp-field-mapping
name="site_number" persistence-name="site_number" /
/primkey-mapping
value-mapping
type="com.pinnacle.ejb.cmp_store"
cmp-field-mapping
name="value"
entity-ref
home="cmp_store"

cmp-field-mapping name="value" persistence-name="value" /
/entity-ref
/cmp-field-mapping
/value-mapping
/set-mapping
/cmp-field-mapping

I'm getting an exception: EJBException at
cmp_store_ORSet200.getObjects(cmp_store_ORSet200.java:67) when I try to call
any method on the set returned by getChildren().  Any ideas?  

It seems like the 'value' part isn't right.  Should that be a list of all
the cmp fields for my cmp_store object?  Wow, some docs sure would be great.
Are there any?

If you need more information, I would happily supply!

ken.





JNDI lookup question

2000-09-25 Thread Ken Burcham

Hiya,

  First, I'd like to add my gratitude to the heap.  Thanks orion folks for a
great product.  :)  If all goes well, we might actually buy a license or
two.  :)

  And now the question...  We're trying to do the following:

xml/xsl front-end
servlet
helperhandlers
sessionbean
entitybean
db

I'm basically having the same problem as this message:
http://www.mail-archive.com/orion-interest@orionserver.com/msg00320.html to
which I could find no response.  The trouble is that my helperhandler can
connect to either the sessionbean or the entitybean, but after connecting to
the session bean, the session bean can't find the entity bean.  The
exception is javax.naming.NameNotFoundException.

  Somehow it seems like just my lack of understanding of JNDI.  Something
like these two beans are ending up in different contexts?  How can I ensure
they are both bound to the same one?  I can send the .xml files if that
would help...

Thanks so much!

ken.