Re: [jBoss-User] Security

2001-03-15 Thread Thomas Hagedorn
On Thursday 15 March 2001 23:30, you wrote: > Thomas Hagedorn wrote: > > > Suppose : > > > EJB1 ---> EJB2 --> EJB3 ---> DB > > > EJB4 ---> EJB5 --> EJB6 ---> DB > > > I would like to make avaliable to public only beans EJB1 and EJB4. > &

Re: [jBoss-User] Security

2001-03-15 Thread Thomas Hagedorn
public only beans EJB1 and EJB4. How? Don't publish the Home and Remote interfaces of the beans you'll keep inside. Without interfaces noone can connect to the beans. hth tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas

Re: [jBoss-User] JBoss 2.1 Autodeployer Problem

2001-03-14 Thread Thomas Hagedorn
e recognized the same behavior with jBoss 2.0, but only for ear-files, not for jar. we are testing 2.1since today but still not tested redeployment. best regards tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn Tel.

Re: [jBoss-User] Bean not Bound

2001-02-27 Thread Thomas Hagedorn
ng so. anyways my client > says that "The is not BOUND". > The look up fails giveing this error. would apperiate a quick response from > any one out there. it's kinda urgent. > -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas

Re: [jBoss-User] StreamCorruptedException when trying to lookupfrom1.2.2 client

2001-02-26 Thread Thomas Hagedorn
On Mon, 26 Feb 2001, you wrote: > Hey > > Thomas Hagedorn wrote: > > We're porting an applet based webapplication to JBoss and all seems to > > run fine as long as wetested it on Unix machines or NT clients with > > JRE1.3. > > But most of our clients (in ou

[jBoss-User] StreamCorruptedException when trying to lookup from1.2.2 client

2001-02-26 Thread Thomas Hagedorn
e) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:279) at javax.naming.InitialContext.lookup(InitialContext.java:354) -- Any help or hint will be appreciated. tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hag

Re: [jBoss-User] JBoss Deployer for Together Released

2001-02-26 Thread Thomas Hagedorn
-- > To subscribe:[EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > List Help?: [EMAIL PROTECTED] -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn

[jBoss-User] Java clients (Applet) with JRE1.2.2, how does itwork ?

2001-02-22 Thread Thomas Hagedorn
e) at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:279) at javax.naming.InitialContext.lookup(InitialContext.java:354) -- Any help or hint will be appreciated. tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hag

Re: [jBoss-User] Deployment Descriptor warning messages

