Re: [JBoss-user] PersistenceManager wouldn't start

2003-10-03 Thread Peter Fagerlund
On Thursday, Oct 2, 2003, at 17:29 Europe/Stockholm, Adrian Brock wrote: 17:52:18,059 INFO [MainDeployer] Starting deployment of package: file:/home/fane/builds/jboss-3.2.1/server/default/deploy/jms/jbossmq- service.xml JBossMQ uses HSQLDB as default. If You are not using the mq service then

Re: [JBoss-user] Unremoved DB locks on JBoss Stop

2003-02-25 Thread Peter Fagerlund
tisdagen den 25 februari 2003 kl 00.33 skrev Brian Taylor: Shutdown is performed by closing the console window. Is this not a good idea? Should I be using 'shutdown 127.0.0.1 8080'? We're using 3.0.4 on MS SQL Server 2000. Use ctrl c, a shutdown script or the jmx-console -to execute the shutdow

Re: [JBoss-user] How to separate jboss and hypersonic db???

2003-02-05 Thread peter . fagerlund
onsdagen den 5 februari 2003 kl 19.40 skrev Hanson, Matthew: that's why i was hoping to get it straight from the beginning, you know? Have You looked into hsqldbr(eplikated) ... ? ... http://www.javagroups.com/javagroupsnew/docs/hsqldbr.html and all other things hypersonic here : http://sourc

Re: [JBoss-user] How to separate jboss and hypersonic db???

2003-01-31 Thread Peter Fagerlund
fredagen den 31 januari 2003 kl 15.37 skrev Hanson, Matthew: my bad - i believe i was wrong with the db server... connection was refused in jboss when i killer the hsqldb server... now i just need to figure out why my schema is not bound anywhere... thanks, and sorry! matt hanson From mem

Re: [JBoss-user] RE: question about jboss cmp

2003-01-30 Thread Peter Fagerlund
onsdagen den 29 januari 2003 kl 21.55 skrev Pete Beck: On a side note, I wonder if the SQL parser in the hypersonic codebase could be modified to work on EJBs? :-) Using Hypersonic as a "sql-cache front-end" to Your DB is possible today with additional trigger classes. torsdagen den 30 januar

Re: [JBoss-user] jms issues

2003-01-17 Thread Peter Fagerlund
fredagen den 17 januari 2003 kl 21.37 skrev Ed Brown: 1) I suspect a corrupted DB from a not clean shutdown 2) I suspect a corrupted DB from a not clean shutdown Shutdown was done using "CTRL-C" at the console. Since that was the way to shut it down, corrupted queues resulting from shutdown w

Re: [JBoss-user] Disable nested deployments

2003-01-16 Thread Peter Fagerlund
torsdagen den 16 januari 2003 kl 19.19 skrev Danilo Luiz Rheinheimer: How I can disable the nested deployments in a SAR file ? The problem is I have many .bsh files on it and when I deploy it on 3.2RC1 it deploy this files. This files are bean shell scripts but to be used by my mbean and not t

Re: [JBoss-user] jbossmq-service deployment takes a LONG time in 3.2.0RC1

2003-01-16 Thread Peter Fagerlund
torsdagen den 16 januari 2003 kl 16.31 skrev Stefan Arentz: David Ward wrote: I'm using jboss-3.2.0RC1_tomcat-4.1.18 with Sun JDK 1.4.1_01 on Mandrake 9.0 Linux 2.4.19-16, with half a gig of RAM and an 800mghz i686 cpu. I've noticed that on JBoss startup (using the default server), this

Re: [JBoss-user] jms issues

2003-01-15 Thread Peter Fagerlund
torsdagen den 16 januari 2003 kl 03.49 skrev Ed Brown: Here are the list of problems that I ran into when I used the JBoss implementation: 1. If too many messages were queued up, and the server was stopped and restarted, the server hung. 2. Sometimes when the server was stopped and restarted

Re: [JBoss-user] Cmp vs hibernate

