[JBoss-user] Any Great JSP Tag Library

2001-09-17 Thread John LYC
Hi All, has anyone come across a great JSP Tag library that can be use with the current Jboss/tomcat 3.2.x ? Thanks john ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] DB2 Connecting problem remotely

2001-09-17 Thread Krishna Prasad
Hi all,           I'm trying to get connection DB2 7.1 which is in remote system.         I copied db2java.zip lib/ext directory under JBoss directory.           I followed the document http://www.jboss.org/documentation/HTML/ch04s11.html          In jboss.jcml, added code is:     CO

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
Well, I re-coded another bean using a local client... and it works i also did what you said.. set the properties of the jnp/jndi... in my client thanks for helping... man , this mailling list is great.. John - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EM

Re: [JBoss-user] JW JAAS article;JB-2.4.1_TC_3.2.3: auth. process not quite right

2001-09-17 Thread Scott M Stark
You have to setup the JDBC database tables by running the buildDB task. Without that there is nothing to validate against. - Original Message - From: "David M. Karr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 9:03 PM Subject: Re: [JBoss-user] JW JAAS arti

Re: [JBoss-user] JW JAAS article;JB-2.4.1_TC_3.2.3: auth. process not quite right

2001-09-17 Thread David M. Karr
> "Scott" == Scott M Stark writes: Scott> The example2 cases all work as expected. What steps have you performed Scott> to test the second example? Exactly the same as for example 1. I clicked on link 1, and got the login dialog. I entered "java" and "echoman" and clicked the OK b

[JBoss-user] Tomcat 4 is Final!!

2001-09-17 Thread Hunter Hillegas
Just saw an announcement on the Tomcat list that Tomcat 4 (and the Servlet 2.3 and JSP1.2 spec) have gone final... Here's to hoping we see it bundled with JBoss soon! Hunter ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
Hey,,,.. Thanks for the tip... i have not try it out yet... hope it works =) john - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 11:20 PM Subject: RE: [JBoss-user] Error during conetxt.lookup() > John, > - f

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread David Jencks
I haven't looked at the Castor stuff at all ever, but I suspect it uses jndi binding because jndi is a required part of an app server whereas jmx is not. This makes something using Castor not so jboss-specific. However... I think the hot deploy is pretty jboss specific. david jencks On 2001.

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread Scott M Stark
We'll, as Juha pointed out, there is nothing in the JMX spec either way regarding JNDI. The only reference to JNDI is in chapter 1 of the spec: "Benefits of the JMX Architecture ... * Leverages existing standard Java technologies Whenever needed, the JMX specification will reference existing Jav

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread Frederick N. Brier
So what you guys are saying is I should do this: MBeanServer server = (MBeanServer) MBeanServerFactory.findMBeanServer(null).iterator().next(); J2eeDeployer deployer = (J2eeDeployer)server.getObjectInstance( "service=J2eeDeployer" ); Sorry about my misconception. I had based my understanding

Re: [JBoss-user] protected classes called by an EJB

2001-09-17 Thread Scott M Stark
Why not place the EJBs + the package access classes in the ejb-jar and the rest in a jar in lib/ext? - Original Message - From: Eric Lindauer To: [EMAIL PROTECTED] Sent: Monday, September 17, 2001 3:57 PM Subject: [JBoss-user] protected classes called by an EJB Hi, I'd like to deploy a

[JBoss-user] questions on JBoss, JMX, and JMS

2001-09-17 Thread Sheng Zou
Title: questions on JBoss, JMX, and JMS Hi, 1. Does all the services (such as JBossMQ, JNDI, etc) running on the single JVM by default? Does JBoss support running services on different JVMs? 2. Does JBoss JMX offer failover? Does JBoss JMX offer JMX connector? Does anyone have JBoss JMX sa

[JBoss-user] protected classes called by an EJB

2001-09-17 Thread Eric Lindauer
Hi,   I'd like to deploy an EJB that calls methods in a protected class in its own package.  I am currently trying to do this by jarring up all the protected classes, along with the rest of my application, into a .jar file which I place in lib/ext.  In the ejbs deploy jar, I only place the m

