[JBoss-user] [EJB 3.0] - Re: stateless-ssl-invoker for EJB3?

2006-06-12 Thread Annegret
d any documentation about this. Thanks for any hint. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950392#3950392 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950392 ___

[JBoss-user] [EJB 3.0] - Re: stateless-ssl-invoker for EJB3?

2006-05-31 Thread Annegret
licate the class because of the annotation. For EJB2 we only use different jboss.xml files. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948072#3948072 Reply to the post : http://www

[JBoss-user] [EJB 3.0] - Re: Problem with Lazy attributes - 4.0.3SP1-EJB3.0RC4

2006-03-11 Thread Annegret
timeframe. Any idea ? Annegret The Stacktrace is | java.lang.reflect.UndeclaredThrowableException | at $Proxy519.readData(Unknown Source) | at com.tenovis.oam.acm.as.versionsb.SubscriberTestASBBean.readData(SubscriberTestASBBean.java:54) | at sun.reflect.NativeMethodAccesso

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-03-01 Thread Annegret
d up to now (we have already an application in production in this way using JBoss 3.2.3). And by using the run-as role I made it impossible to access the nested bean directly from outside JBoss. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-03-01 Thread Annegret
Thanks for the clarification. So this means if I need the name of the currently loggedin user in a nested SessionBean I can't use the run-as identity. Has this design changed or didn't the older JBoss versions (3.x, 4.0.3) work as expected ? Annegret View the original po

[JBoss-user] [Security & JAAS/JBoss] - Re: update to JBoss 4.0.4RC1, principal now anonymus

2006-02-28 Thread Annegret
There are 2 beans created: the first one is created as AdminUser, the principal of the second one is AdminUser in case of JBoss4.0.3SP1 and anonymus in case of JBoss4.0.4RC1. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926861#3926861

[JBoss-user] [Security & JAAS/JBoss] - update to JBoss 4.0.4RC1, principal now anonymus

2006-02-28 Thread Annegret
round ? Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926800#3926800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926800 --- This SF.Net e

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss hangs using staeful session bean to read data

2006-02-24 Thread Annegret
Object(ObjectOutputStream.java:291) | at org.jboss.ejb.plugins.StatefulSessionFilePersistenceManager.passivateSession(StatefulSessionFilePersistenceManager.java:414) | ... 5 more | Any idea ? Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [EJB 3.0] - ClassNotFoundException javax.persistence.EmbeddableSuperclas

