[JBoss-user] [Security & JAAS/JBoss] - Re: problems securing jmx-console

2005-04-13 Thread pilhuhn
Why did you change the username in Step2?

Set the password for "admin". E.g.:

admin=b1g-s3cr3t

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

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


---
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] [Management, JMX/JBoss] - Re: how to sort attributes in jmx console in order

2005-04-13 Thread pilhuhn
In full consequence: yes.
Many people use the JMX-console and you can give it a hint by using 
XMbean-Descirptors.
I think it is a good idea to always have the defaultAttributes and 
defaultOperations at the same position within the sorting.

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

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


---
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] [Management, JMX/JBoss] - Re: how to sort attributes in jmx console in order

2005-04-13 Thread pilhuhn
Afair, you can't do it with standard MBeans, but you can do it with XMBeans.
Have a look at the files in server//conf/xmdesc/

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: Spurious exception with 4.0.0

2004-10-14 Thread pilhuhn
Yeah, thath hides them. But Exceptions are .. well Exceptions - Condidtions that are 
not normal.


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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Spurious exception with 4.0.0

2004-10-14 Thread pilhuhn
While my (simple) app is able to send and receive and also to trigger a MDB, the 
server shows the following exception:



  | 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTas
  | k.run
  | 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin WriteTa
  | sk.run
  | 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created Objec
  | tOutputStream
  | 2004-10-14 12:36:20,105 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created Objec
  | tInputStream
  | 2004-10-14 12:36:20,135 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]
  | Setting up the UILClientIL Connection
  | 2004-10-14 12:36:20,135 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]
  | The UILClientIL Connection is set up
  | 2004-10-14 12:36:20,556 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler]
  | Exiting on IOE
  | java.net.SocketException: Connection reset
  | at java.net.SocketInputStream.read(SocketInputStream.java:168)
  | at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
  | at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
  | at org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBuff
  | eredInputStream.java:67)
  | at java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java
  | :2133)
  | at java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(Object
  | InputStream.java:2313)
  | at java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStre
  | am.java:2380)
  | at java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream
  | .java:2452)
  | at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputSt
  | ream.java:2601)
  | at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
  | at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:27
  | 9)
  | at java.lang.Thread.run(Thread.java:534)
  | 2004-10-14 12:36:20,556 DEBUG [org.jboss.mq.il.uil2.SocketManager] End ReadTask.
  | run
  | 2004-10-14 12:36:20,566 DEBUG [org.jboss.mq.il.uil2.SocketManager] End WriteTask
  | .run
  | 

This is with a stock 4.0.0 server, default server config and the queue/testQueue.


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

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


---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Writing Custom Interceptor

2004-09-26 Thread pilhuhn
Just write your interceptor and put it in the right place (outside the tx 
demaracation) in the intereptor stack.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Can XDoclet generate markups ?

2004-09-13 Thread pilhuhn
It will for Xdoclet version 1.2.2, which hopefully will be out end of this month.
If you can't wait, you can grab an Xdoclet snapshot of 1.2.2 from the usual place on 
sf.net.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Address already in use: JVM_Bind

2004-09-03 Thread pilhuhn
This is a typical windows problem, as windows uses those port for its network drives 
as well. So depending on the startup order of things and the number of network drives 
and other services, the port might be used by windows. Usually only a reboot (or 
several) will help.
As an alternative, you could als specify a different port for the naming service.

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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-29 Thread pilhuhn
Perhaps this is helpful for you:
anonymous wrote : 
  | When JBoss deploys an EJB jar file, the DOCTYPE of the ejb jar.xml deployment 
descriptor is used to determine the version of the EJB jar. If the public identifier 
of the DOCTYPE is " //Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN", JBoss 
will use the JBossCMP persistence engine, otherwise the old JAWS CMP 1.1 persistence 
engine will be used. 
  | 

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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't get jbosscmp-jdbc to be used instead of jaws

2004-08-27 Thread pilhuhn
You probably put the wrong DTD in jbosscmp-jdbc.xml
I don't remember the details.
Make sure you have 
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>

