[jBoss-User] PooledConnection with JDBCDataSourceLoader?

2001-01-08 Thread Sabine Schüler
Is there any possibility, to run jBoss with a simple PooledConnection instead of XAConnection ? (Sorry, but I still need transaction management on a Connection basis ...) There was a hint in the list, that 'JDBCDataSourceLoader' might be configured instead of 'XADataSourceLoader', but I tried in v

[jBoss-User] JNDI lookup in comp/env for DataSource

2001-01-08 Thread Ozzie Gurkan
I cannot lookup any DataSource resources from my WebTier via web.xml reference. "java:comp/env/jdbc/MyDataSource" gives a naming exception. I can only get to my data source by directly using its name specified in the conf files, "java:oraclePool". Is this not supported at the WebTier level? Thank

Re: [jBoss-User] Cannot deploy the interest example

2001-01-08 Thread Jack D . Unrue
On Saturday 06 January 2001 02:34 pm, Derek Slager wrote: > On Sat, Jan 06, 2001 at 07:40:25AM -0700, Chris Cuilla wrote: > > > > Thanks for the response. > > > > I have looked into the interest JAR file and the ejb-jar.xml file is > > there and it is under the META-INF directory. That's the odd t

Re: [jBoss-User] Tomcat or Jetty with Jboss

2001-01-08 Thread Julian Gosnell
I'm sending this for Greg, Jetty maintainer (he's not hooked into this list at the moment): "Tomcat has been designed and implemented as servlet container to work with a variety of HTTP servers. Jetty is both a HTTP/1.1 server and a tightly integrated 2.2 servlet container. As a result, Jetty

[jBoss-User] AutoDeployer and directories problem

2001-01-08 Thread Jonathan Ackerman
Hi All, I'm trying to get the AutoDeployer to work with a directory. The docs mention that this can be done. I've done the following: 1) Created a subdirectory "calc" under the "deploy" directory 2) Create a "META-INF" subdirectory with the xml files in it 3) Copied by compiled Java classes und

Re: [jBoss-User] jboss, tomcat and cocoon

2001-01-08 Thread Anders Lindh
Allright, I got it working finally. The problem was conflicting xml parsers, and the fact that jboss apparently adds its lib/ and lib/ext directories to the beginning of the classpath. So, if you're experiencing problems, move lib/parser.jar and lib/ext/xml.jar somewhere else, and add them man

[jBoss-User] jboss.conf HOWTO?

2001-01-08 Thread Charlie Read
Has anyone written such a document? --Charlie -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Transactions between multiple AppServers

2001-01-08 Thread Ole Husgaard
Hi, Tilmann Ludwig wrote: > Is it possible to perform transaction between several instances of jBoss, > running on different machines? Not currently. I'm trying to find time to implement this... > If not at the moment, will it be in the future? I need this for a deadline in august, but hope to

[jBoss-User] Hypersonic - PrimaryKey field

2001-01-08 Thread Christophe Demez
Using Hypersonic Database, I have the following error . I use the standard jaws settings. In fact, I have several queries where it cannot find the PRIMARYKEY (UpperCase ???). Do I need to create the table, if yes, how can I create "hypersonic" table ? I join the log. --- [JAWS]

Re: [jBoss-User] jboss, tomcat and cocoon

