[JBoss-user] JAAS Problem (login in same VM)

2003-11-24 Thread Meyer-Willner, Bernhard
Hi, this is the setup (please don't comment on design issues, the design is screwed, I know;): The ejb-jar with the session bean in question is not secured, i.e. jboss.xml doesn't include a security-domain tag. The session bean calls a class (same VM), which in turn calls this session bean again.

AW: [JBoss-user] Returning single field as Collection with EJB QL

2003-10-31 Thread Meyer-Willner, Bernhard
Use an ejbHome() method to invoke the ejbSelect() method. Then you won't have to use an arbitrary instance but can instead invoke the method from the home interface. Bernie -Ursprüngliche Nachricht- Von: Ulf Tidstrand [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 31. Oktober 2003 12:04

AW: [JBoss-user] FK Columns cant have NOT NULL constraints

2003-10-23 Thread Meyer-Willner, Bernhard
From 3.2.2. (some RC release) there is something like insert-after-ejb-post-create/. You can use this tag to define your own container config that extends the standard CMP 2.x Entity Bean config. After that JBoss should issue the insert after ejbPostCreate and NOT NOLL FK columns shouldn't be a

Re: [JBoss-user] container-configuration and XDoclet

2003-10-16 Thread Meyer-Willner, Bernhard
Actually this would rather be a question for [EMAIL PROTECTED] Anyways, use the XDoclet merge facility. Put the configurations in a jboss-container.xml file in your merge directory, and in your bean class use @jboss-container.configuration name=container-name Cheers, Bernie -Ursprüngliche

AW: [JBoss-user] Installing as a windows service

2003-10-16 Thread Meyer-Willner, Bernhard
It's awesome. See my mail in this thread from Oct 15 -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 16. Oktober 2003 15:59 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] Installing as a windows service Anyone with some

Re: [JBoss-user] Connect exception in LAN when network cord is pu lled

2003-10-15 Thread Meyer-Willner, Bernhard
the 158.234.148.187 address. Telneting to that address without the cable will show the same problem. Scott Stark Chief Technology Officer JBoss Group, LLC Meyer-Willner, Bernhard wrote: Telnetting localhost on our JNDI port works indeed

Re: [JBoss-user] Installing as a windows service

2003-10-15 Thread Meyer-Willner, Bernhard
I can wholeheartedly recommend JSL (Java Service Launcher) a sourceforge project available from http://www.roeschter.com/. Unlike the docs say we successfully used in on Windows XP as well besides the other versions of windows listed there. It's pretty much no frills, but delivers the things you

Re: [JBoss-user] Connect exception in LAN when network cord is pu lled

2003-10-14 Thread Meyer-Willner, Bernhard
the same type of error. Scott Stark Chief Technology Officer JBoss Group, LLC Meyer-Willner, Bernhard wrote: Hi, we have the following setup. JBoss 3.0.5 and client on the same machine (Win2000 or WinXP with Java 1.4.1x). The machine

[JBoss-user] Different deploy, tmp, db and log directories

2003-10-14 Thread Meyer-Willner, Bernhard
Hi, I have a requirement that JBoss 3.0.5 server be installed on C: but it's writeable directories plus the deploy folder should be on D, b/c users are not allowed to write on C: These are my current findings: log dir --- Moving this for app-specific log files is no problem by changing the

Re: [JBoss-user] Re: JBoss-IDE 1.2.1 released

2003-10-13 Thread Meyer-Willner, Bernhard
Manually, there's nothing related to JBossIDE under features. -Ursprüngliche Nachricht- Von: Vladyslav Kosulin [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Oktober 2003 16:38 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] Re: JBoss-IDE 1.2.1 released Meyer-Willner, Bernhard wrote

[JBoss-user] Connect exception in LAN when network cord is pulled

2003-10-13 Thread Meyer-Willner, Bernhard
Hi, we have the following setup. JBoss 3.0.5 and client on the same machine (Win2000 or WinXP with Java 1.4.1x). The machine is connected to a LAN (TCP/IP set to automatic, i.e. DHCP). When we pull the network cord from the network adapter/card and try to connect to JBoss with our client (look

Re: [JBoss-user] Re: JBoss-IDE 1.2.1 released

2003-10-10 Thread Meyer-Willner, Bernhard
JBoss-IDE with many children. If you can't see that, then JBoss-IDE is not installed. Laurent. Meyer-Willner, Bernhard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... That's what I did. In my eclipse/plugins directory I have several directories belonging to JBossIDE, all starting

Re: [JBoss-user] JBoss-IDE 1.2.1 released

2003-10-07 Thread Meyer-Willner, Bernhard
directory of extracted folder org.jboss.ide.eclipse_1.2.1.bin.dist | -plugins Shahin Meyer-Willner, Bernhard [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' cacmg.com [EMAIL PROTECTED

Re: [JBoss-user] JBoss-IDE 1.2.1 released

2003-10-06 Thread Meyer-Willner, Bernhard
I downloaded JBossIDE and extracted it into my plugins dir but I can't see it in Eclipse. What do I have to do to see and configure it? -Ursprüngliche Nachricht- Von: Laurent Etiemble [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 5. Oktober 2003 14:35 An: Jboss-User; Jboss-Development

Re: [JBoss-user] JBoss-IDE 1.2.1 released

2003-10-06 Thread Meyer-Willner, Bernhard
Unfortunaly I don't see the JBoss-IDE under Other. What am I doing wrong? -Ursprüngliche Nachricht- Von: Francisco Figueiredo Jr. [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. Oktober 2003 18:30 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JBoss-IDE 1.2.1 released Meyer-Willner

[JBoss-user] CMT transaction timeouts

2003-09-18 Thread Meyer-Willner, Bernhard
Hi, is it possible to set a different TX timeout for certain container managed transactions other than the default one specified in conf/jboss-service.xml or do I have to use a user transaction for that? Bernie This e-mail and any attachment is for authorised use by the intended recipient(s)

[JBoss-user] DataSource Query Timeout

2003-09-11 Thread Meyer-Willner, Bernhard
Hi, does JBoss impose, and/or can one specify a query timeout for SQL queries sent via JDBC over a connection obtained from a datasource deployed in JBoss? I mean something default or configurable and NOT using the standard setQueryTimeout() method of the Statement interface? Thanks, Bernie

[JBoss-user] Wrong credentials passed to get Connection! (javax.resource.Resou rceException)

2003-09-10 Thread Meyer-Willner, Bernhard
Hi, can anybody please contribute anything to this topic. It is extremely important an strange!! Our app always ran smoothly on JBoss 3.0.5 and Oracle 8 till at one point we received the stacktrace you can find at the end of the email. I tried finding something about this on the web and

Re: [JBoss-user] problems setting a not null CMR field

2003-09-10 Thread Meyer-Willner, Bernhard
According to Sourceforge (http://sourceforge.net/tracker/index.php?func=detailaid=784322group_id=22 866atid=381174) from JBoss 3.2.2RC3 there is a INSERT after ejbPostCreate() option. So you shoudldn't have any more problems with CMR and NOT NULL Foreign Keys. Add something like this in

Re: [JBoss-user] problems setting a not null CMR field

2003-09-10 Thread Meyer-Willner, Bernhard
-create For weblogic there is a tag for doing this. Vangos. - Original Message - From: Meyer-Willner, Bernhard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 10:02 AM Subject: Re: [JBoss-user] problems setting a not null CMR field According to Sourceforge

Re: [JBoss-user] forums versus mailing list

2003-09-10 Thread Meyer-Willner, Bernhard
To me the diff is that often it's easier to simply ask a question here instead of endlessly searching the forums. Usually you also get quicker replies. Having said that, at times, of course, you can also find valuable info in the forums of people having had your same problem in the past. Otherwise

Re: [JBoss-user] Wrong credentials passed to get Connection! (jav ax.resource.Resou rceException)

2003-09-10 Thread Meyer-Willner, Bernhard
the jboss-3.0.5-src/connector/output/lib/jboss-local-jdbc.rar over your deploy/jboss-local-jdbc.rar and create a bug report with this info on sourceforge. -- Scott Stark Chief Technology Officer JBoss Group, LLC Meyer-Willner, Bernhard wrote: Hi

[JBoss-user] javax.resource.ResourceException: Wrong credentials passed to get Connection!

2003-09-09 Thread Meyer-Willner, Bernhard
Hi, our app always ran smoothly on JBoss 3.0.5 and Oracle 8 till at one point we received the stacktrace you can find at the end of the email. I tried finding something about this on the web and found a thread from the jboss-dev list dated April 30, 2002

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-02 Thread Meyer-Willner, Bernhard
Why don't you implement a Singleton that has a map or whatever for storing the data you need. IMHO it would be good enough, if this Singleton data cache is initialized the first time a user requests it (Singleton.getInstance()). If you want the Singleton initialized before the first users uses the

Re: [JBoss-user] Configuration for JBoss Startup

2003-09-01 Thread Meyer-Willner, Bernhard
You could deploy a scheduler that fires up immediately (NOW) and executes the required tasks/steps. -Ursprüngliche Nachricht- Von: sun zheng [mailto:[EMAIL PROTECTED] Gesendet: Montag, 1. September 2003 14:18 An: [EMAIL PROTECTED] Betreff: [JBoss-user] Configuration for JBoss Startup Hi

Re: [JBoss-user] CMP support for blobs broken using Sybase

2003-08-14 Thread Meyer-Willner, Bernhard
using JDBC type BLOB and sql-type LONGVARBINARY work just fine. Either set/getBinaryStream or set/getBytes should do the job. We're using Sybase SQL Anywhere 9 (a pre-release version). -Ursprüngliche Nachricht- Von: Stephen Coy [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 6. August 2003

Re: [JBoss-user] The JBoss Deferred Constraint Requirement Issue

2003-08-14 Thread Meyer-Willner, Bernhard
-Willner, Bernhard Sent: Wednesday, August 06, 2003 3:22 AM To: '[EMAIL PROTECTED]' Subject: Re: [JBoss-user] The JBoss Deferred Constraint Requirement Issue So is there any chance that this WebLogic-like switch (insert after ejbPostCreate()) will be included in a later release of JBoss 3.2.x

Re: [JBoss-user] The JBoss Deferred Constraint Requirement Issue

2003-08-14 Thread Meyer-Willner, Bernhard
So is there any chance that this WebLogic-like switch (insert after ejbPostCreate()) will be included in a later release of JBoss 3.2.x or 4.x ? Following this thread and hearing Alexey's and Bill's comments it doesn't seem like it :( For us it was a major drawback not being able to make full

Re: [JBoss-user] The JBoss Deferred Constraint Requirement Issue

2003-08-14 Thread Meyer-Willner, Bernhard
] [mailto:[EMAIL PROTECTED] Behalf Of Meyer-Willner, Bernhard Sent: Wednesday, August 06, 2003 3:22 AM To: '[EMAIL PROTECTED]' Subject: Re: [JBoss-user] The JBoss Deferred Constraint Requirement Issue So is there any chance that this WebLogic-like switch (insert after ejbPostCreate

[JBoss-user] Managed Connection Problems (disconnect, unknown managed connection)

2003-07-31 Thread Meyer-Willner, Bernhard
Hi, using JBoss 3.0.5 we're experiencing weird problems that sometimes (not everytime) occur when loading a whole bunch of CMP entity beans. For explanations, see the stacktrace below. We have deployed our app on Windows NT 4 and XP with an Oracle 8i database without problems. The unknown

Re: [JBoss-user] configure JBoss for Postgres

2003-07-14 Thread Meyer-Willner, Bernhard
This is database specifix. YOu can find examples for datasource deployments for a number of databases in the docs/examples/jca folder. -Ursprüngliche Nachricht- Von: Erik Price [mailto:[EMAIL PROTECTED] Gesendet: Montag, 14. Juli 2003 17:36 An: [EMAIL PROTECTED] Betreff: [JBoss-user]

[JBoss-user] Question on JBossDO vs. JDO

2003-07-03 Thread Meyer-Willner, Bernhard
Hi, seems like JBossDO in JBoss 4.0 DR2 is now meant to be fully compatible to the JDO spec (apart from not being fully implemented yet)? Is this so? When I first heard rumors about JBossDO it sounded like it would be a proprietary POJO persistence mechanism. Now this is really great news for

Re: [JBoss-user] Datasource deployment changes between 3.0.5 and 3.0.8 ?

2003-06-26 Thread Meyer-Willner, Bernhard
david jencks On 2003.06.23 04:44 Meyer-Willner, Bernhard wrote: Hi, recently tried upgrading from 3.0.5 to 3.0.8 and am experiencing problems with deploying an Oracle 8 datasource which worked before. It didn't seem that anything syntactically related to the oracle-service.xml changed

[JBoss-user] Installing JBoss on Windows in path containing blanks

2003-06-26 Thread Meyer-Willner, Bernhard
Hi, have severe problems trying to install JBoss on Windows in a path with directories containing blanks, such as C:\Program Files\... Anybody has experience with this and knows what's needed for that? Simply adding quotes around various paths didn't do the job. Any hints would be greatly

[JBoss-user] Datasource deployment changes between 3.0.5 and 3.0.8 ?

2003-06-23 Thread Meyer-Willner, Bernhard
Hi, recently tried upgrading from 3.0.5 to 3.0.8 and am experiencing problems with deploying an Oracle 8 datasource which worked before. It didn't seem that anything syntactically related to the oracle-service.xml changed. The datasource is deployed in a SAR that's part of the EAR. During

[JBoss-user] ClassNotFoundException (LocalManagedConnectionFactory) during datasource deployment

2003-06-20 Thread Meyer-Willner, Bernhard
Hi, I tried upgrading from 3.0.5 to 3.0.8 and am having problems with my datasource deployment (Oracle)now (can't find datasource, datasource not bound). The datasource is deployed in a SAR inside of the EAR. I checked the syntax of the oracle-service.xml compared to the jboss-service.xml inside

Re: [JBoss-user] Problem with sudden unexpected shutdown

2003-06-19 Thread Meyer-Willner, Bernhard
, but the problem was specific to Solaris so it may be worth a try. Al. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Meyer-Willner, Bernhard Sent: 19 June 2003 13:35 To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: Re: [JBoss

[JBoss-user] Problem with sudden unexpected shutdown

2003-06-18 Thread Meyer-Willner, Bernhard
Hi, we're starting JBoss remotely on another machine to which we are connected via an ISDN line. Problem is, when we cut the ISDN connection to the remote machine, JBoss immediately shuts itself down if there are no other users using JBoss on the remote machine. What does cause the shutdown?

[JBoss-user] Exception when calling method on a different JBoss instance

2003-06-02 Thread Meyer-Willner, Bernhard
Hi, we have two JBoss 3.0.5 instances running on different machines. From session bean X on instance ONE we're calling a method on session bean X (the same session bean) on instance TWO. This results in the following stacktrace. All methods are declared as TX_REQUIRED, we're using container

[JBoss-user] Unknown Managed Connection (Managed Connection : null)

2003-05-29 Thread Meyer-Willner, Bernhard
Hi, I'm using CMP entity beans with CMR together with XDoclet generated value objects on JBoss 3.0.5. This works really good, except for once. Setup is as such: YetAnotherVO n --- 1 AnotherVO 1 --- 1 MainVO 1 n AndAThirdVO MainVO includes all other VO's, calling setValue() on MainVO also

AW: Re[2]: [JBoss-user] CMP Entity Bean Insert/Commit after ejbPostCreate()

2003-03-14 Thread Meyer-Willner, Bernhard
I simply want stuff like the following. Say I have two Beans Person and Address mapped to the following DB tables: Person Address -- --- id (PK) 1 * id (PK) name person_id (FK) etc.street etc. I'd say

[JBoss-user] CMP Entity Bean Insert/Commit after ejbPostCreate()

2003-03-13 Thread Meyer-Willner, Bernhard
Hi, does JBoss 3.2 issue INSERT/COMMIT after ejbPostCreate() or is it possible to configure it this way (you can do this e.g. in WebLogic) ? As far as I know, all JBoss 3.0.x versions already do an INSERT between ejbCreate() and ejbPostCreate(). Has this changed in any newer version()? This is a

Re: [JBoss-user] ManagedConnections Available!

2003-02-21 Thread Meyer-Willner, Bernhard
Hi Kristian, can you tell me the name of the driver JAR and driver class. We're using JBoss 3.0.5 with Oracle 8i and have these kinds of problems frequently. Cheers, Bernie -Ursprüngliche Nachricht- Von: Kristian Köhler [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 21. Februar 2003

Re: [JBoss-user] Is 4.0 new or evolution of 3.2?

2003-02-19 Thread Meyer-Willner, Bernhard
Bill, you write in your mail Is 4.0 new or evolution of 3.2?: In 4.0, we want to generalize interceptor technology and detached invocations so that any type of object or any plain old Java Class can leverage these technologies. We want to bring J2EE services transparently and implicitly to plain

[JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Meyer-Willner, Bernhard
Hi, could anybody point out the main differences (architectural and otherwise) between JBoss releases, say the 3.0.x (3.0.5 and up) series and 3.2 ? I understand that Release 4 will be major release with big architectural advances and J2EE 1.4 support etc. etc. But what's the main diff between

Re: [JBoss-user] RMI management agent

2003-02-13 Thread Meyer-Willner, Bernhard
http://www.tiburon-e-systems.com/nl20030201/article.html Look there -Ursprüngliche Nachricht- Von: Jim Crossley [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Februar 2003 13:48 An: [EMAIL PROTECTED] Betreff: [JBoss-user] RMI management agent According to the for-pay docs, JBoss

Re: [JBoss-user] Main diff between 3.0.x and 3.2

2003-02-13 Thread Meyer-Willner, Bernhard
as DEFERRABLE INITIALLY DEFERRED. Then these constraints are only checked at commit time and not at insert time. If you are using other DBs, check for something similar. Ciao, Jonathan O'Connor Development Manager XCOM Dublin Phone: +353 1 872 3305 Mobile: +353 86 824 0736 Meyer-Willner, Bernhard

[JBoss-user] Main difference between 3.0.x and 3.2

2003-02-12 Thread Meyer-Willner, Bernhard
Hi, could anybody point out the main differences (architectural and otherwise) between JBoss releases, say the 3.0.x (3.0.5 and up) series and 3.2 ? I understand that Release 4 will be major release with big architectural advances and J2EE 1.4 support etc. etc. But what's the main diff between

Re: [JBoss-user] Advice: how to periodically scan a database table

2003-02-06 Thread Meyer-Willner, Bernhard
With JBoss 3.0.x at least 3.0.5 and up it works. We deploy an app as an EAR containing an MBean. Cheers, Bernhard -Ursprüngliche Nachricht- Von: Demyanovich, Craig - Apogent [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Februar 2003 19:22 An: '[EMAIL PROTECTED]' Betreff:

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-29 Thread Meyer-Willner, Bernhard
Very interesting! I would like to do the same. I'm already using the method java.util.List getAuthenticationCachePrincipals() which I believe is available only since 3.0.5 to get a List of the principals currently in the authentication cache. I looked up the JaasSecurityManager directly from the

Re: [JBoss-user] help clearing a single user from authentication cache

2003-01-29 Thread Meyer-Willner, Bernhard
to accomplish what I want in 3.0.6 that I don't know about? Thanks, David -- Meyer-Willner, Bernhard escribió:: Very interesting! I would like to do the same. I'm already using the method java.util.List getAuthenticationCachePrincipals() which I believe is available only since 3.0.5 to get

[JBoss-user] Changes from 3.0.5 to 3.0.6

2003-01-28 Thread Meyer-Willner, Bernhard
Hi, I'm interested in the changes that were introduced from 3.0.5 to 3.0.6. Unfortunately there is no changelog on sourceforge.net or in the downloadable archive for 3.0.6 as there was for 3.0.5 and earlier releases. Can anybody point me to this document or list the most important advances?

Re: [JBoss-user] Unable to obtain datasource in my session bean

2003-01-28 Thread Meyer-Willner, Bernhard
We're using, for example, java:/OracleDS Haven't managed to get any other option to work with JBoss Bernhard -Ursprngliche Nachricht- Von: Artur Jonak [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 28. Januar 2003 13:36 An: [EMAIL PROTECTED] Betreff: [JBoss-user] Unable to obtain

[JBoss-user] Changes from 3.0.5 to 3.0.6

2003-01-27 Thread Meyer-Willner, Bernhard
Hi, I'm interested in the changes that were introduced from 3.0.5 to 3.0.6. Unfortunately there is no changelog on sourceforge.net or in the downloadable archive for 3.0.6 as there was for 3.0.5 and earlier releases. Can anybody point me to this document or list the most important advances?

Re: [JBoss-user] Re: JB 3.0.4, loading classes from JAR in EAR

2003-01-23 Thread Meyer-Willner, Bernhard
Have y'all tried putting a Classpath: entry in your manifest file? Try putting this in the respective manifests in the meta-inf dir of your WAR or EJB-JAR: Class-Path: ../lib/common-lib.jar where ../lib/common-lib.jar is the relative path to your common library jar. Bernhard

Re: [JBoss-user] javax.ejb.TimerService and J2EE 1.4 spec compliance

2003-01-23 Thread Meyer-Willner, Bernhard
I would guess, once JBoss 4.0 comes out with (with J2EE 1.4 support) in order to claim conformance with the new EJB 2.1 spec it will need to have this EJB TimerService. Til then you can use the Scheduler MBean that comes with JBoss which is a derivative of the standard

WG: [JBoss-user] javax.ejb.TimerService and J2EE 1.4 spec compliance

2003-01-23 Thread Meyer-Willner, Bernhard
, Bernhard You can also use another MBean as the schedulable implementation but for many cases this simple solution will suffice, I guess. -Ursprüngliche Nachricht- Von: Brian McSweeney [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 23. Januar 2003 15:57 An: Meyer-Willner, Bernhard; [EMAIL

Re: [JBoss-user] CMR with Remote Objects

2003-01-21 Thread Meyer-Willner, Bernhard
This is by no means stylistic: it is required by the EJB spec. Get it from java.sun.com and read it! Only local beans can participate in container managed relationships Bernhard -Ursprüngliche Nachricht- Von: Nathaniel Rahav [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 21. Januar

Re: [JBoss-user] cmp.jdbc.RelationSet not serialized?

2003-01-20 Thread Meyer-Willner, Bernhard
CMRs can only be used directly locally. If you're running a separate Tomcat instance (remote, different VM) you need to convert your CMRs in collections of value objects and return those. Bernhard -Ursprüngliche Nachricht- Von: Klaas van der Ploeg [mailto:[EMAIL PROTECTED]] Gesendet:

Re: [JBoss-user] Session

2003-01-20 Thread Meyer-Willner, Bernhard
I believe it is, however I would strongly disadvise you from chaining stateful session beans. The entire conversational state is lost if one member of that chain breaks. Cheers, Bernhard -Ursprüngliche Nachricht- Von: Gabriel Pinto [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 20. Januar

[JBoss-user] Oracle / DataSource Deployment Problem with 3.0.5

2003-01-17 Thread Meyer-Willner, Bernhard
Hi, we just tried switching our JBoss 3.0.4 to 3.0.5. Although the class loading procedure seems to have changed a bit, we managed to pretty much deploy our app in 3.0.5 successfully (we're using an exploded EAR for development use). We do, however, have problems with deploying our oracle

Re: [JBoss-user] Oracle / DataSource Deployment Problem with 3.0. 5

2003-01-17 Thread Meyer-Willner, Bernhard
a mySQL datasource that was fine in jboss-head from 11/26/02. Everything deploys fine when I use the default loader-repository. -Original Message- From: Meyer-Willner, Bernhard [mailto:[EMAIL PROTECTED]] Sent: Friday, January 17, 2003 4:36 AM To: JBoss-User (E-Mail) Subject: [JBoss

Re: [JBoss-user] Oracle / DataSource Deployment Problem with 3.0. 5

2003-01-17 Thread Meyer-Willner, Bernhard
wrong there? Did the change of the classloading procedure in JBoss 3.0.5 (as compared to 3.0.4) introduce an error, so that loader-repository doesn't do what it's supposed to any longer? Bernhard -Ursprüngliche Nachricht- Von: Meyer-Willner, Bernhard [mailto:[EMAIL PROTECTED

[JBoss-user] Error deploying custom scheduler service

2003-01-10 Thread Meyer-Willner, Bernhard
Hi, I created a custom implementation of the Schedulable interface. I tried deploying it as a SAR with the Schedulable implementation included or a scheduler-service.xml with the implemention in the JBoss lib directory. scheduler-plugin.jar is in lib, too. Either way I'm getting the stacktrace

[JBoss-user] List of active users logged in thru JAAS

2003-01-09 Thread Meyer-Willner, Bernhard
Hi, I'm using JAAS to authenticate users logging in against a database. I was wondering if there is any way to find out if a user's LoginContext has timed out (is active respectively). Thing is, for business logic reasons, we also have to keep information about all logged in users in a database

Re: [JBoss-user] List of active users logged in thru JAAS

2003-01-09 Thread Meyer-Willner, Bernhard
in the HttpSessionListener . Cheers, Krishna -Original Message- From: Meyer-Willner, Bernhard [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 09, 2003 7:14 PM To: JBoss-User (E-Mail) Subject: [JBoss-user] List of active users logged in thru JAAS Hi, I'm using JAAS to authenticate users logging

Re: [JBoss-user] List of active users logged in thru JAAS

2003-01-09 Thread Meyer-Willner, Bernhard
-user] List of active users logged in thru JAAS Meyer-Willner, Bernhard wrote: Are there any other ways to get a list of active users from the JAAS LoginContext? Why not create the list yourself as users log in? Benjamin --- This SF.NET

Re: [JBoss-user] Purposes/behavior of different MBean services

2003-01-08 Thread Meyer-Willner, Bernhard
totals from. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Meyer-Willner, Bernhard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 2:46 AM Subject: Re: [JBoss-user] Purposes/behavior

Re: [JBoss-user] Purposes/behavior of different MBean services

2003-01-07 Thread Meyer-Willner, Bernhard
Hi, does anybody from the JBoss team care to comment on those MBeans? Seems there some interesting services offered and I'd love to know what they're for, can't find any docs or meaningful info on the forums, though. Thanks, Bernhard -Ursprüngliche Nachricht- Von: Meyer-Willner

[JBoss-user] Purposes/behavior of different MBean services

2003-01-06 Thread Meyer-Willner, Bernhard
Hi, I have a couple of questions on different MBean services which are not covered in the paid-for docs unfortunately, or are covered, but not in a sufficient manner IMHO. I'd love to hear from anybody who can tell me about the following: 1: -- Except from jboss-service.xml: !--

[JBoss-user] CounterService MBean

2003-01-05 Thread Meyer-Willner, Bernhard
Hi, happy new year :) Can anyone please shed some light on for what the CounterService MBean is for exactly and how it is used to measure performance bottlenecks. Thanks! Cheers, Bernhard Bernhard Meyer-Willner, MSc Insurance - Financial Services

[JBoss-user] CounterService MBean

2003-01-03 Thread Meyer-Willner, Bernhard
Hi, happy new year :) Can anyone please shed some light on for what the CounterService MBean is for exactly and how it is used to measure performance bottlenecks. Thanks! Cheers, Bernhard Bernhard Meyer-Willner, MSc Insurance - Financial Services

AW: [JBoss-user] Another Commit Option A Cache Question :)

2002-12-10 Thread Meyer-Willner, Bernhard
JBoss 3.x is doing the same, that is doing a SELECT COUNT before the actual SELECT for findByPrimaryKey. My question also is: is this intended behavior? -Ursprüngliche Nachricht- Von: Lennart Petersson [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 10. Dezember 2002 14:11 An: [EMAIL

AW: [JBoss-user] commit-option per bean?

2002-12-02 Thread Meyer-Willner, Bernhard
Yeah, you can. Add this to jboss.xml: for the bean in question add: for example (line configuration-name was added) entity ejb-nameTerminalarm/ejb-name jndi-nameejb/Terminalarm/jndi-name local-jndi-namejisis.ejb.TerminalarmLocalHome/local-jndi-name

AW: [JBoss-user] commit-option per bean?

2002-12-02 Thread Meyer-Willner, Bernhard
of a container-configuration work in jboss 2.4.x also ? I would like to have a few parameters of the Standard configuration different for entitybeans in the same jar-file and don't want to make a complete copy of a configuration in jboss.xml Annegret -Original Message- From: Meyer-Willner

[JBoss-user] How to apply a patch

2002-11-29 Thread Meyer-Willner, Bernhard
Hi, I was wondering how I need to go about to apply a patch downloaded from sourceforge. The patch in question has been posted as a .diff file. Thanks, Bernie This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material,

Re: [JBoss-user] How to apply a patch

2002-11-29 Thread Meyer-Willner, Bernhard
hi, On Fri, 2002-11-29 at 13:30, Meyer-Willner, Bernhard wrote: Hi, I was wondering how I need to go about to apply a patch downloaded from sourceforge. The patch in question has been posted as a .diff file. you need the JBoss Sources and the 'patch' program. if you're on UNIX this should