(or its 3_0 equivalent).

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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Difference fetch-size and page-size?

2004-08-27 Thread pilhuhn
The DTD says

  | 
  | 
  | 

and



  | 
  | 
  | 

Do I interpret it correctly that page-size is only for read-ahead and overrided 
fetch-size?

Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead 
with a page-size of 200 (?), what is fetch-size then?


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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
This feature has been there since 3.2.3.
Also %%n is replaced by a counter.

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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Relation table and unexpected post table create command

2004-08-27 Thread pilhuhn
%%t is internally used to substitute for the table name in the
sql-command of post-table-create.

Is %%t something reserved by oracle?

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

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


---
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=5047&alloc_id=10808&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Jaas/ TCP restrictions

2004-07-05 Thread pilhuhn
I am not completely sure, if the web page protection kicks in before servlet filters 
are processed. 
If this is the case, why not write a filter that checks if the (authenticated) user is 
from the allowed address. If so, proceed, else kick him out again.

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

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


---
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] [EJB/JBoss] - Re: Entity bean called from a session bean or directly from

2004-06-22 Thread pilhuhn
What is your transaction demarcation?
Are 3 and 4 executed in the same call to the SB and 5 before the call to this SB 
returns?

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

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


---
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] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-06-02 Thread pilhuhn
Remowaller, You get the passwort in plain from the user.
Then you do a sha1/md5 (depending on what algorithm you have choosen) and then encode 
it also as base64 and store it in the user/password table.
>From now on, JBoss can compare the (hashed) password at login time with the hashed 
>password in the db.

The code to hash the password might look like:

  | byte[] pass = password.getBytes();
  | MessageDigest md = MessageDigest.getInstance("SHA");
  | byte[] hash = md.digest(pass);
  | ret = Base64Encoder.encode(hash);
  | 
with Base64Encoder being in org.jboss.security.


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

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



---
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-06-01 Thread pilhuhn
No, I mean 
hashAlgorithm=string: The name of the java.security.MessageDigest algorithm to use to 
hash the password.

The API doc also gives an example on how to build the message digest.
You can store the digest as base64 encoded later on. Google for base64 encoders.

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

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



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Authentication in JBoss (login)

2004-05-30 Thread pilhuhn
If it is stored encrypted: who has the key?
The server would need the key somewhere in clear text (or protected by a pass phrase 
that the admin needs to type in everytime the server starts).
If the admin has the key, he can read the password.

What you can do (and which is supported by JBoss) is to store passwords as 
cryptographically hashed. The password entered by the user at login time is then also 
hashed. The two values are compared. I they match, the user can log in.

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

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



---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-15 Thread pilhuhn
Forgot: this is on 3.2.3 with tomcat.

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

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


---
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] [Security & JAAS/JBoss] - Re: Security context propagation from web client to ejb

2004-05-15 Thread pilhuhn
I am basically having the same problem, but within one vm.  Servlet authentication is 
no problem, accessing secured ejbs from a client in a different vm is also no problem  
- only accessing secured ejbs from the servlet (in the same vm) fails.
I am probably missing something very obvious.

Excerpt from the log:
anonymous wrote : 
  | 2004-05-15 11:40:23,923 TRACE [org.jboss.security.plugins.JaasSecurityManager.adb] 
updateCache, subject=Betreff:
  | Principal: elke
  | Principal: Roles(members:ADBadmin)
  | 
  | 
  | 2004-05-15 11:40:23,933 TRACE [org.jboss.security.plugins.JaasSecurityManager.adb] 
validateCache, [EMAIL PROTECTED]
  | 
  | 2004-05-15 11:40:32,535 INFO  [STDOUT] add (in servlet)
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.security.plugins.JaasSecurityManager.adb] 
validateCache, [EMAIL PROTECTED]
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.ejb.plugins.SecurityInterceptor] 
Authenticated  principal=null
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.ejb.plugins.SecurityInterceptor] 
method=public abstract de.bsd.adb.ejb.Facade de.bsd.adb.ejb.FacadeHome.create() throws 
javax.ejb.CreateException,java.rmi.RemoteException, interface=HOME, requiredRoles=[]
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.security.plugins.JaasSecurityManager.adb] 
validateCache, [EMAIL PROTECTED]
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.ejb.plugins.SecurityInterceptor] 
Authenticated  principal=null
  | 
  | 2004-05-15 11:40:32,535 TRACE [org.jboss.ejb.plugins.SecurityInterceptor] 
