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
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
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
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
> "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
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/
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
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.
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
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
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
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
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
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,
>
>
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:
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
51 matches
Mail list logo