Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread G.L. Grobe
I've read this chapter, but it deals w/ MDB's and I'm only using session beans that send to queues ... so I'm a little confused on what needs to be done for this. I'll I've found to do so far is add the queue name to jbossmq.xml. Any help much appreciated. - Original Message - From: "D

[JBoss-user] ant tutorial for jboss

2001-06-25 Thread Antony Stace
Hi Folks Can someone please tell me where the best resoucres are for using ant with jboss. Cheers Tony ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Sun J2EE to jBoss

2001-06-25 Thread Ralph Jensen
I am going to deploy some EJBs which I developed using Sun's J2EE reference platform (v1.3) on jBoss. The beans use BMP only and I disabled JMS related code. I have some questions in advance: Database Which database to use? I used Cloudscape which come with the Sun implementation. I didn't see i

[JBoss-user] mdb deployment problem

2001-06-25 Thread joey castillo
hi all! I (am a newbie) have been trying to deploy the MDB example from the JBoss manual but to no avail. During deployment I get this, (what have I missed or done_wrong based on the logged messages?). [Auto deploy] Auto deploy of file:/D:/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/mdb.jar [J2EE D

[JBoss-user] UNSUBSCRIBE

2001-06-25 Thread mroosendaal
Dear SourceForge,   Please unsubscribe me from the JBoss mailing-list.   Thank you, M. Roosendaal

Re: [JBoss-user] Precompiling JSP ??

2001-06-25 Thread Devraj Mukherjee
Thanks. I am a tomcat user Devraj At 00:41 26/06/01 -0400, you wrote: >Depends which jsp engine you use. With Tomcat it's jspc. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] SecurityAdapter interface missing in Petstore1.1.2

2001-06-25 Thread Cuong Tran
You don't need this class for jps1.1.2. --- hnorris <[EMAIL PROTECTED]> wrote: > Hello - > > I'm trying to build Java Petstore (jps1.1.2) using the JBoss petstore > patch - the JBossSecurityAdapter.java file won't build because there is a > SecurityAdapter interface declaration missing: > > p

Re: [JBoss-user] Precompiling JSP ??

2001-06-25 Thread Guy Rouillier
Depends which jsp engine you use. With Tomcat it's jspc. - Original Message - From: "Devraj Mukherjee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 10:03 PM Subject: [JBoss-user] Precompiling JSP ?? > How do I precompile JSP files? > > Devraj > > > __

Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Scott M Stark
Your mbean is going to have to parse the mapping file so its up to you. Using jboss.xml would not be the best format to use. - Original Message - From: "Ferguson, Doug" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:56 PM Subject: RE: [JBoss-user] datasource jn

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread David Jencks
Hi, Are you aware of the manual? http://www.jboss.org/documentation/HTML/ch07.html describes working with mdb. Watching the list, it looks like there have been some speed and thread usage problems that are getting fixed. david jencks On 2001.06.25 21:08:20 -0400 G.L. Grobe wrote: > Does just s

Re: [JBoss-user] installing the JDBC driver

2001-06-25 Thread David Jencks
Hi, Out of curiousity, how are you planning to do things like create the database for the ear? I don't think you can just include the jdbc driver in your ear, the driver setup has basically nothing to do with app deployment. How would you set up the pooling and jndi binding that is normally des

[JBoss-user] downloadable manual...where?

2001-06-25 Thread Michael P. McCutcheon
For those of us who don't have a full time internet connection, it would be really great if, from time to time, somebody made a .zip of the manual and put it in the downloads section.  Right now I have to download and save each page individually, and the links all point to jboss, not localho

Re: [JBoss-user] Error in JAWS Custom Finder (Possible Bug)

2001-06-25 Thread David Jencks
Hi, what a gotcha, try using entities > and < instead of > and <, the xml parser thinks these are parts of tags. david jencks On 2001.06.25 20:33:38 -0400 Tejaswi Redkar wrote: > > Hi! > > I have a custom finder that queries a table for Values in a particular > time > range > > The jaws.xml f

Re: [JBoss-user] Having problems with HotSpot server on RedHat7.1?

2001-06-25 Thread Hunter Hillegas
Title: Re: [JBoss-user] Having problems with HotSpot server on RedHat 7.1? Is it 1.3 or 1.3.1? If you haven’t already, upgrade to 1.3.1. I think that was a known bug that got squashed. From: "Bill Burke" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Mon, 25 Jun 2001 22:37:40 -0400 To:

Re: [JBoss-user] getEJBHome(): NoInitialContextException

2001-06-25 Thread Allen fogleson
uhmmm why are you getting the home again? you already have the home. - Original Message - From: Boris Garbuzov <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:42 PM Subject: [JBoss-user] getEJBHome(): NoInitialContextException > I am just playing with EJB A

[JBoss-user] Having problems with HotSpot server on RedHat 7.1?

2001-06-25 Thread Bill Burke
Anybody having problems with SUN JDK 1.3 HotSpot server on RedHat 7.1(2.4 kernel) Dual processor?  We're getting reproducable memory problems when invoking some code(mem usage jumps from 100M to 1.3Gig!) But can't reproduce the problem with -client or -classic.  Nor can we reproduce on RedHa

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-25 Thread VASQUEZ_JASON
Thanks so much!  Removing the jndi.jar was what did the trick! -Jason John Menke <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 06/25/2001 09:05 PM Please respond to jboss-user                 To:        [EMAIL PROTECTED]         cc:                 Subject:        RE: [JBoss-user] JBos

RE: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-25 Thread John Menke
Check out the TDK+JBoss Howto on the Turbine Site.   http://jakarta.apache.org/turbine/howto/jboss-howto.html   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED]Sent: Monday, June 25, 2001 6:40 PMTo: [EMAIL PROTECTED]Subject

[JBoss-user] (no subject)

2001-06-25 Thread Nathalie Mason
To the aptly named Richard Bottoms, In response to >I really think JBoss as a serious technology about to fly. > For the sake of my own business, and for my interest as a journalist I'm up > for documenting its progress. While after two years of existence we're flattered that you've discovered

[JBoss-user] Precompiling JSP ??

2001-06-25 Thread Devraj Mukherjee
How do I precompile JSP files? Devraj ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] new web site

