AW: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Heiko Dittrich
Hello, it's true, jar-nesting does not work here. I was able to run the tomcat-test.ear finally by adding client.jar to the systems CLASSPATH. Of course it's not a solution. Where can I get the .java files from the tomcat-test.ear ? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailt

[JBoss-user] OR mapping / composition in EJB's

2001-07-18 Thread Jason Amy
I have a question regaring EJB's and composition in JBoss. I have a situation as follows: (this is greatly simplified for clarity) I have a User EJB, and an Address EJB. A User HASA Collection of Addresses: 1 User -> many Addresses So when I deploy the EJB's, there most likely will be some 'l

[JBoss-user] Jboss Security Howto example

2001-07-18 Thread Faisal Abdallah
hi dear jboss users In Scott's jass security example I could not access the secureServlet.All what I get is this: [EmbeddedTomcatSX] Bad password for username=null [EmbeddedTomcatSX] LoginException: Password Incorrect/Password Required [EmbeddedTomcatSX] User: null is NOT authenticated then nothi

[JBoss-user] Icon

2001-07-18 Thread sheena sid
Hi, Are there any Jboss icons that do not have any copyright restriction on them. I would like to use some in my application without having to acquire a licence. Thx, Sheena http://mail.indiainfo.com First you had 10MB of free mail space. Now you can send

Re. Re: [JBoss-user] UnknownHostException Error on JBOSS-TOMCAT Startup

2001-07-18 Thread Prashant Sarode
Hi Dmitri, I do not have tomcat-test.war file, but I do have test.war file in C:\tomcat\webapps directory.And inside the war file contains web.xml file which contains the following line: http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> can u pls tell me what should I change here ??? Ca

Re: [JBoss-user] altered entity bean deployment

2001-07-18 Thread Maurice le Rutte
From: "ALex Loubyansky" <[EMAIL PROTECTED]> > I developed an enitity bean with two cmp fields and deployed it. Then I > added to it one more cmp field and deployed it again. But I can't work with > it. Because table in Hypersonic still has only two fields. How can I solve > it? JBoss doesn't do an

Re: [JBoss-user] My app deploys but lookup from servlet won't work ! HELP !

