[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.


View the original post : 
http://locahost:8080/index.html?module=bb&op=viewtopic&p=3892475#3892475

Reply to the post : 
http://locahost:8080/index.html?module=bb&op=posting&mode=reply&p=3892475


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866305#3866305

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866305


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 mapping in standardjbosscmp-jdbc.xml to BOOLEAN but that 
changed nothing.

any ideas ?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866041#3866041

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866041


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Re: Experiences with Apache/jk/JBoss + Linux

2004-07-15 Thread ibruell
Yes, i have a working configuration on:

Debian sarge with kernel-2.6.6-2
J2sdk1.4.2_04
Apache-1.3.29.0.2-4
libapache-mod-jk 1:1.2.5-2
JBoss-3.2.5 with embedded Tomcat 5



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842301#3842301

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842301


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3842058#3842058

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842058


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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: org/apache/tapestry/IResourceResolver
  | 

I also tried to put the required jars into 
$JBOSS_HOME/server/default/deploy/jbossweb-tomcat41.sar but i had also no success.

Has someone an idea ?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841997#3841997

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841997


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, "jnp://localhost:1099");
  |  prop.put(Context.URL_PKG_PREFIXES, "org.jboss.naming.client");
  |  InitialContext ctx = new InitialContext(prop);
  | 
  |  BeanHome home = 
javax.rmi.PortableRemoteObject.narrow(ctx.lookup("[BeanName]", BeanHomeClass.class);
  | 

Hope that helps.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835323#3835323

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835323


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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, 
"org.jnp.interfaces.NamingContextFactory");
  |  prop.put(Context.PROVIDER_URL, "jnp://JBossServer:1099");
  |  prop.put(Context.URL_PKG_PREFIXES, "org.jboss.naming:org.jnp.interfaces");
  |  ctx = new InitialContext(prop);
  | 

I have activated authentification, too. And it works well.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3831939#3831939

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831939


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3831905#3831905

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831905


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3831894#3831894

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3831894


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3828834#3828834

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828834


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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 deleting the whole jboss directory

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827153#3827153";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827153>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827151#3827151";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827151>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826870#3826870";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826870>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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:


  view
  xyview
  



http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826848#3826848";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826848>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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]


http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825705#3825705";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825705>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-03-12 Thread ibruell
What will not work, what errors you got ?

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825396#3825396";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825396>Reply 
to the post


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824017#3824017";>View 
the original post

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824017>Reply 
to the post


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-02-07 Thread ibruell
View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820610#3820610

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820610

I have tried it now under RedHat 9.0 with j2sdk1.4.2_02 from Sun and it compiled well.

$JAVA_HOME=/usr/java/j2sdk1.4.2_02



I only started the build.sh in the build directory.



The created instance of Jboss works like a charm (only booting and web-console tested).




---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3820424#3820424

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820424

I have tested it under Windows 2000 SP4 with j2sdk1.4.2 and it worked. I have startet 
the build.bat. This script uses the ant version within the tree.


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3820319#3820319

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820319

Hmm, which ant version have you installed ?


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bb&op=viewtopic&p=3820271#3820271

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820271

The tools.jar was not added to the classpath, however. So add the 
%JAVA_HOME%\lib\tools.jar to the classpath and it schould work.


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user