2001-06-25 Thread Jim
Hi all, I would love to share my experiences as I develop my new web site, but in order to get a successful architecture without running into too many dead ends, I could really use some design recommendations or at least some recommended reading. I am very concerned about performance and scalabi

Re: [JBoss-user] JBoss + Catalina JNDI Probs

2001-06-25 Thread Bill Pfeiffer
Go to this link:   http://jakarta.apache.org/turbine/howto/jboss-howto.html   Ignore the fact that the howto has to do with turbine.  The page basically discusses setting up Tomcat 4 with JBoss.  This resolved (for me) the problem you describe.   Hope this helps,   Bill Pfeiffer - Origi

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread Roy Yip
No! JBossMQ is already included in your downloaded JBoss package. It's started automatically whenever you start the JBoss "run" script. There should be a "%JBOSS_HOME%\db\jbossmq" directory (if you can't find it, just manually create one.) to hold the defined topics and queues and you can define

RE: [JBoss-user] Error in JAWS Custom Finder (Possible Bug)

2001-06-25 Thread Tejaswi Redkar
It worked when I used BETWEEN but I don't know why I cannot use < ? Thanks Tejaswi -Original Message- From: Tejaswi Redkar Sent: Monday, June 25, 2001 5:34 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Error in JAWS Custom Finder (Possible Bug) Hi! I have a custom finder that qu

Re: [JBoss-user] create(), ejbCreate() and id

2001-06-25 Thread Allen fogleson
if not db independent. I freely admit we do this all the time. we dont do it in the ejbCreate... we do it before calling create, but same difference. recently i had to write some components (really a set of beans/tags/jsps) that would work on (potentially) several databases... it was a little more

Re: [JBoss-user] does JBoss include a JMS provider

2001-06-25 Thread G.L. Grobe
Does just started mean there is currently no JMS support for JBoss and I'll have to use my own provider now? - Original Message - From: "Roy Yip" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 24, 2001 5:38 AM Subject: Re: [JBoss-user] does JBoss include a JMS provider >

[JBoss-user] installing the JDBC driver

