That depends on whether I will have the time next week to do so. No
guarantuees at this point.
If this is urgent for you and you are interested to step in, please feel
invited to join the project.
CGJ
-Ursprüngliche Nachricht-
Von: David Ward [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwo
Alan,
is your HelloWorldServlet deployed to JBoss in a file called hello.war ?
Where is is deployed to ? What JBoss directory ?
Werner
Alan Yost wrote:
> Hello All,
>
> I am reading thru an excellent book called Java Tools for Extreme Programming
>(HighTower & Lesiecki) - Using JBoss 3.0.0 an
Hello All,
I am reading thru an excellent book called Java Tools for Extreme Programming
(HighTower & Lesiecki) - Using JBoss 3.0.0 and Jetty. I have followed the
instructions but just cannot get the war file to display on a browser.
The file seems to deploy fine but when I try to access the
Hi Dain / Bill,
Yeah, you are right. It should have been hashCode() ;
I made this silly mistake and was unnecessarily troubling you guys.
Thanks for the help.
Saroj
Message: 7
From: "Bill Burke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: RE: [JBoss-user] Error using Custom Primary K
I'm sending you a zip of a timer sample I wrote awhile ago when I first
started playing around with timers. It shows how to dynamically add
multiple events to a single timer.
- Original Message -
From: "Thieme, Winfried" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 1
I'll add the hint to the exceptionThis is already in the troubleshooting
doc I sent around that will be in the doc subscription soon.
Bill
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
> Sundstrom
> Sent: Wednesday, July 10, 2002 6:55 PM
Bill this is always a problem with a custom primary key. Maybe you
should add a hint to the exception message. This is definitely a faq
question.
-dain
Bill Burke wrote:
> Good catch Dain! Didn't see that at first and was shitting in my pants.
> That's probably the problem Kumar. Let us k
Good catch Dain! Didn't see that at first and was shitting in my pants.
That's probably the problem Kumar. Let us know!!!
Bill
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Dain
> Sundstrom
> Sent: Wednesday, July 10, 2002 2:27 PM
> To: [EMAIL
See this article:
http://www.theserverside.com/resources/article.jsp?l=EJBInheritance
Emerson Cargnin - SICREDI Serviços wrote:
> Have anybody succefully used inheritance between ejb's Coul'd point
> an exemple?
>
> ---
> This sf.net emai
Haven't read this yet, but it is about inheritance in EJBs.
http://www.theserverside.com/resources/article.jsp?l=EJBInheritance
I also can't say if the sample code will work with JBoss.
-dain
Emerson Cargnin - SICREDI Serviços wrote:
> Have anybody succefully used inheritance between ejb's
Have anybody succefully used inheritance between ejb's Coul'd point
an exemple?
---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
JBoss-u
Anyone has the information of how much memory is used per ejb client?
We need this information to plan the size of the server
if possible, we need either the information of web clients (with tomcat
or jetty) and of ejb remote clients.
-
This worked (after I put the extra '?' at the end of line one). Thank you.
- Original Message -
From: "David Ward" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 10, 2002 3:53 PM
Subject: Re: [JBoss-user] root webapp on jboss 3.x
> yourapp.war!/WEB-INF/jboss-web.xml:
Hi
Please forgive me if this topic has been discussed before, but I couldn't
find info on this on the JBoss forums either.
I have followed through the instructions from Jboss site, and have has
Petstore working nicely on JBoss 2.4.4. Today I downloaded Jboss 3 and tried
to run the Petstore on it
It's a warning that has outlived its usefulness and can be ignored.
david jencks
On 2002.07.10 15:04:51 -0400 Eric Kaplan wrote:
> What does this message mean:
>
> jboss.jca:service=XaTxDS,name=jmsra does not implement any Service
> methods
>
> I also get this message for the two mbeans that c
this is the jboss-web dtd - it shows where you are allowed to specify
the context-root tag, amongst others
Jules
bryan hansen wrote:
> Ok sorry for possibly not seeing the obvious, but I am
> looking at the flashline documentation, specifically
> at jboss-web.xml, and I don't see how to s
Have a look at this jboss-web.dtd - all should become clear
Jules
display name wrote:
> David,
>
> Thanks for this suggestion, Could you further explain #1. I'd like to just
> be able to use the war file for this, as the webapp doesn't use any ejb
> right now.
>
> The 2.4.x book gives n
yourapp.war!/WEB-INF/jboss-web.xml:
/
Look at: $JBOSS3_HOME/docs/dtd/jboss-web_3_0.dtd
David
--
display name wrote:
> David,
>
> Thanks for this suggestion, Could you further explain #1. I'd like to just
> be able to use the war file for this, as the webapp doesn't use any ejb
> rig
yourapp.war!/WEB-INF/jboss-web.xml:
/
Look at: $JBOSS3_HOME/docs/dtd/jboss-web_3_0.dtd
David
--
bryan hansen wrote:
> Ok sorry for possibly not seeing the obvious, but I am
> looking at the flashline documentation, specifically
> at jboss-web.xml, and I don't see how to specify a
> co
I'm not sure what I changed, but for some strange reason, Jboss+Tomcat is
looking for Tomcat's server.xml file in $JBOSS_HOME/lib/conf opposed to
$TOMCAT_HOME/conf. Any ideas why?
Jonathan Paul Cowherd
Linux and Java Administrator
Genscape, Inc.
Email: [EMAIL PROTECTED]
Office: (502) 583-3730
Will jboss.net be using the latest axis release when jboss 3.0.1 gets
released?
Some of their classes have changed some method signatures and so code
I'm trying to write by looking at their code as an example is not working.
One example is the constructor for BaseDeserializerFactory in jboss 3
What does this message mean:
jboss.jca:service=XaTxDS,name=jmsra does not implement any Service methods
I also get this message for the two mbeans that correspond with my db pools
(org.jboss.resource.connectionmanager.RARDeployment).
I've attached my oracle-service.xml
Thanks
Eric Kaplan
A
Everything looks good except you spelled hashCode incorrectly. You have:
public int HashCode()
{
return customerId.hashCode();
}
You should have:
public int hashCode()
{
return customerId.hashCode();
}
-dain
Saroj Kumar wrote:
> Hi All,
>
>
> When I am using Custom Primary
I think this was fixed in 3.0.1. If your are using 3.0.1, please post a
bug report along with a reproducible test case.
-dain
Vittorio Ballestra wrote:
> What am I doing wrong ? I've tried to tune my jboss app setting read-ahead
> options but this is what happening :
> 1) configuration
Title: Recommended CMP Pattern for transaction management?
Is there a recommended pattern for controlling transaction
boundaries with CMP?
We have an entity bean layer where all entity beans have
transattribute = Supports
And an session bean layer facade above that where all
session
JBoss 3.0.1RC1 with Tomcat4.0.4
W2K SP2
Hi all,
I'm a newbie to JBoss, so please be patient if my question is stupid or has
been answered already. I am not able to start JBoss with Tomcat. It throws
this exception:
org.jboss.deployment.DeploymentException: No property editor for attribute:
Config
On Wed, Jul 10, 2002 at 11:04:44AM -0400, David Jencks wrote:
> That's what "b" is for. What do you find to be missing? It's worked for
> me.
Tried it a while ago and seem to recall having a problem
deploying. Will have another bash at it when I next do a build of my
app (today's been soaked up
Ok sorry for possibly not seeing the obvious, but I am
looking at the flashline documentation, specifically
at jboss-web.xml, and I don't see how to specify a
context in the jboss-web.xml. If you have a sample
that would be awesome.
I wasn't struggling with the unpackaged ear or war
file, the on
Hi All,
When I am using Custom Primary key with JBOSS 3 , CMP2 with HYPERSONIC
then this error I am getting :
This is the full stack trace ...
[java] java.rmi.ServerException: RemoteException occurred in server
thread; nested exception is:
[java] Caught an unexpected exception while making c
Title: RE: [JBoss-user] transaction rollback
getSessionContext().setRollbackOnly();
-Original Message-
From: Ionel Gardais [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 12:54 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] transaction rollback
Hi,
I didn't
Hi Bill.
I have a dual-processor as my primary workstation. Anytime you want, send me test or
test script to run, as well as details, and I will send you results.
Oh yeah, its a Linux box with both JDK1.3 & JDK1.4 installed.
This machine is not permanently connected to the internet (sorry).
-
Jon Swinth wrote:
>Thanks Brian and Marc for the responses.
>
>The credit card database is used for audit and for capture. When an order is placed,
>the user must enter their credit card info and the system authorizes the charge right
>then
>while it still has the unencrypted cc number. The sy
that might be the case with jboss 3.x but i don't know if it is
possible in jboss 2.4.x.
anyone?...anyone?...bueller?...anyone?
-Original Message-
From: Ole Husgaard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 09, 2002 4:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JMS Timeo
[Just got Jon's email as I typed this, so I guess it's academic, but still
interesting...]
> -Original Message-
> From: Marc Zampetti [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 10, 2002 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Design Question
>
>
> I'm not su
Thanks Brian and Marc for the responses.
The credit card database is used for audit and for capture. When an order is placed,
the user must enter their credit card info and the system authorizes the charge right
then
while it still has the unencrypted cc number. The system then uses the public
Jules, you're right, I've found an unwanted jboss-web.xml in my .war that
had the virtualhost tag, after I removed it, everything works correctly.
Thank's for your reply that lead me to solve my mistake...
Bye
Andrea
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
That's what "b" is for. What do you find to be missing? It's worked for
me.
david jencks
On 2002.07.10 10:19:35 -0400 Simon Stewart wrote:
> You know, it would be really useful to have a bare system somewhere
> between b and c. Most people just want to deploy some EJBs, some
> servlets that use
David,
Thanks for this suggestion, Could you further explain #1. I'd like to just
be able to use the war file for this, as the webapp doesn't use any ejb
right now.
The 2.4.x book gives no information on the context-root attribute except for
in the application.xml file.
The 3.0 getting started
Hello!
I need about five schedulers with different periods to perform different
tasks (JBoss 2.4.4). These tasks are contained in the ear-file, which I
deploy. So using the scheduler configuration in the jboss.jcml is not
possible, because at the initialisation time of the scheduler the ear-file
I think a better approach would be to leave the 3 configurations the way they are and
include in docs a procedure that tells how to go about constructing your own
configuration. I've done it but don't know how to put it into words.
Simon Stewart wrote:
> You know, it would be really useful to
Hi
Is it somehow possible to debug EJB in JBoss?
Regard
Conrad
---
This sf.net email is sponsored by:ThinkGeek
Two, two, TWO treats in one.
http://thinkgeek.com/sf
___
JBoss-user mailing list
[EMAI
Andrea,
Appreciate the reply, but that is not my problem. Deploying the expanded .war structure in Jetty is
working FINE. Deploying the same expanded .war structure in Tomcat (Catalina 4.0.4) is NOT.
Both are using the respective JBoss 2.4.7 combos.
What's strange, is if I just hit the conte
In 3.0.0 the flag attribute was not parsed correctly and always defaulted
to required. This should be fixed in 3.0.1RC1.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Dag Kilskar Naess" <[EMAIL PROTECTED
You know, it would be really useful to have a bare system somewhere
between b and c. Most people just want to deploy some EJBs, some
servlets that use them and a datasource, all on one machine. It can be
hard for a newbie to figure out what's necessary. "c" is overkill for
this and "b" is not enou
I'm not sure I understand the desire to not have the key in a
persistence store. This would mean that if your systems (or jBoss)
crashes, your site is unusable until a human being inputs a new key. If
you are worried about putting the stuff on a Internet-accessible
machine, put another copy of
I hope that there is some misunderstanding here.
virtual hosts should have NOTHING to do with deploying stuff
packed/unpacked.
Jetty should only deploy to a virtual host IFF a virtual-host tag is
specified in your WEB-INF/jboss-web.xml.
This will work independendantly of however you choose t
Hi all.
I have problems combining 2 login modules. First I wrote 2 custom login
modules which individually work fine. But when I combine them like this:
anybody
anybody
They suddenly do not work.
Hi rp,
I had the same problem and I've found, looking at the jboss console traces
that JBoss-Jetty deploys the .war under the virtual host called
myvirtualhost and so, if you are able to resolve the name myvirtualhost (if
is your machine, just add myvirtualhost to your hosts file) try to point
you
These are a few things that we had to find out by searching the
archives, some easier than others. Please ignore if this is already
added.
1. The JMS-chapter hardly mentions durable subscriptions. It
took us a while to locate jbossmq-state.xml (grep:ing the
src):-)
jboss-net.sar is in the server/all/deploy configuration.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Jung , Dr. Christoph" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 10, 2002 1:
I'm not familiar with the Microsoft driver, so it's possible they have some
features I am not aware of.
In an application server, the server should control pooling, transactions,
and security without the involvement of the application. The JDBC spec
handles this by suggesting that the app server
The 3.0.0 release notes state:
The directory structure of the distribution has changed from a single
monolithic default configuration into three distributions:
a.. minimal, a bare JMX core with JNDI naming, Log4j and hot deployment
of mbean services.
b.. default, the basic
Hi.
Microsoft has a SQLServerDriver and a SQLServerDataSource class in their SQL
Server JDBC package. I was thinking the SQLServeDataSource class would be
the prefered class for a J2EE app because it is supposed to support J2EE
requirements for pooling etc. It also seems strange putting a Driv
I have this working now. Looks like l started with an older version of
mssql-service.xml which l hacked with information l found on the jboss
forums. Ive restarted with a newer version of the file which of course
behaves correctly. Thanks.
>-Original Message-
>From: Jamie Burns [mailto
Title: Jboss 2.4.6: NullPointerException in XAPoolDataSource.getConnection()
My jboss 2.4.6 instance is running for a month or something. Since yesterday I began to face the following exceptions:
java.lang.NullPointerException
at org.jboss.pool.jdbc.xa.XAPoolDataSource.getConnection(XAPoo
Hello!
Yesterday i finally upgraded from JBoss 2.4.4 to 2.4.7
Today i spotted a *lot* of entries in the server.log like these:
[12:11:36,903,ArbeitsMonatSessionBean] ** ProjektID=3000 Gefunden:0
[12:11:36,904,XAPoolDataSource] Creating XA Pool
[12:11:36,905,STDOUT] [INFO,XAPoolDataSource] Creat
Hi Roberto,
jboss-net.sar is usually part of the jboss3 binary dist (in the
server/default/deploy directory).
If you need to adapt it (e.g., catalina integration, enabling the Flash
support, and the like) you could either
Unjar it, edit the descriptors and rejar it to its place, or you have to
At 09:16 AM 7/10/2002 +0200, you wrote:
>I have to build and to install jboss.net on jboss, using Windows 2000Nt
>pro. Viewing the instructions on jboss site, I do not understand where I
>have tu put the folder "jboss.net" and where the folder "build" stays.
>Can you help me?
>thank
>Roberto Podes
Hi,
I didn't notice this before I read the JBoss3.0QuickStart guide but I've
specified a "Required" trans attribute to my beans.
For example, my transaction atomicity is to update the database and to
send a JMS message to the client to notify the update.
If any of these operations fail, I'd like
I'll second that Mary. It's had me wondering for a while...
Regards
Alan.
-Original Message-
From: Mary Roderick [mailto:[EMAIL PROTECTED]]
Sent: Wed 10/07/2002 3:01 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
S
I have to build and to install jboss.net on jboss, using Windows 2000Nt
pro. Viewing the instructions on jboss site, I do not understand where I
have tu put the folder "jboss.net" and where the folder "build" stays.
Can you help me?
thank
Roberto Podesta'
---
61 matches
Mail list logo