adapter and there is no remoteable interface capability in a datasource
hence the java: only namespace to limit access to within the JVM where the
datasource is configured.
brian wallis...
---
This SF.net email is sponsored by: IBM Linux Tutoria
On Friday 05 December 2003 06:09, [EMAIL PROTECTED] wrote:
> Brian, this problem occurs only when it is running under Linux. When we
> changed our glib from glibc-2.3.2-4.80.6 to glibc-2.3.2-4.80.8 at RedHat 8
> using up2date -u the problem got worse.
>
> I looked at
> http://developer.java.sun.com
e from plan offset 2 limit 7')
I don't think that there is anyway to express this in JBOSS-QL to generate the
appropriate oracle sql.
Anybody with a better knowledge of jbossql and oracle know how I can do this
so I can limit the size of my individual queries on a very large dataset?
oment) and are going to be watching the stability very closely.
thanks, brian wallis...
---
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute surve
On Thu, 20 Nov 2003 09:24 pm, Vivek wrote:
> i checked the values in /proc/sys/fs/file-max. it is set to 402451
What about the value from 'ulimit -a'
On my system, file-max is 52217 but ulimit for file descriptors is only 1024.
> Bill Burke <[EMAIL PROTECTED]> wrote:
> You may have to increase
can someone explain how these relate to each other?
It seems to me that if I set MaximumSize in the invoker-proxy-bindings to 5
then even if I set it to 10 in the container-configuration I will only get 5
concurrent MDBs executing. Is the correct?
thanks,
brian wallis
I cannot find any documentation on these.
I am creating a number of MDBs with durable subscriptions. Until now I have
only had mdb-subscription-id specified and have from time to time seen
duplication of the durable subscription info in the jbossmq-state.xml. This
isn't a fatal problem, but ev
obviously running fine. Why would the CurrentSize value be 0? All the other
MDBs show reasonable values (2-3 which is what I expect).
This is on JBoss 3.2.1.
brian wallis...
---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast
t "jndiName=EJBName,plugin=pool,service=EJB" for the pool values.
brian wallis...
---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless devi
obviously running fine. Why would the CurrentSize value be 0? All the other
MDBs show reasonable values (2-3 which is what I expect).
This is on JBoss 3.2.1.
brian wallis...
---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast
t "jndiName=EJBName,plugin=pool,service=EJB" for the pool values.
brian wallis...
---
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless devi
I can reproduce the behaviour.
thanks,
brian wallis...
---
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http
flushAuthenticationCache
after doing this update? I had a read of the code but it is still unclear
what is actually cached. it looks like only the roles?
thanks,
brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program
I thought there had to be something like that within JBoss.
brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOV
for jms on the TopicConnection.createTopicConnection()
call.
Is this correct or is there someway of linking the JAAS authentication to the
JMS authentication?
thanks, brian wallis...
---
This SF.net email is sponsored by: The SF.net Donation
), is this wrong, should it be getting
it via the bean context?
thanks, brian wallis...
---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a con
this. I would have thought that I should be able
to declare the login details for the MDB in the deployment descriptor.
thanks,
brian wallis...
---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.n
start of the onMessage() method and a
logout at the end and this works OK (could probably cache the login I
suppose) .
Is there a way of declaritively doing this? Can I deploy an MDB with a
preconfigured identity/credential and not have to worry about coding the
login?
thanks,
brian wallis
read the
comments in there.
(alphabetic ordering doesn't seem to work, I think it sees the raw directory
ordering not sorted)
brian wallis..
---
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceFor
org.jboss.management.j2ee.statistics classes and interfaces
but have not found any doco for them as yet. Any pointers to what these
classes actually do and how they are used?
Any other suggestions as to how to gather and log stats on a running server?
thanks,
brian wallis
,
brian wallis...
---
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomeran
nces stuff running now
and think I understand a little more about how the class loading works.
brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the peo
see what happens.
thanks,
brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sour
, SecurityAssociation and
ServerConfig classes and they are not found. They are in the lib or server
lib directories and I assume are not seen by the classloader returned by
getSystemClassLoader().
Help!
thanks, brian wallis...
---
This SF.ne
s? I've had issues with having multiple instances of the same jar on
the class path before due to the same class being loaded by two different
class loaders.
brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program.
Sou
rever?
I'm trying to get an idea of the expected size of the persistent message
stores in our application.
thanks, brian wallis...
---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Sourc
On Thu, 9 Oct 2003 10:32, Guy Rouillier wrote:
> Have you looked at JConfig? You can use that to serialize arbitrary
> configuration values to any datastore you like - XML file, database, etc.
Had a look, not quite what I want. The java Preferences API (once properly
integrated with JBoss) gives
I need to store and retrieve some application preference data, both on a per
logged in user (web interface) and system basis. The
java.util.prefs.Preferences interface seems to provide what I need, but not
quite. What I need is a "jboss" version that
- Stores the preferences within the jboss s
and parse the deployment xml files. Using it for general parsing of
XML files elsewhere doesn't seem quite right, could be confusing in the
future.
Also, this seems to be the wrong forum for this sort of discussion.
brian wallis...
--
replace every usage of the DocumentBuilderFactory.newInstance() to
call my one. (there are 8 or 9 of these). Should probably also look at doing
the same for XMLReaderFacory but it doesn't seem to be used anywhere (no SAX
parsers used?)
brian wallis...
-
Maybe a new MBean that supplies a reference to an ErrorHander that can be used
each time a parser is created? Then you just configure this once and get the
same handler each time.
brian wallis...
---
This sf.net email is sponsored by:Thin
had a look at the
source of XMLLoginConfigImpl and there doesn't seem to be any reference
to calling setErrorHandler on the parser being used.
thanks, brian wallis...
---
This sf.net email is sponsore
) Can I put both a jboss-service.xml and and a
jboss-ds.xml in META-INF.
In brief, in 3.0.7 I had a -service.xml file with a connector and two MBeans
that the connector depended in in it. Do I need two files now and where do I
put them in the sar?
thanks, brian wallis
box
saying "Operation in Progress" on startup and it just sits there using CPU.
Only way I've found to fix it is to delete the workspace and start over.
thanks for the various suggestions, I'll give it a go. Would love to be able
to use Eclipse.
brian wallis...
ifferences might be.
Is there a complete list of the versions of external/third-party jars used in
which jboss versions somewhere?
thanks, brian wallis...
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkg
is the required projects tab in the project properties but
I don't seem to be able to get it to contribute to the class path of the
current project.
Any suggestions are welcome
thanks, brian wallis...
---
This sf.net email is sponsored
of the application.xml and jboss-app.xml
files. They are very simple to create.
brian wallis...
---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Lin
that logging in the RA may go away after a time.
ManagedConnection has the same logWriter interface but is not serializable so
no problems with it.
thanks, brian wallis...
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
on and I wouldn't have
thought it would need to be re-acquired in ejbActivate().
That is a work around I suppose.
brian wallis...
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, P
On Thu, 7 Aug 2003 08:49, Bill Burke wrote:
> 2. More importantly, we have learned that they have forked JBoss. We also
> believe they are preparing to submit it, or some derivation, to the new
> Apache Geronimo project which would violate copyright and LGPL. Our proof?
>
> http://sourceforge.net
have very recently been asked by
management to detail the licenses of the varous third party packages and
tools that we are using. What should I tell them about JBoss? Is it all LGPL?
If some is GPL doesn't that tend to make it all GPL?
brian wallis...
--
On Fri, 1 Aug 2003 01:32, Scott M Stark wrote:
> No, as we monitor it for responsiveness. When was the last time there was a
> problem?
For me, Yesterday morning which would be about 1am GMT on the 31st July. But
I've never been sure if it is a local problem, internet or server. There is a
lot o
the other hand, is in my mailbox each morning
and I can easily and quickly go through them.
Can the forums be received and replied to via email? I couldn't find out how
to do this.
Spliting the discussions and expertise into two unrelated areas seems like a
bad thing to me.
brian w
range checking or string matching for the enum
type in my class rather than have an interface to the CMP Bean that allows
the storing of any int or string that will fit the DB type.
I haven't managed to find out if this is possible and if so where this might
be documented.
br
e.xml.
I have tried changing this on a running system via the jmx-console and it
seems to work. Just change the attribute value TransactionTimeout" on the
service service=TransactionManager under the jboss namespace. From my reading
of the code of the TransactionManagerFactory I think yo
On Tue, 29 Jul 2003 05:51, Nishant Aggarwal wrote:
> Do you have any clues on how to replicate this on other servers?
Not a clue. I've never needed to use the clustering as yet.
I'll be interested what others have to say about this.
you have
myapp.war/WEB-INF/...
myapp.war/META-INF/...
etc.
This will deploy the same way as your war did.
brian wallis...
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and For
at least three Text child nodes.
brian wallis...
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visu
On Fri, 25 Jul 2003 13:28, Jon Barnett wrote:
> where is the Australian JBoss user community
there are a few of us lurking around
brian wallis
Melbourne, Australia
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites includ
I'm trying to configure an MBean that has an attribute that requires a value
in XML format.
The MBean is defined in jboss-service.xml in the conf directory something
like...
this yet myself, I believe that you can create a
simple servlet packaged in a war that is configured to be run on startup.
Since the wars are (generally) loaded last you could use this servlet to do
what you need.
There was a message about
gt; 3) Are the jobs configurable to
> be persisted in database like JMS messages.
Have a look at DBScheduleProvider in org.jboss.varia.scheduler. I haven't used
it myself.
As to documentation. The all docs subscription (see the jboss home page) is a
great buy and the admin/devel guide is
.2), clustering and log4j and updates for a year.
brian wallis...
---
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machi
On Fri, 18 Jul 2003 11:43 pm, Phil Shrimpton wrote:
> Does not seem to. 'NOW' + 8640 works every 24 hours from when I start
> it, but I can't seem to get it to work if I enter a date/time value
And you don't get any errors in the log? (I often have problems getting date
strings correct :-) I
nation of attributes.
>
> Has anyone got any ideas on the best values for..
>
> InitialStartDate
> SchedulePeriod
Doesn't something like
"Mon, 1 Jul 2003 01:00:00"
and
8640
work? It should.
brian wallis...
On Fri, 18 Jul 2003 09:50 pm, Elankath, Tarun (Cognizant) wrote:
> Hi all,
>
> I have a web-application in expanded form (which is under frequent
> development). I do not wish to take the trouble of creating a WAR file
> everytime and neither do I wish to transfer the application files into a
> app
Is the deployment sorter declared in the URLDeploymentScanner (in
jboss-service.xml) used to order the sub deployments of an EAR?
If not, what order is used?
thanks,
brian wallis...
---
This SF.net email is sponsored by: VM Ware
With
On Thu, 17 Jul 2003 03:12 pm, Scott M Stark wrote:
> There are still two class loaders, but the classes from test2 may have been
> loaded into the ULR cache such that it is irrelevant that test1.jar
> references test2.jar.
OK. I was using displayClassInfo() on the LoaderRepository to see the
clas
nd 3.2.1)
As it is I'll have to stop using Class-Path in Manifests. Pity, it seemed a
reasonable way to specify dependencies between jar files.
brian...
>> On Wed, 16 Jul 2003 15:58, Brian Wallis wrote:
>>
>>>This seems to result in ojdbc14 being loaded by two instances o
On Wed, 16 Jul 2003 15:58, Brian Wallis wrote:
> This seems to result in ojdbc14 being loaded by two instances of
> UnifiedClassLoader3. Once for the Class-Path entry in the EJB jar file
> (3eec1a, addedOrder=22) and once because it is present in the deploy
> directory (bc9673,
On Wed, 16 Jul 2003 15:58, Brian Wallis wrote:
> I've attached part of the log output showing these two deployments.
I always forget the attachments...
2003-07-16 14:45:04,424 INFO [org.jboss.deployment.MainDeployer] Starting deployment
of package:
file:/vobs/ActiveService_build/JAVA
On Wed, 16 Jul 2003 14:04, Brian Wallis wrote:
> JBoss 3.0.7, JDK 1.4.1_01, Mandrake linux 9.0 with 2.4.7 kernel.
Another seemingly unrelated multiple classloaders issue.
We have an EJB jar file that requires access to another jar (ojdbc14.jar) to
deploy successfully so we define a Class-P
ing.MLet.addURL() if there is a
UnifiedLoaderRepository (jbossmx.loader.repository.class property is set).
I think that the new classloader architecture removes the need to have
classpath declarations in the mbean descripters anyway.
brian wallis...
There is a Jetty faq on this:
http://jetty.mortbay.com/jetty/doc/cronCleanup.html
On Tue, 15 Jul 2003 22:21, Chris May wrote:
> What OS? On Solaris, there are default housekeeping scripts (kicked off
> from root's cron) which clear out files from /tmp and /var/tmp, but leave
> directory structur
but i don't know if .ear archive supports inclusion of .sar
Use a META-INF/jboss-app.xml in your ear with something like...
my.sar
This is (of course) in addition to the META-INF/application.xml that specifies
your EJB jar file.
my-ejb.jar
files.
I don't think I can achieve this with the Services Binding Management.
What I really want is 'vars' in the service file as shown in the config
file below. Is there something like this available, can I use/expand
system properties in the deployment config files?
On Wed, 9 Jul 2003 10:44, Bill Burke wrote:
> there is a strict max size setting. Forget the config name.
I think it is true
brian...
---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval
ctly how is still a question
to be answered)
We came to the interceptor conclusion a couple of hours after I posted the
question and that allowed us to defer the implementation until later in the
project (ie: put of 'till tomorrow what you could be doing today :-)
t
this shouldn't affect me should it?
Reason to remove is to replace it with a later version.
thanks,
brian wallis...
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are ava
ld value, calls the setter and then
generates the notification for me. I could do this with aspectJ but I'm not
sure about the new 4.0 jboss aspects.
any suggestions welcome.
thanks,
brian wallis...
---
This SF.Net email sponsored by: Fr
On Fri, 4 Jul 2003 07:40, Erik Price wrote:
> How to configure JBoss 3.0 to constrain the session bean pool to only a
> certain number of session beans? (For stateful beans.)
>
> I wish to test ejbPassivate() and ejbActivate() in action.
You will need to define your own session bean container con
it is very hard to work out what you
missed
brian wallis..
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Mon
On Thu, 26 Jun 2003 22:35, Adrian Brock wrote:
> This looks like a bug to me.
> Report it at www.sf.net/projects/jboss
Mea Culpa! Fortunatly not a bug. I wrote a test case that failed to reproduce
it and then found a bug in my own application...
thanks,
brian
place.
I'm running 3.0.7 on a Sun JDK 1.4.1_01.
brian wallis...
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10
is. Any examples? I thought I saw one once during my searching but cannot
find it again.
thanks,
brian wallis...
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Ref
On Tue, 24 Jun 2003 00:15, David Jencks wrote:
> You could look at the class of the connection manager mbean, which you can
> obtain via jmx (ObjectInstance). The level of tx support the adapter is
> deployed with seems to me to be more relevant than the level it supports.
> (For instance, theore
I have a list of the names of the RAs I'm going
to talk to during a transaction so rather than find out with an error halfway
through a transaction, I'd like to determine if all the RAs in the list
support transactions before I start.
brian wallis...
-
the
sar file (from the deploy directory) in my classpath when I am building or
should RARMetaData be in a jar file in the lib directory?
brian wallis...
---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consult
On Wed, 18 Jun 2003 07:42, David Jencks wrote:
> The spi LocalTransaction or an xa transaction is associated with the
> ManagedConnection. If you use the local tx ConnectionManager or the xa one
> with track-connections-by-tx all connection handles you obtain within a
> transaction will be associa
On Wed, 18 Jun 2003 07:39, Peng Zhao wrote:
> I met a big problem when developing and debuging.
>
> If I deploy the application as a "war" file, the jboss needs about 30
> seconds to deploy it. Although it is not too long, for developing and
> debuging it is not affordable! The time for waiting is
Deployed with our app in three medium/large telcos. Currently we only have a
very small part of our application using jboss, the rest being legacy C++ but
that is changing. Version 3.0.4 and not clustered. Running on solaris
servers.
---
T
d one but it has since been removed
from our system). It's not hard to code/use.
brian wallis...
---
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click
s are woven into the
classes.
thanks,
brian wallis...
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView
On Wed, 11 Jun 2003 11:16, Brian Wallis wrote:
> Searched the source instead. In jboss-jca.sar/META-INF/jboss-service.xml is
> the configuration of the CachedConnectionManager and the parameter
> SpecCompliant is set to false. I think that if I make it true then the
> connections
On Wed, 11 Jun 2003 09:46, Brian Wallis wrote:
> It closes the logical connection. But for me it makes no difference, I have
> no way of getting back a logical connection to the same physical
> connection.
>
> I'll have a search of the list. Could take a while, the search on
On Wed, 11 Jun 2003 00:31, Igor Fedorenko wrote:
> What do you mean by "closes the JCA connection"? JCA has a clear
> separation between logical connection handlers and physical connections
> to underlying EIS. By default JBoss automatically closes logical
> handlers left open after return from a
hanks,
brian wallis...
---
This SF.net email is sponsored by: Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www
ly need to keep that connection open for the duration of the
transaction. Am I misunderstanding something here or is there some
configuration setting I'm missing.
brian wallis...
---
This SF.net email is sponsored by: Etnus, makers of
On Fri, 6 Jun 2003 00:01, [EMAIL PROTECTED] wrote:
> Brian,
>
> The XDoclet utilobject pattern caches Remote and (Local Homes the latter
> is of course only valid w/in one JVM), I've seen this mentioned on
> theserverside.com and elsewhere as a best practice, and after digging
> through the spec to
ound to it. It is a real pain when a transaction times out
during a debug session. Now I can set it to 30 minutes (getting a bit slow in
my old age :-)
brian wallis...
---
This SF.net email is sponsored by: eBay
Get office equ
ily configured in a
-service.xml file and also started/stopped and configured via the jmx-console
brian wallis...
---
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company g
means
that on a 1024x768 screen you always have the scroll bar which is annoying.
Fixed widths should be avoided if at all possible, %widths are much more
friendly.
brian wallis...
P.S. Having flash animations is a pain as well, not really worth the effort
IMHO
JDK one but the JDK orb won't run it due to bug 4775833 so I use
the JacORB runtime. I knew it would come back and bite.
I'll just avoid serialising the references.
On Wed, 2 Apr 2003 17:29, Brian Wallis wrote:
> On Wed, 2 Apr 2003 16:23, Brian Wallis wrote:
> > I have an
On Wed, 2 Apr 2003 16:23, Brian Wallis wrote:
> I have an app running in JBoss 3.0.7RC1 that utilises a CORBA connection
> to a server from where it reads a bunch of info to create an entity
> bean. After building a couple of beans and letting it set idle for
> a few minutes, the sy
rSocket.java:439)
at java.net.ServerSocket.accept(ServerSocket.java:410)
at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:58)
brian wallis...
---
This SF.net email is sponsored by: ValueWeb:
Dedicated Host
lassed ActionServlet to handle the re-instantiation
of the user's security context on each request (and to remove it on
completion of the request as well, most important!)
thanks for your help,
brian wallis...
---
This SF.net email is spons
do I need a servlet filter to
retrieve this info on each invocation or does the system do something for me
in re-establishing the user credentials on each subsequent invocation? (and
is this what is failing sometimes?)
brian wallis...
On Mon, 31 Mar 2003 19:16, [EMAIL PROTECTED] wrote:
>
sting that has been going on. I was about to put in a filter on
this and related subjects and I hate having to do that.
brian wallis...
> I'm well versed in open software. I've used quite a bit of it and will
> continue to use quite a bit of it.
>
> Previously, I've expr
On Thu, 20 Mar 2003 19:54, Marek Lange wrote:
> That worked. Thanks. One question: is it possible to change the
> scheduler attributes at runtime with this construction ?
Did I just ignore this question or did I answer it? Think I ignored it :-)
Which scheduler attributes? You can change the MBe
On Tue, 25 Mar 2003 14:41, Stephen Davidson wrote:
> Christopher Blunck wrote:
> > Hi all-
> >
> > We're considering rolling out a fairly large application to JBoss. The
> > only question in my head is: can JBoss create a new JMS queue at
> > runtime?
> >
> > In other words, if I want to bring up
1 - 100 of 124 matches
Mail list logo