[JBoss-user] JDBC:ODBC

2002-06-05 Thread Mark Ewing
Can anyone provide an example of configuring the JDBC:ODBC driver for use in JBoss.  It appears I need an entry in the JBoss.jcml file, and also I need to place the driver the /lib/ext directory.  Can someone reply with a snippet from JBoss.jcml, and any additional points to remember?  Thank

RE: [JBoss-user] Timeout connecting to the jndi server

2002-06-05 Thread Brandon Knitter
I needed java.naming.provider.url not java.naming.provider (sans ".url") Thanks for the help! -- -bk Quoting Paul Robinson <[EMAIL PROTECTED]>: > I had a similar problem of connection refused and I modified the > jndi.properties file in jboss/client so that > java.naming.provider.u

RE: [JBoss-user] JAAS configuration

2002-06-05 Thread Bednář Martin
auth.conf is default configuration packaged with JBoss in JBOSS_HOME/client. TestClient { // Example client auth.conf for using the SRPLoginModule //org.jboss.srp.jaas.SRPLoginModule required // this class I can't found in RC1 so, I use class below org.jboss.security.srp.jaas.SRPL

[JBoss-user] can't get a many-many relationship to work

2002-06-05 Thread Gary S. Cuozzo
I've been having a problem in getting a many-to-many relationship to work under 3.0 release. I bought a subscription to the docs, but I just don't see what I'm doing wrong. I have two ejb's: ClientEJB and AclEJB that are related The application compiles & deploys just fine, but when I try to

RE: [JBoss-user] Timeout connecting to the jndi server

2002-06-05 Thread Paul Robinson
I had a similar problem of connection refused and I modified the jndi.properties file in jboss/client so that java.naming.provider.url=jnp://localhost:1099/ changed to java.naming.provider.url=jnp://"machinename or ip address":1099/ Not sure if this is on the right track but it may help -

Re: [JBoss-user] Timeout connecting to the jndi server

2002-06-05 Thread Brandon Knitter
Didn't work! :( I even tried putting in garbage as text, and got the same exact timeout. You'd think with garbage (which doesn't resolve otherwise) it would give you an invalid host or something... :( -- -bk Quoting "Gary S. Cuozzo" <[EMAIL PROTECTED]>: > try using 127.0.0.1. I had a si

Re: [JBoss-user] Timeout connecting to the jndi server

2002-06-05 Thread Gary S. Cuozzo
try using 127.0.0.1. I had a similar problem last night and for some reason, that seemed to fix the problem. hth, gary. Brandon Knitter wrote: >When trying to get an initial context I get the following: > >env >CLASSPATH=:.:/usr/java/lib/tools.jar:/usr/java/jre/lib/rt.jar:/home/knitterb/li

[JBoss-user] Ryan Kannegiesser is out of the office.

2002-06-05 Thread Ryan Kannegiesser
I will be out of the office starting June 4, 2002 and will not return until June 24, 2002. I am currently on leave, and will reply to your message when I return. If you would like to request DAC Consulting services, please submit an ADR to DAC Tier3. For any other issues requiring immediate as

[JBoss-user] Timeout connecting to the jndi server

2002-06-05 Thread Brandon Knitter
When trying to get an initial context I get the following: env CLASSPATH=:.:/usr/java/lib/tools.jar:/usr/java/jre/lib/rt.jar:/home/knitterb/lib/java:/home/knitterb/lib/java/jars/spy.jar:/home/knitterb/lib/java/jars/xalan.jar:/home/knitterb/lib/java/jars/xerces.jar:/home/knitterb/lib/java/jars/pos

[JBoss-user] Re : Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request

2002-06-05 Thread makapur
Hi,   Just copy CLIENT jndi.properties(It will be in Folder %JBOSS_ROOT%/admin/client) Tomcat lib directory or put that to your Tomcat classpath.   Contents of jndi.properties is   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=localhost:1099 java.

Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Gary S. Cuozzo
doh! i had that same problem a few months back. i forgot all about it. sorry about that. glad you fixed it. :) gary. Paul Robinson wrote: >Gary, > >There where no exceptions when JBoss started up. > >I just fixed the problem by modifying the jndi.properties file in the >jboss/client direct

Re: [JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Brandon Knitter
I'm on 3.0.0 release now...no more RC3! :) Outside of that, I've never seen a system use a DOCTYPE to determine functionality. That's the confusing part. I mean I get it, it's just not what I'm used to, so I never picked up on that. Then again, if I was doing a proper XML document to begin wit

Re: [JBoss-user] Where to store parameter names/values?

2002-06-05 Thread Greg Turner
Here is an example taken from an EJB book. This code appears in the ejb-jar.xml file, so its not specific to JBoss. The code snipet should appear within the or tags. blah blah foo java.lang.Double 123.45 [EMAIL PROTECTED] wrote: > Hello all, > > I'm in need of storing paramete

Re: [JBoss-user] Why ejbStore() was called in middle of a method?

2002-06-05 Thread David Jencks
On 2002.06.05 22:47:54 -0400 Dmitri Colebatch wrote: > Hi, > > David - correct me if I'm wrong, but the commit-option wont affect when > ejbStore is called, only when ejbLoad is called yes? So that doesn't > change > things here? I think you are correct. We need a bug report for this, preferab

Re: [JBoss-user] CMP 2.0 Not Supported!!

2002-06-05 Thread David Jencks
If you use the 1.1 dtd your ejbs are currently deployed by JAWS, the cmp system for jboss 2.x, which only supports ejb 1.1. I thought the "abstract" warning you got might be from using the wrong cmp engine. david jencks On 2002.06.05 22:56:00 -0400 Brandon Knitter wrote: > I had the entry: > >

[JBoss-user] Where to store parameter names/values?

2002-06-05 Thread dion
Hello all, I'm in need of storing parameter names/values that can be later retrieved by EJBs via JBOSS. It's very similar to servlet context where we could create our parameters inside web.xml inside e.g MYURL www.yahoo.com I'd bet JBoss got that too, but I

RE: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Paul Robinson
Gary, There where no exceptions when JBoss started up. I just fixed the problem by modifying the jndi.properties file in the jboss/client directory from java.naming.provider.url=jnp://localhost:1099/ to java.naming.provider.url=jnp://"machinename":1099/ I also changed the the jboss.propertie

Re: [JBoss-user] org.jboss.jms.asf.StdServerSession failed to commit/rollback

2002-06-05 Thread Neal Sanche
I think I solved this one... the db/jbossmq/ directory contents had been corrupted somehow, and was causing the exceptions. After removing the files, and restarting my server, the errors are not happening anymore. -Neal On June 5, 2002 11:31 pm, you wrote: > Hi All, > > I'm sure I'm doing som

Re: [JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Gary S. Cuozzo
Connection refused is either: you don't have anything listening on the port, or the port is firewalled somehow. try doing 'netstat -a | grep ' and see if there is an open socket on that port. If there is, then jboss (or something) is listening. if not, then you have to figure out why there i

[JBoss-user] org.jboss.jms.asf.StdServerSession failed to commit/rollback

2002-06-05 Thread Neal Sanche
Hi All, I'm sure I'm doing something wrong, so here's the question. If I send a message to a JMS topic on which a Message Driven Bean is set up, and the bean is declared to AUTO_ACKNOWLEDGE, if I call message.acknowledge() in the bean will I see errors like these: failed to commit/rollback ja

[JBoss-user] JBoss Running on RedHat Linux 7.2

2002-06-05 Thread Paul Robinson
When I am attempting to connect to a Deployed EJB running under Jboss on Linux I am getting a connection refused error, Is this a config problem with Linux or Jboss.   Any help would be appreciated??   Cheers Paul    

Re: [JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Brandon Knitter
Thank you for the confirmation! :) I replied specifically for mail list archive purposes! :) -- -bk Quoting Dain Sundstrom <[EMAIL PROTECTED]>: > Brandon Knitter wrote: > > > Cool, thanks for your patience, and I apologize for my frustrations. I > should > > not let them get the best of me

Re: [JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB (still)

2002-06-05 Thread Brandon Knitter
I'm still figuring out JBoss, man what a bear...albeit cool! :) Hey, is there any good docs on the Admin/Diag stuff? I bought the 6month subscription, but I'm not too happy with what I got. Great arch description, but really not much related to admin or dev...per the doc title. If there is a g

Re: [JBoss-user] CMP 2.0 Not Supported!!

2002-06-05 Thread Brandon Knitter
I had the entry: 2.x And even tried "2.0". Turns out, in my haste I forgot to add the XML header to the top of my ejb-jar.xml files: http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd";> I don't totally understand the model of JBoss yet (I'm reading like a mofo), but why would an XML hea

Re: [JBoss-user] Why ejbStore() was called in middle of a method?

2002-06-05 Thread Dmitri Colebatch
Hi, David - correct me if I'm wrong, but the commit-option wont affect when ejbStore is called, only when ejbLoad is called yes? So that doesn't change things here? > I'm sure the ejbStore() of BMP1 isn't called at the end of methodA() or > methodB().I didn't set "commit-option" in jboss.x

Re: [JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Dmitri Colebatch
> > Is it still necessary to have the following: > > > > 2.x > > yes, because it is perfectly legal to deploy CMP1.1 beans in an otherwise > EJB2.0 application. sorry - take Dain's answer over mine - I'm just a user (o: cheers dim __

Re: [JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Dmitri Colebatch
> In my haste I forgot to add the XML header to the top of my ejb-jar.xml files: > > > > "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN" > "http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd";> > > Is it still necessary to have the following: > > 2.x yes, because it

Re: [JBoss-user] JCA and Firebird - Connection problems...

2002-06-05 Thread Andre Selton
--- Torsten Terp <[EMAIL PROTECTED]> wrote: > everything looks fine, but when an entitybean is > deployed i get an > org.firebirdsql.gds.GDSException : Could not get a > db connection! see > below. > > I have used the org.firebirdsql.management.FBManager > to create the database > and using a to

Re: [JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Dain Sundstrom
Brandon Knitter wrote: > Cool, thanks for your patience, and I apologize for my frustrations. I should > not let them get the best of me. > > In my haste I forgot to add the XML header to the top of my ejb-jar.xml files: > > > > "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans

Re: [JBoss-user] Why ejbStore() was called in middle of a method?

2002-06-05 Thread max_cao
Hello divid and dim, I'm sure the ejbStore() of BMP1 isn't called at the end of methodA() or methodB().I didn't set "commit-option" in jboss.xml and don't know the default value,but I think in this case any commit-option should ensure the persistence.Right? Now I have to call ejbStore(

Re: [JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB (still)

2002-06-05 Thread Frank Morton
> Another question, should I simply ignore the warnings: > > > 18:42:59,143 INFO [EJBDeployer] > Bean : PlaylistBean > Section: 9.2.2 > Warning: The entity bean class must not be defined as abstract. This problem exists in RC1, but is reported to have been fixed in the final 3.0 release, thoug

[JBoss-user] CMP 2.0 Is Supported!!

2002-06-05 Thread Brandon Knitter
Cool, thanks for your patience, and I apologize for my frustrations. I should not let them get the best of me. In my haste I forgot to add the XML header to the top of my ejb-jar.xml files: http://java.sun.com/j2ee/dtds/ejb-jar_2_0.dtd";> Is it still necessary to have the following:

Re: [JBoss-user] CMP 2.0 Not Supported!!

2002-06-05 Thread Dmitri Colebatch
in ejb-jar.xml you will need to specify that you are using CMP2.0 and not CMP1.x. cheers dim - Original Message - From: "Brandon Knitter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 10:50 AM Subject: [JBoss-user] CMP 2.0 Not Supported!! > I starting to jus

[JBoss-user] Failed to deploy ear file in Jboss 2.4.6/Tomcat 4.0.3

2002-06-05 Thread Chan Chee Siong
Hi all Currently, I’m doing an urgent migration of my project ear file from jboss-2.4.4 (bundled with tomcat 3.2.3) to jboss-2.4.6 (bundled with tomcat 4.0.3). I was able to access the first login jsp page but upon entering the login button, I have this “[UsersRolesLoginModule] F

Re: [JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB (still)

2002-06-05 Thread Brandon Knitter
> 1. Please use the 3.0 final or later. Grabbing... > 2. To deploy an unpacked structure you may need to put it in a directory > like > > /usr/blah/myear.ear/ > myejb-jar.jar > /META-INF > /ejb-jar.xm

Re: [JBoss-user] CMP 2.0 Not Supported!!

2002-06-05 Thread David Jencks
Check your ejb-jar.xml file. I think it has the ejb 1.1 dtd. war != jar. Making unsupported and obviously wrong claims about jboss is unlikely to get you much help. david jencks On 2002.06.05 20:50:47 -0400 Brandon Knitter wrote: > I starting to just give up on the notion that WARs are not

Re: [JBoss-user] Running two instances of JBoss-2.4.4_Tomcat-4.0.1 on the same box

2002-06-05 Thread Chan Chee Siong
Hi WeiQi You need to change all the RMI Object port in standardjboss.xml to an unused port no, e.g. from to 4144 or something else. It should work as currently, I'm running 3 separate instances of Jboss/Tomcat. Regards Cheers Chee Siong --- Weiqi Gao <[EMAIL PROTECTED]> wrote: >

Re: [JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB (still)

2002-06-05 Thread David Jencks
1. Please use the 3.0 final or later. 2. To deploy an unpacked structure you may need to put it in a directory like /usr/blah/myear.ear/ myejb-jar.jar /META-INF /ejb-jar.xml META-IN

[JBoss-user] CMP 2.0 Not Supported!!

2002-06-05 Thread Brandon Knitter
I starting to just give up on the notion that WARs are not required, so I finally just built a damned WAR file and deployed it. If you know of a way to get a directory to act as the deployment path, please do let me know. So, when I drop this WAR into my deploy/ dir, I'm getting the following:

Re: [JBoss-user] RedHat Startup Script

2002-06-05 Thread Robson Miranda
I got a problem with this script. When JBoss run as an user other than root, the PATH environment variable is not passed to the run.sh process, because the script using "su -". Changing the line which defines CMD_START to include JAVA_HOME=path_to_java before executing run.sh is sufficient to solv

Re: [JBoss-user] EU Secure Gateway Notification

2002-06-05 Thread Ricardo Argüello
uh? Hummm... that's why the jboss.exe didn't arrive. - Original Message - From: "SGW Emasgn01" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 6:36 PM Subject: [JBoss-user] EU Secure Gateway Notification > This message was sent with an attachment which Rab

[JBoss-user] EU Secure Gateway Notification

2002-06-05 Thread SGW Emasgn01
This message was sent with an attachment which Rabobank International does not allow because the filetype is not considered to be business related or it contains "executable" code which could be destructive if run. An error occured in stripping the attachment, please note this message has now been

[JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB (still)

2002-06-05 Thread Brandon Knitter
I have tried everything I can think of and I'm still lost here. Also, just for shits and giggles, I tried changing stuff in my ejb-jar.xml and no matter what I do JBoss redeploys my ejb (so it says), but even if I make the ejb-jar.xml an improper xml file (bad class names, tried removing ending t

RE: [JBoss-user] How to shutdown JNT nt service gracefully?

2002-06-05 Thread Alexander Rudnev
I had the same problem, so I went after comments in org.jboss.Main.systemExit about Alexandria and downloaded mentioned NT Service Installer from http://www.alexandriasc.com/software/JavaService/download.html I copied JavaService.exe to %JBOSS_HOME%\bin\jboss.exe and prepared scrip %JBOSS_

[JBoss-user] Entity Bean Cache performance issue in Jboss3.0.0

2002-06-05 Thread Jos Henrique Varanda
Hello, I was using jboss-3.0.0rc3 and performance was not an issue. Now I've installed jboss-3.0.0 and there is a serious performance problem in that version. I have 1500 entities into my DB and in a finder method I look for them all. In RC3 the first time I execute the finder is 2 times slower

[JBoss-user] JBoss-3.0rc3: Can't get remote reference to EJB

2002-06-05 Thread Brandon Knitter
I'm getting closer! :) First question, I'm looking through these massive logs and trying to see if my EJB was deployed. I don't see any errors on the deployment, but that doesn't mean it's working. What will the logs say? I've looked through almost every line, and I'm searching for my EJB name

[JBoss-user] Oracle OCI JDBC driver with 9i RAC

2002-06-05 Thread Craig Johannsen
We are using JBoss with Oracle 9i RAC. To get transparent failover and load balancing between the RAC servers, we probably need to use the OCI JDBC driver. Up to now, we have only been using the thin JDBC driver. Does anyone have experience with this driver? Does it perform as well as the thin

RE: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread JD Brennan
Title: RE: [JBoss-user] Creating jboss user in linux Any output to the screen before it exits? Anything in the server/default/log/server.log file? Is the jboss tree owned (or at least writable) by the jboss user account? JD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAI

[JBoss-user] JBoss 3.0 directory structure

2002-06-05 Thread Ryan Marsh
Where can I find an explanation of the 3.0 directory structure? Specficically which of the directories under $jboss_home/server I should be putting my configuration and ear's in. -ryan ___ Don't miss the 2002 Sprint PCS Application

[JBoss-user] Re: [JBoss-dev] CD Subscription Update

2002-06-05 Thread Marius Kotsbak
On tor, 2002-05-30 at 18:46, Bill Burke wrote: > Hi All, > > After a bit of market research we've dropped the CD subscription price to > $500. What is needed (at least for my company) is something in between 1 hour support in this package and the support-package at 5/10k $. 1 hour is to little, a

Re: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread Dan Christopherson
Make sure that the jboss user can write to the log directory and the server.log file. Also, If you're using port 80/443 for the web container, it would have to run as root. The best thing to do in that case is to use apache to accept the connect (and do ssl) and use the ProxyPass module to for

[JBoss-user] Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured toprocess this request

2002-06-05 Thread Fred Burke
After working though some issues with the jboss_init_redhat.sh script I was able to get load jboss w/o any errors in the log file, but... whenever I try to bring up http://localhost:8080/ I get the error message shown in the subject line. I'm sure I'm doing something brain-dead silly but I can'

Re: [JBoss-user] Creating jboss user in linux

2002-06-05 Thread Jules Gosnell
Have you reconfigured the web container to listen on port 80 ? Jules How about posting the log, so we can have a look at it [EMAIL PROTECTED] wrote: > Could someone explain how to create appropriate user on linux under which > jboss could run? > When I try to run jboss under user jboss it

[JBoss-user] Creating jboss user in linux

2002-06-05 Thread Miroslav . Chowaniok
Could someone explain how to create appropriate user on linux under which jboss could run? When I try to run jboss under user jboss it starts up and then quits, when I execute jboss under root user it starts up correctly. Thanks. ___

[JBoss-user] blank pages in jboss site

2002-06-05 Thread Emerson Cargnin - MSA
I found the follwing blank pages in jboss site :   http://www.jboss.org/developers/guide/codestyle.jsp http://www.jboss.org/developers/guide/codestyle.jsp     Emerson Cargnin - MSASICREDI - Ramal 3358-4860

Re: [JBoss-user] Classloader problem

2002-06-05 Thread Ludovico Basili
Hello Chris, > I don't know which version you're running, but with JBoss 3.0, I had to unfortunately I am using JBoss-2.4.4. Thanks anyway, -- Ludovico Basili Software Engineer Allied Telesis K.K. Phone +39 02 41411245 - FAX +39 02 41411260 - email [EMAIL PROTECTED] ___

Re: [JBoss-user] Classloader problem

2002-06-05 Thread Ludovico Basili
Hello, Dan > > The generated classes are copied into a spool directory that has been added > > to the JBOSS_CLASSPATH variable at startup. > > Don't do that. put the generated classes into your ejb jar file instead. > How can I do it ? When I compile the classes the ejbs are already deployed and

Re: [JBoss-user] CD Subscription Update

2002-06-05 Thread Phil Shrimpton
On Friday 31 May 2002 03:23, Guy Rouillier wrote: Hi, > $500 is still a bit pricey at this point in JBoss's existence. I'm on > Microsoft's MSDN. I've had the Professional level subscription for $500/yr Remember that MSDN and all of MS's development tools are are loss leader, and MS make no

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Bill Burke
using a template in $JBOSS_HOME/docs/jca/examples should already be set up for this. > -Original Message- > From: Brandon Knitter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 4:18 PM > To: [EMAIL PROTECTED]; Bill Burke > Cc: [EMAIL PROTECTED]; Neal Sanche > Subject: RE: [JB

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
What steps are removed in order to accomplish this? Thanks for the input, and thanks in advance for the explanation. I do love alternatives! :) -- -bk Quoting Bill Burke <[EMAIL PROTECTED]>: > FYI, you don't have to use the JAAS stuff. > > > -Original Message- > > From: [EMAIL PRO

RE: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Bill Burke
FYI, you don't have to use the JAAS stuff. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Brandon > Knitter > Sent: Wednesday, June 05, 2002 3:00 PM > To: [EMAIL PROTECTED]; Neal Sanche > Subject: Re: [JBoss-user] JBoss 3.0 - How do I set up dataso

Re: [JBoss-user] Catalina, ClassPath and XML parsers

2002-06-05 Thread Bob Cotton
> "Chris" == Chris Chen <[EMAIL PROTECTED]> writes: Chris> Hi, I think worst comes to worst, put your xerces in your Chris> jboss main lib directory (not the per-configuration lib Chris> directory). You might want to check and set some system Chris> properties for JAXP to pic

Re: [JBoss-user] Serious performance issue in JBoss3/Tomcat4 bundle?

2002-06-05 Thread Dan Christopherson
Tobias Seelinger wrote: > HH> The funny bit is that when I run my app on separate JBoss 3.0 and Tomcat 4.0.3 >instances, performance is acceptable. (Well, almost, it is not a blazingly fast >machine ...) > HH> I'll keep on running Tomcat separately, but I will test the Jetty bundle also >and co

Re: [JBoss-user] Four more to go ... @ JDJ Best App Server

2002-06-05 Thread Dan Christopherson
Bill Burke wrote: > Wahoo! We're in 4th place now! Just went ahead Borland. Next lets shoot > for Oracle > Or just shoot Oracle. It's ridicilous (spelling error intended) that they get _any_ votes for _any_ product of theirs other than the database. -- ==

Re: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
First off, thanks a bunch! :) This seems to get me closer...and I need the CMP 2.0 stuff! What is the principal? Is that like the security requested (another user)? I'm assuming I should just set this to my username as per your description below? Next, how do I reference this in my deployment

Re: [JBoss-user] Here we go!! Lesss than half the numbers to be at the top.

2002-06-05 Thread Dan Christopherson
Rajesh Acharya wrote: > IBM WebSphere Application Server 4.0 - 3414 > BEA WebLogic Server 6.1 - 3063 > Oracle9i Application Server - 2692 So Oracle has 2692 employees, I guess > JBoss - 1317 > Borland Enterprise Server - 1304 > > Let's vote. When we get an app server free along with source code

Re: [JBoss-user] Classloader problem

2002-06-05 Thread Dan Christopherson
Ludovico Basili wrote: > Hello, > I use the Data Access Object pattern to separate my EJBs from the data tier. > The DAO classes are automatically generated from XML files and compiled at > runtime. > This task is performed by a class called DAOBuilder. It parses an XML file > (for example, Accoun

[JBoss-user] RE: Insufficient method permissions for UsersRolesLoginModule inJBoss2.4.4Tomcat3.2.3

2002-06-05 Thread Deepa Annamalai
> Hi All, > > what is the reason that, when lc.login() is not giving any authentication > exception, and when i try to call home.create() gives this exception? > > Details: > > > I am really desperate to solve this trouble. I am using JBoss2.4.4 Tomcat > 3.2.3 and trying to implement UsersR

[JBoss-user] Insufficient method permissions for UsersRolesLoginModule in JBoss2.4.4Tomcat3.2.3

2002-06-05 Thread Deepa Annamalai
Hi All, what is the reason that, when lc.login() is not giving any authentication exception, and when i try to call home.create() gives this exception? Details: I am really desperate to solve this trouble. I am using JBoss2.4.4 Tomcat 3.2.3 and trying to implement UsersRolesLoginModule. I have

Re: [JBoss-user] RedHat Startup Script

2002-06-05 Thread Hunter Hillegas
I didn't realize this shipped with the server. I will give this one a try. Thanks. > From: "Alin Simionoiu" <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 5 Jun 2002 11:14:08 -0700 > To: <[EMAIL PROTECTED]> > Subject: RE: [JBoss-user] RedHat Startup Script > > JBoss 3.0 is coming

Re: [JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Neal Sanche
On June 5, 2002 02:18 pm, you wrote: > I've been poking around the conf hierarchy in JBoss 3.0 (very different > from 2.4.6) and have not been able to locate the datasource definitions. I > see that a lot of the documentation lists java:/DefaultDS as the datasource > being used, but I don't see t

RE: [JBoss-user] RedHat Startup Script

2002-06-05 Thread Alin Simionoiu
JBoss 3.0 is coming with an init script for redhat named jboss_init_redhat.sh. Did you try it?. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:04 AM To: JBoss User Subject: [JBoss-user] RedHat Startup Script Anyone have a good R

[JBoss-user] JBoss 3.0 - How do I set up datasources?

2002-06-05 Thread Brandon Knitter
I've been poking around the conf hierarchy in JBoss 3.0 (very different from 2.4.6) and have not been able to locate the datasource definitions. I see that a lot of the documentation lists java:/DefaultDS as the datasource being used, but I don't see that defined anywhere (server, port, user, pas

RE: [JBoss-user] RedHat Startup Script

2002-06-05 Thread JD Brennan
Title: RE: [JBoss-user] RedHat Startup Script What does your startup script do?  A typical problem with UNIX boot scripts is that they don't redirect stdin, stdout and stderr.  If you are redirecting stdout and stderr, then what output are you getting to stdout and stderr?  What does the JBoss

Re: [JBoss-user] Catalina, ClassPath and XML parsers

2002-06-05 Thread Chris Chen
Hi, I think worst comes to worst, put your xerces in your jboss main lib directory (not the per-configuration lib directory). You might want to check and set some system properties for JAXP to pick up and use Xerces as the default parser instead of crimson. Three JAXP system properties you s

[JBoss-user] JDBC Login Manager

2002-06-05 Thread Simon Stewart
Following the advice in the quick start guide for JBoss 3, and using the JBoss 3 and Jetty bundle (final release) I've managed to get make people authorise themselves when logging on to part of the site that I am developing. What I am slightly alarmed to note, however, is that JBoss doesn't appe

[JBoss-user] RedHat Startup Script

2002-06-05 Thread Hunter Hillegas
Anyone have a good RedHat startup script for JBoss 3.0? I have one I modified from Apache, but it doesn¹t work. When I run it from the console, it starts JBoss up just fine... When it runs as part of the startup sequence, Syslog gets messages that it tried to start it, but the service isn't run

EJB Specification 2.0 is *not* supported!?!?! Was: [JBoss-user] How To Set Classpath? EJB's without wars.

2002-06-05 Thread Brandon Knitter
Actually, as to number 1, if you specify a classpath with a trailing "/", it will assume that that is a library path, and it will look for .jar and .zip files in that path. I got it kinda working by adding to my MANIFEST.MF a Class-Path entry which pointed to the top level dir. It found the bean

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread Radu Mateescu
      What's even more curious is the response in time   First Execution: ... 13:36:19,013 INFO  [STDOUT] equals()13:36:19,013 INFO  [STDOUT] equals()13:36:19,013 INFO  [STDOUT] equals()13:36:19,014 INFO  [STDOUT] equals()13:36:19,014 INFO 

[JBoss-user] Catalina, ClassPath and XML parsers

2002-06-05 Thread Bob Cotton
Jboss3.0final, Catalina 4.0.3 I'm attempting to deploy Axis webservices as an .ear. I know JBoss.net exists, but I need the most recent version of Axis for my work. Axis, as far as I can tell, requires the xerces 2.0 XML parser. The problem is Catalina keeps picking up crimson as the parser. H

Re: [JBoss-user] How To Set Classpath? EJB's without wars.

2002-06-05 Thread Brandon Knitter
I have done both. 1) This works great, thanks for the confirmation! :) 2) This is not working. I have added the path to the top level. My class: org.blandsite.music.play.PlaylistBean.java My dir: /home/knitterb/lib/java/org/blandsite/music/play/PlaylistBean.java My config entry: (below)

Re: [JBoss-user] Classloader problem

2002-06-05 Thread Chris Chen
Hi, I don't know which version you're running, but with JBoss 3.0, I had to manually add in an additional classpath element that will look for files under /lib/ext directory. So what I did was add the following line to my jboss-service.xml: Thanks, Chris At 10:13 AM 06/05/2002, you wro

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread Radu Mateescu
Sorry for the unformatted prev email     > Are you now getting a different exception from your> original post where you> said NPE??   Well, the exception I get is still NPE, and it is reported in my EJB, as a result of the getLogger failure:   2002-06-05 11:22:14,472 INFO  [STDOUT] equals() co

[JBoss-user] Classloader problem

2002-06-05 Thread Ludovico Basili
Hello, I use the Data Access Object pattern to separate my EJBs from the data tier. The DAO classes are automatically generated from XML files and compiled at runtime. This task is performed by a class called DAOBuilder. It parses an XML file (for example, AccountDAO.xml), generates some java code

Re: [JBoss-user] How To Set Classpath? EJB's without wars.

2002-06-05 Thread R . Price
It's a classpath extension; therefore, you must either: 1) explicitly add your .jar file(s) - means you'll need an MLET for each one 2) point it to a directory where your classes are, at the root of the package - so if you have /build/my/foo/bar/test.class (package is my.foo.bar), point the exte

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread guest dontcare
> Are you now getting a different exception from your > original post where you > said NPE?? Well, the exception I get is still NPE, and it is reported in my EJB, as a result of the getLogger failure: 2002-06-05 11:22:14,472 INFO [STDOUT] equals() com.ra.Log.LoggerManagedConnectionFactory@dfd9

[JBoss-user] How To Set Classpath? EJB's without wars.

2002-06-05 Thread Brandon Knitter
I am trying to set up an EJB installation (for dev purposes) without the need for a war, jar, or ear. So what I have done so far is to set in the jboss.jcml the deployment url to be my path hierarchy which contains a META-INF dir with my ejb-jar.xml file in it. So far so good, JBoss tries to loa

RE: [JBoss-user] Redeployment problems

2002-06-05 Thread JD Brennan
Title: RE: [JBoss-user] Redeployment problems If you aren't going to support IIOP (Corba clients) in your app then I believe you can skip the narrow() call. What's the bug id for this?  I'd like to read more about it. I did a quick search of the BugParade for ClassCastException and there are

[JBoss-user] Modifying jndi objects

2002-06-05 Thread Starsinic, Frank
Title: [JBoss-user] Modifying jndi objects is this proper way to modify an object in jndi Context ctx = new InitialContext(); ctx.rebind("name", "newvalue"); thanks, frank

Re: [JBoss-user] Cocncurrent sessions -SORRY

2002-06-05 Thread Andy W .
On Wednesday 05 June 2002 16:43, you wrote: > Sorry for my above message, the correct data are: > > We are working with JBoss 2.4.4 in Solaris 2.6. The application > consults data from an Oracle 8.1.7 database. I would like to known > if there is any mechanism to know or to limit the number of >

[JBoss-user] Here we go!! Lesss than half the numbers to be at the top.

2002-06-05 Thread Rajesh Acharya
IBM WebSphere Application Server 4.0 - 3414 BEA WebLogic Server 6.1 - 3063 Oracle9i Application Server - 2692 JBoss - 1317 Borland Enterprise Server - 1304 Let's vote. When we get an app server free along with source code we can show our support by giving away our free votes!! ___

RE: [JBoss-user] Minimum set of jars for applet

2002-06-05 Thread JD Brennan
For our app I pared the list list down to this:       jboss-client.jar     jboss-common-client.jar    jbossha-client.jar    jbosssx-client.jar    jnp-client.jar I suspect the jbossha isn't needed since we've now undeployed clustering. It really depends on what your client and server do. 

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread David Jencks
Are you now getting a different exception from your original post where you said NPE?? What are the implementations of hashcode and equals in your mcf? The ConnectinManager was changed recently to use equals on every allocateConnection call as required by the spec. What is producing the log ou

[JBoss-user] JBoss-2.4.6_Jetty-4.0.1

2002-06-05 Thread Jules Gosnell
JBoss-2.4.6_Jetty-4.0.1 I have just released JBoss-2.4.6_Jetty-4.0.1 to SourceForge : http://prdownloads.sourceforge.net/jboss/JBoss-2.4.6_Jetty-4.0.1.zip?download http://www.jboss.org/downloads.jsp should update soon This brings the 2.4.6 integration up-to-date wi

[JBoss-user] Re: [Xdoclet-user] EJBDoclet - Session bean

2002-06-05 Thread wonder sonic
You are the best, that was the right solution, ;) thanks --- Joseph Parks <[EMAIL PROTECTED]> a écrit : > Instead of > > /** > * @ejb:interface-method view-type="both" > */ > public void ejbCreate() {} > > try > > /** > * @ejb:create-method > */ > public void ejbCreate() {} > > > Good

[JBoss-user] simple question

2002-06-05 Thread Eric Kaplan
I'd like all my System.out messages from my beans (yes, i know, they should be logging via log4j but i'm still unable to get things to work properly under 2.4.4) to go to the server log file. What's the easiest way to do this without turning DEBUG on, which is a lot of output. Thanks Eric Kapla

RE: [JBoss-user] Four more to go ... @ JDJ Best App Server

2002-06-05 Thread Bill Burke
Wahoo! We're in 4th place now! Just went ahead Borland. Next lets shoot for Oracle > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Tobias Frech > Sent: Wednesday, June 05, 2002 10:16 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] Four mor

[JBoss-user] Minimum set of jars for applet

2002-06-05 Thread Steve Knight
Hello, Does anyone know what the minimum set of client jars I need to make available to my applets in order for them to be able to communicate with a session EJB?   Thanks,   Steve

Re: [JBoss-user] JBoss 3.0 - JCA getConnection throws NullPointerException

2002-06-05 Thread guest dontcare
Hello David, something curious happens here: the client looks like this: - LoggerFactoryImpl loggerFactory = (LoggerFactoryImpl)initialContext.lookup("java:/Log"); logger = (Logger)loggerFactory.getLogger(logFileName, level); logger.log(CLASS_NAME, Log.TRACE4, m

[JBoss-user] Fwd: [Xdoclet-user] EJBDoclet - Session bean

2002-06-05 Thread wonder sonic
Message sent to the XDoclet mailig list, but if some one know something... I get from JBoss 3.0 the following message: 16:42:14,557 INFO [EJBDeployer] Bean : myrpg-atlas/UserSession Section: 7.10.6 Warning: A session bean's home interface must define one or more create(...) methods. tia, won

  1   2   >