[JBoss-user] Re: [jetty-discuss] Re: Security and Jetty

2001-09-17 Thread Greg Wilkins
Nicalai, RC9 contains a bug with FORM authentication. If the URL j_security_check is not covered by the security contraint then it is not handled correctly.I know this is counter intuitive and it has already beed fixed for the next release. regards Julian Gosnell wrote: > Nicolai, > >

SV: [JBoss-user] element

2001-09-17 Thread Lennart Petersson
Hi! Look in EJB1.1 11.3.5 for details. As a conclusion - you where not only lucky :-) The * gives a default value for the beans all methods and the needsATransaction takes precedence over the default, no matter on the ordering of it in the xml file. /Lennart - Original Message - From:

Re: [JBoss-user] JW JAAS article;JB-2.4.1_TC_3.2.3: auth. process not quite right

2001-09-17 Thread Scott M Stark
The example2 cases all work as expected. What steps have you performed to test the second example? > Looks good. Example 1 now works fine. > > Now, did you intend for example 2 to work? You only alluded to it in the > article, but I would guess you assumed it would work. That behaves similarly

RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey()

2001-09-17 Thread Adam Lipscombe
Title: RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey() Yes, that's it - you have hit the nail on the head. The transaction attrib for modifyDetails was "supports".   You live and learn   Thanks very much!   Cheers - Adam  

[JBoss-user] problem with element

2001-09-17 Thread Eric Lindauer
Hi,   I'm having a problem with JBoss's resolution of the transaction attributes assigned in the element.  According to the spec, it should be possible to assign transaction attributes in the following way ( section 17.4 pg 54 ) :               Foo         *         Never          

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread Juha-P Lindfors
On Mon, 17 Sep 2001, Scott M Stark wrote: > > There is no JNDI name for an MBean. Each MBean has a JMX ObjectName > by which it is accessed through a MBeanServer instance. JMX makes > no use of JNDI. Well, the RI doesn't make use of JNDI. That doesn't mean an implementation of JMX can't make us

RE: [JBoss-user] Collection implementation ERROR