2001-06-25 Thread G.L. Grobe
I'm trying to get rid of the following error when I startup with ./run_with_tomcat.sh. [J2EE Deployer Default] couldnt add ./jdbc7.0-1.2.jar to common classpath: /u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/deploy/jdbc7.0-1.2.jar (No such file or directory) My ear file which I place in the ~/jboss/d

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Allen fogleson
Can you include the code. I assume you are wrapping the int primary key in the primary key class, like RMH does in the book? Al - Original Message - From: Hiep Luong <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 2:01 PM Subject: [JBoss-user] CMP example of primi

[JBoss-user] Verifier msgs meaning

2001-06-25 Thread G.L. Grobe
What do these messages mean? AFAIK, I am giving the fully qualified name of the java classes. --- snipped from output of ./run_with_tomcat.sh -- [Verifier] Verifying file:/u/public/JBoss-2.2.2_Tomcat-3.2.2/jboss/tmp/deploy/Default/cais-1.0.ea r/ejb1003.jar [Verifier] Bean : com.ne

[JBoss-user] Error in JAWS Custom Finder (Possible Bug)

2001-06-25 Thread Tejaswi Redkar
Hi! I have a custom finder that queries a table for Values in a particular time range The jaws.xml file is DatapointInfo findByConnectorIDAndDatapointID Connector

[JBoss-user] What do finders find?

2001-06-25 Thread Doug . Palmer
I'm getting puzzled by what appears to be erratic behaviour in finders. I have an application that manages JMS test sets. A lot of the test sets double up, so I want to be able to find an existing test layout which matches the one I want to do and use that. Similarly, when I've run a test, I want

RE: [JBoss-user] JBoss and Resin

2001-06-25 Thread Robert Schulz
Yup. Separate VMs. Not much to configure, really. Couple of jar in the rights spots and done. Works like a dream. There also have been a bunch of postings on the newsgroups recently - have a search. Cheers, R. -Original Message- From: Dragos Haiduc [mailto:[EMAIL PROTECTED]] Sent: Tue

Re: [JBoss-user] Group

2001-06-25 Thread danch
Might MySQL be getting confused because of the 'GROUP BY' SQL key 'word'? Igor Rabinovich wrote: > Hi all! > > I created entity bean Group and tried to deploy it million times but was no > success. I work with JBoss 2.2.1 and MySQL on Windows 2000. > > Does anybody know what is the problem wit

[JBoss-user] Group

2001-06-25 Thread Igor Rabinovich
Hi all! I created entity bean Group and tried to deploy it million times but was no success. I work with JBoss 2.2.1 and MySQL on Windows 2000. Does anybody know what is the problem with Group name under JBoss or MySQL? Igor ___ JBoss-user mailing

RE: [JBoss-user] Problem with classloader, servlets, and EARs.