2003-01-11 Thread Peter Fagerlund
söndagen den 12 januari 2003 kl 01.54 skrev Pete Beck: Why not, it would be much more efficient? I am somewhat misquoting You above ... to stress ... that of course there could be another acronym ... but RDBMS/OODBMS ... --- This SF.NET e

Re: [JBoss-user] hsqldb connection/JBOSS3.0.3-( jboss newbie)

2003-01-11 Thread Peter Fagerlund
lördagen den 11 januari 2003 kl 18.57 skrev Martin: Am using the following to connect to hsqldb using JBOSS3.0.3 When are You executing the script ? During JBoss startup ? or later ... d. I get the following error Build exception: D:\OLSurveyEJB\build\builDB.xml:124: java.sql.SQLException:

Re: [JBoss-user] Deploying images dynamically

2003-01-02 Thread Peter Fagerlund
torsdagen den 2 januari 2003 kl 11.44 skrev Niket Anand: I made war and jar files in a combined ear file and deployed that ear file in deploy folder(JBoss-2.4.7_Tomcat-4.0.4). I have some scenario where some of the images are made dynamically. at run time ? or at package time ? so How can I

Re: [JBoss-user] A few J2EE/EJB design questions

2002-12-27 Thread Peter Fagerlund
fredagen den 27 december 2002 kl 21.23 skrev Sasidharan, Manoj: 1. Can a singleton class object be garbage collected by App server (JBoss)?? If so, can this be avoided/controlled? Keep a reference to Your object valid for the lifespan of the same ! ... 2. How to use Log4J for logging? Some p

Re: [JBoss-user] cmp mapping question

2002-12-15 Thread Peter Fagerlund
söndagen den 15 december 2002 kl 18.23 skrev Eric Kaplan: It's a financial application. Plesase epost [EMAIL PROTECTED] or something ... here We try to learn and share ! ... --- This sf.net email is sponsored by: With Great Power, Comes G

Re: [JBoss-user] JNDIView and Hypersonic manager in 3.2.0b2/jetty ?

2002-12-12 Thread Peter Fagerlund
torsdagen den 12 december 2002 kl 15.36 skrev Rupp,Heiko: Are there additional trace flags for jetty / hypersonic that I should tweak? Can You try Jboss 3.2 from CVS ? as it just got hsqldb updated to 1.7.1 and se if Your problem goes away with the new Swing based DatabaseManager.

Re: [JBoss-user] JNDIView and Hypersonic manager in 3.2.0b2/jetty ?

2002-12-12 Thread Peter Fagerlund
torsdagen den 12 december 2002 kl 14.56 skrev Peter Fagerlund: Also the DB-Manager does not come up directly after reboot of the server. No You must start it from the jmx-console anew. maybe We can add it as a attribute in the mbean config true

Re: [JBoss-user] JNDIView and Hypersonic manager in 3.2.0b2/jetty ?

2002-12-12 Thread Peter Fagerlund
onsdagen den 11 december 2002 kl 19.00 skrev Rupp,Heiko: I meanwhile found out, that the database manager of Hypersonic DB sometimes pops up and sometimes not. Thats disturbing - how much memory do You have ? also sometimes the DatabaseManager is started but hidden under other windows ? Also

Re: [JBoss-user] OLTP

2002-12-07 Thread Peter Fagerlund
lördagen den 7 december 2002 kl 22.46 skrev Ben Sabrin: OLTP Outsource Ludicrece Tripped Pleasantest ? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