2001-07-18 Thread Maurice le Rutte
- Original Message - From: <[EMAIL PROTECTED]> Subject: [JBoss-user] My app deploys but lookup from servlet won't work ! HELP ! > [...] > What is the $Proxy6 class ? The $Proxy6 class is the class automatically generated by JBoss. See the DynamicProxy class. I'd fix the error anyway (th

[JBoss-user] cannot call JBoss interest example ejb from another machine

2001-07-18 Thread Liang Sun
Hi, I've setup 2 machines A and B with the interest example from JBoss website. A is my client machine. B is the JBoss server hosting the interest ejb. The problem is that I can't call the ejb on the B machine using "ant intro-interest-client" from A. The only way I can make it to work is to exec

Re: [JBoss-user] ejb 2.0 cmr in jboss

2001-07-18 Thread Jim Archer
Check out http://www.mvcsoft.com. They offer an EJB 2.0 plugin persistence manager. It currently supports PFD1, but thats a great place ot start and they are planning a PDF2 product. Jim --On Tuesday, July 17, 2001 5:52 PM +1000 "Omilian, Alex" <[EMAIL PROTECTED]> wrote: > Hi, > I've us

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-18 Thread Dmitri Colebatch
Burkhard, Well, I'll apolagise... you were right - thankyou (o: I was at home when I sent this reply, and changing the datasourceclass does help. Am I correct in thinking that the jboss pool isjust a wrapper for minerva? I would like to ask what it does, but I'll read the code instead (o: che

Re: [JBoss-user] UnknownHostException Error on JBOSS-TOMCAT Startup

2001-07-18 Thread Dmitri Colebatch
Try opening up tomcat-test.war and looking at the various xml files in it, or more specifically the doctypes. You will need to change the doctypes to reference local copies of the DTDS. Then update hte jar and try again. cheers dim On Wed, 18 Jul 2001, Prashant Sarode wrote: > Hi all, >

Re: [JBoss-user] dbase is acting way too slow

2001-07-18 Thread G.L. Grobe
I didn't know about having to do datasource's w/ app servers, but I can see how the db pooling would not have been used. Thnxs, this looks like my problem. Now I'm trying to get a proper mapping w/ a resource manager and resource reference in jboss.xml. Currently w/ this config, I get an exceptio

Re: [JBoss-user] Re: MDB Security: authentication exception on container call to onMessage()?

2001-07-18 Thread Scott M Stark
You would have to deploy the mdb in a seperate jar within the ear that does not have a security-domain specified in 2.2.x. In 2.4 you can specify the principal name to use for anonymous access. - Original Message - From: "Brian Sondergaard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc:

[JBoss-user] UnknownHostException Error on JBOSS-TOMCAT Startup

2001-07-18 Thread Prashant Sarode
Hi all, I am still getting the following error ! [J2EE Deployer Default] Starting module tomcat-test.war [Auto deploy] deploy, ctxPath=/jboss, warUrl=file:/C:/jboss/tmp/deploy/Default/tomcat-test.ear/web1001/ [Auto deploy] java.net.UnknownHostException: java.sun.com [Auto deploy] at org

Re: [JBoss-user] Jboss and sapdb

2001-07-18 Thread Samuel Franklyn
I never use entity beans with SAPDB only stateless session beans. - Original Message - From: "Hermann RANGAMANA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 3:01 PM Subject: Re: [JBoss-user] Jboss and sapdb > Hi all, > > how can specify commit options f

[JBoss-user] Re: MDB Security: authentication exception on container call to onMessage()?

2001-07-18 Thread Brian Sondergaard
As far as our security requirements on the MDB, I was going to start with using run-as to specify a particular role in order to allow the MDB to execute business logic encapsulated entirely in session beans. Going forward, I'd like to explore programmatically setting the principal. The latter is

Re: [JBoss-user] MDB Security: authentication exception on container call to onMessage()?

2001-07-18 Thread Scott M Stark
MDBs can't be secured currently using the standard JAAS based security manager because there is no principal associated with the message that is delivered to onMessage. The 2.4 beta has support for mapping anonymous users to a principal as well as support for setting the role the MDB will run as w

[JBoss-user] MDB Security: authentication exception on container call to onMessage()?

2001-07-18 Thread Brian Sondergaard
I'm stumped... I get the following exception when a message is sent to a queue on which a message driven bean is listening. Security is working very well in every other regard, but it appears that MessageDrivenContainer winds up with a Authentication Exception when trying to call the onMessage()

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-18 Thread Michael Jara
Hmm, that does seem strange that you can serialize the home & pk, but not the handle. I'm afraid I have never used EJB handles, so I won't be much help there. Every time I have though that I should use a handle, it has turned out that an EJB reference (a javax.ejb.EJBObject, actually) would work

[JBoss-user] JBoss Entity Bean Transactions

2001-07-18 Thread Luke Studley
Hi all   In the ejb 1.1 Spec (pdf) 9.5.4 and 9.5.5 (ending and starting new transactions for entity beans) it mentions 3 options for a container to end a transaction: A. mark "not registered" B. mark "invalid state" C. ejbPassivate()   Which relates to the following actions for start

RE: [JBoss-user] please remove me from this list.

2001-07-18 Thread Dmitri Colebatch
There seem to be a lot of ppl out there having trouble unsubscribing... for those of you doubting the ability of the listbot to do things, I'd like to say that it worked just fine for me last week when I changed addresses (unsubsbri On Wed, 18 Jul 2001, Anderson L wrote: > This is part of my ori

[JBoss-user] Home Methods

2001-07-18 Thread C Murphy @ Intechtual
Hi, I posted this earlier, but got no response. Can someone give me a high-level technical explanation of how EJB 2.0 Home Methods are implemented in JBoss? I understand how they "work" from the perspective of the spec. I'm more interested in what takes place with JBoss during process of fetchi

Re: [JBoss-user] release date for 2.4? Tomcat 3.2.3?

2001-07-18 Thread Scott M Stark
When it gets out of beta. - Original Message - From: "Patrick Munis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 12:08 PM Subject: RE: [JBoss-user] release date for 2.4? Tomcat 3.2.3? When will Jboss start to support Tomcat 4.0.? -Original Message---

Re: [JBoss-user] JBoss-Tomcat 2.2.2 JDBC Auth Broken?

2001-07-18 Thread Scott M Stark
The JBoss/Tomcat bundle uses a security realm that works across EJBs and web apps. If you want to use another security interceptor for web apps you need to remove the JBossSecurityMgrRealm. - Original Message - From: "Michael P. McCutcheon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

[JBoss-user] xogenesis

2001-07-18 Thread Richard Bottoms
Thanks to the forum, most of the technical problems we've had with JBoss have been resolved. We're using it now for a nifty project. My friends and I are building a multiplayer game environment based in large part on Open Source/J2EE technology. The ability to deploy applications, pool database c

RE: [JBoss-user] release date for 2.4? Tomcat 3.2.3?

2001-07-18 Thread Patrick Munis
Title: RE: [JBoss-user] release date for 2.4? Tomcat 3.2.3? When will Jboss start to support Tomcat 4.0.? -Original Message- From: Vincent Harcq [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] release date for 2.4

RE: [JBoss-user] release date for 2.4? Tomcat 3.2.3?

2001-07-18 Thread Vincent Harcq
Hi, About tomcat 3.2.3: It is a minor update, Just 3 jars have changed, the conf/ did not change at all. Download from Jakarta, overwrite the tomcat/lib/ directory and it works. About 2.4: I think it was planned for end of july. Vincent. > Just wondering when 2.4 is expected to be out of beta.

Re: [JBoss-user] security with jsp not working

2001-07-18 Thread Scott M Stark
So the errors are telling you that your web.xml file does not conform to the http://java.sun.com/j2ee/dtds/web-app_2_2.dtd you said it conforms to. Look at the dtd and fix any errors. You have to place content you want secured under the /restricted path. Unsecured content can be anywhere else inc

RE: [JBoss-user] please remove me from this list.

2001-07-18 Thread Maraya Michael
I must have set in jboss.jcml to 0 again, my apologies. (yes, that was a joke). Sounds like you could use a vacation, Burkhard. All this aggravation can't be good for your health. =) --- Michael R. Maraya > -- > From: Burkhard Vogel[SMTP:[EMAIL PROTECTED]] >

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-18 Thread Philipp Meier
On Wed, Jul 18, 2001 at 11:20:37AM -0600, Mike Finn wrote: > I read somewhere (can't recall just now) that I was to use the handle, so > that was what I was doing. But after resolving the passivation/activation > yesterday, I have changed all my wrapper classes to use home/pk. If I remember co

[JBoss-user] release date for 2.4? Tomcat 3.2.3?

2001-07-18 Thread David Ward
Just wondering when 2.4 is expected to be out of beta. Also, curious if, for the Tomcat bundling, if 3.2.3 will be used. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] please remove me from this list.

2001-07-18 Thread Burkhard Vogel
Hi, anyone ever took a look in the email header??? It reads (between others): Reply-To: [EMAIL PROTECTED] List-Help: List-Post: List-Subscribe: ,

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-18 Thread Mike Finn
> I have never tried serializing an object by explicitly calling readObject() > and writeObject() on a serializable. Does that work? Yes. During serialization these methods will get called to allow a class to control its own serialization process (mostly for transient fields). I am using th

Re: [JBoss-user] My app deploys but lookup from servlet won't work ! HELP !

2001-07-18 Thread Fred Loney
This problem can arise if you don't have the jdk tools.jar in your classpath. > (it's gonna kill me ...) ...or make you stronger. And with j2ee you will likely end up either very dead or very strong. Good luck. -- Fred Loney Enterprise Java Consultant Spirited Software, Inc. [EMAIL PROTECTED]

Re: [JBoss-user] SB timeout -> passivation -> activation failure

2001-07-18 Thread Michael Jara
I have never tried serializing an object by explicitly calling readObject() and writeObject() on a serializable. Does that work? Is there a reason why you were using the EJB handle? I'm pretty sure it's no problem just to keep a reference to an entity bean, which will be serialized by the conta

[JBoss-user] My app deploys but lookup from servlet won't work ! HELP !

2001-07-18 Thread laurent . broudoux
Hello, I'm a newbye with JBoss and J2EE deployment and it's the first web-app I try to deploy with JBoss ans EmbeddedTomcat (JBoss 2.2 + Tomcat 3.2.1). I have made following archives : - First, a jar containg my session beans and the enitty interfaces they're using (entites are in an

Re: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Philipp Meier
On Wed, Jul 18, 2001 at 02:53:18PM +0200, [EMAIL PROTECTED] wrote: > In the war archive I have added a manifest file containg the following lines (with a >cariage return at the end) : > Manifest-Version: 1.0 > Class-Path: ./lib/ejb-client.jar WAR components of your EAR do not have the possibili

RE: [JBoss-user] please remove me from this list.

2001-07-18 Thread Anderson L
This is part of my original 'welcome to JBoss mailing list' email 'You can also make such adjustments via email by sending a message to: [EMAIL PROTECTED] with the word `help' in the subject or body (don't include the quotes), and you will get back a message with instructions.' Maybe thi

Re: [JBoss-user] security with jsp not working

2001-07-18 Thread Fred Loney
The problem appears to lie in the elided servlet definition of the web.xml file rather than security. There is apparently at least one malformed element and element. Compare the app web.xml with the example struts web.xml and run an XML verifier on it. -- Fred Loney Spirited Software, Inc. [

[JBoss-user] MS SQL JBOSS question

2001-07-18 Thread Sanjeev.Srinivas
i have used select IDENT_CURRENT() to get the identity generated by the database. and also have specified the transaction as Required in the ejb-jar. so does this mean that the select call is transaction aware ?. any clarification is appreciated. thanks and regards Sanjeev Srinivas Globalserve

Re: [JBoss-user] (no subject)

2001-07-18 Thread daljeetsingh
Seems like you should have a properties file with a key: dispatcher.forwardException somewhere in your classpath but is not existing. Daljeet Singh ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

RE: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Unico Hommes
Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs Hi,   I took your advice and it seems to be working now. I still don't know why it did not work from the ear file manifest. I think this should work according to the ejb-specs and I got it working before.   I ran in

Re: [JBoss-user] (no subject)

2001-07-18 Thread Burkhard Vogel
Hi, as far as I can see from the stack you are trying to access a ResourceBundle in a jsp??? So, how is your war organized, what do you do to access this Resource, have a look into the Weblogic specific deployment-descriptor (if there is any), any thing whats in there needs to be adopted to jboss-

[JBoss-user] How to use EJBDoclet Sample

2001-07-18 Thread Ivan Novick
In the sample should the compile target depend on the buildbeans target instead of prepare? Maybe a typo, or I miss the point. Ivan ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] (no subject)

2001-07-18 Thread FDing
Hi: I am a new user for the Jboss-2.4.0_Tomcat-3.2.2. We have application right now running on the Weblogic, we try to convert this application to run on the JBoss_Tomcat. I can start the Jboss with the Tomcat, also can run all the examples from tomcat. I also created a simple servlet include inp

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Burkhard Vogel
Hi, surely they are gone if you re-deploy!! Your programs are gone as well if you restart you computer ;-). They have to be restored by you if you use BMP, this means in ejbLoad YOU load all values for you member variables, in ejbStore YOU save all data to the db, don't ever CALL ejbLoad, ejbStore

RE: [JBoss-user] please remove me from this list.

2001-07-18 Thread Ryan Wu
It is impossible for us to quit from this list. So ENJOY THE KNOWLEDGE -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 11:02 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] please remove me from this list.

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Dmitri Colebatch
Do the values ever make it to the database? What are you doing in your ejbStore and ejbLoad methods? cheers dim On Sun, 24 Jun 2001, Miguel Angel Medina Lopez wrote: > I lost values if I re-deploy the application or if I restart the container. > Then I lost when store and load data from databa

