[JBoss-user] [JNDI/Naming/Network] - Re: Co-located HA JNDI and EJB Clients

2005-08-31 Thread ibruell
i have a similar scenario like skand and i hope that there would be a solution without hardcoding port 1100 for accessing the HAJNDI. I need a solution to send events to both nodes transparantly. The application should be installable on a one node environment and in a clustered environment.

[JBoss-user] [Persistence CMP/JBoss] - Re: finder type mapping for boolean datatype in MaxDB wrong

2005-02-12 Thread ibruell
I think it would be usefull to know my environment: - JBoss 4.0.1 - jdk1.5.0-update1 - debian sarge - maxdb 7.5.00.23-1 - jdbc driver: sapdbc-7_6_00_00_3264.jar Is there a way to configure the behavior of mapping types for the finder methods or is it a bug ? View the original post :

[JBoss-user] [Persistence CMP/JBoss] - finder type mapping for boolean datatype in MaxDB wrong

2005-02-10 Thread ibruell
Hi, i have defined a finder in which i will test a boolean attribute, but i got a database error that the datatype must be compatibel. In EJBQL i have tested attribute = false and the generated SQL says attribute = 0, that is wrong cause MaxDB wants attribute = false. I have changed the

[JBoss-user] [HTTPD, Servlets JSP] - Installing Tapestry-3.0 classnot found issue

2004-07-14 Thread ibruell
I am using JBoss-3.2.3 running under Linux with j2sdk.4.2_04. I have copied the required jars into $JBOSS_HOME/server/default/lib and deployed the workbench.jar into the deploy directory. At deployment time i got the exception: | java.lang.NoClassDefFoundError:

[JBoss-user] [HTTPD, Servlets JSP] - Re: Installing Tapestry-3.0 classnot found issue

2004-07-14 Thread ibruell
After looking at the source code i saw that i need additional jars. ognl.jar from http://www.ognl.org/ and javaassist.jar from jboss. The tutorial said nothing about that :-( View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842058#3842058 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: clients and jndi, i dont have a clue!

2004-05-18 Thread ibruell
Have you tried to use the jndi.properties file ? In my client classes i always use this code snippet: | Properties prop = new Properties(); | prop.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); | prop.put(Context.PROVIDER_URL,

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
Which OS do you use ? If you use redhat, check the host table. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831894#3831894 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831894

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
Does the client software work if you install it on the client (not using JNLP) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3831905#3831905 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3831905

[JBoss-user] [Beginners Corner] - Re: Remote server connection problem

2004-04-22 Thread ibruell
I am a little bit confused. I think the authenticateAgainstServer is called cause you try to instantiate a Bean, right ? Here how i set the properties: anonymous wrote : | Properties prop = new Properties(); | prop.put(Context.INITIAL_CONTEXT_FACTORY,

[JBoss-user] [HTTPD, Servlets JSP] - Re: deploy question

2004-04-02 Thread ibruell
You have to deploy the war file in exploded form, that means that you deploy it as a directory named like the .war file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3828834#3828834 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: me and my

2004-03-23 Thread ibruell
What i could see is not realy readable. When it realy looks like it could be read. You should reinstall jboss after remving it. a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827151#3827151;View the original post/a a

[JBoss-user] [Beginners Corner] - Re: me and my

2004-03-23 Thread ibruell
The middle part looks like the database files are corrupt. I do not no if there is a way to recover these files. If the database contains no data or the data could be easily rebuilded, remove the database files and restart Jboss. If this will not work it think you have to reinstall JBoss after

[JBoss-user] [Persistence CMP/JBoss] - Re: Reserved Words list not used for columnnames?

2004-03-22 Thread ibruell
You could define a column-mapping in jbosscmp.xml: cmp-field field-nameview/field-name column-namexyview/column-name not-null/ /cmp-field a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826848#3826848;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: Reserved Words list not used for columnnames?

2004-03-22 Thread ibruell
I have looked at the source code and if i interpret it right (ApplicationMetaData.java, SQLUtil.java), the reserved words are only used against tablenames and constraints a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826870#3826870;View the original post/a a

[JBoss-user] [Installation Configuration] - Re: Redhat JBoss 3.2.3 Shutdown Trouble

2004-03-15 Thread ibruell
If i remember right, there was a problem with the domain name in /etc/hosts under RedHat. Correct it to something like: 127.0.0.1 localhost [YourIP] [YourHostname] a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825705#3825705;View the original post/a a

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP and iSeries/AS400

2004-03-12 Thread ibruell
What will not work, what errors you got ? a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825396#3825396;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825396Reply to the post/a

[JBoss-user] [O'Reilly JBoss 3.0 Workbook] - Re: Workbook Exercise 7.1 and iSeries/AS400 datasource

2004-03-03 Thread ibruell
Could you send the descriptors, please a href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3824017#3824017;View the original post/a a href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3824017Reply to the post/a

[JBoss-user] [Installation Configuration] - Re: BUILD FAILED, javac not found?

2004-02-06 Thread ibruell
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820424#3820424 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820424 I have tested it under Windows 2000 SP4 with j2sdk1.4.2 and it worked. I have startet the build.bat. This

[JBoss-user] [Installation Configuration] - Re: BUILD FAILED, javac not found?

2004-02-05 Thread ibruell
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820271#3820271 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820271 The tools.jar was not added to the classpath, however. So add the %JAVA_HOME%\lib\tools.jar to the