Re: [JBoss-user] Problems implementing security (ServiceUnavailableException)

2001-05-29 Thread Pelle Poluha
Hello and thanks for trying to help me out. But it's not that. I do something like this to connect to the JNDI provider: Properties props=loadProps(); props.put("java.naming.factory.initial",props.getProperty("NamingFactory")); props.put("java.naming.provider.url"

Re: [JBoss-user] Problem with stateless session bean BMP on Postgresql 7.1.1, JBoss 2.2.1

2001-05-29 Thread Kobi Schecider
Thanks, Dan. I switched to jndi and everything works fine. The new code looks like: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup("java:/DBPool"); Connection conn = ds.getConnection(); // do the db work. Kobi >From: "danch (Dan Christopherson)" <[EMAIL PRO

[JBoss-user] start up file in JBOSS/TOMCAT

2001-05-29 Thread Venkat Ammisetty
Hi friends I would like to know where the JBOSS/TOMCAT startup file exits. Just like sartup file in Weblogic. I find two file jboss.conf and jboss.jcml I hope any one of these file is startup file. if any one know through some light on me. Thank's in advance Venkat Ammisetty

Re: [JBoss-user] ejb deploying: part2

2001-05-29 Thread Guy Rouillier
Your JSP engine doesn't have the classes in your jar file in its classpath. Put the home and remote interface classes into the classpath for your JSP engine. This is typically done via jar files, but that is not required. - Original Message - From: "ALex Loubyansky" <[EMAIL PROTECTED]> T

Re: [JBoss-user] communication between two jboss server