method=public abstract de.bsd.adb.beans.Adresse 
de.bsd.adb.ejb.Facade.add(de.bsd.adb.beans.Adresse) throws java.rmi.RemoteException, 
interface=REMOTE, requiredRoles=[ADBadmin]
  | 
  | 2004-05-15 11:40:32,535 ERROR [org.jboss.ejb.plugins.SecurityInterceptor] 
Insufficient method permissions, principal=null, method=add, interface=REMOTE, 
requiredRoles=[ADBadmin], principalRoles=[]
  | 

In login-config.xml, I have an authentication, which is being referred in jboss.xml 
and jboss-web.xml. 

I am using the DB-Server Login-Module; result does not change if I also add a 
ClientLoginModule before or after the DB-Server Module.

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

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


---
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] [EJB/JBoss] - Re: Unable to passivate due to ctx lock

2004-03-16 Thread pilhuhn
I have seen similar things and it turned out to be a combination of not "cleaning up" 
and nulpointer exceptions further down in the excecution chain which triggered the 
TxRollback Exception.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825966>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: how can i open Hsql database manager

2004-03-16 Thread pilhuhn
I was disabled iirc because there was a security hole in hsqldb when running on tcp 
port 1701. The one who disabled it, can better explain it than I can :)

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825893>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: how can i open Hsql database manager

2004-03-16 Thread pilhuhn
Because it is disabled by default in 3.2.3. See
$JBoss/server/default/deploy/hsqldb-ds.xml

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825883>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: Deployment

2004-03-08 Thread pilhuhn
It looks like your web.xml file has a bad document type at the top.

Take the one of e.g. the jmx-console as an example on how this should look.
You can find it at $jboss/server/default/deploy/jmx-console/WEB-INF/

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824722>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] [Connectors and JCA/JBoss] - Re: Cant connect to db

2004-03-08 Thread pilhuhn
anonymous wrote : simple question (in the wrong forum, agreed) and is being polite in 
his comments.

TANSTAFL.

There are so many people out there that just operate in a "I don't want to read faq 
documents and I don't want to use search and I also don't want to read the articles 
posted within the last day, but I want a solution NOW. And no I don't want to pay in 
any way for it". 

I can understand Adrian's reaction.



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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824697>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] [JBoss Getting Started Documentation] - Re: default username and password -- jmx-console

2004-03-07 Thread pilhuhn
What error do you get? And when you try admin/admin - does this mean that you secured 
the jmx-console with this password? Does the jmx-console display other beans? When you 
say "created a bean" : is this an ejb or just a pure JavaBean?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824585>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] [Nukes User] - Re: Problems with module setup.ddl

2004-03-06 Thread pilhuhn
If the db contains no tables - what's the point in dropping them?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824511>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] [Datasource Configuration] - Re: Sybase XADataSource

2004-03-03 Thread pilhuhn
Why don't you just provide a jndi-name instead of remving that element?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824070>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 Problem : Please Help

2004-03-02 Thread pilhuhn
just put the name of the expected table in the [table-name] tag.


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823880>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] [Persistence & CMP/JBoss] - Re: Problems while using Entity with LocalHome

2004-03-02 Thread pilhuhn
Can you post the (relevant) part of the source of your Customer bean?

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

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


---
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: 3.2.1->3.2.3

2004-03-02 Thread pilhuhn
http://sourceforge.net/project/shownotes.php?release_id=196677

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

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


---
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] [Persistence & CMP/JBoss] - Re: Problems while using Entity with LocalHome

2004-03-02 Thread pilhuhn
Do they also run in the same VM?
Local really does not mean same computer, but same VM  as Alex wrote.

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

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


---
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] [EJB/JBoss] - Re: I dont know the ejb version supported in the jboss3.2.3