Re: [JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-06 Thread Peter Fagerlund
torsdagen den 5 december 2002 kl 14.00 skrev <[EMAIL PROTECTED]>: Any Ideas? - try code change: Start the hsqldb thread with a high priority ? and after startup fall back to normal. Config change: Use Persistent == false and se if the problem disappears. Did You try ? Please do report back at

Re: [JBoss-user] Startup Ordering problem with 4.0 Alpha

2002-12-05 Thread Peter Fagerlund
torsdagen den 5 december 2002 kl 14.00 skrev <[EMAIL PROTECTED]>: Any Ideas? - try code change: Start the hsqldb thread with a high priority ? and after startup fall back to normal. Config change: Use Persistent == false and se if the problem disappears. /peter_f -

Re: [JBoss-user] regression tester is dying after 3 hours

2002-12-04 Thread Peter Fagerlund
Can You be more specific on Your testbed ... +++ \Pretty PleUase ... ||| --- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-30 Thread Peter Fagerlund
chill - hibernate just works (TM) - inside JBoss or out ! ... The gay is slandering hiberbate here and jboss there - Simon - U say U not going to use jboss in prod anyway ! *** From the hibernate list We conclude this Simon (Jasons Brother ...heeh) is using a generation totally wrong in its f

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Peter Fagerlund
fredagen den 29 november 2002 kl 15.34 skrev Simon Stewart: I've heard great things about Hibernate, but this is starting to get beyond a joke. Any help getting this working would be appreciated! I think - it might be a simple configuration problem ? ... Can You try the JMX deploy ? ... and r

Re: [JBoss-user] Hibernate and JBoss 3.0.4

2002-11-29 Thread Peter Fagerlund
fredagen den 29 november 2002 kl 14.12 skrev Simon Stewart: I now have a problem using Hibernate, but that's not appropriate for this list :) How do You execute hibernate ? by deploying the JMX MBean ? /peter_f --- This SF.net email is sp

Re: Re[2]: [JBoss-user] Problems with JetSpeed on JBoss

2002-11-29 Thread Peter Fagerlund
fredagen den 29 november 2002 kl 12.10 skrev Danilo Luiz Rheinheimer: The biggest problem is the hypersonic database who comes with the war file inside \WEB-INF\db. On the instructions we have to remove the hypersonic jars from JBoss and the hsqldb-service.xml too. This works but it is wrong.

Re: [JBoss-user] CMR Performance: Weblogic7 Much Faster Then JBoss

2002-11-22 Thread Peter Fagerlund
fredagen den 22 november 2002 kl 13.04 skrev Sacha Labourey: We really need to find out why going to the DB (in-VM DB at least... ouf...) is faster than retrieving from cache. hehe ... cache is King makes me want to sing use the sqlcache as ***xp*** mesh. /peter_f

Re: [JBoss-user] jdbc2.PersistenceManager fails with large messages

2002-11-21 Thread Peter Fagerlund
onsdagen den 20 november 2002 kl 20.58 skrev Sebastian Hauer: The patch is rather old from August 5th 2001 and the status is closed. Maybe it is already fixed in the latest HSQL 1.7.1? Yes it is included in 1.7.x 1.7.1 is in CVS HEAD (4.0 alpha) scheduled for inclusion in 3.2RC /peter_f "Mon

Re: [JBoss-user] how to manage the jboss default dbase?

2002-11-20 Thread Peter Fagerlund
söndagen den 17 november 2002 kl 15.30 skrev SainTiss: during my early experiments, I had managed to deploy a simple entity bean using the default database. So during that process, a table was created there... Now I'm wondering how I can delete that table again, since it's no longer of any use..

Re: [JBoss-user] jdbc2.PersistenceManager fails with large messages

2002-11-20 Thread Peter Fagerlund
onsdagen den 20 november 2002 kl 07.02 skrev Scott M Stark: If I send an object message with a payload of approximately 32224 bytes and receive the following exception: *** Start hsqldb 1.6.1 faq What is the limitations of the database (size of columns, number of tables, rows...)? There is

Re: [JBoss-user] jdbc2.PersistenceManager fails with large messages

2002-11-20 Thread Peter Fagerlund
onsdagen den 20 november 2002 kl 07.02 skrev Scott M Stark: If I send an object message with a payload of approximately 32224 bytes and receive the following exception: There is a large object patch in the hsqldb patch area that will allow Binary data then 32k. *** hsqldb_v.1.61/doc/internet/

Re: [JBoss-user] cmp performance

2002-11-11 Thread Peter Fagerlund
måndagen den 11 november 2002 kl 16.07 skrev Eric Kaplan: We have an application that is used by portfolio managers to manage money. They manage one or more portfolios, where a portfolio consists of one or more positions. Each position corresponds to an asset (a given asset can be associated

[JBoss-user] hsqldb 1.7.1 is using port 1701 as default in head (Matrix2)

2002-11-07 Thread Peter Fagerlund
Yes it is ... Q: why A: donow ... just one of those those things that might help in hsqldb versioning debugging ... later u all ... PS: *** build is most test is run in testsuit/build.sh tests *** 21:43:46,200 INFO [ServerInfo] Java version: 1.3.1,Apple Computer, Inc. 21:43:46,203 INFO [Serve

Re: [JBoss-user] CMRs are Slow (was: Entity Bean Performance Tuni ng Help)

2002-11-07 Thread Peter Fagerlund
torsdagen den 7 november 2002 kl 22.33 skrev Luttrell, Peter: Since Dain has spent so much time, he is the best person to performance tweak it. I am not. True - then again You are on the spot of where ! with a prod probe clear case - Dain might be dp down somewhere else "right now" and

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-06 Thread Peter Fagerlund
onsdagen den 6 november 2002 kl 15.19 skrev Dain Sundstrom: The idea for an in memory query engine is interesting, but this requires that all of you data to fit into memory and actually be in memory. If you want to write it, that would be cool, but I think there are way more important things

Re: [JBoss-user] Entity Bean Performance Tuning Help

2002-11-06 Thread Peter Fagerlund
onsdagen den 6 november 2002 kl 13.51 skrev saroj kumar: 1) If there is no container then how do we parse the XML? 2) If there are no Entity beans then how do you query? 3) If Above points are sorted out then how do we achieve complex joins/unions? How would Hibernate stand up ? ... As a bon