2001-05-29 Thread Guy Rouillier
A little more information please. What types of EJBs are these? I have multiple stateless session beans communicating across computers with no problems. What type of transaction parameters are you specifying? - Original Message - From: "babu das" <[EMAIL PROTECTED]> To: <[EMAIL PROTECT

Re: [JBoss-user] (no subject)

2001-05-29 Thread Guy Rouillier
The only thing you need to modify on the remote client machine is jndi.properties so that java.naming.provider.url points to the proper server instead of "localhost". You do not need JBoss on every computer, but you will need one or more JARs from jboss/client. - Original Message - From:

Re: [JBoss-user] How to precompile JSPs using Ant?

2001-05-29 Thread Guy Rouillier
JBoss is an EJB app server, so by itself it does not process JSPs. So I'm assuming you are running one of the bundled packages (JBoss+Tomcat or JBoss+Jetty.) Don't know about Jetty, but Tomcat has jspc. - Original Message - From: "Chris Dole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>

[JBoss-user] Invalid initial heap size

2001-05-29 Thread David Ward
Running Red Hat 7.1 (Intel) with Java2 SDK v1.3.1 FCS... I know this isn't perfectly appropriate for this list, but I'm desparate... I can run java, but not javac, jar, or other tools. I always get the error: Invalid initial heap size: -Xms8m Could not create the Java virutal machine. It's dif

Re: [JBoss-user] petstore 1.1.2 build.xml problem?

2001-05-29 Thread Maarten Roosendaal
jdk1.3 and i also use j2ee 1.3 - Original Message - From: "Cuong Tran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 5:14 PM Subject: Re: [JBoss-user] petstore 1.1.2 build.xml problem? > > What's your jdk? > > --- mroosendaal <[EMAIL PROTECTED]> wrote: > > Hi,

Re: [JBoss-user] Petstore1.1.2 & mySQL (no cloudspace or j2eesdk)

2001-05-29 Thread Maarten Roosendaal
I'm trying that too, but rebuilding and deploying the petstore is causing me problems. If you want to use another db you have to change certain files in the petstore but i'm not sure that is sufficient. Let me know how far you get. Maarten - Original Message - From: "Faisal Abdallah" <[EM

[JBoss-user] How to precompile JSPs using Ant?

2001-05-29 Thread Chris Dole
Hello, Can anyone tell me whether it is possible to precompile JSP files for JBoss, and if so, then how to do it with Ant? I scanned the docs and mail archives but did not find anything on this. Thanks for any and all information! Chris ___ JBoss-

[JBoss-user] CMP Entity with sequence for Primary Key

2001-05-29 Thread Stephen W. Gevers
I am using a Postgres database and a table with the following definition: CREATE TABLE "customer" "cid" int4 DEFAULT nextval('customer_uid_seq'::text), "name" character(50), "addr1" character(50), "addr2" character(50), "city" character(30), "state"

RE: [JBoss-user] .properties location?

2001-05-29 Thread Penn
Another way is to put the properties file at the same location as the class file. getBundle("package.XXX", locale); I'm looking at a way to put it under Web-INF folder together with other xml files... Penn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Beh

Re: [JBoss-user] Problem with assumeJavaPrefix

2001-05-29 Thread Scott M Stark
Set the "org.jboss.metadata.ApplicationMetaData.assumeJavaPrefix" system property to false. - Original Message - From: "Robert Watkins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 6:50 PM Subject: [JBoss-user] Problem with assumeJavaPrefix > How do I disable

[JBoss-user] Installation problem javax.management.ServiceNotFoundException

2001-05-29 Thread Mohammad Abed
I really would appreciate help with this error, I have installed JDK1.3.1 and JBoss-2.2.1. I get the follwoing erro when i try to start JBoss. javax.management.ServiceNotFoundException: The specified URL is null at javax.management.loading.MLet.getMBeansFromURL (MLet.java:367)

[JBoss-user] Problem with assumeJavaPrefix

2001-05-29 Thread Robert Watkins
How do I disable assumeJavaPrefix? My situation is this: I have a JMS Factory defined and bound to a location in my global JNDI namespace. I wish to access this factory from an EJB. I ended up with a jboss.xml file for the EJB like this: PaymentCommandExecutor PSNG.Payment

[JBoss-user] help

2001-05-29 Thread xuwh
please cancel my account. my email list address is [EMAIL PROTECTED]     thanks!  

[JBoss-user] CMP auto create table

2001-05-29 Thread Shen, Yi
Hi, I am new to the JBoss and currently have a question: I am using CMP with Sybase. The problem I met is when JAW automatically generate the table, all columns are not-null. Does anyone know where I could override this default setting? Thanks a lot! _

RE: [JBoss-user] Highest performance open source servlet engine

2001-05-29 Thread James Cook
no jetty there, but I was trying to point out that Resin is one of the fastest, opensource servlet containers out there. jim > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Julian > Gosnell > Sent: Tuesday, May 29, 2001 4:50 AM > To: [EMAIL PROTECT

RE: [JBoss-user] Database inserts via stateless session beans

2001-05-29 Thread Allen Fogleson
You dont by any chance have the transaction-type set to bean in the deployment descriptor do you? Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Norton Lam Sent: Tuesday, May 29, 2001 5:44 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Database ins

RE: [JBoss-user] Jboss+Tomcat

2001-05-29 Thread Lucas McGregor
If you are using JBoss, you are probobly using their JNP JNDI implementation. Your client code is probably using the jndi.properties, which by default contains the url rmi://localhost:1099. What you want is for your jndi.properties file to match the seetings in your jnp.properties file. I found

RE: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Robert... --On Wednesday, May 30, 2001 8:42 AM +1000 Robert Watkins <[EMAIL PROTECTED]> wrote: > Hunter Hillegas wrote: >> If the beans are all running on the same server, what is the >> difference >> (assuming no cluster)? > > I don't want to steal Jim's thunder, but I thought I'd jump in a

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Hunter... --On Tuesday, May 29, 2001 2:52 PM -0700 Hunter Hillegas <[EMAIL PROTECTED]> wrote: > If the beans are all running on the same server, what is the difference > (assuming no cluster)? In adition to what Robert said, always keep in mind that what a server vendor does under the cove

Re: [JBoss-user] EJB 2.0 QL

2001-05-29 Thread Jim Archer
Hi Hunter... --On Tuesday, May 29, 2001 3:19 PM -0700 Hunter Hillegas <[EMAIL PROTECTED]> wrote: > How do you get something similar to SQL "ORDER BY" in EJB QL? You can't. MVC Soft is planning a propritary extension to provide for this, but a strict implementation of QL can't do it, as of PFD

[JBoss-user] Load questions

2001-05-29 Thread kevin1
Hi all, I'm just wondering about load issues with JBoss. My applications will have to deal with high traffic, and I was wondering, what mechanism exists to provide scalability? For example - if I am working with clustered web servers, how would I set up JBoss to deal with that? ___

RE: [JBoss-user] Error when getting a reference

2001-05-29 Thread Lucas McGregor
I had a similar problem because I didn't have the java.naming.provider.url in my jndi.properties file. It sounds like your code is trying to use some default URL to lookup remote objects. Make sure that you jndi.properties file is in your classpath and that it has a line like: java.naming.provi

RE: [JBoss-user] EJB 2.0 QL

2001-05-29 Thread John Moore
Title: RE: [JBoss-user] EJB 2.0 QL column; don't put the "order by" string inside of the tag. -Original Message- From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 3:19 PM To: JBoss 2 Subject: [JBoss-user] EJB 2.0 QL How do you get something similar t

RE: [JBoss-user] Dependent Objects

2001-05-29 Thread Robert Watkins
Hunter Hillegas wrote: > If the beans are all running on the same server, what is the > difference > (assuming no cluster)? I don't want to steal Jim's thunder, but I thought I'd jump in and answer this as I've spent a lot of time looking at this recently. In most app servers, you would still h

Re: [JBoss-user] Problems implementing security (ServiceUnavailableException)

2001-05-29 Thread Scott M Stark
How is the jndi.properties file provided to the client? The exception your getting appears to be a simple failure to connect to the JNDI provider. - Original Message - From: "Pelle Poluha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 28, 2001 12:47 AM Subject: [JBoss-use

[JBoss-user] jBoss/Apache/SOAP/VB CLient

2001-05-29 Thread CmdrFlesh
Hi everybody, what do I have to do to realize the following: 1. A server machine running jBoss and Apache. 2. Client machines with Visual Basic clients. 3. The VB client *makes* RPC with the EJBs in jBoss via SOAP. Ok, I already installed jBoss and Apache on my server, but I don't know how to e

Re: [JBoss-user] Security in JBoss

2001-05-29 Thread Scott M Stark
I'll add support for externalizing the RMI socket factories so that you can use that approach. A future version of the jnp provider will allow for secured access based on Java2 permissions. - Original Message - From: "Sampsa Ranta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday

[JBoss-user] EJB 2.0 QL

2001-05-29 Thread Hunter Hillegas
How do you get something similar to SQL "ORDER BY" in EJB QL? -- Hunter Hillegas [EMAIL PROTECTED] Straight Shooter With Upper Management Written All Over ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss

[JBoss-user] securing port 8082

2001-05-29 Thread Kadir Wijaya
hi all, I try to secure 8082 port. I followed the instruction provided by Vladimir Blagojevic couple weeks ago. http://www.mail-archive.com/jboss-user@lists.sourceforge.net/msg03359.html I subclassed the HtmlAdaptorServer as follows: package org.jboss.util; import com.sun.jdmk.comm.HtmlAdaptor

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Hunter Hillegas
Jim, Thanks for the great description... If the beans are all running on the same server, what is the difference (assuming no cluster)? Are security/transaction/etc... still managed by the container if you access a bean via a local interface? Does anyone know if MVCSoft supports local interfac

[JBoss-user] cmp-field not found

2001-05-29 Thread Andre [EMAIL PROTECTED]
We are getting a real funny error when deploying some ejb's in JBOSS. JBoss keep on telling us that a specific field is not a field in our EJB. The specifid error : "cmp-field fileSourceNo is not a field in ejb class com.didata.itax.payment.sars.efiles.FileTypeInfoCMP" (Stack Trace below !) Thi

Re: [JBoss-user] Dependent Objects

2001-05-29 Thread Jim Archer
Hi Hunter. They are by no means thought of as worthless. However, there was a debate about whether or not they were the best way to accomplish what they did accomplish. As you probably know, EJB 1.1 has a serious deficiency in that it does not support relationships between EBs well. If you wa

[JBoss-user] Database inserts via stateless session beans

2001-05-29 Thread Norton Lam
Hi, all, I'm getting some strange behavior with my code and I was hoping someone would be able to give me some hints as to what I'm doing wrong. I have a stateless session bean that is doing a database insert. I have log messages printing before the PreparedStatement argument settings and after

Re: [JBoss-user] Losing principal from tomcat servlet, and yet authenticated

2001-05-29 Thread Scott M Stark
The documentation describes an external client that has its own auth.conf login configuration file. To perform a client login within the same VM as the application server you need to either change the server's auth.conf file to have the "other" configuration section equal to that of the default cl

[JBoss-user] Stateless Session Bean Calling CMP Bean

2001-05-29 Thread Dave, Pragnesh
Greetings ! Gang, I am running into a slight problem related to JNDI config under JBoss. I am calling a CMP Bean(Facility) from a Stateless Session Bean(RFAdminTickets). Each bean is in a separate jar file. Whenever from the client side I call a method of the stateless session bean which calls CM

Re: [JBoss-user] runAsMode and runAsIdentity

2001-05-29 Thread Scott M Stark
A run-as element was added as part of the EJB2.0 spec and that will be implemented in 2.3 of JBoss in the near future. There is no support for runAsIdentity or runAsMode. - Original Message - From: "Hiep Luong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 12:49

Re: [JBoss-user] runAsMode and runAsIdentity

2001-05-29 Thread Mikhail Akopov
> Also in Weblogic you can set the Max number of instances of a session bean > in the deployment descriptor. I don't find this anywhere in jboss. jBoss documentaion says that all the requests to session beans are served in fact by the only instance. _

Re: [JBoss-user] any public/free mail server?

2001-05-29 Thread Bart Guijt
How about Jakarta James? Licensed Apache style, check out http://jakarta.apache.org/james/ /BG - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 6:51 PM Subject: RE: [JBoss-user] any public/free mail server? > Hello, >

RE: [JBoss-user] runAsMode and runAsIdentity

2001-05-29 Thread Ferguson, Doug
I have never heard of runAsMode or runAsIdentity must be some proprietary weblogic crap. It isn't in the spec. If explain the feature, maybe someone can help. As far as the Max number of instances, you can configure beans through the use of jboss.xml Check out the manual and read about Container

[JBoss-user] Problem deploying a simple bean

2001-05-29 Thread Sean Schofield
I'm trying to deploy a simple example bean (the CabinBean from the O'Reilley book).  I followed the instructions in the jboss documentation but I noticed that things didn't seem to go as expected based on this documentation.   I go up to the point where I saw that the bean was bean verified

[JBoss-user] runAsMode and runAsIdentity

2001-05-29 Thread Hiep Luong
I am new to EJB and Jboss, can anyone tell me where I can set runAsMode and ranAsIdentity. I thought I would find them in the deploment descriptor xml file but nada. I also did a text search of the sun 1.1 spec and got nothing?? Also in Weblogic you can set the Max number of instances of a sessi

RE: [JBoss-user] Stopping JBoss

2001-05-29 Thread Ferguson, Doug
This is still utilizing the http front-end to the mbean server which sunliscensing prohibits you to use in production. Remember to disable this whenever you go live. d. -Original Message- From: Mike Hoolehan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 1:12 PM To: [EMAIL PROTE

[JBoss-user] Losing principal from tomcat servlet, and yet authenticated

2001-05-29 Thread Grim Shieldsson
This seems like the same problem that Lewis Henderson was having a bit ago. He didn't appear to receive any on-list help, so I'm hoping for better results :) Here's what I'm getting: [] Base setup.. really need to move these into the setup for the EJB stuff. [] login( Anonymous, anonymous) [] Cre

[JBoss-user] Petstore1.1.2 & mySQL (no cloudspace or j2eesdk)

2001-05-29 Thread Faisal Abdallah
Hi all I am close to install petstore1.1.2 on Jboss2.2 & mySQL Anybody doing the same! ...so me might (together) make it work.. Faisal Abdallah ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] installation problems II

2001-05-29 Thread danch (Dan Christopherson)
Probably. I believe that java will load that automatically, but JBoss needs the newer version from its own lib directory. kevin1 wrote: > Yes - I have xerces.jar in my $JAVA_HOME/jre/lib/ext directory > > Is this a problem? > > ___ > JBoss-user mail

[JBoss-user] (no subject)

2001-05-29 Thread paul tamas
Hi, I am new to JBoss and have been developed a test-EJB(it works!) to interface a DB. Untill now I have been followed the example found in chapter 1 of jBoss' online documentation(interest-client). Now I would like to move the client on a diffrent machine. Could somebody explain what do I h

Re: [JBoss-user] Dealing with My Data Correctly...

2001-05-29 Thread Mike Hoolehan
The level of coarseness you use to represent business objects as beans is one of the engineering decisions involved in using J2EE. There's no simple rule, and your solution may depend on what factors are important to you or your clients. If you're using CMP, you may be forced into using a bea

Re: [JBoss-user] Stopping JBoss

2001-05-29 Thread Mike Hoolehan
Yep, there's a class in the cvs repository that does command line shutdown using the shutdown mbean. Source below... On (29/05/01 19:09), Jonas Bergström wrote: > Hi all. > > Is it possible stop JBoss from the command line, just as it is with Tomcat? > I want to schedule JBoss start and stop w

Re: [JBoss-user] installation problems II

2001-05-29 Thread kevin1
Yes - I have xerces.jar in my $JAVA_HOME/jre/lib/ext directory Is this a problem? ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Dealing with My Data Correctly...

2001-05-29 Thread Hunter Hillegas
I have a few tables: songs: song_id, song_name, song_uri, category_id (FK->categories), format_id (FK->formats) categories: category_id, category_name formats: format_id, format_name Since each is their own table, I assume that if I want to use entities, I need one for each type... Still, when

Re: [JBoss-user] installation problems II

2001-05-29 Thread danch (Dan Christopherson)
Do you have a JAXP or other xml parser in your classpath? kevin1 wrote: > I am trying to run the JBoss/Jetty binary. I get: > > Exception in thread "main" [Default] > javax.xml.parsers.FactoryConfigurationError: > org.apache.crimson.jaxp.DocumentBuilderFactoryImpl > [Default] at > javax.

[JBoss-user] Dependent Objects

2001-05-29 Thread Hunter Hillegas
I remember quite a few folks being glad that DO's got removed from the EJB2.0 spec... I'm reading the MVCSoft manual which still contains them and I'm trying to remember why they were considered worthless... Is there something else that does the same thing? Hunter _

[JBoss-user] EJB2.0 QL Questions

2001-05-29 Thread Hunter Hillegas
I'm looking over EJBQL and I have a question... 1. How is "LIMIT" addressed? Do this exist? If not, is there a way to get any of this functionality? Hunter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jbo

[JBoss-user] installation problems II

2001-05-29 Thread kevin1
I am trying to run the JBoss/Jetty binary. I get: Exception in thread "main" [Default] javax.xml.parsers.FactoryConfigurationError: org.apache.crimson.jaxp.DocumentBuilderFactoryImpl [Default] at javax.xml.parsers.DocumentBuilderFactory.newInstance(DocumentBuilderFactory.java:154) [Defaul

[JBoss-user] Stopping JBoss

2001-05-29 Thread Jonas Bergström
Hi all. Is it possible stop JBoss from the command line, just as it is with Tomcat? I want to schedule JBoss start and stop when running my tests. I guess it would be possible to do it on windows by using services, but I want to do it the same way both on windows and unix/linux/*. Thanks / Jona

RE: [JBoss-user] any public/free mail server?

2001-05-29 Thread Sacha Labourey
Hello, > I want to use the JavaMail API in Jboss, but I don't have a mail server. > Does anyone know any free (under GPL) mail server that can run on NT (or > Java platform)? alternatively, I can also use any public email host that > allow direct SMTP access to their mail server, so I can refer >

RE: [JBoss-user] any public/free mail server?

2001-05-29 Thread Paul D Austin
Title: RE: [JBoss-user] any public/free mail server? Ben, As always the apache group comes to the rescue with James (Java Apache Mail Enterprise Server) http://jakarta.apache.org/james/index.html Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behal

[JBoss-user] any public/free mail server?

2001-05-29 Thread Ben Hui
Hi, I want to use the JavaMail API in Jboss, but I don't have a mail server. Does anyone know any free (under GPL) mail server that can run on NT (or Java platform)? alternatively, I can also use any public email host that allow direct SMTP access to their mail server, so I can refer JBoss to the

Re: [JBoss-user] Problem with stateless session bean BMP on Postgresql 7.1.1, JBoss 2.2.1

2001-05-29 Thread danch (Dan Christopherson)
Kobi Schecider wrote: >conn = DriverManager.getConnection( >"jdbc:postgresql://myhost/mydb", "id", "pwd"); don't do that! Get the connection by looking up a DataSource from JNDI. There are a lot of examples of how to do this out on the web and in print. Conf

Re: [JBoss-user] CMP with Hypersonic

2001-05-29 Thread danch (Dan Christopherson)
Is your transaction specified as one of Required, RequiresNew, or Mandatory? jbossmail wrote: > Hi, > > I am trying to use CMP with Hypersonic(JBoss 2.2.1 with Tomcat 3.2.1). > It seems that after doing eg. empHome.create(1, "test"); the data is stored > in cache and it is not commited to the d

Re: [JBoss-user] petstore 1.1.2 build.xml problem?

2001-05-29 Thread Cuong Tran
What's your jdk? --- mroosendaal <[EMAIL PROTECTED]> wrote: > Hi, > > I've posed questions related to this subject before but i still have the > problem. When i rebuild the petstore 1.1.2 i get the following error: > [error] No local string for enterprise.deployment.application.description > I

[JBoss-user] JAAS security timeout?

2001-05-29 Thread Alex Radka
I have JBoss setup using JAAS with the username, passwords, and roles stored in a DB.   Everythihng works fine, but if seems that if no one logs in for awhile, it loses some information and won't let you login unitl you restart JBoss.  Specifically, it looks like it loses the information to l

AW: [JBoss-user] Passivate.

2001-05-29 Thread Sternagel Annegret (PN-SYS/DAS)
Check the types of the data members of the session beans. All bean members of a class must be serializable so they can be passivated. Annegret > -- > Von: Alefia Lotia[SMTP:[EMAIL PROTECTED]] > Antwort an: [EMAIL PROTECTED] > Gesendet: Dienstag, 29. Mai 2001 12:22 > An: [EMAIL

[JBoss-user] JMS: Cannot write a persistent message to a temporary destination

2001-05-29 Thread Bernin, Olivier
Hi all, I'm using a QueueRequestor to send a request and get a response from a bean. Another client receive the JMS request, and sends it to the reply to destination. I get the following error, while trying to send it: java.rmi.RemoteException: ; nested exception is: javax.jms.JMSExcept

Re: [JBoss-user] JBOSS SERVER STARTS WITH SYNTAX ERROR -- HELP

2001-05-29 Thread Bas Cancrinus
Pradeep Prasad wrote: >Hi , > >I have started using JBOSS for EJB. >When I trying to start server by executing run.bat >file ,it does start but it gives syntax error twice >before giving various pages of output. >Can anybody let me know why is that happening. > >Is there some problem with paths.

Re: [JBoss-user] JBOSS SERVER STARTS WITH SYNTAX ERROR -- HELP

2001-05-29 Thread Georg Rehfeld
Hi Windows users, > When I trying to start server by executing run.bat > file ,it does start but it gives syntax error twice > before giving various pages of output. I've seen similar questions on this list. First thing to do with syntax errors or 'command not found' or similar messages from the

Re: [JBoss-user] .properties location?

2001-05-29 Thread Mikhail Akopov
> put the properties file in the conf/default directory... > If ur properties file name is xxx_en_US.properties strange... application resource files has to be put to server's conf directory... servlet properties has to be put into jBoss conf... strange. Tomcat's example contains servlet prop

Re: [JBoss-user] XML Parse Time slow

2001-05-29 Thread James Cook
Store your parser in a static variable in your SLSB. If it does not support multithreading you could use a rudimentary object pool. Another option that is probably better is to store your parser in a class member variable. This will cause your parser to be initialized in each instance of a SLSB, b

[JBoss-user] communication between two jboss server

2001-05-29 Thread babu das
sir, In our case we have two server. One server is the local server and the other one is the remote server. In both these servers Jboss is running. The problem is the local jboss server should contact the remote jboss server inorder to pass on the data from the local server to the remote se

[JBoss-user] JBoss hangs after SocketException

2001-05-29 Thread Matthias Krause
Hi, In my program, I use a user management. Every user has his own ID. When the same user make multi requests to my JSP, i get a few messages like this below and after JBoss hangs. 2001-05-29 02:09:10 - PoolTcpEndpoint: Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8082] ignored ex

RE: [JBoss-user] download org.xml.sax

2001-05-29 Thread Belli Andrea
you can find it on the SAX web page on http://www.megginson.com/SAX/Java/index.html or in the site XP, the SAX parser  of James Clark on http://www.jclark.com/xml/xp/index.html -Original Message-From: Reddy [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 29, 2001 10:54 AMTo: [EMA

[JBoss-user] JMS client for MDBs

2001-05-29 Thread Gregor Skibka
Hello, I'm trying to start a simple code example for a client using MDBs. It seems there is a problem with the property file content. After initializing lookup context the following exception is thrown: javax.naming.CommunicationException: Can't find SerialContextProvider at com.sun.ente

RE: [JBoss-user] Jboss+Tomcat

2001-05-29 Thread Belli Andrea
during the initialization, it deploys the jar of your bean? -Original Message- From: Yuval Koren [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 2:41 PM To: '[EMAIL PROTECTED]' Subject: [JBoss-user] Jboss+Tomcat i'm using jboss 2.2.1 and tomcat 3.2.1 on NT 4.0 machine. When tryin

[JBoss-user] Problems implementing security (ServiceUnavailableException) - repeated

2001-05-29 Thread Pelle Poluha
Hello again! Sorry about repeating this request for help but I'm really stuck. Here's my post again: --- I'm trying to implement JAAS based security in accordans with the document "JAAS Based Security in JBoss" at the JBoss site and I've followed and implemented every step of the tutorial. But

Re: [JBoss-user] dtd error or deployment error?II

2001-05-29 Thread mroosendaal
Sorry, the file web.xml (J2EE) is looking for is http://java.sun.com/dtd/web-app_2_3.dtd And i can locate and see it so there shouldn't be a problem. - Original Message - From: "Nicolai P Guba" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 29, 2001 12:18 PM Subject: Re: [J

[JBoss-user] Jboss+Tomcat

2001-05-29 Thread Yuval Koren
i'm using jboss 2.2.1 and tomcat 3.2.1 on NT 4.0 machine. When trying to invoke a bean through a servlet i'm getting the following msg on the tomcat window: "We were unable to get a connection to the Naming Service at localhost:1099 Please make sure that the server is running." 1. The jboss initia

Re: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread mroosendaal
it refers to http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd";> and i am connected to the Net. I'll download it and see what happens. I guess you replace PUBLIC with SYSTEM? Could this also be the cause of the error i get when rebuilding the petstore (no local string for enterprise.deployment.appl

Re: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread mroosendaal
Nope, it has something to do with the deployment descriptor (petstore): estore_ejb.xml, the build.xml or something in j2ee (the web.xml uses a non-existent dtd). I don't think it has something to do with jboss.   I'll keep trying it, if you find anything please let me know.   Thanks, Maarten

[JBoss-user] Passivate.

2001-05-29 Thread Alefia Lotia
I am using session beans in my project. If the bean is not being used, the server trys to passivate it. However, i get tons of exceptions that it could not passivate the bean. Any clues? __ Do You Yahoo!? Yahoo! Auctions - buy the things you want

Re: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread Nicolai P Guba
> "m" == mroosendaal <[EMAIL PROTECTED]> writes: m> Hi, 'ello m> When i deploy the petstore in Jboss i get the following error: m> [J2EE Deployer Default] Starting module petstore.war [Auto deploy] m> XmlMapper: Can't find resource for entity: -//Sun Microsystems, In m> c.//DTD Web Applic

R: [JBoss-user] dtd error or deployment error?

2001-05-29 Thread Simon BATESON
did you work out how to solve the "No local string for enterprise.deployment.application.description" error when running petstore's build.bat file?   if so, please tell   simon   - Original Message - From: mroosendaal To: [EMAIL PROTECTED] Sent: Tuesday, May 29,

[JBoss-user] dtd error or deployment error?

2001-05-29 Thread mroosendaal
Hi,   When i deploy the petstore in Jboss i get the following error: [J2EE Deployer Default] Starting module petstore.war[Auto deploy] XmlMapper: Can't find resource for entity: -//Sun Microsystems, Inc.//DTD Web Application 2.3//EN --> http://java.sun.com/dtd/web-app_2_3.dtd "null"2001-05-2

[JBoss-user] stopping/restarting embedded tomcat only.

2001-05-29 Thread Noels Jeroen
Hi, When I use the remote admin interface on port 8082 to stop the embedded tomcat service, then the entire JBoss-suite seems to stop. Is there a wey to stop, or at least restart, tomcat only? The point is that I want web.xml to be read again, without having to restart the entire jboss-suite. Je

RE: [JBoss-user] Highest performance open source servlet engine

2001-05-29 Thread Julian Gosnell
Very nice - but I don't see any mention of Jetty here. has anyone any firsthand experience of tomcat and jetty running with JBoss that they would like to share with us? I could port some stuff, but coming from the jboss-jetty maintainer, it's objectivity might be considered compromised ! Jules

Re: [JBoss-user] JBoss on Linux

2001-05-29 Thread Julian Gosnell
Try giving the JBoss-Jetty bundle a whirl. This lacks some of the more front-line fnality (JAAS integration), but I believe that Jetty handles load better. You won't know if don't try! Jules --- Jim Archer <[EMAIL PROTECTED]> wrote: > Hi Hunter... > > We have jBoss 2.2.1 running on Debian/Lin

[JBoss-user] download org.xml.sax

2001-05-29 Thread Reddy
Hai, Kindly tell me from which site I can download the file, I would appreciate you would send earliest reply.   org.xml.sax   reg, kyreddy