Netboot in 3.2 changed significantly as documented in change note 660839
The listContent JSP is no longer needed - instead you just need to make
your config available on a WebDAV enabled server and provide the
location to the client.
For example, if your installation is located at
http://boothost
Any chance of that change being backported to 3.2?
> From: Dain Sundstrom <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 2 Apr 2003 23:06:41 -0600
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] massive performance decrease
>
> Ok now it should be faster then is has ever been.
Hi Jules,
Thanks for
the clear reply.
Cheers
Muraly
At 23:16 02/04/2003 +0100, you wrote:
Muraly R wrote:
Hi All,
One doubt regarding the usage of JDK1.3.1 and
JRE1.3.1.
Currently my application has JRE1.3.1 in the real
environment. Though in the development environment I am using
AFAIK, catalina is for Tomcat-4.0.x.
So, tomcat41 is for you.
You don't need to look at build.xml file. In tomcat41, there should be
a readme file with instructions. Just follow them and there shouldn't
be problems.
alex
Wednesday, April 02, 2003, 5:49:24 PM, you wrote:
SM> Hi,
SM> I am try
Ok now it should be faster then is has ever been. I have another idea
on how to make it even better, but it should be super fast right now.
-dain
On Thursday, March 27, 2003, at 02:08 PM, Dain Sundstrom wrote:
JBoss HEAD is a work in progress. The performance will get worse and
better; there
There is no server greater than JBOSS.
From: "Eric J Kaplan" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: RE: [JBoss-user] JBoss: Not Ready For Prime Time
Date: Wed, 2 Apr 2003 16:07:36 -0500
I suspect that by now ed no longer is reading this mailing list.
At the moment, we have a regression failure from 3.0.x to 3.2.0,
because it "works" fine there. I say it "works" because it doesn't
fail, which is not the same thing as behaving correctly.
So, we need to decide what the appropriate behaviour will be for 3.2
and make it work properly.
I will
Nicholas wrote:
From memory there are two: AvailableConnections and MaxConnections (or
something like that).
I noticed AvailableConnections is zero until you actually try to use a
connection (in jboss 3.0.6) . Looks like lazy connection pool
initialization.
Walkthrough: on the top page search
I got ClassNotFound
expcetion during deployment. The ejb jar is generated by Jbuilder 8 with jboss
open tool. I checked the jar myself and all classes are
there.
Anyone have ever had
similar problem?
regards,
10:04:50,109 WARN
[verifier] EJB spec violation: Bean : ActivitySection:
Joao Pedro Clemente wrote:
Ok. I think I've followed you. Is this the point where we should file a
bug report? Or direct this subject to someone else with more experties,
like Sacha, for instance?
Maybe he can validate this guess... From what you know, wich JBoss
developer is more confortable with
Just a suggestion.
The new website (like so many on the web nowdays) is using fixed table widths
(ie: or ) and thus creates a minimum
width that the browser window needs to not have a horizontal scroll bar at
the bottom.
Unfortunatly this is about 1110 pixels for the current front page and m
I have a jboss/tomcat web application which is using JAAS forms
authentication for login. Under one set of circumstances, I would like
to be able to log in without prompting the user. My design for this is
to programatically authenticate a fixed user in a non-protected servlet;
my theory was that
Correction, the naming convention in jboss3.2 appears to be:
If(bean has local interface){
Service
} else {
Service
}
Thanks,
fawce
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John
Fawcett
Sent: Wednesday, April 02, 2003 6:14 PM
To: [EMAIL PROTECTED]
Sanjeev,
To use Julien's instructions, you will also need to upgrade to the
latest JBoss 3.0.x (currently 3.0.6), as this uses a webapp at the
"jmx-console" context to handle this. The jmx console on port 8082 no
longer applies.
You should upgrade regardless, as 3.0.6 has hundreds of fixes an
Hi,
Until recently I have been working against a jboss-head checkout. The
jboss.net in 4.0 creates a wsdl document that sets the wsdl:service name
equal to the urn attribute in @jboss-net.web-service tag in my session
bean. In 3.2, however, jboss.net produces a wsdl:service name equal to
SessionLo
I suspect that by now ed no longer is reading this mailing list.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod
Macpherson
Sent: Wednesday, April 02, 2003 2:22 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] JBoss: Not Ready For Prime Time
I perso
Ok. I think I've followed you. Is this the point where we should file a
bug report? Or direct this subject to someone else with more experties,
like Sacha, for instance?
Maybe he can validate this guess... From what you know, wich JBoss
developer is more confortable with the RMI Classloading impl
On Wed, 2 Apr 2003, Jules Gosnell wrote:
> Aleksandr,
> I can't find your original posting.
> Please point me to it and I will answer it to the best of my ability.
> Jules
Jules: I'm sorry for the confusion: I'm the original poster, not
Alexander. He was replying to me (the lines that refer to
As soon as I insert the definition of load-groups into the dd of a simple
CMP2.0 bean, I get NullpointerExceptions when executing a finder.
I'm using JBoss 3.2.0RC4.
Does anyone have a working example of a bean using load groups and read
ahead ?
Thanks in advance.
Dirk Weil
-
yes, uncomment
HtmlAdaptor
An example security config that only allows users with the
role JBossAdmin to access the HTML JMX console web application
/*
GET
POST
JBossAdmin
BASIC
JBoss JMX Console
JB
Which attribute should be viewed in the JMX console to
determine how many database connections are currently
being held by a given connection pool ? Is this
possible ?
Thanks.
//Nicholas
=
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The C
Darren,
Can you try something like this?
(Make sure these tags create the xml you need, but you get the idea.)
/**
* @ejb.interface-method
*/
public void setStartDate(Date pStartDate) {
setActualStartDate(pStartDate);
setDeadlineDate( new Date(pStartDate.getTime() + 43200) );
}
/*
Aleksandr,
I can't find your original posting.
Please point me to it and I will answer it to the best of my ability.
Jules
Aleksandr Shneyderman wrote:
I have reported a problem with JGstore a couple of weeks ago that is still
unanswered. I would like to get my hands "dirty" and debug it mysel
Thanks very much, I'll look that up.
Scott M Stark wrote:
You have class version problems due to the packaging of your compoents
and the default call by reference optimization done by JBoss. See the class
loading architecture docs and then look to the 3.0.5+ versions which eliminated
many of the
Hmmm...
I guess I must have made the assumption that if a class was available to
the src webapp to serialise, then it would be available to the
destination webapp to deserialise...
That may have been a mistake as it looks like your src webapp has
managed to obtain a proxy for an EJB, which can
Hey all,
I am using jboss-3.0.0 and wants to have the authentication mechanism
for JMX management browser. Right now, anybody can go to
http://:8082/ and can perform any kind of operation like
removing all messages from queues, removing beans etc.
Is it possible when somebody access jmx managemen
Muraly R wrote:
Hi All,
One doubt regarding the usage of JDK1.3.1 and JRE1.3.1.
Currently my application has JRE1.3.1 in the real environment.
Though in the development environment I am using JDK1.3.1. In the real
environment I have modified the run.bat to use 'rt.jar', instead of
'tools
Hi all,
Using CMP Entity beans with a Session facade. I would like to have an event/trigger
happen when a specific field is changed in my database, but I don't want to use
db-specific triggers.
As an example, when setStartDate is changed, have it automatically call the
'setDeadlineDate' with 5
Hi Folks --
I'm still not were I want to be on understanding the issues involved
in using JMX and JBoss for remoting purposes. Here's what I want to
be able to do for an initial, proof of concept project:
|---| |---| |---|
|Box 'A'|--|Bo
A JBoss xmbean is the cleanest way to deal with this. You can redefine the
management interface of any existing component, be it an mbean or just
a java bean.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From
is there a readme for getting the netboot.war provided in 3.2 up and
running? also, where is this source available through cvs? i'd like to dig
through what's really happening here.
after deploying it and trying to access it at
http://localhost/netboot/listConfig.jsp
i get the following error:
1
I've reposted the mail where I reported the problem.
It's intitled "JGStore Error: cannot assign instance of $Proxy90 to field.."
Sorry for not having described the error this time, I was just looking
help for how to debug JBoss. Anyway:
The error is somewhere in JGStore (please check the refere
I personally welcome any rational opinion and in particular negative
ones since there is a cheerleading bias and gang mentality that often
creeps in to mailing lists and newsgroups.
That JBoss is not ready for prime time based on your observations of
this mailing list is a non sequitur. Having pe
Scott,
Thanks for the information I just want to follow up on some of the details
to make sure that my understanding of what you're suggesting is correct.
For any SAR we build the usage of a custom extension ('.xsar') could be
used to force the usage of a customized SAR deployer but I don't beli
I doubt that a CMR will work with the read-only flag. The problem is a
read-only specifically does not associate the transaction with the
invocation and does not enlist the entity in the tx synchronization. A
CMR collection is dependent on a transaction and having tx
synchronization. I b
Well, the forum search seems to be working again, but I couldn't find
anything related there, either.
any CMP gurus out there that might know what's going on here?
is it possible that since this entity that i'm trying to remove has a
CMR with another entity with no load groups defined, JBoss is
How about just using the .size() method on the returned Collection?
> From: kiuma <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Wed, 02 Apr 2003 11:50:21 +0200
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Counting items of a select clause
>
> Hello I'm serching a method to retrive
I'm not stopping anyone from posting any comments and don't plan to as any
feedback has some non-zero value.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Vladyslav Kosulin" <[EMAIL PROTECTED]>
To: <[EM
Ah ha!
It needs those "read-only" tags in jboss.xml in order to fail.
Previously, I had explicitly specified that "getChildren" was
read-only. It needs to be "get*".
My test is failing now.
Steve Coy
On Thursday, April 3, 2003, at 01:30 AM, Andrew May wrote:
I've tried to do a bit of inves
hi john et. al.,
On Wed, 2003-04-02 at 17:14, John Fawcett wrote:
> [...] So, your product often requires
> extensive infrastructure. As a result, many independent software vendors
> (ISVs) end up selling more dollars of infrastructure than of their own
> application
i think that this is one of t
Hey folks,
Is this mailing list going to ask to become moderated? I hope we don't need this ;-)
John, I am really shocked :-( If _you_ hate the person, you can include their
posts to twit list instead of blaming here. Who gave you the right to ask the
person you don't agree with, to shup up?
A
hi,
On Wed, 2003-04-02 at 14:37, Aleksandr Shneyderman wrote:
> > I have no ideia if one can run jboss on top of debugguer (is there a java
> > debuger, something similar to gdb but in java world?)
>
> Enable JPDA on your VM (look thru run.bat/run.sh to see how to enable it)
>
> Certain IDEs wil
On Wed, 2003-04-02 at 01:49, [EMAIL PROTECTED] wrote:
> I'm doing this work on my limited spare time. If I had the time to
> contribute, I would. As it stands, I don't see JBoss as being a
> production ready tool.
If nothing else, you're wrong about this.
We're successfully using it in production
On Wed, 2 Apr 2003, Scott M Stark wrote:
> If you have a problem file a bug report. This list is not a formal support channel
> developers can reliably use to discern bug reports. The quality of the bug report
> and testcase will determine the turnaround time for address the problem.
You have a
I can't get this test to fail on my Mac with either Hypersonic or
Oracle.
This is with "Release ID: JBoss [WonderLand] 3.2.0RC5 (build:
CVSTag=Branch_3_2 date=200303312311)".
Tomorrow night I'll move it onto my linux box and see what happens.
It needs a little cleaning up before I check it in
I've tried to do a bit of investigation of my own. I'm still trying to get my head around
the code, but this is what I think is going on.
The exception:
java.lang.IllegalStateException: The iterator of a CMR collection may only be used within
the transction in which it was created
at
o
This is outside the CMP spec, so legality does not enter into it.
What is more interesting is what "read-only" means in the context of a
CMR getter that returns a Collection.
My test program happily lets me update the returned collection even
when the getter is marked read-only.
Steve Coy
On
If you have a problem file a bug report. This list is not a formal support channel
developers can reliably use to discern bug reports. The quality of the bug report
and testcase will determine the turnaround time for address the problem.
Scott Stark
Chief Technology Office
Hello,
I know this is flame bait, and I know Ed Brown here has carefully chosen
the tone of disdainful expertise and coupled it with the absence of any
specific content to aggravate anyone who has contributed in any way to
the Jboss project. Well congratulations Mr. Brown, you have succeeded.
O
Ok Jules, here goes the message I send some time ago.
I'll work closely to you trying to find out is this, ok? Just ask what you
think you might need, I'll try to debug however I can.
-- Forwarded message --
Date: Tue, 11 Mar 2003 16:48:04 - (WET)
From: [EMAIL PROTECTED]
Reply
Hi,
I am trying to build the Tomcat
module for the current 3.2.0 CVS version. I noticed that there are 2
modules one catalina and one tomcat41. In both the build.xml files there
is this:
So I got the latest Tomcat version 4.1.24 and
unpacked there. But when I do build
Your opinion, Ed.
There are plenty of us who use JBoss for production applications,
but it helps if you appreciate the product and the community, which
includes some of the best developers in the world, and are willing
to invest the time it takes to scale the ever expanding learning curve.
>
hi all,
getting a strange error with MDBs and
Transactions.
I have a method in a facade that sends to a MDB.
That method is tagged as transaction required.
The MDB then accesses some EJBs.
However, I have another method in the facade which
can delete some of the EJBs that the MDB acc
On Wed, Apr 02, 2003 at 03:14:41PM +0200, julien viet wrote:
> Hi,
>
> I am facing this problem :
>
> when an anonymous user connect to the web site and get its session.
> This one is persisted through a Cookie (JSESSIONID) with a maxage
> of -1.
>
> on subsequent calls if I want to change this
Hi,
On my application (under JBOSS 3.2RC5) I have the same problem and I've
found that happens only when the CMR getter methods (from which I obtain
the iterators...) are set as "read-only" on jboss.xml.
So, in my opinion, the main question is: Is it legal to set a CMR getter
method as read-only
You've said that many times; you're starting to sound like a broken record.
Everyone has a right to their opinion, however the jboss-USER list is a place
for USERS of jboss to voice theirs. Go set up a NOT-jboss-user list and voice
your opinion there. If you're not going to contribute, and espec
Joao,
While I am not hyper-sensitive to "I have reported a problem with JGstore a
couple of weeks ago that is still unanswered" (and much more sensitive to
accurate bug-reports with testcase).
Can you please repost your problem. I've just tried, between yesterday and
today, the following:
- Jett
Hi,
I am facing this problem :
when an anonymous user connect to the web site and get its session.
This one is persisted through a Cookie (JSESSIONID) with a maxage
of -1.
on subsequent calls if I want to change this maxage to another
value let's say 1000 for instance, it does not work and
the J
I would recommend debugging with eclipse (http://www.eclipse.org) or any
other
JDI (Java Debug Interface) compatible IDE of your choice.
I find it easy to start jboss with remote debugging enabled (see the
commented out JAVA_OPTS in run.bat and your Java Platform Documentation) and
then attaching
In my jboss-service.xml
:
:
:
In my xmbean-dd com/myCompany/MyBean.xml
com.myCompany.MyBean
:
:
Why do I need both code attribute and class element.
By looking at the DTD they are both required. I wonder
why? Is there a reason for it?
Thanks,
Alex.
> > I have reported a problem with JGstore a couple of weeks ago
> that is still
> > unanswered. I would like to get my hands "dirty" and debug it myself.
> >
> > But I would like to get some tips on the way to do it. Is there a way I
> > can use a kind of debugger to find out whats wrong? Should
OK - we are looking at it.
Jules
Scott M Stark wrote:
It has to be a bug. This is just a trival web app marked as
distributable with
declarative security? Create a bug report on sourceforge.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxx
Joao Pedro Clemente wrote:
List ten concrete things in JBoss that's not working for you, and I'll
see if I can contribute some of my also limited spare time to fix it up
for you.
One: Clustering. I'll send a mail now to Jules and jboss-user ro report
(once again) problems with JGStore. My las
> I have reported a problem with JGstore a couple of weeks ago that is still
> unanswered. I would like to get my hands "dirty" and debug it myself.
>
> But I would like to get some tips on the way to do it. Is there a way I
> can use a kind of debugger to find out whats wrong? Should I rely only
I have reported a problem with JGstore a couple of weeks ago that is still
unanswered. I would like to get my hands "dirty" and debug it myself.
But I would like to get some tips on the way to do it. Is there a way I
can use a kind of debugger to find out whats wrong? Should I rely only at
increa
> List ten concrete things in JBoss that's not working for you, and I'll
> see if I can contribute some of my also limited spare time to fix it up
> for you.
One: Clustering. I'll send a mail now to Jules and jboss-user ro report
(once again) problems with JGStore. My last problem was reported mo
Jonathan.O'[EMAIL PROTECTED] wrote:
Ionel,
We came across the same bug. Of course, it was our own fault. The problem
is that you only get a principal if the page from where you are calling is
specified as a secured page. So, even if the user has logged in correctly,
if they move to a public pag
Hello,
starting (jboss3.04-tomcat4.1.12 or jboss3.06-tomcat4.1.18) the server at
machine A works fine.
Starting the server at machine B (same hardware, same OS, same VM, same
jboss/tomat, same app , )
shows this in server log file:
~~~snip
2003-04-01 17:10:04,122 DEBUG [org.jboss.deployment.M
Ionel,
We came across the same bug. Of course, it was our own fault. The problem
is that you only get a principal if the page from where you are calling is
specified as a secured page. So, even if the user has logged in correctly,
if they move to a public page (one which has no security context)
So I guess that this problem is not solved yet?
Stuart Barlow wrote:
Yes its this one again. I have a simple SessionBean in jBoss
3.0.6 and a simple client. I have used xdoclet to generate
the EJB code. I read in an earlier mail that ClassCastException
is thrown from PortableRemoteObject for a num
I'm currently incorporating the essence of your test case into the
formal JBoss 3.2 test suite. With luck, I'll get it in this evening.
And you're right btw, there's nothing wrong with your test case spec
wise.
Steve Coy
On Wednesday, April 2, 2003, at 07:35 PM, Andrew May wrote:
OK, from th
[ jboss-Bugs-705542 ] Errorenous IllegalStateException on CMR-Collection
Steve Coy
On Wednesday, April 2, 2003, at 07:35 PM, Andrew May wrote:
Earlier in the thread Alex wrote that I'm not alone in complaining
about this. Is there an existing bug report for this problem that I
should add the
Hello I'm serching a method to retrive the number of a select clause
without directly using jsp.
Is there any way to use COUNT(*) clause?
thanks in advance,
kiuma
---
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $7
OK, from the EJB 2.0 spec:
10.3.10.1 Restrictions on remote interfaces
The following restrictions apply to the remote interface of an entity bean with
container-managed persistence.
• The Bean Provider must not expose the get and set methods for container-managed
relationship fields or the persi
Thanks Scott,
I am still having principal=null exception but they are no more related
to the UsersRolesLoginModule.
I think i'm on the way to get it working.
As the username/role are retrieve in a database, is it a good thing to do :
flag = "required">
java
75 matches
Mail list logo