2004-03-01 Thread pilhuhn
2.0. 2.1 will bei in 4.x

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

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


---
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] [Persistence & CMP/JBoss] - Re: java.sql.Timestamp instead of java.util.Date

2004-02-29 Thread pilhuhn
What issue exactly?

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

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


---
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] [Datasource Configuration] - Re: Best practice on DS-independent deployment?

2004-02-29 Thread pilhuhn
Yes, that is correct wrt datasource and mapping elements. If you know, that you will 
have only ond datasource, it really is the best to just use the defaults.

The NamingAlias MBean provides you sort of "soft link" functionality.
Use an MBean org.jboss.naming.NamingAlias


  |   
  |  jndi-name
  |  jndi-name
  |   
  | 

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

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


---
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] [Persistence & CMP/JBoss] - Re: find queries read in PKs for the complete resultset

2004-02-29 Thread pilhuhn
Afaik, there is no such map, but there was discussion last year in april in Paris 
about it. I don't recall the outcome though.

Basically, issues are invalidation of found entries and the need to find all cached 
finder entries that might point to a changed object. And this perhaps even per finder.

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

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


---
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] [Persistence & CMP/JBoss] - Re: find queries read in PKs for the complete resultset

2004-02-29 Thread pilhuhn
Have a look at the various commit-options. 
>From 3.2.2 on, you can also put a  tag on a column, which also helps you 
>speed up lookups in finders.

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

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


---
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] [Beginners Corner] - Re: Debugging output

2004-02-29 Thread pilhuhn
Timestamp

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

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


---
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] [Persistence & CMP/JBoss] - Re: Container Managed Transaction Doesn't Rollback

2004-02-29 Thread pilhuhn
Did you verify your findings by looking at the db?

The code where you look if it is rolled back or not is still within the class that is 
"surrounded" with the cmt. Only when the tx interceptor is reached on the way out of 
the class, it can roll the tx back.

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

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


---
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] [Datasource Configuration] - Re: Best practice on DS-independent deployment?

2004-02-29 Thread pilhuhn
There is a naming alias Mbean, that you can use to alias a DS. I.e. your application 
specifies fooDS and the Mbean aliases it to realDS. There is no such mechanism for the 
DS-mapping so far. There are two feature requests open regarding this.

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

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


---
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] [EJB/JBoss] - Re: java.sql.SQLException: Communication link failure.(Conne

2004-02-26 Thread pilhuhn
Fix the db/2. The connection reset indicates that the db dropped your connection.

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

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


---
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] [Datasource Configuration] - Re: How to configure a data source

2004-02-26 Thread pilhuhn
Did you ever look at your jboss directory structure?

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

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


---
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: Start an application after the startup

2004-02-24 Thread pilhuhn
Why didn't you tell? :-)

If your app is a servlet, set load-on-startup to e.g. 1 and print Hello in init();

If your app is EJB app, then write a servlet that has load-on-startup on 1 and which 
calls your ejbs from its init method.

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

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


---
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] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-24 Thread pilhuhn
Ah ok, I see. 
I can't tell about the taglibs, but generally the dtds for system config files should 
be locally.

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

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


---
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] [EJB/JBoss] - Re: ClassCastException

2004-02-24 Thread pilhuhn
My experience so far is, that also for remote interfaces and calls, the simple cast is 
enough in JBoss.

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

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


---
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: Start an application after the startup

2004-02-24 Thread pilhuhn
Well, that is normal behaviour when your app is located in the deploy/ folder.

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

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


---
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] [HTTPD, Servlets & JSP] - Re: Standard taglib with jboss 3.2.3, tomcat 5

2004-02-23 Thread pilhuhn
JBoss tries to get the locally from JBoss/docs/dtd, where they are delivered with the 
server.
This is also an advantage for you, as the server can also be started / operated when 
the network is not up.

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

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


---
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: Jboss as a Windows Service

2004-02-23 Thread pilhuhn
Have a look at http://wrapper.tanukisoftware.org/[/url] or 
[url]http://www.multiplan.co.uk/software/javaservice/

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

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


---
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] [EJB/JBoss] - Re: A CMR collection may only be used within the transction