2001-02-06 Thread Thomas Hagedorn
class element. > > > -- > -- > To subscribe:[EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > List Help?: [EMAIL PROTECTED] -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwic

[jBoss-User] too much logging

2001-01-08 Thread Thomas Hagedorn
-2 character byte: 00 ...and so on. Looks like hardcore logging from some deep inside dtaabase routines . Does anybody know how to stop this? any hints will be appreciated best regards tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn

Re: [jBoss-User] Documentation - is it downloadable?

2000-11-17 Thread Thomas Hagedorn
scribe:[EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Problems?: [EMAIL PROTECTED] -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn Tel. 07231-472108 Rainstr. 12 Tel. 0172-7

RE: [jBoss-User] strange finder problem

2000-11-13 Thread Thomas Hagedorn
kup for "ims/User", get my interface, call my finder and recieve an Enumeration of Strings (representing the primary key). >From within the ejbFindXXX method, I get "foobar23" as a value but in my client I got "ims/User:foobar23" ! .. and I'm still won

[jBoss-User] strange finder problem

2000-11-13 Thread Thomas Hagedorn
di-ref-name + ":" + expected-key instead of expected-key. Any hints what I'm doing wrong ?? BTW: I'm using Beta3 with jdk1.3 on Solaris best regards tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hag

Re: [jBoss-User] beta prod 04 startup prob ... and how to fix

2000-11-08 Thread Thomas Hagedorn
e jar instead of zip. It wrks fine with empty directories best regards tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn Tel. 07231-472108 Rainstr. 12 Tel. 0172-7642398 75217 Birkenfeld

Re: [jBoss-User] How to forward HttpServletRequest to SessionBean?

2000-09-24 Thread Thomas Hagedorn
e J2EE blueprint that I > think you can download from http://java.sun.com/j2ee/blueprints/ > > Matty. > > Thomas Hagedorn wrote: > > > > Hi there, > > > > In my application, I want to forward all HttpServletRequests from the > > jsp over a wrapperbea

Re: [jBoss-User] How to forward HttpServletRequest to SessionBean?

2000-09-20 Thread Thomas Hagedorn
Additional informations: it seems only to be a HttpServletRequests problem, a Hashtable works both directions. ??!? > Hi there, > > In my application, I want to forward all HttpServletRequests from the > jsp over a wrapperbean to a SessionBean to process the data there. > jsp to bean works fine,

[jBoss-User] How to forward HttpServletRequest to SessionBean?

2000-09-20 Thread Thomas Hagedorn
Hi there, In my application, I want to forward all HttpServletRequests from the jsp over a wrapperbean to a SessionBean to process the data there. jsp to bean works fine, but if I get the home interface of my SessionBean and call a method with the HttpServletRequests as parameter, nothing appears

Re: [jBoss-User] OffTopic: EJBDoclet v0.2 available

2000-09-14 Thread Thomas Hagedorn
Am Don, 14 Sep 2000 schrieben Sie: > "See Kai Leong, Ken" wrote: > > sorry about this but I really wish to see how this really work. > > Well, you could always make your own bean and try it out. That is what I > would really recommend. I've done it in this way and allways got an exception on bui

Re: [jBoss-User] How to download ZOLA

2000-09-07 Thread Thomas Hagedorn
: [EMAIL PROTECTED] > > Problems?: [EMAIL PROTECTED] > > > -- > -- > To subscribe: [EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Problems?: [EMAIL PROT

[jBoss-User] external application as DataSource ?

2000-09-07 Thread Thomas Hagedorn
Hi there, To get a really lucky weekend, I've now to figure out, how to use external (Java)application as a datasource. I have to integrate a legacy aplication into our new aplication. I guess I've to write a wrapper to get all the API-calls mapped to the beans properties, but no clue how this ar

Re: [jBoss-User] XADataSource -help please! -- FINALLY SOLVED;-))

2000-09-07 Thread Thomas Hagedorn
you code, and then > finagle it in the configuration files to make that *really* point under > the covers to "xa.CP". So *please* take heart, back up, and do it right. > I think I gave you the missing links in my last message. > > Aaron > > On Thu, 7 Sep 2000, Thomas

Re: [jBoss-User] XADataSource -help please! -- SOLVED

2000-09-07 Thread Thomas Hagedorn
Ok, problem solved! It was a little bit a mess in the minerva documentation which missleads me. There are several syntactic variants to lookup for the JNDI-name, but the one which works, wasn't there. The working code is: ... private DataSource ds = null; .. Context naming = new InitialContext();

Re: [jBoss-User] XADataSource -help please!

2000-09-06 Thread Thomas Hagedorn
Am Mit, 06 Sep 2000 schrieben Sie: > First, you need a section in jboss.xml that links the EJB resource > name "CP" to the resource manager name "CP", though it may work correctly > without that if the defaults are set up right (I haven't tried it). > Next, look at the following Minerva exam

[jBoss-User] XADataSource -help please!

2000-09-06 Thread Thomas Hagedorn
Hi there, I've set up a XADatasource as described in the minerva docu. added MLET in jboss.conf: added mbean in jboss.jcml: jdbc:adabasd://gandalf:7200/MYDB BAR FOO added resource reference to the ejb-jar.xml: Customer Pro Database CP

Re: [jBoss-User] Interest Sample Bean

2000-09-06 Thread Thomas Hagedorn
Hi, you better use $JBOSS_HOME/lib/ext/jndi.jar for that, otherwise mixing with implementation of a different container (like J2EE) can cause strange exceptions. If you have sometimes the problem to find the jar where a specific class is stored, I've written two small perlscrips 'udatejardb' and

Re: [jBoss-User] EjbossClient.java

2000-09-06 Thread Thomas Hagedorn
> > the testbeans sources are available under zola/ module in the CVS. > > -- Juha > > > On Wed, 6 Sep 2000, Thomas Hagedorn wrote: > > > Hi there, > > > > In the Testclient, provided with jboss, there is > > calleed a class 'EjbossClient',

[jBoss-User] EjbossClient.java

2000-09-06 Thread Thomas Hagedorn
Hi there, In the Testclient, provided with jboss, there is calleed a class 'EjbossClient', but even if I've got the source-distribution, I could not find the sources of the Testclient. It would be great to see them, I guess there is a lot stuff to learn from (or are you ashamed of your hacking ;-

RE: [jBoss-User] datasource definition problem

2000-09-05 Thread Thomas Hagedorn
> > > -- > -- > To subscribe:[EMAIL PROTECTED] > To unsubscribe: [EMAIL PROTECTED] > Problems?: [EMAIL PROTECTED] -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINU

[jBoss-User] broken ejb-jar.xml crashes server

2000-09-05 Thread Thomas Hagedorn
ing, I was unabled to restart jboss, it hangs now trying to start the transaction manager. best regards tom -- THETA - Consulting Kommuniktionsanalyse - Anwendungsentwicklung - LINUX-Systeme Thomas Hagedorn Tel. 07231-472108 Rainstr. 12 Tel. 0172-7642398 75217

Re: [jBoss-User] Is there a coonection pooling working ?

2000-09-05 Thread Thomas Hagedorn
Hi, have a look at minerva which is part of the jBoss distribution. http://www.jboss.org/minerva/minerva.htm hope it helps tom Am Die, 05 Sep 2000 schrieben Sie: > Hello, > > It takes me 800ms to get a Oracle connection, below the code in a > TestBean's method that highlights it. > > I gues

[jBoss-User] datasource definition problem

2000-09-04 Thread Thomas Hagedorn
Hi there, I try to get an Adabas DB installation running with jBoss but there are some problems, I couldn't solve after half a day of reading manual, descriptions, sources ... So I hope anybody on this list could point me to my failure: in jboss.conf, I defined the MLET as --

[jBoss-User] java.lang.IllegalAccessException in simple EJB

2000-09-04 Thread Thomas Hagedorn
Hi there, I've just tried to invoke a simple SesionBean and got a java.lang.IllegalAccessException. :-( The EJB deployed fine, the Home interface was created in the client, but if I invoke a simple method on the bean, it crashes. Trace from JBOSS-console: --- [EjbTest] TX_REQUIRED for cr

Re: [jBoss-User] java.io.StreamCorruptedException

2000-08-24 Thread Thomas Hagedorn
Thanks a lot, that was it ! tom Am Don, 24 Aug 2000 schrieben Sie: > Thomas Hagedorn wrote: > > > > Hi there, > > > > trying out the EJB-example as described in the 'getting started', all > > seem to be fine 'til I try to start the Inte

[jBoss-User] java.io.StreamCorruptedException

2000-08-24 Thread Thomas Hagedorn
Hi there, trying out the EJB-example as described in the 'getting started', all seem to be fine 'til I try to start the InterestClient: running it with 'java -classpath \ $CLASSPATH:$JBOSSDIR/lib/ext/ejb.jar:$JBOSSDIR/client/jboss-client.jar \ InterestClient' , I get a java.io.StreamCorruptedExc

[jBoss-User] Starting point and outdated documentation

2000-08-24 Thread Thomas Hagedorn
Hi there, I just downloaded the jBoss binary deeply impressed by the descriptions and promoses af 'easy_to_run','easy_to_configure' and so on. I tried to start it on my RedHat 6.2 with tomcat and the server seems to start without crashes. But: The logging output on console told me tha a webserver