[JBoss-user] Re: JNDI look up at client in JBoss 3.0

2004-04-15 Thread Ingo Bruell
application ?. best regards Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.edu --- This SF.Net email

Re[2]: [JBoss-user] Does any one know how to do EJB-QL in JBoss3.2.3

2004-03-22 Thread Ingo Bruell
Hallo Rafal, RK try this: RK SELECT OBJECT(C) FROM CUSTOMER c WHERE c.firstName = ?1 AND c.lastName = ?2 or this: SELECT OBJECT(c) FROM CUSTOMER c WHERE c.firstName = ?1 AND c.lastName = ?2 best regards Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12

Re[2]: [JBoss-user] Does any one know how to do EJB-QL in JBoss3.2.3

2004-03-22 Thread Ingo Bruell
Hallo Rafal, RK try this: RK SELECT OBJECT(C) FROM CUSTOMER c WHERE c.firstName = ?1 AND c.lastName = ?2 Sorry, i meant this: SELECT OBJECT(c) FROM CUSTOMER AS c WHERE c.firstName = ?1 AND c.lastName = ?2 best regards Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP

[JBoss-user] Re: Opening TCP sockets inside Jboss

2004-03-12 Thread Ingo Bruell
a simpel Java class inside the Jboss server acting as the TCP server? Any help is much appreciated. Also is there any low level documentation that discusses protocols and various ways of establishing connections to the Jboss server i think creating an mbean is the right way. best regards Ingo Bruell

Re: [JBoss-user] jboss-3.2.3: Classloader problem?

2004-01-15 Thread Ingo Bruell
drivers are packaged in a .sar file with a datasource descriptor best regards Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu pgp0.pgp Description: PGP signature

AW: [JBoss-user] Frustrated with CMR on Jboss

2003-09-12 Thread Ingo Bruell
stating this is how it is supposed to act in regards to specs, but that does not make sense - how do you get the information out? Any help please would be great! best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C

Re: [JBoss-user] Designating CMP Fields as Read-only

2003-09-09 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rod, doesn't the readonly tag work in jbosscmp-jdbc.xml ? best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key

AW: [JBoss-user] memory leaks during redeployment

2003-07-25 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 My Jboss Server crashed the first time after some redeploys, too. My Environment: JBoss 3.2.1 (with the standard startup skript) Windows 2000 Sp4 jdk1.4.1 best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint

AW: AW: [JBoss-user] Probs creating a finder

2003-07-23 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Marek, it is not the first finder i wrote, but someone could think so, outsch. I think i need more sleep ... Many thanks best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C

[JBoss-user] Probs creating a finder

2003-07-22 Thread Ingo Bruell
--- Are there any restrictions about the types ? best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8

AW: [JBoss-user] Probs creating a finder

2003-07-22 Thread Ingo Bruell
) FROM Type AS o WHERE o.type = ?1]]/ejb-ql /query !-- Write a file named ejb-finders-TypeBean.xml if you want to define extra finders. -- /entity --- snip --- Are there any restrictions about the types ? best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ

AW: [JBoss-user] JBoss3.2.1 violates fk constraints

2003-07-21 Thread Ingo Bruell
schema generation. So i have to check for myself if depending objects exists and reject removing ? best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu

AW: AW: [JBoss-user] JBoss3.2.1 violates fk constraints

2003-07-21 Thread Ingo Bruell
(for example address_id) and then removes the parent from the table. Is this the correct behavior ? best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu

[JBoss-user] JBoss3.2.1 violates fk constraints

2003-07-18 Thread Ingo Bruell
not defined cascade-delete. Is this behavior correct ? For a test i have tried to remove the row with sql in the db and a got an exception. I think that is the right behavior. best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C

AW: [JBoss-user] EJBQL = for dates

2003-06-25 Thread Ingo Bruell
regards Ingo Bruell - - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu -BEGIN PGP SIGNATURE- Version: PGPfreeware 6.5.8 for non-commercial use http://www.pgp.com iQA

AW: [JBoss-user] EJBQL = for dates