2001-06-25 Thread Robert Watkins
Scott M Stark wrote: > Any class loaded from the standard WEB-INF/classes or > WEB-INF/lib/*.jar > is certain to be loaded by the servlet war class loader. At > what point are > you trying to do the reflection, and how are you loading the > class? I would > expect that using the thread context

SV: [JBoss-user] Using jboss w/DB2 7.1 on Windows NT

2001-06-25 Thread Lennart Petersson
jdbc:db2://192.168.205.209:2325/os390 is what i'm using and i guess that is a default port. /Lennart > ___ > JBoss-user mailing list > [EMAIL PROTECTED] > http://lists.sourceforge.net/lists/listinfo/jboss-user ___

[JBoss-user] SecurityAdapter interface missing in Petstore1.1.2

2001-06-25 Thread hnorris
Hello - I'm trying to build Java Petstore (jps1.1.2) using the JBoss petstore patch - the JBossSecurityAdapter.java file won't build because there is a SecurityAdapter interface declaration missing: public class JBossSecurityAdapter implements SecurityAdapter { Do I actually need the JBossSecur

[JBoss-user] How to setup JDBC properties

2001-06-25 Thread Andreas Maschke
Dear JBoss users, during the last week I evaluated JBoss for a larger commercial project and I'm still excited. Currently we are using a combination of BAS (Borland Application Server) and Tomcat/Apache. For smaller projects this architecture is to "heavy" (and too expensive).   So I downloa

[JBoss-user] Deployer Hangs with WAR

2001-06-25 Thread Hunter Hillegas
The deployer is hanging when trying to figure out my WAR. The last line it gets to is: [Auto deploy] AbstractWebContainer.parseWebAppDescriptors, End and then it just sits there. Any ideas? Hunter ___ JBoss-user mailing list [EMAIL PROTECTED] http:

RE: [JBoss-user] Problem with classloader, servlets, and EARs.

2001-06-25 Thread Robert Watkins
Scott M Stark wrote: > > I can see your interpretation, but I can also read this as > simply a mechanism > by which a war asserts which jars need to be available via > the classpath or > server classpath to successfully deploy, not as a mechanism > for specifiying > inter-ear dependencies. We

RE: [JBoss-user] E-mail vs. web vs news support

2001-06-25 Thread Kevin O'Neill
> I think a web-based system would be a disaster. It is far easier to take ... snip I have to agree with Mike for all the points he makes. I for one download the mail to my laptop and read during my train ride in. k. ___ JBoss-user mailing list [EMA

RE: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Ship, Howard
In my frameworks (Tapestry and Sabertooth), I make sure that I use a well-known public ID, and then I make sure that I get the DTD locally (i.e., from a package resource in my JAR) ... NOT going out to the Internet to validate my document. This is something to look into for both Jetty and JBoss .

[JBoss-user] JBoss + Catalina JNDI Probs

2001-06-25 Thread VASQUEZ_JASON
I checked out the list archives and noticed a bit of discussion earlier this month on problems getting Servlets within Catalina to connect to JBoss.  Has any of this been resolved? (I didn't see an answer anywhere).  I have tried the nonaming option as many have suggested, but to no avail. I'm ge

[JBoss-user] E-mail vs. web vs news support

2001-06-25 Thread Michael Bilow
I think a web-based system would be a disaster. It is far easier to take a simple thing such as mail and layer over it more complicated things such as newsgroup or web interfaces, while is it effectively impossible to do the reverse. There are some extremely large projects which use mail as thei

Re: [JBoss-user] CommunicationException in JSP to EJB communication

2001-06-25 Thread danch (Dan Christopherson)
Felix Munoz wrote: > Hi: > > I have been trying to implement a simple JSP to EJB communication test from > an EAR file deployed on JBoss/Tomcat but I have been unsuccessful. > > This is the EAR file breakdown: > > TestEAR.ear > application.xml application.xml is not in META-INF in the ea

Re: [JBoss-user] computerplanet.com

2001-06-25 Thread danch (Dan Christopherson)
marc fleury wrote: > |I really think JBoss as a serious technology about to fly. For the sake of > |my own business, and for my interest as a journalist I'm up for documenting > > yes so we put up a website and the technology so free loaders like you can > come along and "for the sake of their b

RE: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Ferguson, Doug
Would it be ok to use jboss.xml ass the mapping file? -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 4:55 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] datasource jndi mapping You need an indirection layer similar to that which exists

RE: [JBoss-user] CommunicationException in JSP to EJB communicati on

2001-06-25 Thread Frank Villarreal
Felix, I believe this is a Tomcat bug. Tomcat seems unable to locate EJBs unless you put a copy of your application jars and the JBoss client jars in the $TOMCAT_HOME/lib directory as well as your app's directory. At least this is what I found after much digging in various mailing lists. Hope th

Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Scott M Stark
You need an indirection layer similar to that which exists for J2EE components. You would have to create an indirection manager mbean that bound an object factory under the static namespace prefix you wanted to use with the configurations like the DatabaseLoginModule(e.g., admin/static) and then y

RE: [JBoss-user] CommunicationException in JSP to EJB communication

2001-06-25 Thread Felix Munoz
Fred: Sorry about that. Actually, the JNDI name "PersonBean" is bound correctly. The file breakdown is simplified... Your suggestion is a good one. However, I am concerned I will get the same error if I deal with a Session bean instead than with an Entity bean. For some reason, if I add the Clien

Re: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread David Ward
That's not a cool thing for them to change on everybody, however I can see that it's more standard to the other dtd's they have now... Thanks for the help! -- Alex Radka wrote: > I noticed this today also. Sun changed the name to web-app_2_2.dtd (notice > the underscore between the 2's) > >

[JBoss-user] JBoss and Resin

2001-06-25 Thread Dragos Haiduc
Has anybody configured Resin and JBoss to run together(maybe in the same VM)? Thx Dragos  

Re: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Scott M Stark
That is not the correct public id as per the 2.2 servlet spec. Maybe that was an older revision naming convention and the url has been removed so it no longer is found. Using the correct public id will result in local resolution of the dtd. 13.1.1 Deployment Descriptor DOCTYPE All valid web a

RE: [JBoss-user] computerplanet.com

2001-06-25 Thread Richard Bottoms
>yes so we put up a website and the technology so free loaders like you can >come along and "for the sake of their business" not contribute a bit to the >project and draw the traffic to themselves. Look bub, this technology free loader is planning to build commercial products with JBoss. Addtion

RE: [JBoss-user] jndi and datasources

2001-06-25 Thread Ferguson, Doug
the pool name is the jndi name Once you restart jboss it will bind java:MyDB Now if you want to access it via the bean namespace -> java:comp/env You must declare it in the ejb-jar.xml as a resource reference. Then map that resource reference to a name in the global space d. -Original Mess

RE: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Alex Radka
I noticed this today also. Sun changed the name to web-app_2_2.dtd (notice the underscore between the 2's) I have no idea why they would change it. BTW, I don't think you can browse there. I get a big message that says 'Oops, we couldn't find your documument'. Alex -Original Message-

RE: [JBoss-user] datasource jndi mapping

2001-06-25 Thread Ferguson, Doug
That would work but is such a hack.. Seems like it would be better to have it more integrated. d. -Original Message- From: danch (Dan Christopherson) [mailto:[EMAIL PROTECTED]] Sent: Monday, June 25, 2001 2:04 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] datasource jndi mapping

Re: [JBoss-user] can't find web.xml DTD today

2001-06-25 Thread Julian Gosnell
TomCat or Jetty ? Jules David Ward wrote: > I'm having a problem where all my j2ee apps that have worked right up > till last Friday all of a sudden don't deploy today (with NO changes to > them)! > > I get this error: > [Auto deploy] org.jboss.ejb.DeploymentException: Error during deploy, >

Re: [JBoss-user] jndi and datasources

2001-06-25 Thread Toby Allsopp
On Mon, Jun 25, 2001 at 03:24:02PM -0500, Mike Thompson wrote: > I've been hunting through docs on setting up Minerva pools and JDBC drivers, > but I have not seen anything that says how to bind a DataSource to a > specific JNDI name. My jboss.jcml > ... > Is the jndi name the "PoolName" attribu

[JBoss-user] can't find web.xml DTD today

2001-06-25 Thread David Ward
I'm having a problem where all my j2ee apps that have worked right up till last Friday all of a sudden don't deploy today (with NO changes to them)! I get this error: [Auto deploy] org.jboss.ejb.DeploymentException: Error during deploy, Cause:java.io.FileNotFoundException: http://java.sun.com

[JBoss-user] jndi and datasources

2001-06-25 Thread Mike Thompson
I've been hunting through docs on setting up Minerva pools and JDBC drivers, but I have not seen anything that says how to bind a DataSource to a specific JNDI name. My jboss.jcml org.gjt.mm.mysql.Driver org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp l MyDB jdbc:mysql:///mydatabase r

Re: [JBoss-user] transaction timed out

2001-06-25 Thread Ole Husgaard
Hi, Look for property TransactionTimeout in MBean TransactionManagerService in your jboss.jcml file. Best Regards, Ole Husgaard. "Schouten, Andreas" wrote: > > Hello, > > we get sometimes a transaction rollback because a timeout. (Then indeed the > connection to a remote corba server was i

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread danch (Dan Christopherson)
Richard Kasperowski wrote: > Hiep Luong wrote: > >> I've been trying to get the cabinbean example in the RMH >> Enterprise JavaBeans book to work. This example has a primary key >> that is >> primitive int. The way they code it is by creating a cabinPK class which >> goes into the prim-key-cl

Re: [JBoss-user] Overriding finders - CMP

2001-06-25 Thread danch (Dan Christopherson)
But JBoss does support delegation to a BMP style ejbFind... method. This is a JBoss specific feature, however, and it will disable the finder optimizations recently checked in. Fred Loney wrote: > By definition, a CMP bean doesn't implement a finder method. The container (jboss) >is responsib

RE: [JBoss-user] computerplanet.com

2001-06-25 Thread marc fleury
|I really think JBoss as a serious technology about to fly. For the sake of |my own business, and for my interest as a journalist I'm up for documenting yes so we put up a website and the technology so free loaders like you can come along and "for the sake of their business" not contribute a bit

Re: [JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Richard Kasperowski
Hiep Luong wrote: > I've been trying to get the cabinbean example in the RMH > Enterprise JavaBeans book to work. This example has a primary key that is > primitive int. The way they code it is by creating a cabinPK class which > goes into the prim-key-class element in the deployment descriptor

[JBoss-user] primitive int and cabinPK

2001-06-25 Thread Boris Garbuzov
I do not understand. If you say, they have primitive int primary key, they can not have cabinPK class. Or you mean, that int was a field of cabinPK? -- From: Hiep Luong <[EMAIL PROTECTED]> I've been trying to get the cabinbean example in the RMH Enterprise JavaBeans book to work. Thi

Re: [JBoss-user] CommunicationException in JSP to EJB communication

2001-06-25 Thread Fred Loney
The jndi name "PersonBean" is bound to a com.munoz.concept.person.PersonHome rather than a com.munoz.ejb.person.PersonHome. Perhaps a build problem? It is preferable to insulate JSP from EJB. Wrap the Entity EJB calls in a Session EJB. Wrap the Session EJB in a bean. Call the bean from the JSP.

[JBoss-user] computerplanet.com

2001-06-25 Thread Richard Bottoms
>Linux Weekly News? Maybe with a bit more of a faq involved? Please, >though, no FAQ-O-Matic - I've never seen one that answered the question >I needed to ask. > >A site like this would need dedicated maintainers, wouldn't it? Or are >you thinking of something different? Actually I have a bac

Re: [JBoss-user] Overriding finders - CMP

2001-06-25 Thread Fred Loney
By definition, a CMP bean doesn't implement a finder method. The container (jboss) is responsible for all CMP data access logic. Cf. any EJB book for elucidation. A CMP finder query is specified in the jaws.xml config file; cf. http://www.jboss.org/documentation/HTML/ch05s07.html . "Nordahl,

Re: [JBoss-user] Stuck with Authentication.

2001-06-25 Thread Scott M Stark
Don't set a security-domain. Setting this requires secured access. > Then I activated container security. ( > java:/jaas/webesa > in > standartjboss.xml ) > ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/j

RE: [JBoss-user] Documentation Error

2001-06-25 Thread Anjan Rao
hi all, There is one more documentation error in the interest Bean sample. Some of the code listings are missing a curly end bracket. This one is easy to spot though. Cheers, Anjan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ray Grieselhuber

[JBoss-user] CommunicationException in JSP to EJB communication

2001-06-25 Thread Felix Munoz
Hi: I have been trying to implement a simple JSP to EJB communication test from an EAR file deployed on JBoss/Tomcat but I have been unsuccessful. This is the EAR file breakdown: TestEAR.ear application.xml TestWAR.war WEB-INF lib ClientJAR.jar --

Re: [JBoss-user] datasource jndi mapping

2001-06-25 Thread danch (Dan Christopherson)
Ferguson, Doug wrote: > Hey, > > I ran this message awhile back and got no response. > If you have any inclination to an answer... please respond. > > I have am interested in mapping datasource jndi names at deploytime.. > However I want to make these mappings apply to the global namespace. >

Re: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Guy Rouillier
Please see my previous reply. You can't do Apache+Tomcat ever, since one runs natively and the under runs under the Java JVM. There are several connectors that allow Apache to communicate with Tomcat. Then you can run JBoss independently or bundled with Tomcat - your choice. So you definitely

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Guy Rouillier
- Original Message - From: "Richard Bottoms" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 1:20 PM Subject: Re: [JBoss-user] Apache+Tomcat+JBoss > If you're doing your job right there will be > hundreds of newbies every day all asking "how do I get JBoss+Tomcat

[JBoss-user] Overriding finders - CMP

2001-06-25 Thread Nordahl, David C
Could somebody post so sample code of how to overwrite finders by writing ejbFindBy methods in the bean class. This seems to be skipped over in the documentation. I'm unsure of how to intermix sql with java in the bean class using cmp. Or how to call other findBy methods from the bean class. It

[JBoss-user] datasource jndi mapping

2001-06-25 Thread Ferguson, Doug
Hey, I ran this message awhile back and got no response. If you have any inclination to an answer... please respond. I have am interested in mapping datasource jndi names at deploytime.. However I want to make these mappings apply to the global namespace. The reason: For example, in order to us

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread danch (Dan Christopherson)
Richard Bottoms wrote: >>Isn't it just as easy to simply look it up in the archives? >> >>Cheers >> Bent D >>-- >>Bent Dalager - [EMAIL PROTECTED] - http://www.pvv.org/~bcd >> powered by emacs >> > > > htsearch detected an error. Please report this to the

[JBoss-user] Transactions with update statements not committing with SQLServer

2001-06-25 Thread Alex . Devine
Hi there, I'm running into a problem with transactions not committing when calling an update from a BMP entity bean. Here my info: Running SQLServer 7 with Weblogic drivers. ejb-jar.xml: IDGen com.trilogy.tbs.util.IDGenHome com.trilogy.tbs.util.IDGen com.trilogy.tb

[JBoss-user] getEJBHome(): NoInitialContextException

2001-06-25 Thread Boris Garbuzov
I am just playing with EJB API in JBoss. I successfully created an entity bean and ran its business methods, but can not get home. Can you give me any suggestions? -client console- java.lang.reflect.UndeclaredThrowableException: javax.naming.NoInitialContextExcepti

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread danch (Dan Christopherson)
Richard Bottoms wrote: >>there was a thread on that a week or two ago. >> > [ note: this is not a criticism of the person who mentioned the previous > thread] > > I didn't read it. Could someone please provide a side-by-side comparison > between JBoss+Tomcat & JBoss-Jetty. There, I said it, and

[JBoss-user] Stuck with Authentication.

2001-06-25 Thread Konstantin Priblouda
Hi list, I tried to implement securoty via JAAS. Due to complicated password validation schema (customer likes to have it this way ) I decided to authenticate via EJB's. So, I have an "LogiinChecker" ejb ( session ), which is fed with user name and password and it can lookup necessary Entiti

[JBoss-user] Stuck with Authentication.

2001-06-25 Thread Konstantin Priblouda
Hi list, I tried to implement securoty via JAAS. Due to complicated password validation schema (customer likes to have it this way ) I decided to authenticate via EJB's. So, I have an "LogiinChecker" ejb ( session ), which is fed with user name and password and it can lookup necessary Entiti

RE: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Alex Radka
The discussion was in the thread: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg07118.html Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Richard Bottoms Sent: Monday, June 25, 2001 1:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBo

RE: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Alex Radka
Can't figure out why they can't turn the link you use off, as this question comes up allot. Use: http://www.mail-archive.com/jboss-user@lists.sourceforge.net/ BTW, I searched this archive for exactly the above address :) Alex -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Richard Bottoms
At 08:12 PM 6/25/01 +0200, you wrote: >This link was just for Appache+Tomcat configuring - that's all. I just >wanted to help you as the first step in this, I think, is the knowldge about >Appache+Tomcat configuration. >I'm sorry if this didn't help you. No criticism intended. That's the point o

[JBoss-user] Documentation Error

2001-06-25 Thread Ray Grieselhuber
Well, I got the problem fixed, thanks to the gentleman who suggested I add the jboss-jaas.jar to my classpath. I wish I had seen this in the documentation, but I don't believe it was in there. In addition, I uncovered another error in the documentation where it tells how to run the interestBean t

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Marek Sedliak
This link was just for Appache+Tomcat configuring - that's all. I just wanted to help you as the first step in this, I think, is the knowldge about Appache+Tomcat configuration. I'm sorry if this didn't help you. > > It there any guide to install JBoss 2.2.2 with apache+Tomcat? > > I have been lo

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Richard Bottoms
>Isn't it just as easy to simply look it up in the archives? > >Cheers > Bent D >-- >Bent Dalager - [EMAIL PROTECTED] - http://www.pvv.org/~bcd >powered by emacs htsearch detected an error. Please report this to the returned matches webmaster of th

[JBoss-user] CMP example of primitive key using int

2001-06-25 Thread Hiep Luong
I've been trying to get the cabinbean example in the RMH Enterprise JavaBeans book to work. This example has a primary key that is primitive int. The way they code it is by creating a cabinPK class which goes into the prim-key-class element in the deployment descriptor with a corresponding primk

Re: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread danch (Dan Christopherson)
Richard Bottoms wrote: > At 01:19 PM 6/25/01 -0400, you wrote: > >>It is just like configuring Tomcat and Apache without JBoss. >> > > > Yes, but with the JBoss-Tomcat bundle there is no configuration of > JBoss+Tomcat needed. So only the last portion of the instructions apply. > > BTW, I ask

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Richard Bottoms
At 01:19 PM 6/25/01 -0400, you wrote: >It is just like configuring Tomcat and Apache without JBoss. Yes, but with the JBoss-Tomcat bundle there is no configuration of JBoss+Tomcat needed. So only the last portion of the instructions apply. BTW, I asked this earlier and haven't gotten an answer.

Re: [JBoss-user] Mail list volume - victim of it's own success?

2001-06-25 Thread bcd
On Mon, Jun 25, 2001 at 06:22:21PM +0200, Andrius Juozapaitis wrote: > hey, > > : > I am all for a newsgroup/forum. > > we're using newsgroup communication in our company quite extensively. being > a former mailing list lover, the migration was not easy for me, but now the > advantages are clear

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread bcd
On Mon, Jun 25, 2001 at 10:20:35AM -0700, Richard Bottoms wrote: > > JBoss seems to be on the cusp of crtical mass Linux itself achieved a > couple years ago. What's not helpful is a "we've already talked about that" > or a RTFM approach to newbies. If you're doing your job right there will be >

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Richard Bottoms
At 07:04 PM 6/25/01 +0200, you wrote: >Hi, >there is a Tomcat mailing list ([EMAIL PROTECTED]) >and Appache + Tomcat integration documentation is here : >http://jakarta.apache.org/tomcat/tomcat-3.2-doc/index.html > > >Mark I had Apache+JServ working before I even heard of JBoss. I used the link

Re: [JBoss-user] Re: Missing File

2001-06-25 Thread danch (Dan Christopherson)
What exactly was the error message? Ray Grieselhuber wrote: > You're right about 'org.jboss.security'. > > I have the jbosssx-client.jar file in my client > directory, and I am starting the server in what I > assume is not too weird: > ./run_with_tomcat.sh > > So can you think of why I would

RE: [JBoss-user] apache+tomcat+jboss

2001-06-25 Thread Alex Radka
It is just like configuring Tomcat and Apache without JBoss. You can follow the directions in the mod-jk HOWTO or this message was posted when I was having some problems. http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg06241.html alex -Original Message- From: [EMAIL PROT

Re: [JBoss-user] Apache+Tomcat+JBoss

2001-06-25 Thread Richard Bottoms
>there was a thread on that a week or two ago. [ note: this is not a criticism of the person who mentioned the previous thread] I didn't read it. Could someone please provide a side-by-side comparison between JBoss+Tomcat & JBoss-Jetty. There, I said it, and tomorrow someone will probably ask for

[JBoss-user] (THREAD DUMP) OutOfMemoryException

2001-06-25 Thread Nicolai P Guba
As requested. It's a pretty long file and thus compressed and attch'd. dump -- Nicolai P Gubahttp://www.gnu.org http://www.frontwire.com mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] GSM: +44 (0)7909 960 751 DDI: +44 (0)20 7368

  1   2   >