2004-02-23 Thread pilhuhn
The error you see pretty much tells all.

What you probably do is something in your servlet:

a = getOneSideOfCmr();
b = a.getOtherSide();

There ist no transaction around it, so b is invalid.

Either surround this by a user transaction
or do the two calls within a method in a session bean.

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

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


---
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] [Persistence & CMP/JBoss] - Re: Creating index for mysql with Jboss configuration

2004-02-23 Thread pilhuhn
Put a  tag on the respective field in jbosscmp-jdbc.xml
See http://sourceforge.net/tracker/?func=detail&aid=743570&group_id=22866&atid=381174

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

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


---
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] [Messaging, JMS & JBossMQ] - Re: How can I use JMS in JBoss?

2004-02-22 Thread pilhuhn
Helping you needs some time and as time is money, this  also needs some money ... what 
now?

There are lots of examples around on using JMS. Also there are at least a hundered 
posts on jboss-users wrt JMS.

And btw.: buying the admin guide once is even cheaper than buying the subscription.

The for-free quickstart quide also has a chapter on JMS.

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

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


---
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] [Datasource Configuration] - Re: I'be got the connection, but why can't find table?

2004-02-22 Thread pilhuhn
 ejbstudy
is bogus as long as there is no db-mapping named 'ejbstudy' in 
standardjbosscmp-jdbc.xml.
Try 'mySQL' instead.

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

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


---
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] [Security & JAAS/JBoss] - Re: Two different login pages

2004-02-21 Thread pilhuhn
You can get the URL as servlets can get them. Have a look at the servlet javadoc.

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

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


---
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] [Datasource Configuration] - Re: Standalone client

2004-02-21 Thread pilhuhn
Datasources are vm local. If you want to access it remotely, then do e.g. via a 
session bean.

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

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


---
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] [EJB/JBoss] - Re: Dtd problem ...

2004-02-21 Thread pilhuhn
Normally the dtd is supposed to be in jboss/docs/dtd, from where the server loads 
them. Did you accidently delete it there?


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

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


---
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] [Nukes User] - Re: Next Nukes Release ?

2004-02-20 Thread pilhuhn
anonymous wrote : how fine grained are the database constraints if you use the entity 
bean to create the table?
Besides what Julien already said, with the post-table-create feature you can basically 
have whatever you want (which is db-dependent, but if you use sql92, you should be on 
the safe side).

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

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


---
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] [Advanced Documentation] - Re: 8 hours lost due to missing info in the documentation

2004-02-20 Thread pilhuhn
Websphere definitively needs better documenatation. So better documentation is not 
really a pro for Websphere.

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

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


---
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] [EJB/JBoss] - Re: BEAN DEPLOYMENT IN JBOSS

2004-02-19 Thread pilhuhn
Package the with the respective deployment descriptors and throw the package into 
deploy/

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

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


---
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: How not to run the embedded Tomcat server in Jboss

2004-02-18 Thread pilhuhn
If you don't want the embedded tomcat (why?), remove the jbossweb-tomcat41.jar from 
deploy/

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

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


---
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] [J2EE Compliance] - Re: Is there a way to see System.out.println messages in jbo

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

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

Why do you spam all forums?



With the standard log4j.xml I am able to see System.out.println and stack traces.



Did you modify conf/jboss-service.xml?


---
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: protocol violation

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

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

IIrc this comes from retrieving more than 255 rows at a time.

set the page-size value in standardjbosscmp-jdbc.xml to <=255.


---
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: different behaviour in linux and windows

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

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

I assume, that on Windows you specified a windows dir like etc.

d:\tmp\ and not /tmp/ or?


---
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] [Datasource Configuration] - Re: MSSQL problem with JMS messages

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

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

Btw.: in docs/examples/jms/ there is already a mssql-jdb2-service.xml that you can 
drop in instead of the default hsqldb-jdbc2-service.xml


---
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] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

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

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

You might try the PrefixDeploymentSorter (see conf/jboss-service.xml) and

name the war 1_my.war and the ear 2_myear.jar.




