No rollback in case of exception in ejbStore()

2002-05-15 Thread Valeri . Kireitchik
Title: No rollback in case of exception in ejbStore() Configuration: Orion 1.5.2/1.5.4, Oracle 9i 1 SFSB and 2 EB, transactional attributes = Required for all beans. Transaction is initiated by call of SFSB method updateRow(). SFSB calls 2 EB setName() methods. SFSB implements

ClassCastException in generated code

2002-05-15 Thread Tim Joyce
Hi, I am getting a rather nasty ClassCastException when i try and remove a many-to-many join (implemented like the MovieDatabase example). My question is how do i go about debugging this? Is it possible to get access to the generated .java files? Thanks in advance for any advice stack traces

Begging for help

2002-05-15 Thread Jon Bricker
I'm begging for some help on this set up. I'm using Glue Standard for using SOAP calls. Anyone that has used Glue with Orion before please help me out. I've gotten the orion example from glue working. Now I'm trying to do something practical. I've set up an app on Orion. It had to be a

test - please not reply

2002-05-15 Thread Valeri . Kireitchik
Title: test - please not reply ITC-M, SIS Company Mr. Valeri Kireitchik Head of Application Software Department Fujitsu Siemens Computers Qualified Partner Microsoft Certified Partner Oracle Partner Program Member Surganova 24-406 220012 Minsk Republic of Belarus ph.: +375 (17)

RE: ClassCastException in generated code

2002-05-15 Thread Greg Davis
Did you change your bean recently? It sounds like your remotes are out of date. Ensure you remotes on the client side match up properly. Also ensure any Serialiazable classes you pass via method calls are not updated in only the client of server. This error normally happens when you either try

RE: Begging for help

2002-05-15 Thread Satter, Rabi
Can you point a browser at the url and get the wsdl? Are you trying to access the EJB directly? If so you need pro which can talk to stateless session beans. Probably doesn't matter but you might try putting the jar file in the orion/lib directory. Hopes this helps. -Original

Can't find servlet

2002-05-15 Thread Krishnan, Sri
Hi, I am registering the servlet in web.xml even then, I am getting an error saying that the servlet not found. do I need to register the servlet anywhere else ? this may be trivial but , could not figure out. Thanks Sri