Re: [JBoss-user] why EJBs?

2002-10-16 Thread Peter Fagerlund
onsdagen den 16 oktober 2002 kl 18.49 skrev Vincent Stoessel: > I am finding that modeling my business logic in custom beans seems to > be > working fine for me in tomcat 4.1.x enviroment. But I know that my > management would really like for me to add EJBs to the mix. I was > looking at usin

Re: [JBoss-user] OT Wiki in jboss

2002-10-12 Thread Peter Fagerlund
lördagen den 12 oktober 2002 kl 01.03 skrev Stefan Groschupf: sorry be out topic, someone know a wiki software running under jboss with jetty? Any under JavaLanguage @ http://c2.com/cgi/wiki?WikiEngines --- This sf.net email is sponsored by

Re: [JBoss-user] JBossGui

2002-04-16 Thread Peter Fagerlund
Try this tool and extended it for management screenshoot : http://pollo.sourceforge.net/sitemap1.png sf.net : http://sourceforge.net/projects/pollo/ beutiful for ant and *-service.xml files allready, not so happy with BM xml files tho ;-( ... yet ? ... /peter_f on 16-04-2 22.40, David Jencks a

Re: [JBoss-user] Newbie

2002-04-15 Thread Peter Fagerlund
on 15-04-2 17.16, Simon Stewart at [EMAIL PROTECTED] wrote: > How do I get to use Postgres as the backend database instead of hsqldb > in Orion? I'd like to bind it to DefaultDS so that I can ditch hsqldb, > but I'm not sure how to do this. > > I believe that all that needs to be done is to copy

Re: [JBoss-user] JBoss 3.0.0beta2 and Tomcat 4.0.2 -> No Contextconfigured to process this request?!

2002-04-09 Thread Peter Fagerlund
on 09-04-2 22.39, James Richards at [EMAIL PROTECTED] wrote: > I'm assuming that deploying a war file into the server/default/deploy > will work, but I would like to develop locally without the pain of > jarring everything up... Ahhh ... A web service deployed as a .sar will give You a context

Re: [JBoss-user] Re: [JBoss-dev] Automated JBoss TestsuiteResults: 7-April-2002