RE: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Kevin Meldorf (NBK)
In entity beans the primary key must be an object all other fields may be of primitive type. If you are having issues with non-primary key fields that are primitives, check you standardjaws.xml or your jaws.xml to make sure that they are mapping correctly to your database. Kevin Meldorf Systems

Re: AW: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread laurent . broudoux
If this jar is indicated as a ejb module, the ContainerFactory throws an exception : [Container factory] org.jboss.ejb.DeploymentException: no ejb-jar.xml found because i have not supplied this xml file (my package contains no bean ; only interfaces !) Other ideas ?!! cheers, Laurent

[JBoss-user] unsubscribe

2001-07-18 Thread dblankley
-- Original Message -- >Send JBoss-user mailing list submissions to > [EMAIL PROTECTED] > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sourceforge.net/lists/listinfo/jboss-user >or, via email, send a message with subject or body 'help' to > [EMAIL

AW: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Jung , Dr. Christoph
Your log indicates that the embedded jar file is added to the classpath instead of an extracted version (something like file:C:\Devlpt\jboss-2.2\tmp\deploy\Default\lib\ejb-client.jar). If I remember right, java.net.URLClassLoader (even java.net.URL and the associated handlers, such as sun.net.www

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread jK.MkIII
Miguel Angel Medina Lopez wrote: I think I'm using BMP, you can see the XML file following: Hmm... interesting. There seems to be persistency type Bean.. So with Float etc. it works and with float etc. it doesn't? Coudln't say I am expert, or even good, with EJBs but I would think you could us

Re: [JBoss-user] Starup hangs when loading sqlserver-drivers.

2001-07-18 Thread Burkhard Vogel
Hi, you need to include your driver in the JDBC-Provider section of jboss.jcml! Burkhard - Original Message - From: "Nicolas Serrador Ivering" <[EMAIL PROTECTED]> To: "jboss-user" <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 2:52 PM Subject: [JBoss-user] Starup hangs when loading sql

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Miguel Angel Medina Lopez
I lost values if I re-deploy the application or if I restart the container. Then I lost when store and load data from database. I don't implement the ejbPassivate and ejbActivate methods. - Original Message - From: "Burkhard Vogel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesd

Re: [JBoss-user] EOFException using MDB with standalone JMS clientand XAException - XAER_NOTA

2001-07-18 Thread Dmitri Colebatch
Burkhard, Thanks for the response - had already ticked that box though, assuming you're referring to the datasourceclass attribute. I did notice some more though - I've come to the conclusion the two are related. I haven't ever had an XAException and not seen a EOFException. I will say though,

Re: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread laurent . broudoux
Hi, it seems that i've got the same kind of problem : I have package my application in a ear file containing : - i have made a jar file for my session beans including the interfaces of the used entity beans (ejb-app.jar) - i have made a jar file containing the interfaces of the appli

[JBoss-user] tomcat-test.ear not working

2001-07-18 Thread Heiko Dittrich
Hello, I downloaded and installed the latest JBoss + Tomcat binary on Win2000. I went through the documentation and was able to test the 'interest' example. But when I try the tomcat-test.ear it does not work as expected. The index.html links lead me to http://localhost:8080/jboss/servlet/HelloEJB

[JBoss-user] Problem with XML-Parser?

2001-07-18 Thread Hajo Hindriks
Hi everybody, I have a working setup of JBOSS & Tomcat on Linux... when running the package on Windows with an IBM JDK I had to change the config files so that xerces, which comes with the JDK is used instead of crimson.jar... Now I get the following errors when I try to access my JSP-files. At

RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Graham . Forte
Are you connected to the net? If not you have to put a local copy of dtd on ur machine, then point the web.xml that is inside your .war which is inside ur .ear file to the local copy. -Original Message- From: Prashant Sarode [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 18, 2001 4:36 A

[JBoss-user] Starup hangs when loading sqlserver-drivers.

2001-07-18 Thread Nicolas Serrador Ivering
Hi. I've downloaded and built the latest cvs snapshot. When XADataSourceLoader is loading the driver it hangs after the message "[PersonDB1] XA Connection pool PersonDB1 bound to java:/PersonDB1" The output from the server: JBOSS_CLASSPATH=:run.jar:../lib/crimson.jar:run.jar:../lib/crimson.ja

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Burkhard Vogel
Hi, just guessing here, but do you mean lost after passivation/activation? or lost when? If on passivation/activation this is because primitives are not Serializable (However if the class implements Serializable? Heck, who knows this?). Burkhard - Original Message - From: "jK.MkIII" <[EMAI

Re: [JBoss-user] javax.naming.NameNotFoundException: Invalid name:/TransactionMana ger Problem

2001-07-18 Thread Burkhard Vogel
Hi, have you commented out the part: 300 from your jboss.jcml? if so, don't do it! Transactions are needed by jboss. Burkhard - Original Message - From: "James Magee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 12:05 PM Subject: [JBoss-user] java

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Miguel Angel Medina Lopez
I think I'm using BMP, you can see the XML file following:* ejb-jar.xml:Impuestocom.logicFactory.tienda.ImpuestoHomecom.logicFactory.tienda.Impuestocom.logicFactory.tienda.ImpuestoEJBjava.lang.StringBeantrueejb/LogSessioncom.logicFactory.log.LogHomecom.logicFactory.log.LogLogjdbc/basedatosDSjav

Re: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Philipp Meier
On Wed, Jul 18, 2001 at 01:40:52PM +0200, Unico Hommes wrote: > I am trying to set a classpath environment variable in my ear file's > Manifest.mf like so : > > Class-Path: ejbutils-client.jar > > here's the directory structure of my ear: > > meta-inf/manifest.mf This

AW: [JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Jung , Dr. Christoph
Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs AFAICS you must set the classpath in the Manifest.mf of your myejb.jar and myweb.war  ...   CGJ -Ursprüngliche Nachricht-Von: Unico Hommes [mailto:[EMAIL PROTECTED]]Gesendet: Mittwoch, 18. Juli 2001 1

Re: [JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread jK.MkIII
Miguel Angel Medina Lopez wrote: Hi: I'm implementing an entity bean that manage persintence (BMP). I declare the entity variables with primitive types like float and boolean. The problem is that the values of these variables seem to be lost, but if I use a object from Float class (an not from fl

[JBoss-user] ear file manifest classpath problem ?

2001-07-18 Thread Unico Hommes
Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs I am trying to set a classpath environment variable in my ear file's Manifest.mf like so :   Class-Path: ejbutils-client.jar   here's the directory structure of my ear:   meta-inf/manifest.mf meta-inf/application.xml

SV: [JBoss-user] altered entity bean deployment

2001-07-18 Thread Lennart Petersson
In plain text: JAWS are not able to change you db table. Remove it manually and then deploy the bean again (or alternatively configure that JAWS should remove the table automatically during undeploy - but i warn you for this one uuuh it's really scary - just imagine someone altering you

[JBoss-user] security with jsp not working

2001-07-18 Thread Hajo Hindriks
Hi everybody, I am desperately in need for help.. My goal is to have a web-application that distinguishes 3 types of users. Anonymous (e.g. has no account), Traders and Admins. I went through the JAAS-example and I do have a database setup that is working with the examples (using my own database

Re: [JBoss-user] BMP and shared data

2001-07-18 Thread Miguel Angel Medina Lopez
It's work fine, I was using the configuration of other version of JBoss. Thank you very much. Miguel Ángel Medina López - Original Message - From: "Burkhard Vogel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 11:23 AM Subject: Re: [JBoss-user] BMP and share

RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Paul Austin
Title: RE: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs Prashant, The jms uses a directory to store data before it can send it. In this version of jboss this directory is not in the distribution. If you create the directory jboss\db\jbossmq and restart it will create al

[JBoss-user] Primitive Types in Entity beans

2001-07-18 Thread Miguel Angel Medina Lopez
Hi: I'm implementing an entity bean that manage persintence (BMP). I declare the entity variables with primitive types like float and boolean. The problem is that the values of these variables seem to be lost, but if I use a object from Float class (an not from float type) it's work well. Is th

[JBoss-user] javax.naming.NameNotFoundException: Invalid name:/TransactionManager Problem

2001-07-18 Thread James Magee
hello people, I get the following error when attempting to deploy the sample interest app. I am using jboss-2.1 and jdk1.3.0_02 Could anyone help please, I don't have a clue. Thanks very much. Jimmy. [J2EE Deployer Default] Create application interest.jar [J2EE Deployer Default] install module

AW: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Dragos Haiduc
Some DTD statement in the web.xml, perhaps?? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Prashant Sarode Gesendet: Mittwoch, 18. Juli 2001 11:36 An: [EMAIL PROTECTED] Betreff: [JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs W

[JBoss-user] RE: Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Prashant Sarode
Hi Burkhard/Paul, Thanks for ur kind reply. My JSPs are running fine now !!! I've one more doubt. Whenever I start my JBOSS Server v.2.2.2 (Tomcat v3.2.2 embedded) on NT5, it starts with an error message as follows: Error 1: == [JBossMQ] Cannot start the JMS server ! Invalid configura

Re: [JBoss-user] BMP and shared data

2001-07-18 Thread Burkhard Vogel
Hi, You are on 2.4, as the the container-conf doesn't look any familiar (I'm still on 2.2.2). And you did nothing except copying the applicable container-conf from standardjboss.xml to you jboss.xml and exchanged the default A to > B right??? This should work. Burkhard - Original Message ---

Re: [JBoss-user] NamingException killing me softly

2001-07-18 Thread Burkhard Vogel
Hi, Stripping to the relevant parts your mail leaves: try using: http://localhost:8082/InvokeAction//DefaultDomain%3Aservice%3DJNDIView/actio n=list?action=list¶m0%2Bboolean=true this will show you how everything isregistered in the JNDI namespace. You will find that your Hello Bean is bound to he

RE: [JBoss-user] Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Paul Austin
Title: RE: [JBoss-user] Embedded Tomcat with JBoss Not Able to Call JSPs Prashant, Where did you add the tools.jar to your classpath, if it is in your system classpath this will not be used as the default run script does not use the system class path. In the jbosa\bin\run.bat file you need

Re: [JBoss-user] EOFException using MDB with standalone JMS client and XAException - XAER_NOTA

2001-07-18 Thread Burkhard Vogel
Hi, concering the XAExceptions: they will usually go away if you use org.jboss.pool pooling implementation: DefaultDS org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl Burkhard - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesd

Re: [JBoss-user] Embedded Tomcat with JBoss Not Able to Call JSPs

2001-07-18 Thread Burkhard Vogel
Hi, again, sigh, search the achive on sun/tools/javac/Main and you find: YOU NEED TO INCLUDE tools.jar IN YOUR CLASSPATH!!! this is done automatically if you set an enviroment variable JAVA_HOME to point to your JDK root dir. Burkhard - Original Message - From: "Prashant Sarode" <[EMAIL PR

RE: [JBoss-user] altered entity bean deployment

2001-07-18 Thread Vincent Harcq
http://www.jboss.org/documentation/HTML/ch05s03.html > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de ALex > Loubyansky > Envoyé : mercredi 18 juillet 2001 10:27 > À : [EMAIL PROTECTED] > Objet : [JBoss-user] altered entity bean deployment > > >

Re: [JBoss-user] dbase is acting way too slow

2001-07-18 Thread Burkhard Vogel
Hi, thats where the delay is from Your getConnection is not the way you should obtain connections in an app-server!!! you don't use the connection-pooling stuff. do: have a private DataSource _dataSource; in your class, private Connection getConnection() throws SQLException {

RE: [JBoss-user] Jboss and sapdb

2001-07-18 Thread Vincent Harcq
http://www.jboss.org/documentation/HTML/ch06s08.html > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de Hermann > RANGAMANA > Envoyé : mercredi 18 juillet 2001 10:02 > À : [EMAIL PROTECTED] > Objet : Re: [JBoss-user] Jboss and sapdb > > > Hi all, > >

[JBoss-user] altered entity bean deployment

2001-07-18 Thread ALex Loubyansky
hi I developed an enitity bean with two cmp fields and deployed it. Then I added to it one more cmp field and deployed it again. But I can't work with it. Because table in Hypersonic still has only two fields. How can I solve it? ALex ___

[JBoss-user] BMP and shared data

2001-07-18 Thread Miguel Angel Medina Lopez
Hi: I'm using JBoss with postgres 7.0 and I'm creatind a BMP entity bean. The problem is that if I update the database from ther client, like SQL script, the entity bean doesn't update its variables with the new data. I suppose it occur for server caching and the solution could be to change the co

Re: [JBoss-user] Jboss and sapdb

2001-07-18 Thread Hermann RANGAMANA
Hi all, how can specify commit options for entity beans ?? --Hermann PS : Forgive for the elementary question ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Jboss and sapdb

2001-07-18 Thread Samuel Franklyn
I use JBoss with SAPDB they work quite well however I have experience minor quirk. Since SAPDB JDBC driver only supports JDBC 2.0 and not its standard extension I have to use Minerva wrapper. Examples in EJB Spec and Java Blueprint for J2EE shows that I must retrieve connection, get UserTransactio