2003-06-25 Thread Ingo Bruell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Simone, no, i think not. best regards Ingo Bruell - - --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC GermanyPGP-Public-Key available at pgpkeys.mit.edu -BEGIN PGP

Re: [JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Ingo Bruell
-IDE from: HD http://prdownloads.sourceforge.net/jboss/jbosside1.0a_05.zip?download The rocket is nice :-) What i have to do to control a remote jboss ? Which Port i should use ? best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01

Re: [JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Ingo Bruell
Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.edu -BEGIN PGP SIGNATURE- Version: PGP 6.5i iQA/AwUBPjfW4I

Re: [JBoss-user] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Ingo Bruell
=10250 and that would not work, however. best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.edu -BEGIN PGP SIGNATURE- Version

[JBoss-user] question about jndi.properties at client site

2002-12-12 Thread Ingo Bruell
jndi.properties file: - --- snip --- java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://192.168.0.11:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces - --- snap --- Any ideas ? best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL

[JBoss-user] how run swing gui in security context

2002-11-28 Thread Ingo Bruell
with Subject.doAs(subject, client). If this class accessed EJB's all is OK, but if i created a gui class from this class, no security context was found. Any ideas ? best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359

[JBoss-user] Losing security context WAS:how run swing gui in security context

2002-11-28 Thread Ingo Bruell
and in this method the Server throws the Exception: java.lang.IllegalStateException: No security context set Why is there no security context ? best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC

Re: [JBoss-user] Losing security context WAS:how run swing gui in security context

2002-11-28 Thread Ingo Bruell
Why is there no security context ? After experimenting around, i determine that in ejbCreate() of SessionBeans no SecurityContext is available. Is this a bug ? best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359

Re: [JBoss-user] CMP relations and remote interfaces

2002-10-07 Thread Ingo Bruell
view-type=both ??? DB What is your best practice in this case ?? I prefer Session beans as facade best regards Ingo Bruell - --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key

Re: [JBoss-user] Jboss CMP

2002-07-09 Thread Ingo Bruell
Hi Ingo Vietense, IV Can you help me. it looks like an error in the deployment descriptor. But you have not send some info so i can not see. Please post the version (jboss, jdk, os, etc) and the deployment descriptors best regards Ingo Bruell

Re: [JBoss-user] Server Hard Crash Problem

2002-06-18 Thread Ingo Bruell
Hi Jon Swinth, have you installed the jdk rpm for redhat or the tar file ? If you do not use the rpm, try this. If this do not help, disable the hotspot option best regards Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 Oldenburg

Re: [JBoss-user] flush=true

2002-05-21 Thread Ingo Bruell
Hi Mahesh, MA I am facing this error, can anyone please help me out solving this. It looks like you have forgotten to set the flush attribute. Use something like this: jsp:include /bla flush=true/ so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP

Re: [JBoss-user] jboss 3.0.0 db configure

2002-05-20 Thread Ingo Bruell
one help me ? Cz Also , I would like to know if I could configure which connection (like Cz mysql, oracle ) to use when using cmp ? There were some threads on the jboss forum, please have a look. http://www.jboss.org/forums so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ

Re: [JBoss-user] one-to-one relationship

2002-05-16 Thread Ingo Bruell
automaticly and at the correct side. In your case it should be a contact attribute at the Resource side and not more. So it works for me. If the attribute ResourceOwner_contacts was generated by JBoss, you have defined it on the wrong side, i think. CU Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720

[JBoss-user] Autoincrement

2002-05-03 Thread Ingo Bruell
Hi, I have tried to look at jboss forum, but it is not reachable, so i ask here. How i could use the autoincrement feature from Jboss3.0.0RC2 within my CMP EntityBeans ? Ingo Bruell --- [EMAIL PROTECTED] ICQ# 40377720 Oldenburg PGP-Fingerprint: 9DD0 1776 DF4D 5B16 A532 C2A1 4701 EEA2 Germany

[JBoss-user] standardjbosscmp-jdbc.xml in Jboss3.0.0RC1

2002-04-26 Thread Ingo Bruell
Hallo jboss-user, i have found a wrong mapping for SAPDB for the boolean type and changed that in my configuration, but the change had no effect. JBoss tries to convert the value in the same format. Is there another place i could change the mapping ? bis dann Ingo Bruell

Re: [JBoss-user] standardjbosscmp-jdbc.xml in Jboss3.0.0RC1

2002-04-26 Thread Ingo Bruell
Hi, i have found a wrong mapping for SAPDB for the boolean type and changed that in my configuration, but the change had no effect. JBoss tries to convert the value in the same format. oops, that was my error i have forgot to recreate the tables :-) Ingo Bruell --- [EMAIL PROTECTED

[JBoss-user] strange relations

2002-04-25 Thread Ingo Bruell
at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCRelationshipRoleMetaData.loadKeyFields(JDBCRe lationshipRoleMetaData.java:374) --- What is the right way ? so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C

Re: [JBoss-user] How to use EJBDoclet Sample

2001-07-21 Thread Ingo Bruell
want. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.edu ___ JBoss-user mailing list [EMAIL

Re[2]: [JBoss-user] Problems accessing an ejb from a servlet.

2001-07-12 Thread Ingo Bruell
is java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory] It looks like the needed classes were not found. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany

Re: [JBoss-user] 8083

2001-07-10 Thread Ingo Bruell
Hi Gregor, GR What si the HTTP Server on this port good for? Dynamicly classloading, of for example home and remote interfaces. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany

Re: [JBoss-user] Error in ContainerFactory

2001-05-08 Thread Ingo Bruell
org.gjt.lindfors.pattern.StrategyContext KW ContainerFactory.java: Error 314: cannot access class KW org.gjt.lindfors.util.EvenGenerator; neither class nor source found for KW org.gjt.lindfors.util.EventGenerator. In jpl-util-0_5b.jar from lib\ext. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720

Re: [JBoss-user] Jboss on AS/400

2001-04-26 Thread Ingo Bruell
? In earlier releases there was a JDBC Driver (com.ibm.db2.jdbc.app.DB2Driver), that connects directly to the DB without login and without network stack but I cannot find it anymore. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359

Re: [JBoss-user] New user - problem with SQLException

2001-04-26 Thread Ingo Bruell
of type 'java.lang.Character': java.io.StreamCorruptedException: JG Caught EOFException while reading the stream header; Do not use char because the jvm has a bug with it. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12

Re[2]: [JBoss-user] performance question for production use

2001-04-17 Thread Ingo Bruell
Hi Torben, how do you use the AS/400 DB ? Das JBoss run on the AS/400 or do you use only the DB from the AS/400 via JDBC ? And which release on the AS/400 you are using ? so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359

Re[3]: [JBoss-user] performance question for production use

2001-04-17 Thread Ingo Bruell
Hi Torben, TJ We don't use AS/400. We are working with w2k and rh7.0 accessing TJ MS-SQLServer 7.0/2k. TJ But there are also performance gaps to close. Sure, i meant the one (Michael Nowotny) who has initiate this thread, sorry. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED

Re: [JBoss-user] empty collection with findbyall

2001-04-10 Thread Ingo Bruell
there is a typo, try findAll. so long Ingo Bruell --- [EMAIL PROTECTED] [EMAIL PROTECTED] ICQ# 40377720 OldenburgPGP-Fingerprint: CB01 AE12 B359 87C4 BF1C 953C 8FE7 C648 169E E5FC Germany PGP-Public-Key available at pgpkeys.mit.edu

Re: [JBoss-user] Where can I find Hypersonic Database viewer?

2001-04-07 Thread Ingo Bruell
org.hsql.util.DatabaseManager After running the viewer in the dialog select "HypersoncSQL server" and as URL use: "jdbc:HypersonicSQL:hsql://localhost:1476". Change "localhost" to the hostname were JBoss is running on. so long Ingo Bruell --- [EMAIL PROTECTED] [