2002-04-07 Thread Peter Fagerlund
on 07-04-2 18.13, Richard Lim at [EMAIL PROTECTED] wrote: > Ass hole, Can you stop sending this email to me. U talking to Me ? ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] How to remove agent view( http://localhost:8082) ?

2002-04-05 Thread Peter Fagerlund
on 05-04-2 09.18, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > How can I remove the agent view (http://localhost:8082) ?? > because if someone knows the address, they can see the database's user > name and password. > Or can I just put authentication to see the page ?? There is a patch You ca

Re: [JBoss-user] Scott Stark, Daniel Fleury or Marc Fleury - Press Release Question (OT)

2002-03-28 Thread Peter Fagerlund
Love goes as long way ... It is easy - as a child I was tough to endure under stress - as an independent I learned to tolerate stress under doubtful situations with Andersen Accountants value ground as base ... - hehe ... Danch is this to political for U ? ... 61.176.32.194 __

Re: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury -Press Release Questio n (OT)

2002-03-28 Thread Peter Fagerlund
on 28-03-2 06.11, danch at [EMAIL PROTECTED] wrote: >> U have the wrong address ! ... > If you're going to bitch about someone else's post being in html, at > least strain your fingers to type the word 'you.' That's three freaking > letters, Peter. I understand if english is not your first langua

Re: [JBoss-user] Scott Stark, Daniel Fleury or Mark Fleury -Press Release Questio n (OT)

2002-03-27 Thread Peter Fagerlund
DO NOT POST ANYTTHING TO ME IN A LIST THAT IS NOT TEXT ! ___ on 27-03-2 18.17, John Moore at [EMAIL PROTECTED] wrote > JBoss Group, U have the wrong address ! ... This is the user group [EMAIL PROTECTED] and not the JBoss Group address found on the site for any serious requests ... >We are

[JBoss-user] Re: [JBoss-user]ÊÖ»ú×îµÍ¼Û£¬·þÎñË͵½¼Ò¡£

2002-03-26 Thread Peter Fagerlund
on 26-03-2 13.52, @joyce.shortlist.se at @joyce.shortlist.se wrote: > > ??? > > ?? > > http://www.139shop.com/asp/mem-from.asp?uid=waynetan >

Re: [JBoss-user] *Linux/*BSD Users

2002-03-08 Thread Peter Fagerlund
http://people.redhat.com/alikins/system_tuning.html#threads ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] How to update hsqldb

2002-02-21 Thread Peter Fagerlund
on 21-02-2 18.09, Eric Jain at [EMAIL PROTECTED] wrote: >> Apply the patch from the link below to the 1.61 source ... >> >> And unzip the JBoss HSQLDB - subtract >> /Embedded_Server.class >> /Embedded_ServerConnection.class >> /util/Embedded_DatabaseManager.class > > Not sure if I got you right

Re: [JBoss-user] How to update hsqldb

2002-02-21 Thread Peter Fagerlund
>> We are 1.61 allready ? ... > > Right. Unfortunately the current JBoss version from CVS still seems to use > 1.6. 1.61 seems to be an important upgrade, since it allows OBJECT fields to > be greater than 32KB, which is quite important, at least for me :-) - JBoss are shipping with "HSQLDB v 1.

Re: [JBoss-user] Shutdown hangs

2002-02-20 Thread Peter Fagerlund
on 19-02-2 19.01, Eric Jain at [EMAIL PROTECTED] wrote: > Whenever I shut down JBoss (3.0.0 alpha), it remains hanging at the > following point: > > [18:40:08] INFO naming.NamingService : Stopping > > Any ideas why this could be happening? You are on NT ? ... /peter ___

Re: [JBoss-user] How to update hsqldb

2002-02-20 Thread Peter Fagerlund
on 13-02-2 19.48, Eric Jain at [EMAIL PROTECTED] wrote: > Problem: I need to be able to store large objects inside entity beans. > Unfortunately, the version of hsqldb provided with JBoss 3.0.0 alpha only > supports fields of up to 32KB. Apparently this has been fixed in the newest > version of h

Re: [JBoss-user] Forum for App Contribution

2001-12-07 Thread Peter Fagerlund
on 1-12-07 15.29, Peter Shillan at [EMAIL PROTECTED] wrote: > created for the application contribution? You can use http://jboss.org/forums/forum.jsp?forum=77 for now ... /peter_f ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourcefor

Re: [JBoss-user] jboss-user shutdown

2001-12-04 Thread Peter Fagerlund
on 1-12-04 19.23, David Jencks at [EMAIL PROTECTED] wrote: > Hmmm. heres another idea for a useful jboss demo... a jsp/ejb/db wiki with > notifications and new content navigation. Yes *** and lets try have a plugable "sift index" for quick/smart search ! ... ? intergrated together with Jive ! .

Re: [JBoss-user] where is CMP2.0 documentation?

2001-12-03 Thread Peter Fagerlund
on 1-12-04 01.57, Hicks, James at [EMAIL PROTECTED] wrote: >Why is the JBoss Group charging for documentation? An opensource project >should have freely available documentation. How can a project survive if >nobody knows how to set it up? it is *nix docu = source ! ... and jbossis going to hav

Re: [JBoss-user] Multiple IP adresses

2001-11-28 Thread Peter Fagerlund
One way would be to use "forward" in netfilter "iptables" to have a route from one ip:port -> ip:port ... search for netfilter at google ... /peter_f on 1-11-28 15.49, Lorenzo Resta at [EMAIL PROTECTED] wrote: > Hi, > > Does someone know if JBoss supports a server with two or more ethernet > c

Re: [JBoss-user] Jboss, Jaws CMP, HSQLDB JDBC and DATE type:NumberFormatException when updating

2001-11-27 Thread Peter Fagerlund
on 1-11-27 15.31, Coetmeur, Alain at [EMAIL PROTECTED] wrote: > > > I'm using CMP EJB that contains DATE types on a HSQLDB database... > > I can create many objects , and they are stored perfectly in database(by > jaws after the ejbCreate method )... > > however when I try to set a date in an

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Peter Fagerlund
on 1-11-21 11.27, Quique Ruiz-Valenciano at [EMAIL PROTECTED] wrote: > Anyone could tell me anything about Hypersonic DB? (Vendor, if I can download > it, etc) http://sourceforge.net/projects/hsqldb/ Has all the nice src/bin/docu on hsqldb ... /peter_f ___

Re: [JBoss-user] Security

2001-11-15 Thread Peter Fagerlund
on 1-11-15 13.08, jquest jquest at [EMAIL PROTECTED] wrote: > Hi all, > I use jboss as application server. > I can call http://my.server.ip:8082 and see the setup of jboss. > How can I disaple this option. The recomendation is : when running a application server, do so behind a firewall ... /pe

Re: [JBoss-user] Agent in jboss?

2001-10-16 Thread Peter Fagerlund
on 1-10-16 17.24, jquest jquest at [EMAIL PROTECTED] wrote: > Hi all, > is it possible to write a part of code that will run as agent in jboss. > I need to have a task that live in jboss and strarts every 30 min. check out "How To use the Timer MBean" : http://jboss.org/documentation/HTML/ch13s6

Re: [JBoss-user] JBOSS Future, productive sites

2001-10-15 Thread Peter Fagerlund
> In terms of tools for developing with JBoss? XDoclet > (http://sourceforge.net/projects/xdoclet) provides excellent support for > JBoss - it generates interfaces and deployment descriptors based on > comments in your code. also check out the Together Deployer http://jboss.org/jbossgroup/partn

Re: [JBoss-user] HOW TO BUILD JBOSS 3.0

2001-09-25 Thread Peter Fagerlund
cd jboss-all/build/ sh build.sh help sh build.sh (will bild most) sh build.sh all sh build.sh clean sh build.sh clobber se more at http://jboss.org/cvs.jsp at the "What is Buildmagic" /peter_f ___ JBoss-user mailing list [EMAIL PROTECTED] https:

HypersonicSQL the right way --was : Re: [JBoss-user] JBOSS stopsworking

2001-09-13 Thread Peter Fagerlund
I been using HypersonicSQL with great joy and success for over 2.5 years now and have not found any unstable issues with it - ... except when crashing it and then have a unclean shutdown, then rebuild the db from backup ... first how are You using it ? - not at all - for read data - for read/writ

Re: [JBoss-user] Management Console for Use with JBoss

2001-08-07 Thread Peter Fagerlund
on 1-08-07 02.13, Rogers, Darlene M. at [EMAIL PROTECTED] wrote: > I think maybe the JBossGUI referenced on > http://www.jboss.org/jboss-projects.jsp or perhaps even better JBossMGT > referenced at http://www.jboss.org/jboss-mgt.jsp might be the answer to my > question. I am looking forward to he

Re: [JBoss-user] Management Console for Use with JBoss

2001-08-06 Thread Peter Fagerlund
on 1-08-06 15.42, Rogers, Darlene M. at [EMAIL PROTECTED] wrote: > Is anyone using any type of Management Console with JBoss either open > source or purchased? It has been dicussed to build a core hot deployable plugin engine for managment purposes, where one could dropin free and notfree module

Re: [JBoss-user] Can an Entity EJB be observed?

2001-07-17 Thread Peter Fagerlund
check this out ??? : http://www.javaworld.com/javaworld/javatips/jw-javatip110.html /peter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-13 Thread Peter Fagerlund
And for those who would like to read the forum on mobile devices supporting WAP can call me ... ;-) /peter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-13 Thread Peter Fagerlund
web forum - and then the web forum would resend to SMTP ... for a easy sync ? ... /peter on 1-07-13 10.22, Jason Dillon at [EMAIL PROTECTED] wrote: > Ouch. > > --jason > > > On Thu, 12 Jul 2001 [EMAIL PROTECTED] wrote: > >> On Thu, Jul 12, 2001 at 03:41:12AM +

Re: [JBoss-user] 2 WEEKS EVICTION NOTICE

2001-07-12 Thread Peter Fagerlund
Ahhh ... pushing forward is hard ... change ... the pain of growing ... cognisance dissonance - from having to change a GUI ... ;-) ... I to feel uncomfortable but recognise it is me - having to adapt really ... Just have hourly/daily/monthly *text* "tome's" downloadable for those who like to read

admin Mbean tag's (was: Re: [JBoss-user] Everlasting sessionbean,now a MBean)

2001-07-03 Thread Peter Fagerlund
on 1-06-07 14.25, Juha Lindfors at [EMAIL PROTECTED] wrote: > you can check the code in: > http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/admin/src/org/jboss/adm > in/mbean/SystemMonitor.java?rev=1.3&content-type=text/vnd.viewcvs-markup what is the Mbean tags for the AdminServerMBean and S

Re: [JBoss-user] J2EE CAS

2001-07-03 Thread Peter Fagerlund
on 1-07-03 12.22, Anderson L at [EMAIL PROTECTED] wrote: > Has anyone looked at creating a 'service' for JBoss? There are four > supported servers...it's a shame that JBoss is not amongst them! A perfect example of a add on Service/Module created by third party to not infect JBoss with any OS sp

Re: [JBoss-user] Taking backups

2001-07-01 Thread Peter Fagerlund
on 1-07-01 15.41, Ole Husgaard at [EMAIL PROTECTED] wrote: > How do you get the measurements needed for the > adaptation? without going native - a simple way - to simple perhaps - is to have a separate thread sleep in a set interval and measure the deviation against the set interval. If mean val

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
sorry correction of link http://jboss.org:8081/jive/forum.jsp?forum=19 >http://jboss.org:8081/jive7forum.jsp?forum=19 /peter ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] Tools

2001-07-01 Thread Peter Fagerlund
on 1-07-01 10.49, Devraj Mukherjee at [EMAIL PROTECTED] wrote: > Can anyone, tell me what tools are included in JBoss for helping with app > deployment and generation of the XML descriptors?/ There is a thread regarding JBossGUI at http://jboss.org:8081/jive7forum.jsp?forum=19 /peter

Re: [JBoss-user] Taking backups

2001-06-30 Thread Peter Fagerlund
very good then - make a backup and leave it to the db to make a correct snapshot - but this thread suggest - to still have the capability to "change" a component in the system at any time - stopping/starting any traffic to and from all other components - throught a observeble mechanism ? ... /pet

Re: [JBoss-user] Upgrading to Hypersonic 1.6 and various otherquestions...

2001-06-12 Thread Peter Fagerlund
These snippets is from org.jboss.jdbc.HypersonicDatabase.java This is how the MBean locates and loads the $JBOSS_HOME$/db/ URL dbLocator = getClass().getResource("/db.properties"); File dbDir = new File(dbLocator.getFile()).getParentFile(); File dbName = new File(dbDir, "hypersonic/"+name); The

Re: [JBoss-user] Access to EJB from APPLET

2001-06-01 Thread Peter Fagerlund
on 1-06-01 10.34, Sacha Labourey at [EMAIL PROTECTED] wrote: > You may also try to simply sign your applet (what I did). or maybe call into the ejb from the applet throught a servlet ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourcefo

Re: [JBoss-user] how does this work (classpath)?

2001-05-31 Thread Peter Fagerlund
on 1-05-31 23.49, Andre Vermeulen@i-Commerce at [EMAIL PROTECTED] wrote: > What is the correct way to extend the of JBoss classpath ??? You can add Classpath's to Your configuration by editing jboss.conf to include a custom MLet tag : /peter __

Re: [JBoss-user] Loading classes from a jar file dynamicaly

2001-05-31 Thread Peter Fagerlund
on 1-05-31 15.07, Francois Archambault at [EMAIL PROTECTED] wrote: > ow to load class from a .jar file dynamicaly and could give me > some example. Check the api doc for : java.net.JarURLConnection ___ JBoss-user mailing list [EMAIL PROTECTED] http:/

Re: [JBoss-user] Sharing environment state

2001-05-22 Thread Peter Fagerlund
- "instance adaptive parallelism" The model would be to let the JBoss instances (VM's) share resources transparently as one ... by using JNDI, RMI, JMX, JMS ? ... There is a first implementation called JBossHA ( High Availability ) for stateless session beans - today, using RMI smart proxies. I

Re: [JBoss-user] Hypersonic : Access is denied

2001-05-22 Thread Peter Fagerlund
on 1-05-22 01.42, The Allisons at [EMAIL PROTECTED] wrote: > Is there a special user/password combo I should be using? I'm using > 'sa' and 'foo' for them, respectively. Yes ... I can highly recommend anybody that uses HypersonicSQL to download the source distr. at : http://sourceforge.net/proje

Re: [JBoss-user] Various DB problems (with CMP)

2001-05-16 Thread Peter Fagerlund
on 1-05-16 12.16, Damon Hart-Davis at [EMAIL PROTECTED] wrote: >> hypersonicsql/doc/files.html describes it all ... > > Where do I find those those docs? http://sourceforge.net/projects/hsqldb/ > JBoss claims that it will shut everything down tidyly with a ^C since it > uses the JVM shutdown h

Re: [JBoss-user] Various DB problems (with CMP)

2001-05-16 Thread Peter Fagerlund
on 1-05-15 22.48, Damon Hart-Davis at [EMAIL PROTECTED] wrote: > I'd like to to use the built-in Hypersonic if at all possible. > If not, I'll put everything in an external database. You can use it and should - I for one love it, all depending tho, for a datastore with millions of records compri

Re: [JBoss-user] Various DB problems (with CMP)

2001-05-15 Thread Peter Fagerlund
> 3) Even if I keep records shorter than 32kBytes, if I undeploy and > redeploy the same (unchanged) EAR, on trying to read some entity beans > back into memory, they are reported as corrupt, `not containing > serializable data' in some ByteArray deserialisation routine inside > Hypersonic itself