Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread Rama Rao
Hi, You can go to jboss_home/bin directory and type java -jar jndiView.jar. That will display all the beans bound to your JNDI tree. bye rama rao - Original Message - From: Dinesh [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 2:06 PM Subject: [JBoss-user] How can i

[JBoss-user] URGENT

2001-05-25 Thread Shake
Hi, I 'm trying to run a simple ejb pog.But when I run the jsp in the Browser I get erros like this please help Error: 500 Location: /examples/jsp/interest.jspInternal Servlet Error:javax.servlet.ServletException: sun/tools/javac/Main at

Re: [Re: [JBoss-user] How can i view the deployed Beans JNDI name]

2001-05-25 Thread Dinesh
hi, Thanx for responding. But i don't see any jar file named jndiView.jar in the bin directory. I can see only BeanCacheMonitorJMS BeanCacheMonitorJMX.jar run.jar. I am using jboss server 2.2.1. Is there any way to see the jndi tree. looking forward for ur reply.. thanx, dinesh.

Re: [JBoss-user] [Security]Method Permission

2001-05-25 Thread arionyu
What approach would you use for that scenario? Thanks Arion [EMAIL PROTECTED]

[JBoss-user] Re: [Re: How can i view the deployed Beans JNDI name]

2001-05-25 Thread Ralf Purnhagen
Have a look at http://localhost:8082 - JNDIView - list Ralf Dinesh wrote: hi, Thanx for responding. But i don't see any jar file named jndiView.jar in the bin directory. I can see only BeanCacheMonitorJMS BeanCacheMonitorJMX.jar run.jar. I am using jboss server 2.2.1. Is

RE: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread Richard Conway
I too am experiencing this problem. I get... [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN ALREADY EXISTING BEAN, ID = o18 a0 pa16087 ... when the EJBs create method is called. The third parameter in the primary key (pa=16087) is obtained as the nextval from an Oracle

[JBoss-user] jboss/petstore/no resource manager found error

2001-05-25 Thread Simon BATESON
hello everyone i managed to temporarily bodge my way around the following errors when deploying petstore: [Container factory] No resource manager found for jdbc/EstoreDataSource [Container factory] No resource manager found for jdbc/EstoreDataSource [Container factory] No resource manager found

RE: [JBoss-user] DTDs

2001-05-25 Thread HENRY, Bertrand
Please, if somebody tells you, could you send me the solution ? -Message d'origine- De: Keerthi Panneer [SMTP:[EMAIL PROTECTED]] Date: jeudi 24 mai 2001 08:16 À:[EMAIL PROTECTED] Objet:[JBoss-user] DTDs Hi all, Where would i get the DTDs for all the configuration

RE: [JBoss-user] URGENT

2001-05-25 Thread Reynir Hübner
you have to put tools.jar into tomcat/lib at least it looks like that could be your problem. -r -Original Message- From: Shake [mailto:[EMAIL PROTECTED]] Sent: 26. maí 2001 02:41 To: [EMAIL PROTECTED] Subject: [JBoss-user] URGENT Hi, I 'm trying to run a simple ejb pog.But when

[JBoss-user] failed db connection (MySQL)

2001-05-25 Thread mroosendaal
Hi, I've embedded Tomcat with JBoss and i'm using MySQL for DB-server. I've created a db called petstore, changed the jboss.jcml: mbean code="org.jboss.jdbc.XADataSourceLoader" name="DefaultDomain:service=XADataSource,name=petstore" attribute

RE: [JBoss-user] DTDs

2001-05-25 Thread p_d_austin
The faq on the jboss site has this information http://www.jboss.org/business/faq.html#FAQ-ADMIN-JAWSDTD -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of HENRY, Bertrand Sent: 25 May 2001 10:10 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] DTDs

[JBoss-user] Jbuilder4 Ent. ed.

2001-05-25 Thread belou
Hello all, I have tried to run jboss in jbuilder 4 Ent. Ed. following exactly the documentation. The root error seems to be : java.lang.NoSuchMethodError: javax.xml.parsers.DocumentBuilderFactory: method isIgnoringElementContentWhitespace()Z not found what does that mean?? What should i do??

Re: [JBoss-user] JBoss 2.2.1 and Windows 2000

2001-05-25 Thread Michael Haupt
Hello again, Michael Haupt wrote: I am trying to use JBoss 2.2.1 on Linux as well on Windows 2000. While everything is quite fine on Linux, JBoss won't start on Windows 2000. Below is what it says. [...] I fixed it by installing Sun's JDK 1.3.1. It doesn't seem to be working with IBM's

[JBoss-user] flushing the XA connection pool

2001-05-25 Thread mroosendaal
Is there someway to flush the connection pool, because i now get javax.naming.NameAlreadyBoundException. I changed the Pool name from the jboss.jcml a few times but i only want to use one for the petstore app. Thanks, Maarten

RE: [JBoss-user] automatic generated primarykey ???

2001-05-25 Thread Fejes András (Amdocs)
Try the attached sample. There are two session bean. One of them is a 'id generator': it can be access through a singleton object that provides the syncronization. The second one is a test bean: it will use the id generator. One fault of this approach is you can access the DB through the the

R: [JBoss-user] flushing the XA connection pool

2001-05-25 Thread Simon BATESON
you need to also edit the jboss-auto.jcml as well - it makes a 'snapshot' of the mbeans during runtime, and reloads them when you restart tomcat. it can be quite annoying when you're getting started with jboss and are making changes to jboss.jcml and restarting, only to find that the

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Howard Ginsburg
I tried using a topic instead and am getting the same failed persistence. The jbossmq file for my topic does grow in size, but the messages never get sent to my mdb when the server restarts. Any additional thoughts would be greatly appreciated. -Original Message- From: Ginsburg, Howard

[JBoss-user] ejbActivate not called

2001-05-25 Thread Cor Hofman
As strange as it might sound my ejbActivate method in my BMP entity bean does not get called. I am still using JBoss2.1 pre. Has anyone experienced the same behaviour? What could I be doing wrong ? Regards, Cor. ___ JBoss-user mailing list [EMAIL

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Per Lewau
On Fri, 25 May 2001, Howard Ginsburg wrote: I tried using a topic instead and am getting the same failed persistence. The jbossmq file for my topic does grow in size, but the messages never get sent to my mdb when the server restarts. Any additional thoughts would be greatly appreciated.

Re: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Ronald Brindl
Hi every class referenced in from a web-archive (war) needs to be either in /WEBINF/lib in a jar file (like your taglib.jar) or under the /WEBINF/class tree as class in the apropriate subdirectory. (I hope i am right) I've trawled through the archive to try to get some help with

Re: [JBoss-user] URGENT

2001-05-25 Thread Sambasiva Rao Chandu
Make sure that JAVA_HOME is set right. Th error means JSP engine is not able to locate javac to compile the jsp page. HTH, Chandu. --- Shake [EMAIL PROTECTED] wrote: Hi, I 'm trying to run a simple ejb pog.But when I run the jsp in the Browser I get erros like this please help

RE: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Paul Austin
You need to put the support.jar in the /WEB-INF/lib directory in the war file. Paul -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lewis Henderson Sent: 25 May 2001 15:21 To: JBoss User (E-mail) Subject: [JBoss-user] :-( EAR Support Jars... I've

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Chree Haas
Try sending the message with persistence enabled: sender.send(message, DeliveryMode.PERSISTENT, Message.DEFAULT_PRIORITY, Message.DEFAULT_TIME_TO_LIVE); Chree - Original Message - From: Howard Ginsburg [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 8:47 AM

RE: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Lewis Henderson
Is there no way for the 'support.jar' to be common among wars... I was hoping that the EAR deployer would add the non-war/ear jars to the classpath making them available to all wars...! This means that I have to duplicate my support jars in every war...oh well... Thanks. Lewis -Original

Re: [JBoss-user] flushing the XA connection pool

2001-05-25 Thread Guy Rouillier
Don't bother editing jboss-auto.jcml. Just delete it. It is recreated if necessary. - Original Message - From: Simon BATESON To: [EMAIL PROTECTED] Sent: Friday, May 25, 2001 8:35 AM Subject: R: [JBoss-user] flushing the XA connection pool you need to also

Re: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread danch (Dan Christopherson)
Does your bean's ejbCreate return a proper primary key? Richard Conway wrote: I too am experiencing this problem. I get... [DelegateAccountEJBean] java.lang.IllegalStateException: INSERTING AN ALREADY EXISTING BEAN, ID = o18 a0 pa16087 ... when the EJBs create method is called. The

Re: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread danch (Dan Christopherson)
Lewis Henderson wrote: My problem is that the 'ejb.jar' and 'taglib.jar' reference classes in the 'support.jar'...the 'ejb.jar' finds them and loads ok but the 'taglib.jar' gives a CNFE when the jsp is compiled by tomcat...? One more time... Jasper (Tomcat's JSP support) doesn't use the

[JBoss-user] Communication with an RMI Server

2001-05-25 Thread Chaudhri Vivek-CVC005
Hello - I am trying to communicate my application, which is deployed under JBoss with an RMI server. When calling methods on the RMI server which contain primitive types as paramters (arguments), everything works fine. But when the parameter is not a primitive but a class that implements

RE: [JBoss-user] home.create throws an IllegalStateException

2001-05-25 Thread Richard Conway
Yes it does. Note that my application code is unchanged from the code which worked fine in JBoss 2.0 FINAL. It's only since my upgrade to JBoss 2.2.1 that this problem has arisen. Notice also the recent spate of posts similar to mine on the list. Richard. -Original Message- From:

Re: [JBoss-user] Container generated PrimaryKey ?

2001-05-25 Thread Jim Archer
--On Thursday, May 24, 2001 3:46 PM +0200 gizmo [EMAIL PROTECTED] wrote: By the way has someone a good and safe algorithm to generate a unique key ? Check out the Java API docs for java.rmi.server.UID It fits the bill nicely. Jim ___

[JBoss-user] FW: Communication with an RMI Server

2001-05-25 Thread Chaudhri Vivek-CVC005
Hello - I am trying to communicate my application, which is deployed under JBoss with an RMI server. When calling methods on the RMI server which contain primitive types as paramters (arguments), everything works fine. But when the parameter is not a primitive but a class that implements

Re: [JBoss-user] async logging

2001-05-25 Thread Wei Jiang
Async does not guarantee the deliver time, so it is not chronological. Thank twice before using it. --- Scott M Stark [EMAIL PROTECTED] wrote: The log4j api will be the logging api in JBoss 2.3+ and so this simply becomes a log4j configuration issue. - Original Message - From:

[JBoss-user] rebuild Petshop in JBoss

2001-05-25 Thread Matthias Buchhorn
hi, I have problems with the rebuild of petshop, the classpath seems OK. I used the documentation: Deploying the Pet Store 1.1.1 Demo in JBoss until point 5. C:\Temp\apache\petstore\JPS10~1.1\srcbuild c:\j2sdkee1.2.1\lib\j2ee.jar; .\lib\ant\lib\ant.jar; .\lib\ant\lib\xml.jar;

Re: [JBoss-user] petstore 1.1.2

2001-05-25 Thread Tom Coleman
Robert Nicholson wrote: Yes the only reason you should need it and you can work around it is because they use a j2ee RI class for deployment in the Ant rules. This can be easily worked around by simply building a war and not worrying about that class. That's the only reason you should

Re: [JBoss-user] async logging

2001-05-25 Thread Guy Rouillier
This issue can be addressed by timestamping your log messages on the way out rather than on the way in. That is, put the timestamp into the JMSAppender. Things of course get complicated in a multi-server environment where you need coordinated time, but a time server can take care of that. -

RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Zhou Cai
Hi, I checked my code thoroughly. I found that I used org.apache.log4j.BasicConfigurator.configure(); before I call System.out.println(This is a test); . If I delete org.apache.log4j.BasicConfigurator.configure(); , everything is fine. Is there some impact between Log4j and JBoss?

RE: [JBoss-user] Persistence Queue with Message Driven Bean

2001-05-25 Thread Richard Hutton
Howard try to set the delivery mode of the sender ie sender.setDeliveryMode(DeliveryMode.PERSISTENT); Richard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Howard Ginsburg Sent: Thursday, May 24, 2001 5:46 PM To: [EMAIL PROTECTED] Subject: RE:

Re: [JBoss-user] JDK 1.4 Beta Release Today!

2001-05-25 Thread Dovan Nguyen
well you should know it: New version means new Bugs! :) dovan Tim McCune wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried it for a while today. Swing looks quite buggy, and I ran into a bug in the version of Xalan (2.0.1) that's built into the JDK. I have a feeling that

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Scott M Stark
Using what version of JBoss and have you made any changes to jboss.conf to enable the Log4jService? System.out and System.err are intercepted to route through either the legacy JMX based logging or the Log4jService console appender so when BasicConfigurator tries to setup System.out a loop is

[JBoss-user] Illegal Load Factor 0.75

2001-05-25 Thread Sean Kessler
Title: Illegal Load Factor 0.75 I am wonder if anyone has ever gotten this exception and , if so , what I can do to resolve it. Thanks, Sean -Original Message- From: Dovan Nguyen [mailto:[EMAIL PROTECTED]] Sent: Friday, May 25, 2001 1:55 PM To: [EMAIL PROTECTED]

RE: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Lewis Henderson
..is it correct, under 'normal' circumstances, to be able to access support jars in the root of the ear on the classpath from war's inside the same ear?...If it is a 'feature' of Jasper that needs fixing, or am I trying something that is not supported by the spec? Lewis -Original

[JBoss-user] integration of jBoss with iPlanet Web/Dir servers

2001-05-25 Thread Deluca, Kevin
Hello, I am prototyping some solutions for enabling our legacy system with J2EE technologies. I have jBoss 2.2 and have gotten PetShop and a simple EJB-based application deployed. I also have iPlanet Web (4.1SP7) and iPlanet Directory (4.13) servers running with JSP/Servlet technologies. My

Re: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Mikhail Akopov
From: Lewis Henderson [EMAIL PROTECTED] Is there no way for the 'support.jar' to be common among wars... I was hoping that the EAR deployer would add the non-war/ear jars to the classpath making them available to all wars...! This means that I have to duplicate my support jars in every

Re: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread danch (Dan Christopherson)
Lewis Henderson wrote: Is there no way for the 'support.jar' to be common among wars... I was hoping that the EAR deployer would add the non-war/ear jars to the classpath making them available to all wars...! It does. Jasper is broken. Confidential e-mail for addressee only. Access to

Re: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Guy Rouillier
Two things: First, you don't need a configurator in your code. JBoss has a Log4jService in jboss.conf that you should enable and configure there and in log4j.properties. Second, don't use System.out calls if you are using log4j. Define a category and use the logging calls. Here is all you

[JBoss-user] CMP handles ?

2001-05-25 Thread DeGreef, Chris J. (AIT)
I have been getting errors similar to this after several minutes of session inactivity. Assigning instance of class $Proxy10 to field [the handle field I mention next]; nested exception is: java.rmi.NoSuchObjectException: ... The problem appears in the SessionBean of a JSP/SessionBean/CMPBean

[JBoss-user] Initial Context

2001-05-25 Thread Shake
Hai whie running my jsp I'm getting errors like this jsp.prpperties not found jsp.initialcontext not found thanks sekhar

RE: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread Lewis Henderson
...Is it being fixed? ...does jetty work? ...I need to get a demo of my workflow engine out to a few people so I need one of them to work! Lewis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of danch (Dan Christopherson) Sent: 25 May 2001 20:29 To:

RE: [JBoss-user] A message appears millions times in my JBoss startup window until I kill the window

2001-05-25 Thread Zhou Cai
I use the latest version of JBoss from CVS server. I don't changed anything in the jboss.conf for log4jService because the log4jService is already enabled. Zhou -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott M Stark Sent: Friday, May 25, 2001

Re: [JBoss-user] :-( EAR Support Jars...

2001-05-25 Thread danch (Dan Christopherson)
Lewis Henderson wrote: ...Is it being fixed? Don't know. ...does jetty work? Not sure. The jetty integration just recently gained full ENC integration with JBoss (to do proper JNDI lookups per J2EE specs), and I'm not sure if that was put into the 2.2 branch of the code. ...I need

Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread Wei Jiang
Hi, Where can I find jndiView.jar? I downloaded jboss 2.2.1 but could not find it. Hi, You can go to jboss_home/bin directory and type java -jar jndiView.jar. That will display all the beans bound to your JNDI tree. bye rama rao - Original Message - From: Dinesh [EMAIL PROTECTED] To:

Re: [JBoss-user] async logging

2001-05-25 Thread Wei Jiang
Actually, when I said timestamp I mean a unique number. If you rely on the real timestamp (local machine clock time), the resolution of the clock may not be good enough. In most cases, it only tells milliseconds. What is going to happen if two events hit the same milliseconds (on different

[JBoss-user] strange error

2001-05-25 Thread Mikhail Akopov
Once I got following message and now it chases me: [Container factory] org.jboss.ejb.DeploymentException: expected only one enterprise-beans tag Sure - there is exactly one enterprise-beans tag. Did anybody met such error? Any help would be highly appreciated - I loose a lot of time on it

Re: [JBoss-user] [EmbeddedTomcat] javax.naming.ServiceUnavailableException: http [Root exception is java.net.UnknownHostException: http]

2001-05-25 Thread danch
shashikala siddesh wrote: Hi, can anyone have a solution for the following error message.[EmbeddedTomcat] javax.naming.ServiceUnavailableException: http [Root exception is java.net.UnknownHostException: http] I get only Got Context output on the browser My Jsp Page looks like

Re: [JBoss-user] How can i view the deployed Beans JNDI name

2001-05-25 Thread danch
jndiView.jar is obsolete. Use the jndiView MBean instead - point a browser at port 8082 on your server, go to the page for the JNDIView MBean and invoke 'list'. Wei Jiang wrote: Hi, Where can I find jndiView.jar? I downloaded jboss 2.2.1 but could not find it. Hi, You can go to

Re: [JBoss-user] strange error

2001-05-25 Thread danch
It's probably just not a very specific error message. One of your descriptors is probably misformed somehow, possibly in a way that confuses the parser and causes it to not see the enterprise-beans tag. Check this and post both descriptors if you still don't see what's wrong. Mikhail Akopov

Re: [JBoss-user] :- Tomcat sends CPU 100% ?!

2001-05-25 Thread Jim Crossley
I've seen tomcat do that when there is no ROOT directory beneath webapps and a nonexistent URI is requested. Lewis Henderson wrote: arghhh I'm using JBoss 2.2.1 and Tomcat 3.2.1 and the processor goes to 100%/99% and stays there !? Any ideas where to look? Lewis

RE: [JBoss-user] strange error

2001-05-25 Thread Dave Ortman
I got a few of those errors as well when I was attempting to deploy. Check your deployment descriptors closely. I typically made the following errors multiple times before figuring out what was going on: 1. Having a different copy of the deployment descriptors in my classpath. 2. Having the

[JBoss-user] BMP with Castor

2001-05-25 Thread Ralf Purnhagen
Sorry i'm posting this to both lists, but i don't know if it's a JBoss or a Castor related problem. I use Castor for implementing BMP in entity beans. When accessing the entity beans from a client, no problems occur. Accessing the entity beans through session beans leads to a deadlock. After