---
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: need example arg for getLoggerLevel

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

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

Hm. On 3.2.1 and 3.2.3, Jboss picks up modifications of log4j.xml within the next 30 
seconds without a reboot.


---
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: Jboss 3.2.3 upgrade problems ...changes?

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

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

Afair, Alex rewrote the ejb-ql parser between 3.2.1 and 3.2.2.

But you are right, finders are supposed to return RemoteException or Finder Excption 
where IllegalArgumentException is no child of.

You might rise a bug report.


---
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] [Datasource Configuration] - Re: Reload new postgres datasource

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

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

Iff db_2 has all data from db_1, then just replace db_1 in your postgres-ds.xml. 

Unfortunately, I am not 100% sure if this goes without restarting your app afterwards.


---
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] [Datasource Configuration] - Re: MSSQL problem with JMS messages

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

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

Is the table created by jboss at all? Are underscores allowed in table names inMSSQL?

If the tables do not get created, you might have a look at the table creation in 
deploy/jms/hsqldb-jdbc2-service.xml.  There are sql statements to create the tables. 
Adapt them to mssql and after having done this, submit your findings at the trackers 
at http://sf.net/projects/jboss/


---
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: Jboss and tomcat

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

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

That's normal behaviour when/as there is no root.war deployed.

Try hitting http://localhost:8080/jmx-console/


---
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] [Management, JMX/JBoss] - Re: inter module dependency with depends tag

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

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

What do you want to achieve?

When .jar and .war are packed in a .ear, the .jar will be deployed before

the .war, so your dependency is already honoured.


---
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] [Persistence & CMP/JBoss] - Re: Can I deploy value object to database?

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

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

Uh?

ValueObjects are (with some help) translated into entity bean getters and

setters which then access the database. If you'd write value objects directly to the 
database, then why would you like to have entity beans?


---
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: JBoss and Hypersonic???

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

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

Ok, I misread. The service=hypersonic entry in jmx-console should be there 
nevertheless.


---
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: JBoss and Hypersonic???

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

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

Hypersonic is running nevertheless.

Between 3.2.2 and 3.2.3 (iirc) there was a security advice that if hypersonic is 
running with its TCP port open, "everyone" can run arbitrary java code on the server 
(or something in that direction).



If you want the Hypersonic console, then open deploy/hsqldb-ds.xml and follow the 
instructions in there (i.e. read the comments).


---
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: Any way to change order in which sars are deployed?

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

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

Yes.

Have a look at the url-comparator in conf/jboss-service.xml


---
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: web.xml is ignored - servlet-name and servlet-class

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

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

If you have a servlet-mapping

/foo and want to access /foo/bar, then you need to specify a url-mapping of /foo/* or 
/foo* or such.






---
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] [Frequently Asked Questions (FAQ)] - Re: jboss startup error

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

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

That most often comes fromthe fact that network drives are 'mounted' with ports in 
that port range on windows.

Afaik, only a reboot can cure this.


---
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] [EJB/JBoss] - Re: error:javax.naming.CommunicationException

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

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

Try to just put jbossclient-all.jar (besides your own classes) in the classpath.


---
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] [HTTPD, Servlets & JSP] - Re: Where to place JSP servlet fiels and url for executing o

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

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

Don't forget that servlets etc. are relativt to the web-root.

So if your web-root is /foo and the servlet is at /barServlet, then

you can access it at /foo/barServlet.


---
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] [HTTPD, Servlets & JSP] - Re: System.out.println gives Error

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

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

I am not completely sure, but afair the apache commons*.jar rely on 
commons-logging.jar for their logging. So this sounds like commons-logging might be 
missing. Just add it to your WEB-INF/lib


---
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] [HTTPD, Servlets & JSP] - Re: System.out.println gives Error

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

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

It is perfectly legal to have printlns in servlets.

Do you have in your app own logging classes, that are not present in JBoss / your app 
version on JBoss?


---
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] [Persistence & CMP/JBoss] - Re: bug: Sybase type-mapping

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

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

Submit it at 

http://sourceforge.net/tracker/?group_id=22866&atid=376685



Group is JbossCMP


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