2006-02-21 Thread Annegret
nd out that in the old jboss ejb3.persistence.jar this class is available, but in the ejb3.persistence.jar of the currnet distribution this class is missing. What do I have to change to get the persistence unit created correctly ? Annegret 2006-02-21 12:55:59,790 DEBUG [org.jboss.ejb3.Service

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - StackOverflowError on passivation

2006-02-18 Thread Annegret
Hi, when a Stateful SessionBean (EJB3) is passivated after reading data from a hibernate session a StackOverflowError occurs in the server.log. Any idea ? JBoss 4.0.3SP1 with EJB3 installer on WindowsXP Annegret DEBUG [org.jboss.ejb3.entity.ManagedEntityManagerFactory

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - JBoss hangs using staeful session bean to read data

2006-02-14 Thread Annegret
3. using a stateless session bean => this works But we must use a stateful session bean otherwise we would have to change to much exsiting code. Any idea ? Which configuration files should I provide to get hints ? Please help. Thanks Annegret View the original post : http://www.jboss.com/index.htm

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Deleted data remain in database for some minutes

2005-12-16 Thread Annegret
vendor.SybaseExceptionSorter | | true | | | | Did anybody have had a similar problem yet ? Any ideas where to look at? Any little hint is welcome. Annegret View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913104#3913104 Reply

[JBoss-user] [Security & JAAS/JBoss] - How to create secured SessionBean from MessageDrivenBean ?

2005-03-30 Thread Annegret
implement a client login from inside the MDB ? Is it possible to configure anything to avoid coding a login ? Any idea ? Annegret View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872002#3872002 Reply to the post : http://www.jboss.org/index.html?module=bb&am

[JBoss-user] [Security & JAAS/JBoss] - Re: Automatic login timeout/expiration?

2004-11-18 Thread Annegret
After this time the ServerLoginModule will be called once more to restore the cache. Maybe this is Your problem ??? Annegret View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855567#3855567 Reply to the post : http://www.jboss.org/index.html?module=bb&am

[JBoss-user] [Security & JAAS/JBoss] - Re: jboss shutdown NameNotFoundException: jrmp not bound

2004-09-15 Thread Annegret
| | java:/jaas/RMI+SSL | jboss.security:service=JaasSecurityDomain,domain=RMI+SSL | jboss:service=TransactionManager | | | Annegret View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848303#3848303 Reply to the post

[JBoss-user] [Security & JAAS/JBoss] - jboss shutdown NameNotFoundException: jrmp not bound

2004-09-15 Thread Annegret
en I look in the jmx-console I can see both JRMPInvoker configurations. Any idea ? Annegret View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848302#3848302 Reply to the post : http://www.jboss.org/index.html?module=bb&

[JBoss-user] get configuration attributes of a datasource

2004-03-22 Thread Sternagel Annegret (MPI/ADB)
l possible in jboss 3.2.3 to read attributes of the datasource configuration ? Is it possible to add additional attributes to the configuration (in jboss 2.4.10 we added "Properties" attribute) Any ideas appreciated. Annegret Access to the MBean: public class MBeanSupport { ...

RE: [JBoss-user] MBean questions

2004-03-11 Thread Sternagel Annegret (MPI/ADB)
Thanks for the reply. Further questions inside. Annegret -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Julien Viet Sent: Donnerstag, 11. März 2004 12:17 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] MBean questions On Mar 11, 2004, at 11:42 AM

[JBoss-user] MBean questions

2004-03-11 Thread Sternagel Annegret (MPI/ADB)
with the action-information ? We use jboss 3.2.3. Any ideas appreciated. Annegret --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies.

RE: [JBoss-user] deploying ejb on jboss / cannot found home interface

2004-01-28 Thread Sternagel Annegret (MPI/ADB)
You must call lookup for the jndiName KSValidatorS, not KSValidatorSHome Annegret -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jiri Chaloupka Sent: Sonntag, 25. Januar 2004 17:55 To: JBOSS-USER Subject: [JBoss-user] deploying ejb on jboss / cannot found

[JBoss-user] Insufficient method permissions; method=getEJBObject

2003-11-18 Thread Sternagel Annegret (MPI/ADB)
rincipal=Admin, method=getEJBObject, requiredRoles=[InternalAdmin], principalRoles=[Administrator]; I think the problem occurs on BeanB. Why is the method getEJBObject accessed by Administrator, BeanA should acess BeanB as "InternalAdmin" ? Any ideas ? Annegret Configuration:

[JBoss-user] StreamCorruptedException after update from jdk 1.3.0 to jdk 1.4.1_02

2003-07-04 Thread Sternagel Annegret (MPI/ADB)
Any idea ? Annegret java.lang.reflect.UndeclaredThrowableException at $Proxy5.readObjectData(Unknown Source) at com.tenovis.oam.i33.browser.mmomethodsproxy.MultiCompanyMmoMethodsProxy.read ObjectData(MultiCompanyMmoMethodsProxy.java:99) at com.tenovis.oam.i33

[JBoss-user] jboss-2.4.10 No ManagedConnections Available! if MaxSize of DataSource=0 (unlimited)

2003-04-04 Thread Sternagel Annegret (MPI/ADB)
at java.security.AccessController.doPrivileged(Native Method) at org.jboss.Main.main(Main.java:106) Annegret --- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives m

RE: [JBoss-user] solved: java.lang.NoSuchMethodError in JaasSecurityManager: more info

2003-04-04 Thread Sternagel Annegret (MPI/ADB)
Hello, I found the problem: there have been the jboss 2.4.3 files jaas.jar ans jbosssx-client.jar in the jre directory lib\ext. Even renamed files to anything but *.jar caused the problem. Deleting (or updating) solved the problem :-) Annegret -Original Message- From: Sternagel Annegret

[JBoss-user] java.lang.NoSuchMethodError in JaasSecurityManager: more info

2003-04-04 Thread Sternagel Annegret (MPI/ADB)
stead of JaasSecurityManager ? maybe that's the problem ?? What changed between the mentioend jboss version ? Any hints are appreciated. Annegret StackTraces and server.log attached below ServerStackTrace: [09:30:44,937,IadSB] TRANSACTION ROLLBACK

[JBoss-user] java.lang.NoSuchMethodError in JaasSecurityManager

2003-04-03 Thread Sternagel Annegret (MPI/ADB)
Hello, I changed the jboss version from 2.4.3 to 2.4.10 using jdk 1.3. The JAAS configuration worked well in jboss 2.4.3. In jboss 2.4.10 I get a NoSuchMethodError during create of the SessionBean. Any idea ? Thanks Annegret [17:46:36,718,IadSB] TRANSACTION ROLLBACK EXCEPTION

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

2002-12-02 Thread Sternagel Annegret (SYS/PE)
Does the extension 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 Me

RE: [JBoss-user] RE: ejbstore in BMP

2002-11-06 Thread Sternagel Annegret (SYS/PE)
changed data and save it inernal - update the db in ejbStore() Annegret -Original Message- From: Camus Chan [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 5. November 2002 08:33 To: [EMAIL PROTECTED] Subject: [JBoss-user] RE: ejbstore in BMP Hi, Now, instead, I do it in this way: 1. As the

RE: [JBoss-user] Large dataimport through entities

2002-10-10 Thread Sternagel Annegret (SYS/PE)
them out of the memory ? (jboss 2.4.x) We have a lot of EntityBeans which are created and used only once. Annegret -Original Message- From: Cor Hofman [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 25. September 2002 12:41 To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Large dataimport th

RE: [JBoss-user] Re: Security Roles not accessible in beans? (Scott M Stark)

2002-09-19 Thread Sternagel Annegret (SYS/PE)
ientLoginModule required; }; Hope this helps Annegret -Original Message- From: Benoit Xhenseval [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 19. September 2002 12:28 To: [EMAIL PROTECTED] Subject: [JBoss-user] Re: Security Roles not accessible in beans? (Scott M Stark) Thanks for the pro

RE: [JBoss-user] EXCEPTION_ACCESS_VIOLATION

2002-06-10 Thread Sternagel Annegret (SYS/PE)
finished. Our assumption is that it has to do with the db connection, Sybase as default holds the connection for reuse for some time after the program closed it and the crash occurs in that period. But we didn't really get it until now. Please let me know when You found out something more. Ann

RE: [JBoss-user] adding new roles at runtime?

2002-06-06 Thread Sternagel Annegret (SYS/PE)
ou can configure the role references to a profile at runtime without changing anything in ejb-jar.xml Annegret -Original Message- From: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 6. Juni 2002 14:19 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] adding new roles at runtime?

RE: [JBoss-user] URGENT-- pls help, FailedLoginException in UsersRolesLoginModule in JBoss

2002-06-04 Thread Sternagel Annegret (SYS/PE)
to: print { org.jboss.security.ClientLoginModule required; }; Annegret -Original Message- From: Deepa Annamalai [mailto:[EMAIL PROTECTED]] Sent: Montag, 3. Juni 2002 16:57 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; Mahesh Agarwal Subject: [JBoss-user] URGENT-- pls help, FailedLoginException in UsersRolesLoginModul

AW: [JBoss-user] no passivation working in jboss 2.4.5.RC3 ?

2002-05-03 Thread Sternagel Annegret (SYS/PE)
The response to my bug was See patch 551618 Where can I find this patch ? The highest id I can find on the patches page is 551329. Annegret -Ursprüngliche Nachricht- Von: Scott M Stark [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 30. April 2002 20:33 An: Sternagel Annegret (SYS/PE

[JBoss-user] no passivation working in jboss 2.4.5.RC3 ?

2002-04-30 Thread Sternagel Annegret (SYS/PE)
ng the messages of passivation or removal and had no problems to access a StatefulSessionBean which I expected to be removed already. Is this a bug ? Annegret ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Re: [JBoss-user] problem with stateful session bean

2002-04-12 Thread Sternagel Annegret (SYS/PE)
error only says that the .ser file does not exist but not what the initial problem is. Hope this helps. Annegret -Ursprüngliche Nachricht- Von: Marius Kotsbak [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 11. April 2002 22:24 An: Joost v.d. Wijgerd Cc: Leonard Wolters; [EMAIL PROTE

RE: [JBoss-user] timeout of session beans

2002-03-21 Thread Sternagel Annegret (PN-SYS/PE)
the configuration-name and the changed values to jboss.xml of Your jar-file Annegret -Ursprüngliche Nachricht- Von: Maris Orbidans [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 21. März 2002 12:58 An: JBoss user list (E-mail) Betreff: [JBoss-user] timeout of session beans How to set

Re: [JBoss-user] How do I model and implement inheritance between EJB's?

2002-03-18 Thread Sternagel Annegret (PN-SYS/PE)
e.g. look at http://www.theserverside.com/discussion/thread.jsp?thread_id=265 Annegret -Ursprüngliche Nachricht- Von: Dirk Storck [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. März 2002 13:36 An: Jboss User (E-Mail) Betreff: [JBoss-user] How do I model and implement inheritance

Re: [JBoss-user] JBosssx & the declarative security model

2002-02-13 Thread Sternagel Annegret (PN-SYS/PE)
) and assign several lowlevel roles to it, * in the Custom Server LoginModule take the higher role and search for the assigned lowlevel roles and put all roles into the rolelist used to validate the roles.   I hope my answer is not to confused and give some help ...   Annegret

AW: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
auth.conf and uses "other". Try lc = new LoginContext("Client-login", handler); Annegret -Ursprüngliche Nachricht- Von: Ed Brown [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Januar 2002 15:22 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] JAAS Example Not Work

Re: [JBoss-user] JAAS Example Not Working

2002-01-30 Thread Sternagel Annegret (PN-SYS/PE)
Did you copy the users.properties and roles.properties from the sample into your jboss\conf\default directory (or jboss\conf\tomcat if you run jboss-tomcat bundle) ? Annegret -Ursprüngliche Nachricht- Von: Ed Brown [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Januar 2002 04:11 An

AW: [JBoss-user] security problem with Jboss+Tomcat

2002-01-24 Thread Sternagel Annegret (PN-SYS/PE)
s the DatabaseServerLoginModule requires :-( Annegret -Ursprüngliche Nachricht- Von: Andrea Cervellati [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 13:00 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] security problem with Jboss+Tomcat Hi, it's always me with the security

RE: [JBoss-user] security problem with Jboss+Tomcat

2002-01-22 Thread Sternagel Annegret (PN-SYS/PE)
he first access to a secured bean. Which exception exactly occurs when the login fails ? Can you post the StackTrace ? Annegret P.S: Please post also to the list not only to me ;-) -Ursprüngliche Nachricht- Von: Andrea Cervellati [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 22. Janua

RE: [JBoss-user] security problem with Jboss+Tomcat

2002-01-22 Thread Sternagel Annegret (PN-SYS/PE)
The security-doamin in jboss.xml is valid for all beans it belongs to. If you want to restrict the security to particulary beans separate them in different jars with different jboss.xml. Annegret -Ursprüngliche Nachricht- Von: Andrea Cervellati [mailto:[EMAIL PROTECTED]] Gesendet

Re: [JBoss-user] Weird Hashtable contens after bean passivation / activation

2002-01-21 Thread Sternagel Annegret (PN-SYS/PE)
ult] at java.security.AccessController.doPrivileged(Native Method) [Default] at sun.rmi.transport.Transport.serviceCall(Transport.java:139) [Default] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:443) [Default] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPT

Re: [JBoss-user] JBoss naming service don't work on .....

2002-01-18 Thread Sternagel Annegret (PN-SYS/PE)
ct the standard installation path on a windows system in a setup program :( (that's what we are doing now)   Annegret -Ursprüngliche Nachricht-Von: John Moore [mailto:[EMAIL PROTECTED]]Gesendet: Freitag, 18. Januar 2002 00:30An: Jboss-User@Lists. Sourceforge. Net (E-mail)Betr

[JBoss-user] SecurityException after bean passivation

2002-01-17 Thread Sternagel Annegret (PN-SYS/PE)
n every time calling handle.getEJBObject() and not only if the bean has been passivated. Any help would be appreciated Annegret ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Weird Hashtable contens after bean passivation / activation

2002-01-17 Thread Sternagel Annegret (PN-SYS/PE)
(to see sometimes in Exception printStackTrace ...). It looks like that through passivation / activation the handles have been restored to the remoteinterfaces of the beans What's going on here ? How should I store bean references: as remoteinterf

Re: [JBoss-user] SecurityException principal=null after bean pass ivation

2002-01-16 Thread Sternagel Annegret (PN-SYS/PE)
ideas ? Annegret [Default] java.rmi.ServerException: Could not get EJBObject; nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: javax.transaction.TransactionRolledbackException: checkSecurityAssociation; nested excepti

Re: [JBoss-user] SecurityException principal=null after bean pass ivation

2002-01-16 Thread Sternagel Annegret (PN-SYS/PE)
I'm storing the interface of the SBs. Can I find anywhere a sample how to use ejb handles ? Annegret -Ursprüngliche Nachricht- Von: Schouten, Andreas [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 16. Januar 2002 10:42 An: [EMAIL PROTECTED] Betreff: RE: [JBoss-user] SecurityExce

[JBoss-user] SecurityException principal=null after bean passivation

2002-01-16 Thread Sternagel Annegret (PN-SYS/PE)
references to other secured beans have not been initialised it's working fine. What's going on ? Do I have to do something in ejbPassivate / ejbActivate concerning the bean references ? Thanks in advance Annegret ___ JBoss-user mailing l

AW: [JBoss-user] Not getting SecurityExceptions as expected

2002-01-16 Thread Sternagel Annegret (PN-SYS/PE)
Do You set a security-domain in jboss.xml ? Look at the article http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas.html Annegret -Ursprüngliche Nachricht- Von: Dhruva B. Reddy [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 15. Januar 2002 19:01 An: JBoss Users Mailing List

[JBoss-user] security method-permission

2002-01-15 Thread Sternagel Annegret (PN-SYS/PE)
get the expected behavior ? Does the client have to check before calling the method echo() (That's not what I would like to do) ? I can't expect the client to recreate the bean after insufficient method call, this may result in the loss of userchanges. Any ideas ? Thanks in advance Anneg

[JBoss-user] Could not activate problem after SecurityException

2002-01-08 Thread Sternagel Annegret (PN-SYS/PE)
e bean instance should still be available and the call of method readObjectData for role Standard allowed. Is this a configuration issue or how can we handle this case ? Any ideas ? Annegret ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.

[JBoss-user] Could not activate problem after SecurityException

2002-01-08 Thread Sternagel Annegret (PN-SYS/PE)
e bean instance should still be available and the call of method readObjectData for role Standard allowed. Is this a configuration issue or how can we handle this case ? Any ideas ? Annegret ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.

Re: [JBoss-user] JAAS problem

2002-01-07 Thread Sternagel Annegret (PN-SYS/PE)
Annegret -Ursprüngliche Nachricht- Von: Artur Jonak [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 7. Januar 2002 13:24 An: [EMAIL PROTECTED] Betreff: [JBoss-user] JAAS problem Wichtigkeit: Hoch Hi, I'm using JBoss2.4.3 with Tomcat3.2.3 I have an application which contains some ejbs an

Re: [JBoss-user] Session timeout

2001-11-28 Thread Sternagel Annegret (PN-SYS/PE)
Annegret Ursprungliche Nachricht- Von: Andrew [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 28. September 2001 15:41 An: JBoss-user Betreff: [JBoss-user] Session timeout Hi, how I can set session timeout for JBoss for web container sync purposes. If web container session is expiered than

Re: [JBoss-user] How to deploy MBean

2001-11-23 Thread Sternagel Annegret (PN-SYS/PE)
Look at the jboss docu "How to Integrate Custom Services via MBeans" http://www.jboss.org/online-manual/HTML/ch12s26.html Annegret -Ursprüngliche Nachricht- Von: jquest jquest [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 23. November 2001 08:09 An: [EMAIL PROTECTED] Betre

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
In jboss.jcml you have two entries for JdbcProvider, both for postgres driver, the hypersonic driver is not loaded, that's the problem. But you must have both driver in one JdbcProvider entry separated by comma org.hsqldb.jdbcDriver,org.postgresql.Driver Annegret -Ursprüng

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
Please mail the complete stacktrace of jboss startup and the hole part of your JDBC configuration from jboss.jcml, looking at the stacktrace I assume that you defined a new Datasource "myDS" ?? Annegret -Ursprüngliche Nachricht- Von: Quique Ruiz-Valenciano [mailto:[EMAIL

Re: [JBoss-user] Info about Hypersonic DB

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
er to org.hsqldb.jdbcDriver between jboss 2.1 and jboss 2.4 org.hsqldb.jdbcDriver An other reason may be that the directory jboss\db\hypersonic does not exist ?? Annegret -Ursprüngliche Nachricht- Von: Quique Ruiz-Valenciano [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 21. November

Re: [JBoss-user] Stateful Session Bean Problem

2001-11-21 Thread Sternagel Annegret (PN-SYS/PE)
I got this exception in two cases (jboss 2.4.3): 1. the bean has thrown a java.rmi.RemoteException before => jboss discarded the bean 2. the automatical remove of the SessionBean by jobss has taken place, default configuration is 30 min. Annegret -Ursprüngliche Nachricht-

Re: [JBoss-user] Mbean using the home and remote beans - classloader bug in mbeans ?

2001-10-31 Thread Sternagel Annegret (PN-SYS/PE)
*.xml in the bean jar-file. This works fine for us. Annegret -Ursprüngliche Nachricht- Von: Carsten Rhod Gregersen [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 31. Oktober 2001 09:14 An: [EMAIL PROTECTED] Betreff: [JBoss-user] Mbean using the home and remote beans - classloader bug in m

AW: [JBoss-user] Tomcat & JBoss Security

2001-10-11 Thread Sternagel Annegret (PN-SYS/PE)
Look at the paper by Scott Stark http://www.javaworld.com/javaworld/jw-08-2001/jw-0831-jaas_p.html For jboss write your own ServerLoginModule or try to use DatabaseServerLoginModule, look at the examples at the end of the paper. Annegret > -Ursprüngliche Nachricht- > Von:

RE: [JBoss-user] Stateful session remove?

2001-10-11 Thread Sternagel Annegret (PN-SYS/PE)
Yes, it seems that the passivating does not work. To get passivation to work make shure: - all SessionBean attributes must be serializable or transient - interfaces hold in the SessionBean should be released in ejbPassivate() and reinitialized in ejbActive() Annegret -Ursprüngliche

RE: [JBoss-user] Classpath in Manifest file

2001-08-01 Thread Sternagel Annegret (PN-SYS/DAS)
If you put the home and remote interfaces of the beans into a jar into jboss\lib\ext directory, you do not need to put hem into searchBean.jar (and neither the new beanjar itself). Annegret > -Original Message- > From: Rajesh Vilasrao Bhujbal [SMTP:[EMAIL PROTECTED]] > Sent: Mi

RE: [JBoss-user] What means javax.naming.CommunicationException?

2001-08-01 Thread Sternagel Annegret (PN-SYS/DAS)
That means, that the class in the clients classpath is not the same version as the class in jboss classpath. Make sure that the jboss-jars in the client classpath are from the jboss version you are running. Annegret > -Original Message- > From: Andrew [SMTP:[EMAIL PROTECTED]]

RE: [JBoss-user] java.lang.ClassCastException: $Proxy339

2001-07-31 Thread Sternagel Annegret (PN-SYS/DAS)
Collection getCompanyStakeholders(long companyId) throws ; } Annegret > -Original Message- > From: Nicolai P Guba [SMTP:[EMAIL PROTECTED]] > Sent: Dienstag, 31. Juli 2001 12:23 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] java.lang.ClassCastException: $Proxy3

RE: RE: [JBoss-user] EJB as a CORBA client

2001-07-26 Thread Sternagel Annegret (PN-SYS/DAS)
(jbdc classes, security classes, ...) in the CLASSPATH before starting jboss and it works well. We have the CORBA access encapsulated in utility classes using in EJBs (Session and Entity Beans). Ciao Annegret > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > S

RE: [JBoss-user] passivation exception

2001-07-25 Thread Sternagel Annegret (PN-SYS/DAS)
It seems that the Connection class is not serializable. So either you can close the connection directly after use and do not hold it as bean attribute or close the connection in ejbPassivate() and reopen it in ejbActivate(). Annegret > -Original Message- > From: Shawn Chambers

RE: [JBoss-user] EJB as a CORBA client

2001-07-25 Thread Sternagel Annegret (PN-SYS/DAS)
We have written a utility class used by EJBs to access a CORBA server using jacorb and it works well. I've not done it by myself but I know there had been problems with the order in the CLASSPATH. Ciao Annegret > -Original Message- > From: Ricardo Temporal [SMTP:[EMAI

RE: [JBoss-user] MalformedURLException if blank in jboss installa tion path

2001-07-24 Thread Sternagel Annegret (PN-SYS/DAS)
Neither "+" nor "%20" changes anything. So we must prevent the user in our application setup to install into a path containg blanks. Ciao Annegret > -Original Message- > From: Philipp Meier [SMTP:[EMAIL PROTECTED]] > Sent: Freitag, 20. Juli 2001 11:42 > T

RE: [JBoss-user] MalformedURLException if blank in jboss installation path

2001-07-20 Thread Sternagel Annegret (PN-SYS/DAS)
Hi, thanks for the suggestions. I tried both, substituting the blank with %20% and using the mylong~1 stuff, but with no effect, in both cases a MalformedURLException is thrown. Ciao Annegret > -Original Message- > From: Burkhard Vogel [SMTP:[EMAIL PROTECTED]] > Sent: Donne

[JBoss-user] MalformedURLException if blank in jboss installation path

2001-07-19 Thread Sternagel Annegret (PN-SYS/DAS)
Hello, we are still using jboss 2.1. With this version we get a MalformedURLException during startup if there is a blank in the jboss installation path. Is this a known problem and fixed in a newer jboss version ? Any suggestions appreciated. Ciao Annegret [CorbaService

RE: [JBoss-user] Help - deployment error

2001-07-09 Thread Sternagel Annegret (PN-SYS/DAS)
You declared the method in the interface as abstract, maybe that's the problem ? public void updateUser(...) [UserManagerBean.java] public abstract void updateUser(...) [UserManager.java] Ciao Annegret > -Original Message- > From: Pelle Poluha [SMTP:[EMAI

RE: [JBoss-user] Help! - Can EJB inherit from normal classes? Packaging with normal classes?

2001-07-03 Thread Sternagel Annegret (PN-SYS/DAS)
Ciao Annegret > -Original Message- > From: ZHU Jia [SMTP:[EMAIL PROTECTED]] > Sent: Dienstag, 3. Juli 2001 07:28 > To: EJBList; [EMAIL PROTECTED] > Cc: jboss-user > Subject: [JBoss-user] Help! - Can EJB inherit from normal classes? > Packaging with normal classe

RE: [JBoss-user] ServiceUnavailableException Error !!!

2001-07-02 Thread Sternagel Annegret (PN-SYS/DAS)
Check if the port configured for jndi is free. I got this Exception because the NamingService was not initialized properly on jboss startup: [Naming] Could not start on port 1099 After chaning the port it worked correct. Ciao Annegret > -Original Message- > From: Tobias Frech

RE: [JBoss-user] JBoss-MBean-client to an entity-bean.

2001-06-29 Thread Sternagel Annegret (PN-SYS/DAS)
Put the primary-key class and the interface classes of the entitybean into a jar in jboss\lib\ext. Maybe there is a better solution ... ?? Ciao Annegret > -Original Message- > From: Tore B. Pedersen [SMTP:[EMAIL PROTECTED]] > Sent: Freitag, 29. Juni 2001 11:11 > To: '

RE: [JBoss-user] JMS: Simple question!

2001-06-25 Thread Sternagel Annegret (PN-SYS/DAS)
You must lookup "queue/userQueue" > -Original Message- > From: Keerthi P [SMTP:[EMAIL PROTECTED]] > Sent: Montag, 25. Juni 2001 14:14 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JMS: Simple question! > > Hi all, > Could someone tell me how to look up a queue in > Jboss... I ha

RE: [JBoss-user] API for JBoss

2001-06-20 Thread Sternagel Annegret (PN-SYS/DAS)
javax.sql.DataSource exists in jdbc2_0-stdext.jar in jboss\lib directory. > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Mittwoch, 20. Juni 2001 14:16 > To: [EMAIL PROTECTED] > Subject: [JBoss-user] API for JBoss > > Is there any API on JBoss ? >

AW: [JBoss-user] is that a taboo?

2001-06-06 Thread Sternagel Annegret (PN-SYS/DAS)
Hi, Just another way: For my classes in the jar-files I put my *.properties into the jboss\conf directory and load the file through the getResource mechanism public class Hot { static private Properties defaults = new Properties(); static private String hotPropertiesFile = "hot.properties";

AW: [JBoss-user] getting problems with datasources

2001-06-06 Thread Sternagel Annegret (PN-SYS/DAS)
Or use a Timer MBean, look at http://www.jboss.org/documentation/HTML/ch11s74.html (How to us the Timer MBean) Annegret > -- > Von: Burkhard Vogel[SMTP:[EMAIL PROTECTED]] > Antwort an: [EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Juni 2001 12:04 > An: [

AW: [JBoss-user] Passivate.

2001-05-29 Thread Sternagel Annegret (PN-SYS/DAS)
Check the types of the data members of the session beans. All bean members of a class must be serializable so they can be passivated. Annegret > -- > Von: Alefia Lotia[SMTP:[EMAIL PROTECTED]] > Antwort an: [EMAIL PROTECTED] > Gesendet: Dienstag, 29. Mai 2001 12:22 &g

AW: [JBoss-user] Unable to find LoginModule class Exception

2001-05-17 Thread Sternagel Annegret (PN-SYS/DAS)
Try to put your jar explicitly in the CLASSPATH. For security modules jboss seems not to use the automaitcally created CLASSPATH wiht the jars of \lib\ext Is that right, jboss-guyes ? Annegret > -- > Von: Matthew Baird[SMTP:[EMAIL PROTECTED]] > Antwort an: [EMAIL

AW: [JBoss-user] JMSException - help needed!

2001-05-17 Thread Sternagel Annegret (PN-SYS/DAS)
I dont't know if this solves the problem but You must lookup the topic with "topic\MyTopic" not only "MyTopic". Annegret > -- > Von: Ralf Metzger[SMTP:[EMAIL PROTECTED]] > Antwort an: [EMAIL PROTECTED] > Gesendet: Mittwoch, 16. Mai 2001 17

[JBoss-user] TRANSACTION ROLLBACK EXCEPTION:Could not activate

2001-05-07 Thread Sternagel Annegret (PN-SYS/DAS)
sions\SubscriberDataSB\989226494357.ser (Das System kann die angegebene Datei nicht finden) ... Anybody has an idea about this ? Bye Annegret The stacktrace of server.log shows - our created exception - the TRANSACTION ROLLBACK EXCEPTION on base of our exception - the problem TRANSACTION ROL