2001-09-17 Thread Graham . Forte
I have tried this in my JSP but get these errors. I have an import of java.util.* at top of the JSP. I am using a HashSet so that items in dd box are unique. Any help is appreciatedGraham [Default] JBoss 2.2.2 Started in 0m:26s 2001-09-17 03:11:55 - Ctx( /adapts ): JasperException: R( /adapts

[JBoss-user] found it

2001-09-17 Thread Eric Lindauer
Hi,   Of course, immediately after asking for help I find the spot in the spec myself.  The answer is that the spec does mandate how methods should be resolved in the , and JBoss follows the spec correctly.       Thanks anyways,     Eric

[JBoss-user] element

2001-09-17 Thread Eric Lindauer
Hi,   I'm creating elements to control the transactional properties of methods in my application.  I've noticed that the element accepts "*" as a valid entry.   I'm wondering, how does JBoss resolve conflicts that might be caused by this?  For example, I'd like to say, for a particular be

RE: [JBoss-user] Putting Application specific data in the InitialContext

2001-09-17 Thread OudjaneF
Thank you very much for your answer. I will probably pass them with each call then. -Original Message- From: Scott M Stark [mailto:[EMAIL PROTECTED]] Sent: 17 September 2001 20:06 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Putting Application specific data in the InitialContext Pro

Re: [JBoss-user] Putting Application specific data in the InitialContext

2001-09-17 Thread Scott M Stark
Properties passed to the InitialContext are only seen by the InitialContext factory and would not be seen by any server side components. Any type of client intiated state needs to be passed in using servlets or a stateful session bean - Original Message - From: "OudjaneF" <[EMAIL PROTECTE

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread Scott M Stark
There is no JNDI name for an MBean. Each MBean has a JMX ObjectName by which it is accessed through a MBeanServer instance. JMX makes no use of JNDI. - Original Message - From: "Frederick N. Brier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 9:21 AM Subjec

[JBoss-user] Putting Application specific data in the InitialContext

2001-09-17 Thread OudjaneF
Hello, I have a quick question about a design issue. For our application, we need to pass some client specific data to the server (Locale, TimezoneID...). As we use swing clients that connect straight to JBoss via RMI/IIOP I was thinking I could put this data in the InitialContext as prop

Re: [JBoss-user] Collection implementation

2001-09-17 Thread Nicolai P Guba
[EMAIL PROTECTED] writes: > I know this is not really jboss related, but rather java in general > but I thought I would try. I have an ejb(cmp) , it has a: public > Collection findAll() method. I havent used the Collection class so I > cantfigure out how to implement this . I am trying to popul

[JBoss-user] problems with messgae driven bean....

2001-09-17 Thread birju prajapati
Hi all, I'm pretty new to EJBs and I have a problem when trying to send a message to an MDB that I hope you can help with. BTW onMessage() of the mdb is simply a system.out.println. on running the client, the server log says this: [Default] New Client Connection accepted. Current Thread=Thre

Re: [JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread David Jencks
Find it as an mbean, I don't think it is or should be in jndi. You can see how to do this from a client (from a server is almost the same, but simpler) in the (rabbithole) testsuite//test/JBossTestServices.java file. If you are doing this from a client, the Connector class may be in a differ

[JBoss-user] Collection implementation

2001-09-17 Thread Graham . Forte
I know this is not really jboss related, but rather java in general but I thought I would try. I have an ejb(cmp) , it has a: public Collection findAll() method. I havent used the Collection class so I cantfigure out how to implement this . I am trying to populate a dropdown box on a jsp page wi

[JBoss-user] howto readonly particular cmp fields

2001-09-17 Thread David Ward
I have a CMP 1.1 Entity with some fields who have both set and get methods, and some with just gets (both in the remote interface and bean class). However, on create, jboss still includes those fields when it does an insert. How do I make JBoss not include those fields in the PreparedStatement

[JBoss-user] JNDI name for J2eeDeployer?

2001-09-17 Thread Frederick N. Brier
What is the JNDI name for the J2eeDeployer? I want to do: String deployerName = ??? J2eeDeployer deployer = (J2eeDeployer)new InitialContext().lookup( deployerName ); What is deployerName supposed to be? In the JMX HTTP interface it is listed under the J2EE heading with a hyper link of "se

[JBoss-user] jboss and mvcsoft persistence manager

2001-09-17 Thread Scheil, Sven
hi, i have to decide whether we are using the persistence manager from mvcsoft or not. i have a demo version of it, but have trouble getting it to run with our existing db schema on an informix db server. does anyone has some experience (positive/negative) in using jboss with the persistence man

RE: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread Sacha Labourey
John, - forget about your test *in* the container - in your client code, add the following: Properties props = new Properties(); props.put( "java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory"); props.put( "java.

Re: [JBoss-user] what are the valid transaction types?

2001-09-17 Thread Eric Lindauer
This solved the problem. Thanks, Eric - Original Message - From: "Shunsuke Masuda" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 15, 2001 8:14 AM Subject: Re: [JBoss-user] what are the valid transaction types? > Hello, > > How about removing spaces

RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey()

2001-09-17 Thread Herve Tchepannou
Title: RE: [JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey() What is the transaction setting of ur bean and modifyDetails()? are u sure that they are at 'Required'? -Original Message- From: Adam Lipscombe [mailto:[EMAIL PROTECTED

[JBoss-user] Re: Security and Jetty

2001-09-17 Thread Julian Gosnell
Nicolai, I'm afraid that I'm not the security expert. Put a little more about exactly what the problem is, and how to reproduce it, and cross-post this to [EMAIL PROTECTED] and [EMAIL PROTECTED] I will do everything I can to ensure the problem is sorted out quickly. Thanks for letting me know

[JBoss-user] Strange problem with BMP entity bean caching - incorrect values found by findByPrimaryKey()

2001-09-17 Thread Adam Lipscombe
Folks, JBoss 2.4.0 with Tomcat 3.2.3 - I have a strange problem that has completely foxed me: The sequence of events on a BMP entity bean is as follows. All steps are called from a client in separate transactions: 1. Bean Created 2. Bean Read State OK at this p

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
ohh.. sorry abt the change in the lookup name i changed the ejb-name and the jndi-name around to trouble shoot.. and i didnt include any jndi.properities file... will jboss read its default jndi.properities instead?? i know calling the client with the class constructor is tricky.. i did try

[JBoss-user] J2EE version ?

2001-09-17 Thread sheena sid
Which version of J2EE does Jboss2.2.2 support? How about Jboss2.4 and the upcoming Jboss3.0? http://mail.indiainfo.com India's first ISO certified portal ___ JBoss-user mailing list [EMAIL PROTECTED] https://li

RE: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread Sacha Labourey
Hello John, - there is much debugging code but you do not show us your output log or, at least, exception stack trace. - what is the content of your jndi.properties file on the *client side*? Do you have a jndi.properties file on your client side? - Are you sure your bean

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread Dmitri Colebatch
Would I be right in thinking that you are getting the exception in the line Context ctx = new InitialContext(); ? If so, your problem probably lies in the lack of jndi.properties file from your classpath. Perhaps if you post the stack trace I could offer more help. cheers dim On Mon, 17 Sep

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
okay.. sorry abt the inacuracy.. okay... this is waht i did... my client... - public class ContactTestClient1 { private static final String ERROR_NULL_REMOTE = "Remote interface reference is null. It must be created by calling one of the Home interfa

RE: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread Sacha Labourey
Hello, > of course, in my code , "myEJBName" is "Contact"... > i wrote "myEJBName" as a form of expression.. Of course? Well, I suggest you give us enough accurate information so that we can help you ... accuratly. You said in your e-mail you are a newbie in J2EE and JBoss, so this kind of error

Re: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
of course, in my code , "myEJBName" is "Contact"... i wrote "myEJBName" as a form of expression.. Thanks anyway for your wonderful help. John - Original Message - From: "Sacha Labourey" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 17, 2001 6:18 PM Subject: RE: [JBo

Re: [JBoss-user] JNDI performance problem.

2001-09-17 Thread Philipp Meier
On Mon, Sep 17, 2001 at 06:26:40AM +, jquest jquest wrote: > > Hi Philipp, > Thanks for answer. > I checked the net and all is ok. The DNS too. It is working well. > On this computer I have apache web too ( it is working on Linux Mandrake 8) > and the apache had a good performance. > For me

RE: [JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread Sacha Labourey
And what if you replace "myEJBName" by *your EJB name* that is "Contact"... > -Message d'origine- > De : [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]De la part de John LYC > Envoyé : lundi, 17 septembre 2001 12:13 > À : Jboss Mailing List > Objet : [JBoss-user] Error during conetxt.look

[JBoss-user] Error during conetxt.lookup()

2001-09-17 Thread John LYC
Hi all, im a newbie to J2ee and jboss... and i had a hard time configuring and trying to get jboss to work.. hope i can get some help here... well, i finally got my EJB deployed... and i have a test client (like the one in the nitro-interest example) to test my EJB. when i run the test-client loc

RE: [JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on thesame machine

2001-09-17 Thread TonyCadogan
Hi, Thanks Bill, worked a treat. Cheers TC -Original Message- From: Bruyn, Bill [mailto:[EMAIL PROTECTED]] Sent: 13 September 2001 16:34 To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] Two copies of Jboss2.4.1/tomcat3.2.3 on the same machine Hi Tony, This is about how I did it for

AW: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-17 Thread Dragos Haiduc
Title: I am using JBoss2.4.0_Jetty-3.1RC8-1, but as DB i'm using Postgre, not Oracle8.   This is my jboss.jcml entry for my DB connection pool:   PostgreS

RE: [JBoss-user] Class Not Found Exception: org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl

2001-09-17 Thread Paul McLachlan
Title: Yes, it is.   What version of JBoss are you using. I am using 2.4.0   Paul. -Original Message-From: Dragos Haiduc [mailto:[EMAIL PROTECTED]]Sent: Monday, 17 September 2001 4:41 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Class Not Found Exception: org.opentools.