[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-19 Thread mschwarz
Hi Peter, this is good to know, even if it propably wont help me. As you guessed, I am trying to get the properties inside a client application and not via jsp techniques. thanx anyway View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944837#3944837 Reply to t

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
In the "Full System Properties Dump" which is displayed in a logfile after startup, jboss claims the bind address to be "localhost", which is what I expect. Still, in my Java application all I get is NULL. Could it be that the jboss properties are hidden from the JVM ? View the original post :

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
Sorry Scott, I know it seems like I am dumb, but I really tried a couple of things before I posted this topic. If there is a simple way to retrieve this information, please tell me so. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944576#3944576 Reply to th

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
NULL ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944575#3944575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944575 --- Using Tomcat but need to do more? Need

[JBoss-user] [Beginners Corner] - Re: Retrieve

2006-05-18 Thread mschwarz
Ok, so JBoss displays all the system properties during startup. But how do I get those properties in Java ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944571#3944571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [Beginners Corner] - Retrieve "binding address" within the application

2006-05-18 Thread mschwarz
Sorry to post this again - my subject went to hell ** Hi folks, can anyone tell me, if there is a way to retrieve the jboss binding address as set in my run script ? I need this value in my application to generate an url. thanks a

[JBoss-user] [Beginners Corner] - Retrieve

2006-05-18 Thread mschwarz
Hi folks, can anyone tell me, if there is a way to retrieve the jboss binding address as set in my run script ? I need this value in my application to generate an url. thanks a lot Marion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944556#3944556 Reply t

[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError: org/jdom/Text jdk1.5 JB3.2.7

2005-09-19 Thread mschwarz
Hi Eric, your post is some days old, but I have the same problem and was wondering whether you solved it in the meantime. Have you? Greetings Marion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895530#3895530 Reply to the post : http://www.jboss.com/i

[JBoss-user] [JBossWS] - Re: DESPERATE: trying to get axis ws deployed automatically

2005-06-09 Thread mschwarz
Main entry: desperation Pronunciation: "des-p&-'rA-sh&n Function: noun 1. hacking your web service into the server-config.wsdd file in order to get it deployed automatically View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880935#3880935 Reply to the post : h

[JBoss-user] [JBossWS] - Re: DESPERATE: trying to get axis ws deployed automatically

2005-06-08 Thread mschwarz
Okay, I finally managed to deploy the ws on the clients system. I created a small script which is run on the system and calls the local AdminService with a wsdd-File. What's still confusing to me is the fact that I had to "enableRemoteAdmin" for the AdminService. This is also the reason why I'm

[JBoss-user] [JBossWS] - DESPERATE: trying to get axis ws deployed automatically

2005-06-07 Thread mschwarz
Hi there, it's 9:30 PM here now, and I'm really pissed. I've been trying all day to include the deployment of my ws in my JBoss ear-file and I failed miserably. What I did so far: 1. I learned how to create a ws using axis; it's a "message"-service with only one method; the implementation cons

[JBoss-user] [JBossWS] - Re: Which Deserializer for org.w3c.dom.Element ?

2005-06-01 Thread mschwarz
It's getting worse... After I finally managed to deserialize my Element (adding a type mapping with org.apache.axis.encoding.ser.Element(De)SerializerFactory on server side and one using a org.apache.soap.encoding.literalxml.XMLParameterSerializer on the client side ), I realized that my servic

[JBoss-user] [JBossWS] - Which Deserializer for org.w3c.dom.Element ?

2005-06-01 Thread mschwarz
Hi everybody, I am using Axis 1.2 together with Jboss-3.2.1_tomcat-4.1.24 and have deployed my web service succesfully. The client sends a parameter of type org.w3c.dom.Element to the server who processes this Element and sends it back. Unfortunatly, an error occurs while receiving the repsonse

[JBoss-user] [Beginners Corner] - max entity bean size

2005-05-26 Thread mschwarz
Hi there, can anybody tell me, how to DECREASE the maximum size of entities in the container ? I'm using a CMP approach and am currently trying to debug an error within my application. To do so, I need to decrease the number of concurrent instances of a specific bean. I modified the jboss.xml