Re: [JBoss-user] Create a datasource without java:/

2003-12-09 Thread Brian Wallis
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 Tutorials. Become an expert in LINUX

Re: [JBoss-user] Unexpected Signal : 11

2003-12-07 Thread Brian Wallis
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

Re: [JBoss-user] Unexpected Signal : 11

2003-12-03 Thread Brian Wallis
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 survey and you could win a $250 Gift Certificate. http

[JBoss-user] Equivilent of OFFSET/LIMIT in oracle?

2003-12-03 Thread Brian Wallis
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? thanks, brian wallis

Re: [JBoss-user] jboss causing system instability

2003-11-20 Thread Brian Wallis
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 your

[JBoss-user] MaximumSize in invoker-proxy-bindings vs. MaximumSize in container-configuration

2003-11-18 Thread Brian Wallis
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

[JBoss-user] mdb-client-id and mdb-subscription-id

2003-11-17 Thread 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

Re: [JBoss-user] Number of active EJBs

2003-11-14 Thread Brian Wallis
=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 device. Click here to Try it Free! https

[JBoss-user] MDB Pool Size

2003-11-14 Thread Brian Wallis
and it is 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

Re: [JBoss-user] Number of active EJBs

2003-11-14 Thread Brian Wallis
=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 device. Click here to Try it Free! https

[JBoss-user] MDB Pool Size

2003-11-14 Thread Brian Wallis
and it is 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

[JBoss-user] Linux JVM JBoss issues?

2003-11-09 Thread Brian Wallis
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://www.apachecon.com

[JBoss-user] flushAuthenticationCache: what is cached?

2003-11-04 Thread Brian Wallis
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

Re: [JBoss-user] MDB and Jaas

2003-10-28 Thread Brian Wallis
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

Re: [JBoss-user] MDB and Jaas

2003-10-28 Thread Brian Wallis
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 LOVE, and help us help YOU

[JBoss-user] TopicSession and transactions

2003-10-26 Thread Brian Wallis
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 contribution, and help us add new features

[JBoss-user] MDBs and JAAS

2003-10-25 Thread Brian Wallis
at the 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

[JBoss-user] MDB and Jaas

2003-10-25 Thread Brian Wallis
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.net

Re: [JBoss-user] [OT] Frameworks

2003-10-24 Thread Brian Wallis
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 SourceForge.net is doing for the Open

[JBoss-user] StatisticsProvider et.al.

2003-10-22 Thread 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.zoomerang.com

[JBoss-user] StatisticsProvider et.al.

2003-10-22 Thread Brian Wallis
the 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

Re: [JBoss-user] JBoss classpaths and ClassLoader.getSystemClassLoader()

2003-10-15 Thread Brian Wallis
, 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://sourceforge.net/supporters.php

[JBoss-user] JBoss classpaths and ClassLoader.getSystemClassLoader()

2003-10-14 Thread Brian Wallis
by the classloader returned by getSystemClassLoader(). Help! 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

[JBoss-user] JMS Message Time-to-Live

2003-10-13 Thread Brian Wallis
? 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 Source Projects

Re: [JBoss-user] Warnings on Server Startup

2003-10-13 Thread Brian Wallis
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. SourceForge.net hosts over 70,000 Open Source

Re: [JBoss-user] Java Preferences

2003-10-09 Thread Brian Wallis
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

[JBoss-user] Java Preferences

2003-10-08 Thread Brian Wallis
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

Re: [JBoss-user] login-config.xml and ErrorHandlers

2003-10-06 Thread Brian Wallis
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... --- This sf.net email

Re: [JBoss-user] login-config.xml and ErrorHandlers

2003-10-05 Thread Brian Wallis
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... --- This sf.net

Re: [JBoss-user] login-config.xml and ErrorHandlers

2003-10-02 Thread Brian Wallis
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:ThinkGeek Welcome to geek heaven. http

[JBoss-user] login-config.xml and ErrorHandlers

2003-10-01 Thread Brian Wallis
attribute name=ValidateDTDfalse/attribute /mbean But how can I actual set an appropriate error handler? I 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

[JBoss-user] sar file META-INF and *-ds.xml files

2003-09-19 Thread Brian Wallis
to be in a -service.xml 3) If (1) and not (2) 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

[JBoss-user] bcel.jar jboss 3.2.1

2003-09-17 Thread Brian Wallis
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://thinkgeek.com/sf

Re: [JBoss-user] JBoss project and Eclipse

2003-09-17 Thread Brian Wallis
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... --- This sf.net email

[JBoss-user] JBoss project and Eclipse

2003-09-13 Thread Brian Wallis
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 by:ThinkGeek Welcome

Re: [JBoss-user] Sar deployment order question