2001-01-08 Thread Chris Winters
I had a similar problem using the XMLC (http://xmlc.enhydra.org/) XML publishing framework. The only way I could find to solve this was to either put the preferred parser in the CLASSPATH before run.bat is executed, or to add the following line to run.bat: set CLASSPATH=d:\java\xerces-1_2_3\xerc

RE: [jBoss-User] Oracle CMP (can't insert)

2001-01-08 Thread Steve Magoun
I'm having a similar problem. I'm using jBoss 2.0 FINAL/embedded Tomcat and Oracle 8.0.5 with the classes12.zip drivers. I have existing (populated) tables and code that work find under Weblogic and jonas, but when I switch to jBoss beans never get written to the DB. I can do lookups with no troub

Re: [jBoss-User] Inheritance in CMP - continued (super.ejbCreate notinvoked ???)

2001-01-08 Thread Tobias Frech
Hi Shahar! Yes, it definitly works for me. Let me check again ... yes, there are values in my database in properties that are only set in my "top" class. So super.ejbCreate() works for me in sub ejbCreate methods. Add some System.out.println() in your beans and see yourself what is entered and wh

Sv: [jBoss-User] Applet + JNDI Lookup => AccessControlException ?

2001-01-08 Thread Kris Kristensen
Hi Brian You are absolutely right, it should make its lookup over the network and not on the local box. Sorry for this very poor answer. To make it up you again, I've posted the question to JDC (Java Developer Community) at http://java.sun.com, and to this list again. So...Let's hear what the

[jBoss-User] jboss, tomcat and cocoon

2001-01-08 Thread Anders Lindh
Ok, guys, I need help..xs I've strugled a couple of days and now have jboss, tomcat (embedded) and apache working together. What I still need, and can't get working, is Cocoon. My configuration is: jboss PRE-2.1 (checked out from cvs yesterday), Tomcat 3.2.1, Apache 1.3.14 and Cocoon 1.8. Bot

[jBoss-User] JNDI-Lookup from Applets

2001-01-08 Thread Kris Kristensen
Hi JBoss gurus why is it, when an applet is doing a JNDI-lookup, it gets an IOException??. I know it has something to do with the security manager (the applet being out of its sandbox) but... When the applet does its lookup, it should (or...?) lookup the resource over the network and not on t

Re: [jBoss-User] Oracle CMP (can't insert)

2001-01-08 Thread Tobias Frech
Hi Clarence! How do you start ? Is the DB empty, meaning there are no tables in the DB before starting JBoss ? Are the tables created after start ? Ciao, Tobias Clarence Westberg wrote: > > I seem to have the various configration file set up (at least I don't get > errors) and I can find things

[jBoss-User] too much logging

2001-01-08 Thread Thomas Hagedorn
Hi there, back from vaccation, I tested some (BMP)beans on jBoss-FINAL (with tomcat) using an Oracle database as XA Connection pool. Every time, I access Oracle, i get hundreds of lines in the console log for every entity. Lines are like DBCV DBG2 DBAccess byte:4e DBCV DBG2 UCS-

[jBoss-User] jBoss with Ingres

2001-01-08 Thread Jörg Schorr
Title: jBoss with Ingres Hi, I am wondering if anybody has used jBoss with Ingres (6)? if yes, with which JDBC drivers? Any experience feedback would be very interesting. Thanks a lot, jorg

[jBoss-User] Transactions between multiple AppServers

2001-01-08 Thread Tilmann Ludwig
Is it possible to perform transaction between several instances of jBoss, running on different machines? If not at the moment, will it be in the future? We would like to use jBoss in a project in which the data access layer will probably reside on a different machine as the businnes logic layer an

[jBoss-User] Inheritance in CMP - continued (super.ejbCreate notinvoked ???)

2001-01-08 Thread Shahar Solomianik
Hi guys (Tobias pay attention to this...). The deployment works fine. But when coming to create entities I get "javax.ejb.CreateException: Could not create entity:java.sql.SQLException: Invalid column type" It happens because jaws tries to put NULL in the primary key field. and why is that , you

[jBoss-User] Oracle CMP (can't insert)

2001-01-08 Thread Clarence Westberg
I seem to have the various configration file set up (at least I don't get errors) and I can find things already in the database. My problem is that I can indert rows. I get no exception when I issue a create() but the database doesn't get accessed. ejbCreate() is called, ejbStore() does not seem t

[jBoss-User] Question: Getting NoClassDefFoundErr/org/jboss/system/SecurityAssociation

2001-01-08 Thread Charlie Hill
> >I am new to jboss and am trying it out. > >I have the server up and running. >I am working on the example standalone client to connect to my jboss server >running on localhost. > >Everything works fine till the >- > Inte

[jBoss-User] running two instances of JBoss on one machine

2001-01-08 Thread Bauer_Wolfgang
Hello all, we have a problem running two instances of JBoss on one machine: The firewall on the machine running jBoss allows communication on defined ports only (the ports jBoss uses). Therefore we need to configure all ports used by jBoss explicitly. The JNP Server uses an anonymous RMI port w

[jBoss-User] JBoss and Visual Age

2001-01-08 Thread Christophe Demez
Does someone know how I can run JBoss on VA and debug it ? It will help me to find and understand my problems easily ! Thanks a lot for your help Christophe -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PRO

[jBoss-User] java.lang.NoSuchMethodException during home lookup!

2001-01-08 Thread Christophe Demez
Hello, I have the following error during the home lookup, I m not sure it is a problem, because I receive the right home, but maybe the home or orther stuff are not well initialized !! I use the following method : --- private static InitialContext getInitial

[jBoss-User] Apache+EmbeddedTomcat?

2001-01-08 Thread Dewayne McNair
I searched the archives and found a few references, but no one has really said that they have Apache and jBoss w/EmbeddedTomcat working together. Is this possible? Thanks, Dewayne -- -- To subscribe:[EMAIL PROTECTED] To uns

Re: [jBoss-User] please help...I am stuck..ear classpath...notfound in import error

2001-01-08 Thread Abhishek Balaria
BTW, I can't understand why there is a client.jar even if all these classes are in tomcat-test.jar as well. Is it because we need only the interfaces to run the client? but still why is this duplication, I can't imagine having this kind of a solution for a reasonably big application... Thanks, th

RE: [jBoss-User] urgent

2001-01-08 Thread Lance W. Hankins
get http://www.jboss.org/jboss_tomcat.zip After unzipping, the source should be at the following location : jboss_tomcat\jboss-2.0-FINAL\src\org\jboss\tomcat -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of MEENAKSHISUNDARAM Anand Sent: Sunday,

Re: [jBoss-User] please help...I am stuck..ear classpath...notfound in import error

2001-01-08 Thread hoose pyuse
Hello, whenever I get these classpath difficulties I Ensure I explicity import all classes no(*) in the clients Ensure I have case and spelling correct for imports Check ALL xml descriptors that ref Bean Classes for case and spelling check the directory structure in the jar files reflects the pac

RE: [jBoss-User] please help...I am stuck..ear classpath...notfound in import error

2001-01-08 Thread Shahar Solomianik
Hi. Look at the tomcat-test.ear example that comes in /deploy with jboss_final. it has a client.jar containing all files neccessary for the ejb clients(i.e. your servlets) and the manifest.mf of the war contains a classpath extension pointing to the client.jar Shahar. -Original Message-

Re: [jBoss-User] please help...I am stuck..ear classpath...notfound in import error

2001-01-08 Thread Abhishek Balaria
Thanks Ken, but it doesn't solve the problem.. > Yes and the answer is in the error message :-) > > >Package org.infohazard.ejb.einstein not found in import. > Make sure it's in the classpath. Of course, the problem is that it's not in the classpath. But my question is "If I have the bean JAR i

RE: [jBoss-User] please help...I am stuck..ear classpath...notfo und in import error

2001-01-08 Thread Kenworthy, Edward
Hi Yes and the answer is in the error message :-) >Package org.infohazard.ejb.einstein not found in import. Make sure it's in the classpath. >import org.infohazard.ejb.einstein.* And/or make sure this import statement is correct. See, easy :-) Edward -Original Message- From: Abhish

[jBoss-User] please help...I am stuck..ear classpath...not foundin import error

2001-01-08 Thread Abhishek Balaria
Hi, I have packaged my application in an ear(following are the contents) 22 Mon Jan 08 12:04:00 GMT+01:00 2001 META-INF/MANIFEST.MF 844 Mon Jan 08 12:04:00 GMT+01:00 2001 META-INF/application.xml 2683 Mon Jan 08 12:04:00 GMT+01:00 2001 junitee-example-ejb.jar 2073 Mon Jan 08 12:04:00

RE: [jBoss-User] Applet + JNDI Lookup => AccessControlException ?

2001-01-08 Thread Brian Calves
Hi, Thanks for your response. I didn't get much sleep last night, so maybe I'm being slow... > [snip] with JNDI meaning Java Naming and Directory Interface, this store > must reside on the file system Why? (I'm genuinely curious and I seek understanding.) Is this your hypothesis based on obser

[jBoss-User] cocoon, jboss and tomcat, please help

2001-01-08 Thread hoose pyuse
Hello, I am trying to run cocoon from within tomcat embedded in jboss (sharing vm). I have set up cocoon and tomcat stand alone but I don't know where to start when it comes to getting cocoon working with embedded tomcat. If anyone can give me enough info to get cocoons examples up and running wit

RE: [jBoss-User]

2001-01-08 Thread Kenworthy, Edward
Hi Anad I can help you with both your problems. 1) Try posting to the Tomcat mailing list. This is the JBoss list. 2) If you press the little key on the left of your keyboard marked "Caps Lock" you'll stop posting messages all in caps. Edward -Original Message- From: MEENAKSHISUNDARAM

[jBoss-User] ear classpath...not found in import error

2001-01-08 Thread Abhishek Balaria
Hi, I have packaged my application in an ear(following are the contents) 22 Mon Jan 08 12:04:00 GMT+01:00 2001 META-INF/MANIFEST.MF 844 Mon Jan 08 12:04:00 GMT+01:00 2001 META-INF/application.xml 2683 Mon Jan 08 12:04:00 GMT+01:00 2001 junitee-example-ejb.jar 2073 Mon Jan 08 12:04:00

[jBoss-User]

2001-01-08 Thread MEENAKSHISUNDARAM Anand
CAN ANYONE HELP ME IN HOW TO START THE TOMCAT PROGRAMATICALLY.I DON'T WANT TO USE JBOSS Anand Meenakshisundaram Email: [EMAIL PROTECTED] -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Hel

Re: [jBoss-User] home vanishes!

2001-01-08 Thread Tobias Frech
R Naithani wrote: > > That's exactly what I do sir! > - Original Message - > From: "Robert Schulz" <[EMAIL PROTECTED]> > > Jar or your EJBs should be placed in deploy (at least in 2.0Final). > > If you copy them over, they automatially get redeployed. > > > > Robert. > > > -Original M

Re: [jBoss-User] JNDI implementation

2001-01-08 Thread Rickard Öberg
Hi! Scott M Stark wrote: > I'm using LDAP with JBoss by binding my LDAP server's initial context into > the JBoss JNDI namespace and this works great. About 30 lines of code is > all it takes: > > private void initializeLdap(InitialContext iniCtx) throws NamingException > { > Properties env

Re: [jBoss-User] More simple newbie problems (when will it end?)

2001-01-08 Thread Rickard Öberg
"Andersson, Jan" wrote: > I've been trying for some days to get my first EJBs running on jBoss. > Numerous problems have turned up. Maybe you can help me? Please! I feel > I'm running out of steam on this. It shouldn't be that hard to get this > thing going, would it? Nope, it shouldn't. > T

Re: [jBoss-User] home vanishes!

2001-01-08 Thread R Naithani
Oh! sorry about the typo!! I copy them to the deploy directory!!! one of those things :-o - Original Message - From: "Tobias Frech" <[EMAIL PROTECTED]> To: "jBoss" <[EMAIL PROTECTED]> Sent: Monday, January 08, 2001 1:22 PM Subject: Re: [jBoss-User] home vanishes! > R Naithani wrote:

RE: [jBoss-User] More simple newbie problems (when will it end?)

2001-01-08 Thread Bordet, Simone
Come on, you don't know that java files with package must reside under a directory tree that replaces "." in package declaration with "/" for directories ? Put your class files under directory se/jadata/jox !!! Simon > -Original Message- > From: Andersson, Jan [mailto:[EMAIL PROTECTED

[jBoss-User] Re: [jBoss-User]

2001-01-08 Thread Christian Riege
On Mon, Jan 08, 2001 at 05:57:06AM -0500, MEENAKSHISUNDARAM Anand wrote: > CAN ANYONE HELP ME IN HOW TO START THE TOMCAT PROGRAMATICALLY.I DON'T WANT > TO USE JBOSS http://jakarta.apache.org/ and please stop screaming. christian -- -

Re: [jBoss-User] JNDI implementation

2001-01-08 Thread Scott M Stark
I'm using LDAP with JBoss by binding my LDAP server's initial context into the JBoss JNDI namespace and this works great. About 30 lines of code is all it takes: private void initializeLdap(InitialContext iniCtx) throws NamingException { Properties env = new Properties(); env.setProperty(Co

Re: [jBoss-User] Finder methods and EJB 1.1

2001-01-08 Thread Lennart Petersson
Hi Rickard! I didn't think otherwise - i was just a bit unsure if i really got i right. It looked almost to good to be true and i just wanted a confirmation that we are following the spec and not making use of a jboss feature. As you may know we have been stuck in the Ejipt and 1.0 mud for to lon

[jBoss-User] More simple newbie problems (when will it end?)

2001-01-08 Thread Andersson, Jan
Hi guys! I've been trying for some days to get my first EJBs running on jBoss. Numerous problems have turned up. Maybe you can help me? Please! I feel I'm running out of steam on this. It shouldn't be that hard to get this thing going, would it? The current situation: jBoss restarted in a

Re: [jBoss-User] Locking registry

2001-01-08 Thread Lennart Petersson
Hi! Beware of the fact that on most databases you will not only lock the specified row but the whole db page where this row exists. There is not so many databases that supports row level lock, most of them do lock per db page. /Lennart > Jay Walters skrev: > > As I said this will slow things do

Re: [jBoss-User] jBoss examples

2001-01-08 Thread Petri Wessman
On Mon, 08 Jan 2001 10:21:31 +0100, Rickard =?iso-8859-1?Q?=D6berg?= <[EMAIL PROTECTED]> said: rickard> Hi! rickard> Chris Cuilla wrote: >> >> Are there any other jBoss examples besides "interest"? Ones that work? rickard> All examples in the "jbosstest" CVS module works. rickard> /Rickard Ho

Re: [jBoss-User] LastModified implementation in CMP beans

2001-01-08 Thread Rickard Öberg
Hi! Shahar Solomianik wrote: > I have a last_modified column for each table (entity...) in my db. My entity > beans are mostly CMP's. > Before EJB, I would have create a trigger on update to update that column. > How should I do it with my CMP beans ? exclusivley code an ejbStore method > (eventh

Re: [jBoss-User] Finder methods and EJB 1.1

2001-01-08 Thread Rickard Öberg
Hi! Lennart Petersson wrote: > > Hi! Gladly enough i'm now allowed to convert our application to make it > running in jboss. May I say 'finally'? :-)) > But i also know that we have customers that we will > not be able to convince that jboss is the right solution (and maybe it > isn't yet for

Re: [jBoss-User] JNDI implementation

2001-01-08 Thread Rickard Öberg
Hi! Sacha Labourey wrote: > it seems that current JNDI implementation available in JBoss (i.e. JNP) is a > naming service only implementation, not a directory. Is this true? That's correct. > Furthermore, as it does not seem to be persistant, does anyone use another > JNDI implementation with J

[jBoss-User] Re: [jBoss-User]

2001-01-08 Thread Rickard Öberg
Hi! "Andersson, Jan" wrote: > I've been working my way through the "Beginning EJB programming using jBoss > (Windows)" and have now started to create some beans by myself. Some > problems I've come across have had me thinking of the following things found > in "Beginning ...". > > The structure

Re: [jBoss-User] Off Topic - Telkel Web Site Hacked

2001-01-08 Thread Rickard Öberg
Hi! Lionel Siau wrote: > > Oh my god it still is Can someone get them or Rickard on the phone? It > is pass the work day in Europe already Unfortunately I don't have access to that stuff. Only Marc has. /Rickard > > Lionel > > - Original Message - > From: "Luke Taylor" <[EMA

Re: [jBoss-User] Finder methods and EJB 1.1

2001-01-08 Thread Rickard Öberg
Lennart Petersson wrote: > Ok! Found it. EJB 1.1 spec 9.4.6 finder methods: "The entity Bean > Provider does not write the finder (ejbFind(...)) methods. The > finder methods are generated at the entity bean deployment time using > the container provider's tools." "the bean provider is > responsi

Re: [jBoss-User] What is happening ?

2001-01-08 Thread Rickard Öberg
Hi! Tobias Frech wrote: > Anyone knows why we don't hear/see anything from Marc Fleury anymore ? He's on vacation. > The last message I received was from 12/29/00 ! And www.telkel.com is > still hacked. What's the matter ? Only Marc has access to telkel.com, and see above. > Also Rickard is

Re: [jBoss-User] jBoss examples

2001-01-08 Thread Rickard Öberg
Hi! Chris Cuilla wrote: > > Are there any other jBoss examples besides "interest"? Ones that work? All examples in the "jbosstest" CVS module works. /Rickard -- Rickard Öberg Email: [EMAIL PROTECTED] -- -- To subscribe:[E

[jBoss-User] How to integrate tomcat and jboss user authentication

2001-01-08 Thread Johnson Lim
Hi all, Do you know any documentation for integrate the security authentication for jboss and tomcat? Thanks in advance, johnson -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?:

RE: [jBoss-User] Inheritance in CMP beans - followup

2001-01-08 Thread Kenworthy, Edward
Hehe lazy is good when it comes to code re-use. However. Two things you have to remember (and this is also a response to a later post of yours). 1) EJB is not Java (yeah I know that sounds silly). By that I mean, because it works in "normal" Java doesn't mean it works with EJB. EJB either explic

[jBoss-User] JNDI implementation

2001-01-08 Thread Sacha Labourey
Hello, it seems that current JNDI implementation available in JBoss (i.e. JNP) is a naming service only implementation, not a directory. Is this true? Furthermore, as it does not seem to be persistant, does anyone use another JNDI implementation with JBoss which would be : - Java

Re: [jBoss-User] (No Subject)

2001-01-08 Thread Peter Antman
On 8 Jan, Unmesh S Malvankar wrote: > Hi, > Can anyone tell me when JBoss wil be EJB 2.0 compliant? I am keen to work on >message-driven beans. The design is ready for a project. I am waiting for the >container to deploy in. > Message Driven Beans are already there, fully spec compliant and