Oracle DB and schemas

2002-02-26 Thread Tim Pouyer
descriptor and putting 'yc_content' for the abstract-schema property in the entity deployment descriptors but I am not all that familiar with EJB2.0 yet and am not sure what this property is supposed to be, but orion will not let me deploy any EJB2.0 beans without this property being set. Thanks, Tim

Re: Calling entity bean from a session bean in Orion 1.5.3

2001-11-20 Thread Tim Pouyer
Take out the ejb-link tag. It is not necessary. On Tue, 2001-11-20 at 18:50, Puthezhath, Rajeev (TWII Boston) wrote: Hi, I want to access an entity bean from a session bean . I have added the ejb-ref tag in the ejb-jar.xml and the same works perfectly on orion 1.3.8 But on Orion

JUnitee

2001-11-15 Thread Tim Pouyer
Anyone know how to set up junitee on orion. I have seen it working on orion before so I know it can work. I have junit.jar and junitee.jar in my orion/lib directory and have set up my TestForm.html in my web module. I have compiled the new TestServlet with the dynamic class loader and have set

RE: Message Driven Beans

2001-11-15 Thread Tim Pouyer
Magnus has said that documentation on MDB and resource provider would be comming sortly but that was some time ago so here goes nothing: First off if you want to get your MDB's to listen to a 3rd party JMS implementation you will need to write a class that implements the ResourceProvider

Re: Using a Message Driven Bean to put in another Queue does notwork with 1.5.2 / OC4J

2001-11-13 Thread Tim Pouyer
try putting this code in the setMessageDrivenContext() method of your mdb. On Tue, 2001-11-13 at 18:20, [EMAIL PROTECTED] wrote: We have a MDB that processes messages, we need it to put the results in ANOTHER queue. This does not work right now, as per a couple of examples I found on the web

Re: SV: MDB in orion 1.5.2 using Queue

2001-10-19 Thread Tim Pouyer
in to false. Just a guess though. Just curious,thanks, Tim Pouyer On Fri, 2001-10-19 at 04:41, Magnus Rydin wrote: Hi. 1) In 1.5.3 Orion will tell you if you havent implemented MessageDrivenBean and MessageListener in your MDB. 2) Orion will use the default JMS resource if you dont specify

Re: explicit table-names in CMP

2001-10-05 Thread Tim Pouyer
Check out the orion-ejb-jar.xml file you will see a value called name or table-name that is where you can specify the name of your table rather than letting orion generate it for you. Tim On Fri, 2001-10-05 at 07:39, Toni Menzel wrote: dear all, We want to define an explicit table name for

Re: STRANGE (and BIG!!!) PROBLEM

2001-09-26 Thread Tim Pouyer
-Tim Pouyer - Original Message - From: David Bonilla To: Orion-Interest Sent: Wednesday, September 26, 2001 7:40 AM Subject: STRANGE (and BIG!!!) PROBLEM It's a little bit strange... I'm implementing security on my application and customizing my xml

Re: Message Driven Bean destination-location

2001-09-11 Thread Tim Pouyer
Darryl, First off (and I know you have probably already checked this but just in case) have you uncommented the jms.xml attribute in your server.xml file? Next if you are using Queues and QueueConnectionFactories inside orion's jms implementation you do not need to use resource-ref tag

Re: AppClient: problem with LoginException

2001-09-05 Thread Tim Pouyer
Did you supply the orion.jar file as a resource for your web start app? How about your initialContext that you try to use to create a connection with orion, did you make sure your credentials and principal names are correct? Are you trying to read these from a file such as Properties prop = new

Re: Deploying EJBs

2001-08-14 Thread Tim Pouyer
check out the directory under your %Orion_Home% called applicationdeployments there should be a dir with the same name as your new application and under that there will be directories for all deployed ejbs and wars. If you dont see a directory with the same name as one of your ejb's or war's then

Re: JMS Problem

2001-08-10 Thread Tim Pouyer
The start up class in weblogic is specific to that server. It is not part of the j2ee spec and there is no equivalent in orion. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Friday, August 10, 2001 7:24 AM Subject: JMS Problem hi, can

Re: Problem with JMS

2001-08-09 Thread Tim Pouyer
make sure that queueConnectionFactory exits in your %orionRoot%\config\jms.xml file. - Original Message - From: Vikas Malhotra To: Orion-Interest Sent: Thursday, August 09, 2001 11:07 AM Subject: Problem with JMS Hi, I am facing a problem in my application

Re: External JMS broker with Orion

2001-07-17 Thread Tim Pouyer
I have had success in configuring my mdb's to publish to a topic on an external jms server but no luck in being able to subscribe the mdb's to a topic on external jms. In my expirence I think that this is not possible in the current version of orion 1.5.2. It appears that orion is not binding

Re: MDB in orion 1.5.2

2001-06-28 Thread Tim Pouyer
ejb-classcom.eximtechnologies.xmd.message.reciept.ejb.MessageReciept/ejb-class transaction-typeContainer/transaction-type message-driven-destination destination-typejavax.jms.Topic/destination-type /message-driven-destination /

MDB in orion 1.5.2

2001-06-27 Thread Tim Pouyer
hey all, I have been trying to get mdb to work in orion1.5.2 I have sucessfully created and deployed my bean and have set up the orion specific orion-ejb-jar.xml file to look at my 'jms/IncomingTopic' topic and 'jms/PrimaryTCF' topicConnectionFactory from my jms.xml file. I put a couple

Re: MDB in orion 1.5.2

2001-06-27 Thread Tim Pouyer
hnologies.xmd.message.reciept.ejb.MessageReciept/ejb-class transaction-typeContainer/transaction-type message-driven-destination destination-typejavax.jms.Topic/destination-type /message-driven-destination /message-driven /enterprise-beans - Origin

Re: Can't get taglibs to work in orion

2001-06-13 Thread Tim Pouyer
to require a particullaar order. Either way, try putting the taglib lines before your security constraint. -Original Message-From: Tim Pouyer [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 12, 2001 3:30 PMTo: Orion-InterestSubject: Can't get taglibs to work

Can't get taglibs to work in orion

2001-06-12 Thread Tim Pouyer
I downloaded the custom tags provided on orion's site and installed them on my orion 1.5.2 server. But when I try to go to the jsp page that uses them I get a 'page cannot be displayed error'. I can run jsp's that do not utilize orion's taglibs so I think it might have something to do with