2003-08-21 Thread Brian Wallis
. 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 Linux / Windows / Novell virtual machines at the same

[JBoss-user] JCA Contract with ManagedConnectionFactory logWriter

2003-08-14 Thread Brian Wallis
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 Data

Re: [JBoss-user] JCA Contract with ManagedConnectionFactory logWriter

2003-08-14 Thread Brian Wallis
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, Portals, and Forums are available now. Download

Re: [JBoss-user] Recent CVS removals

2003-08-08 Thread Brian Wallis
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?

Re: [JBoss-dev] Re: [JBoss-user] July 2003 news

2003-08-07 Thread Brian Wallis
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... --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

Re: [JBoss-user] RE: JBoss-user digest, Vol 1 #4786 - 1 msg

2003-07-31 Thread 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 of

[JBoss-user] Jboss Forums and this Mailing List

2003-07-30 Thread Brian Wallis
, on 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 wallis

[JBoss-user] CMP Mapping for user defined types

2003-07-29 Thread Brian Wallis
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. brian wallis

Re: [JBoss-user] Simple Quick Question - how to change JSPs on th e fly

2003-07-28 Thread Brian Wallis
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. brian wallis

Re: [JBoss-user] Transaction timeout

2003-07-28 Thread Brian Wallis
of the TransactionManagerFactory I think you will also need to stop and start the service as well after changing this value (but I haven't verified any of this). brian wallis... --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data

Re: [JBoss-user] Simple Quick Question - how to change JSPs on th e fly

2003-07-27 Thread Brian Wallis
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 Forums

Re: [JBoss-user] MBean attribute value with XML format

2003-07-25 Thread Brian Wallis
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 Visual Studio .NET. http://aspnet.click

[JBoss-user] MBean attribute value with XML format

2003-07-24 Thread Brian Wallis
then it works. I also tried just the raw XML as the value but that breaks as well with the empty string (not surprising, as there isn't any actual character data, the parser would parse the elements. So, Why doesn't the CDATA work? (maybe this is a dumb XML question?) brian wallis

Re: [JBoss-user] Parallel thread performance: A JBoss client exam ple

2003-07-24 Thread Brian Wallis
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 including

Re: [JBoss-user] Scheduler Question

2003-07-23 Thread Brian Wallis
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 great. brian wallis... --- This SF.net email

Re: [JBoss-user] Running a web-app under jboss where docroot web-inf outside the deploy directory.

2003-07-18 Thread 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.war/

Re: [JBoss-user] Scheduler MBean

2003-07-18 Thread Brian Wallis
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... --- This SF.net email is sponsored by: VM Ware With VMware you can run multiple

Re: [JBoss-user] Scheduler MBean

2003-07-18 Thread Brian Wallis
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 :-) If

Re: [JBoss-user] JBoss doc

2003-07-18 Thread Brian Wallis
. 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 machines at the same time. Free trial click here: http

[JBoss-user] EAR deployments and DeploymentSorter

2003-07-17 Thread Brian Wallis
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

Re: [JBoss-user] Multiple Classloaders

2003-07-16 Thread Brian Wallis
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-Path

Re: [JBoss-user] Multiple Classloaders

2003-07-16 Thread Brian Wallis
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_dbg/run

Re: [JBoss-user] Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
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, addedOrder=0) I've

[JBoss-user] Re: Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
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 of UnifiedClassLoader3. Once for the Class-Path entry in the EJB jar file (3eec1a

Re: [JBoss-user] Re: Multiple Classloaders .. Bug?

2003-07-16 Thread Brian Wallis
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

Re: [JBoss-user] How to package EJB and MBean in the same file?

2003-07-15 Thread Brian Wallis
ejbmy-ejb.jar/ejb /module /application brian wallis... --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing more. Download eval WebKing and get a free book. www.parasoft.com/bulletproofapps1

Re: [JBoss-user] Jetty - static files removed from tmp dir

2003-07-15 Thread 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 structures

[JBoss-user] Multiple Classloaders

2003-07-15 Thread Brian Wallis
() 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... --- This SF.net

[JBoss-user] Services Binding Management

2003-07-09 Thread Brian Wallis
. 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? thanks, brian wallis... mbean

Re: [JBoss-user] constraining session bean pool

2003-07-08 Thread Brian Wallis
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 StrictMaxSizetrue/StrictMaxSize brian... --- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate

Re: [JBoss-user] Entity bean Attribute Changed Notifications

2003-07-06 Thread Brian Wallis
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 :-) thanks Andy, brian wallis

[JBoss-user] Castor, can I remove it?

2003-07-04 Thread Brian Wallis
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 available now

Re: [JBoss-user] constraining session bean pool

2003-07-03 Thread Brian Wallis
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

[JBoss-user] Entity bean Attribute Changed Notifications

2003-07-03 Thread Brian Wallis
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: Free pre-built ASP.NET

[JBoss-user] Message.getJMSDestination() returns null

2003-06-26 Thread Brian Wallis
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% Monthly

Re: [JBoss-user] Message.getJMSDestination() returns null

2003-06-26 Thread Brian Wallis
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 wallis

Re: [JBoss-user] j_security_check JBoss/Jetty

2003-06-26 Thread Brian Wallis
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% Monthly Commission! INetU

[JBoss-user] j_security_check JBoss/Jetty

2003-06-24 Thread Brian Wallis
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. Refer Dedicated Servers. We Manage

Re: [JBoss-user] RARMetaData, RARDeployment and jboss-jca.sar

2003-06-23 Thread Brian Wallis
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,

Re: [JBoss-user] RARMetaData, RARDeployment and jboss-jca.sar

2003-06-22 Thread Brian Wallis
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... --- This SF.Net email

[JBoss-user] RARMetaData, RARDeployment and jboss-jca.sar

2003-06-19 Thread 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 Consultants

Re: [JBoss-user] Who is using JBoss in production?

2003-06-17 Thread Brian Wallis
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. ---

Re: [JBoss-user] Developing and debuging

2003-06-17 Thread Brian Wallis
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 longer

Re: [JBoss-user] Transactional JCA Connections are closed mid-transaction

2003-06-17 Thread Brian Wallis
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 associated

Re: [JBoss-user] Notifications for deploying/undeploying?

2003-06-11 Thread Brian Wallis
to code/use. brian wallis... --- This SF.NET email is sponsored by: eBay Great deals on office technology -- on eBay now! Click here: http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 ___ JBoss-user

[JBoss-user] Transactional JCA Connections are closed mid-transaction

2003-06-10 Thread Brian Wallis
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 TotalView

[JBoss-user] When to use PortableRemoteObject.narrow()

2003-06-10 Thread Brian Wallis
, 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.etnus.com

Re: [JBoss-user] Transactional JCA Connections are closed mid-transaction

2003-06-10 Thread Brian Wallis
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

Re: [JBoss-user] Transactional JCA Connections are closed mid-transaction

2003-06-10 Thread Brian Wallis
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 sourceforge lists doesn't

Re: [JBoss-user] Transactional JCA Connections are closed mid-transaction

2003-06-10 Thread Brian Wallis
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 will not be closed

[JBoss-user] JBoss 4.0 AOP and AspectJ

2003-06-10 Thread Brian Wallis
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 6 free

Re: [JBoss-user] Should I cache ejbRefs?

2003-06-06 Thread Brian Wallis
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 be

Re: [JBoss-user] [JBoss-user]

2003-05-29 Thread Brian Wallis
around 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 equipment for less

Re: [JBoss-user] Timer in Jboss3.0

2003-04-06 Thread Brian Wallis
brian wallis... --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff

[JBoss-user] JBoss.org web site (again :-)

2003-04-02 Thread Brian Wallis
for the current front page and 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

Re: [JBoss-user] Servlet/EJB JAAS login problem

2003-04-01 Thread Brian Wallis
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 sponsored by: ValueWeb: Dedicated

[JBoss-user] Bunnies! Spurious thread creation JDK ORB

2003-04-01 Thread Brian Wallis
) 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 Hosting for just $79/mo

Re: [JBoss-user] Bunnies! Spurious thread creation JDK ORB

2003-04-01 Thread Brian Wallis
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 system creates about

Re: [JBoss-user] Bunnies! Spurious thread creation JDK ORB

2003-04-01 Thread Brian Wallis
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 app running in JBoss 3.0.7RC1 that utilises

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-31 Thread Brian Wallis
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 expressed my thoughts that the JBoss JMS

Re: [JBoss-user] Servlet/EJB JAAS login problem

2003-03-31 Thread Brian Wallis
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: I run JBoss 3.0.6

Re: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-25 Thread Brian Wallis
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

Re: [JBoss-user] JMS Queue Deployed at runtime

2003-03-24 Thread Brian Wallis
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 a new JMS

Re: [JBoss-user] Deploying scheduler after EAR deployment

2003-03-19 Thread Brian Wallis
it-- dependsot.notificationservice:name=DBCleaner/depends /mbean Similar for ejbs where you can use the ejb mbean name in the dependency, usually a name something like jboss.j2ee:jndiName=ejb/notification/EFD,service=EJB brian wallis... --- This SF.net email is sponsored

[JBoss-user] Am I in a transaction?

2003-03-19 Thread Brian Wallis
cannot call getStatus(). It's not critical that I check, but I would like to be able to to make sure that the utility routine has not been called outside of a transaction boundary. brian wallis... --- This SF.net email is sponsored by: Does

  1   2   >