[JBoss-user] [EJB/JBoss] - Jboss3.2.3-Eclipse3M07-LombozM7

2004-03-07 Thread raffaelecorvino
Can I use jboss3.2.3 with eclipse3M7 and LombozM7? In the tutorial I have, the autor 
use jboss3.2.1. I have changed the lomboz plugins to use jboss3.2.3 but I don't Know 
it is correct.
Can anyone help me?
Thanks in advance
raffaele

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824656>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] [Messaging, JMS & JBossMQ] - MDB sending Messages?

2004-03-07 Thread toniG
Hello,

i want, that an MDB listens to every (more than 1) Topic and sends the messages it 
"hears" via JMS to a SessionBean.

Is that possible? Can an MDB send Messages or can it only listen?

Thank ya

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824654>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] [EJB/JBoss] - Re: Exception in thread

2004-03-07 Thread raffaelecorvino
Thanks, I solve this problem!

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824655>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] - strating of jboss on port other than 8080

2004-03-07 Thread vivek090
Hi all,
   I am in need of starting the JBOSS server on port other than 8080.Is it 
possible? if so, i want to know how?
Thanks,
Vivek

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824653>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] [Javassist user questions] - Re: I can't generate Class manipulated by javassist.

2004-03-07 Thread tkmr
Thank you for reply. and I see.
Tomcat uses original ClassLoader, actually.
I'll try to fix this problem, if possible for me.
regards.


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824652>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] [Messaging, JMS & JBossMQ] - topic consumer does not recieve messages when jboss and topi

2004-03-07 Thread cuonglam
I am running jboss 3.2.3 on a linux box. I have 2 programs:
- jmsproducer (all it does is send messages to a topic)
- jmsconsumer (all it does is receive messages to a topic)

If I run the jmsproducer on linux and jmsconsumer on windows,  the jmsconsumer program 
does not receive messages. It only works when:

- jmsproducer and jmsconsumer are both running on windows
- jmsproducer and jmsconsumer are both running on linux
- jmsproducer is running on windows and jmsconsumer is running on linux

I would like to know if anyone has managed to send messages from linux and receive 
from windows. I can send people source that reproduces the problem

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824651>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] [Messaging, JMS & JBossMQ] - Re: TopicConnectionFactory not bound !

2004-03-07 Thread raja_chakraborty
Adrian,

I am using JBoss 3.2.3 and JBossMQ 1.0.0-Beta-1. Do I still need to use 
ConnectionFactory instead of the TopicConnectionfactory? Are these 2 versions 
compatible with each other?
Also, can you please tell me do I need to run both the JBoss server as well as the 
JBossMQ separately to use JMS with JBoss?
I am asking you this because, if I run the JBoss server first and then run the JBossMQ 
later, it throws this exception saying that the NamingService couldnot be started at 
1099 port. I think this is because this same port is also used by the JBoss server 
which I am starting first. 

thanks and regds,
Biswajit.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824650>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] [EJB/JBoss] - Re: javax.naming.CommunicationException

2004-03-07 Thread vidhmani
hi
will u pls tell me how to login to access secured ejb.
thanx

Regards,
vidhya

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824649>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] [Messaging, JMS & JBossMQ] - Re: accessing jboss server using an internet client

2004-03-07 Thread harshi2003
Thank you so much for u r help. the document was useful.
in the conf/jboss standard.xml the invoker mentioned in that documents is already 
available. 

so i have created another invoker for http.

also changed the invoker-sar jboss xml file.

client jndi properties also chanegd to create http connections.

thank you so much  

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824648>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] [Security & JAAS/JBoss] - Re: Problems with FORM Authentication

2004-03-07 Thread degriffing
I have been out-of-pocket and without Internet access.  My primary objective is to use 
FORM Authentication.  I do not necessarily need to use my custom login module.  I only 
created it because the DatabaseLoginServerModule was not logging enough tracing 
information.

The central issue is that whenever I try to use FORM Authentication the logging always 
fails redirecting to the .  It appears that j_security_check never 
uses the specified security-domain.  Is there something missing from the snippets that 
I originally provided?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824647>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] [HTTPD, Servlets & JSP] - Re: Urgent help with Transations

2004-03-07 Thread gustad20
Adrian,

Thanx for the response.

These are two different transactions !! Inside City...i do a lookup(UserTransaction) 
and then tx.begin(). Now this transaction calls Inhabitantwhich also does a  
lookup(UserTransaction) and then tx.begin(). I get different UserTransaction objects 
each timehence getStatus() doesnt help , if u ask why need to start a new 
UserTransaction...then my answer is that , its possible to delete just Inhabitant and 
doing that would require to succesfully delete all Adresses...hence the need for the 
transaction.

Hope it helps

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824646>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] [Frequently Asked Questions (FAQ)] - Re: Minimum Hardware requirements for Jboss

2004-03-07 Thread CharlieBrown
Has anyone tried what is the minimum requirement for an HP-UX-based system either an 
HP 9000 or HP Integrity (Itanium-based) systems? Would this be not far from Solaris 
systems?

Would we need extra or special software in addition to the JBoss package?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824645>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] [Datasource Configuration] - Oracle Data Source ClassCastException when getting XA Connec

2004-03-07 Thread kalichar
I have the following configuration defined in oracle-ds.xml and the file is correclty 
deployed.


  | jdbc/SimpleDataSource
  | oracle.jdbc.xa.client.OracleXADataSource
  | jdbc:connection:thin:@localhost:1521:oracle
  | scott
  | tiger
  | 
  |  
org.jboss.resource.adapter.jdbc.vendor.OracleValidConnectionChecker
  | 
org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter
  |   
  | 

I have the new oracle driver library installed in the correct place.
When I try to obtain a connection, I get the following ClassCastException:


  | org.jboss.resource.JBossResourceException: Could not create connection; - nested 
throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: 
oracle.jdbc.xa.client.OracleXADataSource; - nested throwable: 
(java.lang.ClassCastException))
  | at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:160)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:477)
  | at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:213)
  | at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:496)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:425)
  | at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:318)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:477)
  | at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:814)
  | at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:102)
  | 
This occurs when I do the following:

  | InitialContext context = new InitialContext();
  | DataSource ds = (DataSource) context.lookup ( "java:jdbc/SimpleDataSource");
  | Connection conn = ds.getConnection();
  | 
  | 

I am clueless as to why there is a class cast exception here. The code is being run 
within the JBoss VM. Please assist . Thanks in advance.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824643>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



---
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_id70&alloc_id638&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-07 Thread michaellee
Dear SG,

I have extracted orcale-xa-ds from 3.2.3 and modified it for sybase. I have not tested 
it (since 3.2 not setup) but i think it should work (may be after some minor change). 
Please try it out (with parameter modified to suit you environment) and inform me the 
result.

Regards,
Michael


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | XASybaseDS
  | 
  | 
com.sybase.jdbc2.jdbc.SybXADataSource
  | FMS_DB
  | 5000
  | SB00NC.intrakmb.com.hk
  | scott
  | tiger
  | 
org.jboss.resource.adapter.jdbc.vendor.SybaseExceptionSorter
  | 
  | 
  | 
  |   
  | 
  | 
  | 

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824642>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] - How can i config JBoss 3.2.x in JBuilder x ??

2004-03-07 Thread y25241
How can i config JBoss 3.2.x in JBuilder x and work together ?

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824641>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] java.lang.NoSuchMethodError: org.apache.bcel.generic.InstructionFactory.createNewArray...

2004-03-07 Thread Victor Batista



Hello! 

   I have 
been using jboss 3.2.1 bundled with tomcat 4.1.24 with no problem. Suddenly, I 
started getting the following error:
 
2004-03-08 
01:44:51,904 WARN  [org.jboss.system.ServiceController] Problem starting 
service 
jboss.j2ee:jndiName=xpto.MyEntityBean,service=EJBjava.lang.NoSuchMethodError: 
org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)Lorg/apache/bcel/generic/AllocationInstruction; at 
org.jboss.proxy.compiler.ProxyImplementationFactory.createProxyMethod(ProxyImplementationFactory.java:319) at 
org.jboss.proxy.compiler.ProxyCompiler.getCode(ProxyCompiler.java:167) at 
org.jboss.proxy.compiler.Runtime.makeProxyType(Runtime.java:66) at 
org.jboss.proxy.compiler.ProxyCompiler.(ProxyCompiler.java:76) at 
org.jboss.proxy.compiler.Proxies$Impl.newTarget(Proxies.java:603) at 
org.jboss.proxy.compiler.Proxies.newTarget(Proxies.java:78)
 
 
 I don't 
remember to have changed any thing
 Does any one 
knows why is this happening?
 
  Thanks in 
advance,
    Victor 
Batista
 


[JBoss-user] [Installation & Configuration] - Re: JBoss3.2.3 source build fails on Redhat Linux but works

2004-03-07 Thread surjitsen
I have java command in my PATH (set in .bash_profile and includes 
/usr/java/j2sdk1.4.2_02/bin), but I still get the same error. Would appreciate any 
suggestions. Thanks

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824640>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] [HTTPD, Servlets & JSP] - Re: Urgent help with Transations

2004-03-07 Thread [EMAIL PROTECTED]
javax.transaction.UserTransaction.getStatus()

Regards,
Adrian

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824639>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: virtual directories in JBoss - possible?

2004-03-07 Thread littledaniel
I mean 3.0.x or 4.0.x cannot have the virtual directory.right?

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

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

2004-03-07 Thread ungh
I just wanted to throw my two cents in on this topic:

 I'm currently a lead developer for a group of (very)large community sites, and I'm 
evaluating open source community projects like this with the hope of finding something 
we can throw our considerable resources behind and get out of the propietary corner 
we've painted ourselves into.

My experience with installing nukes was EXACTLY the same as the first poster's, and 
was about to move on when I found this thread. I just wanted to stress the importance 
of keeping newbie how-to's  at least linked to current news, because a bad first 
impression is hard to shake - and everybody loses. 

That being said, I'm certainly not trying to be critical. The work done on nukes is 
really impressive, and my own docs pretty much amount to pig doots.

--about to give it one more try.




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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824637>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] [HTTPD, Servlets & JSP] - Urgent help with Transations

2004-03-07 Thread gustad20
I am using JBoss server. And Sybase 12.5 Database. 
Here is my scenario : 
Say i have three entities : City , Inhabitant and Addresses 

If i delete a City , i have to delete all its Inhabitant and the Inhabitant's 
Addresses. (One Inhabitant can have multiple Addresses). 
Its also possible to delete just the Inhabitant and hence we have to delete his 
Addresses.also we can just delete just the Address. 

Now of all these Entities , Addresses is not dependent on any other Entitiyso it 
wouldnt start its own transaction. But City and Inhabitant both would need to start a 
new UserTransaction. But the problem is.how do i know from within Inhabitant, if i 
am being called from City's UserTransaction or i have to start my own UserTransaction. 

Hope i made it clear.if you have ant better suggestions on how to implement 
this...do let me know .

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824636>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



---
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_id70&alloc_id638&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-07 Thread michaellee
Dear SG,

AFAIK, the XML format for 3.2 and 3.0 is different (may be totally). Since i am using 
3.0.6, i do not know what should be changed to make it work on 3.2.

However, if you refer to the sample sybase -ds xml provided with jboss (not xa), you 
should get some hint to perform the amendment. 

If you really cannot solve it, i may try to  install 3.2 on my desktop and see whether 
i can provide some insight.

Regards,
Michael



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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824631>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] [Security & JAAS/JBoss] - Failed to lookup(srp/SRPServerInterface)

2004-03-07 Thread learnJB
Hi! 

I was using jboss3.2.2RC3 and everything works fine but the same code without any 
changes when deployed on jboss3.2.3 throws exception. 

ERROR [t1Client] (SRPLoginModule.java:389) - Failed to lookup(srp/SRPServerInterface)

javax.naming.NoInitialContextException: Need to specify class name in environment or 
system property, or as an applet parameter, or in an application resource file:  
java.naming.factory.initial



--->I have jnp-client.jar in my classpath.
--->Havent changed anything in the jndi.properties

my auth.conf
srp {
   org.jboss.security.srp.jaas.SRPLoginModule required
srpServerJndiName="srp-test/SRPServerInterface"
multipleSessions="true"
;

org.jboss.security.ClientLoginModule required
password-stacking="useFirstPass"
multi-threaded="true"
;
};

have any clues?






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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824629>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] Ulf Schroeter/BDF/Mobilcom ist außer Haus.

2004-03-07 Thread ulf . schroeter




Ich werde ab  08.03.2004 nicht im Büro sein. Ich kehre zurück am
22.03.2004.

Ich werde Ihre Nachricht nach meiner Rückkehr beantworten.



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


[JBoss-user] [EJB/JBoss] - Getting ClassCastException in client

2004-03-07 Thread aslani
Am getting an ClassCastException when I try to parse Object to File and I really dont 
know why? This is the find method in BMP bean:

public Enumeration ejbFindAll()
  | {
  | Vector l = new Vector();
  | Connection con = null;
  | ResultSet rs = null;
  | try
  | {
  | con = getConnection();
  | Statement s = con.createStatement();
  | rs = s.executeQuery("SELECT * FROM file");
  | while (rs.next())
  | {
  | File f = new File(rs.getInt("id"),
  | rs.getString("title"),
  | rs.getInt("length"),
  | rs.getDate("startDate"),
  | rs.getDate("endDate"),
  | rs.getString("description"),
  | rs.getDate("created"),
  | rs.getString("userName"),
  | rs.getInt("typeId"));
  | 
  | l.add(f);
  | }
  | }
  | catch (SQLException e)
  | {
  | e.printStackTrace();
  | }  
  | finally
  | {
  | try
  | {
  | if (rs != null)
  | {
  | rs.close();
  | }
  | if (con != null)
  | {
  | con.close();
  | }
  | }
  | catch (SQLException e)
  | {
  | }
  | }
  | return l.elements();
  | }


This is the method where I want to retrieve the data from Enumeration:



public void getDataBMP()
  | {
  | setRowCount(0);
  | Iterator it=null;
  | Enumeration col=null;
  | 
  | try
  | {
  | Context ctx = new InitialContext();
  | Object temp = ctx.lookup("ejb/entity/BMP/FileBMP");
  | FileBMPRemoteHome fileRemoteHome = (FileBMPRemoteHome) 
PortableRemoteObject.narrow(temp,FileBMPRemoteHome.class);
  | 
  | col = fileRemoteHome.findAll();
  | }
  | catch (ClassCastException e)
  | {
  | e.printStackTrace();
  | }
  | catch (NamingException e)
  | {
  | e.printStackTrace();
  | }
  | catch (FinderException e)
  | {
  | e.printStackTrace();
  | }
  | catch(RemoteException e)
  | {
  | e.printStackTrace();
  | }
  | while(col.hasMoreElements())
  | {
  | File obj = (File) col.nextElement();//EXCEPTION HERE***
  | 
  | addRow(obj.getVector());
  | }
  | }



The exception I get:


java.lang.ClassCastException
  | at 
org.openbroad.j2ee.client.user.view.model.FilelistModel.getDataBMP(FilelistModel.java:105)
  | at 
org.openbroad.j2ee.client.user.view.model.FilelistModel.(FilelistModel.java:42)
  | at 
org.openbroad.j2ee.client.user.view.Filelist.initComponents(Filelist.java:210)
  | at org.openbroad.j2ee.client.user.view.Filelist.(Filelist.java:56)
  | at 
org.openbroad.j2ee.client.user.view.OpenBroad.jButton3ActionPerformed(OpenBroad.java:354)
  | at 
org.openbroad.j2ee.client.user.view.OpenBroad.access$200(OpenBroad.java:30)
  | at 
org.openbroad.j2ee.client.user.view.OpenBroad$3.actionPerformed(OpenBroad.java:104)
  | at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
  | at 
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
  | at 
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
  | at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
  | at 
javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
  | at java.awt.Component.processMouseEvent(Component.java:5100)
  | at java.awt.Component.processEvent(Component.java:4897)
  | at java.awt.Container.processEvent(Container.java:1569)
  | at java.awt.Component.dispatchEventImpl(Component.java:3615)
  | at java.awt.Container.dispatchEventImpl(Container.java:1627)
  | at java.awt.Component.dispatchEvent(Component.java:3477)
  | at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
  | at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
  | at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
  | at java.awt.Container.dispatchEventImpl(Container.java:1613)
  | at java.awt.Window.dispatchEventImpl(Window.java:1606)
  | at java.awt.Component.dispatchEvent(Component.java:3477)
  | at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
  | at 
java.awt.EventDispatchThread.pumpOneEventForHi

[JBoss-user] [Persistence & CMP/JBoss] - ejbql finder misbehaving

2004-03-07 Thread mikea-xoba
hi folks,

i found a bug in how jboss-3.2.3 is translating ejb-ql to sql for the Hypersonic 
database. actually, i think its a more general problem since i usually use mysql with 
jboss, but was forced to try hypersonic because sql was bombing even more dramatically 
with mysql (jboss was basically forgetting to declare a table in a 'FROM' clause when 
doing a table join --- see another topic in this forum for that).

the problem seems pretty clear: there are two beans, say 'AAA' and 'BBB'. the two have 
a bidirectional one-to-one relationship, and the foreign key is on BBB's table. my 
beans actually have other names, but i replaced them with AAA and BBB for clarity here.

there are two finder methods, one which finds all AAA beans that have a relationship 
to a BBB bean, and one that finds AAA beans with no relationship to a BBB bean --- 
here's the ejbql:

findAllLocalAAAWithoutBBB(): SELECT OBJECT(c) FROM AAA AS c WHERE c.BBB IS NULL

findAllLocalAAAWithBBB(): SELECT OBJECT(c) FROM AAA AS c WHERE c.BBB is NOT NULL

now here's what jboss does --- the same thing for both!  AAA and BBB each have a 
primary key field 'id', and fk_AAA is the foreign key in BBB's table:

2004-03-07 16:13:22,390 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.AAA#findAllLocalAAAWithoutBBB] 
Executing SQL: SELECT t0_c.id FROM AAA t0_c WHERE ( NOT EXISTS (SELECT t1_c_BBB.id 
FROM BBB t1_c_BBB WHERE t0_c.id=t1_c_BBB.fk_AAA))

2004-03-07 16:13:22,312 DEBUG 
[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.AAA#findAllLocalAAAWithBBB] Executing 
SQL: SELECT t0_c.id FROM AAA t0_c WHERE ( NOT EXISTS (SELECT t1_c_BBB.id FROM BBB 
t1_c_BBB WHERE t0_c.id=t1_c_BBB.fk_AAA))

i'm pretty sure its a bug since jboss should at least be creating different sql for 
the different ejbql. seems like a pretty serious bug too since i'm not really doing 
anything all that special, but rather doing some basic CMR. unless i'm doing something 
silly here and not realizing it, i'm guessing that there may not be automated junit 
tests to test this sort of thing? a simple test would be to set up a network of 
CMR-related entity beans, and make sure a wide variety of finder methods all return 
the right sets of beans.

BTW, the CMR fields themselves work fine, its just finder methods like the ones above 
which don't get expressed in sql correctly.

mike





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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824627>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] - JBoss 3.2.3 + xpetstore + Oracle 9i - working ??

2004-03-07 Thread kaisaab
Has anyone successfully deployed and run xpetstore on JBoss 3.2.3 talking to Oracle9i? 
If you have could you please give me some pointers on how to get xpetstore talking to 
oracle. JBoss 3.2.3+xpetstore+cloudscape works fine. Thanks.
--kai

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824626>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: Does 3.0.6 support passing by Value?

2004-03-07 Thread leathurman
Well in order to simplify things I put the container configuration into the jboss.xml.



By Value Standard Stateless SessionBean


org.jboss.proxy.ejb.HomeInterceptor
org.jboss.proxy.SecurityInterceptor
org.jboss.proxy.TransactionInterceptor
org.jboss.invocation.ByValueInvokerInterceptor


org.jboss.proxy.ejb.StatelessSessionInterceptor
org.jboss.proxy.SecurityInterceptor
org.jboss.proxy.TransactionInterceptor
org.jboss.invocation.ByValueInvokerInterceptor





If I comment this out I get an error saying it cannot find the configuration name so I 
know the bean is configured with the correct name.

But when I put the container config back in JBoss startes but still i get the 
classcast exception when a make a call from one ear to another in a seperate 
classloader.

Any ideas.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824625>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: Does 3.0.6 support passing by Value?

2004-03-07 Thread leathurman
Well I thought I would post an update as I still cannot get this to work butI believe 
I have followed all other posts.

Essentially I have in my jboss.xml the following:





OrderService
cust/OrderService
By Value Standard Stateless 
SessionBean




and I have added the following to standardjboss.xml in server.default/conf:


By Value Standard Stateless 
SessionBean
true


org.jboss.proxy.ejb.HomeInterceptor
org.jboss.proxy.SecurityInterceptor
org.jboss.proxy.TransactionInterceptor
org.jboss.invocation.ByValueInvokerInterceptor


org.jboss.proxy.ejb.StatelessSessionInterceptor
org.jboss.proxy.SecurityInterceptor
org.jboss.proxy.TransactionInterceptor
org.jboss.invocation.ByValueInvokerInterceptor




However my calls still fail and looking at the error it appears that I am still using 
the org.jboss.invocation.InvokerInterceptor.

Is there a way to tell if I have configured the container-configuration correctly.

Regards
Lea.


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824624>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] - cache event notifications?

2004-03-07 Thread mikea-xoba
hi folks,

is there a way to register for events having to do with jboss' caching of entity beans?

is the mbean InvalidationBridge or InvalidationManager in the jboss.cache domain 
somehow involved in that?

couldn't find any info in the $$-docs on the topic.

thanks,
mike



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

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

2004-03-07 Thread mikea-xoba
glad to do so --- i may delay a bit while i investigate some more, however --- hope 
that's alright. thanks - mike

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824620>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] [Messaging, JMS & JBossMQ] - Re: MDB and dependencies

2004-03-07 Thread [EMAIL PROTECTED]
I don't see any support in xdoclet for  at the ejb level.

You can add  to a container configuration which you can
specify on your bean and merge into your jboss.xml using a jboss-container.xml

Regards,
Adrian

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824618>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] [Clustering/JBoss] - Clustering http sessions on 50 computers?

2004-03-07 Thread [EMAIL PROTECTED]
I would like to know if anyone has ever used http session clustering to relipcate http 
sessions on many hosts (not 3-4 computers but rather 50-100).

Is anyone doing this right now?

If you thing this is not possible (because of network congestion or because it's too 
cpu / memory consuming), please tell us your exprience.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824617>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] [Messaging, JMS & JBossMQ] - Re: MDB and dependencies

2004-03-07 Thread Dark_Lord
Damn it! Any clue how I can do this with Xdoclet (except a merge file? :/

Regards,

Stephane

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824616>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] [Messaging, JMS & JBossMQ] - Re: MDB and dependencies

2004-03-07 Thread Dark_Lord
Thanks *again* Adrian.
Your help is very much appreciated.

Regards,

Stephane

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824615>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] [Management, JMX/JBoss] - DBScheduleProvider

2004-03-07 Thread spob
Can someone point me to an example of how to use the DBScheduleProvider. I've been 
searching in vain for one, and the documentation is pretty sketchy.

Thanks very much.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824614>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] [EJB/JBoss] - Re: Calling EJB from inside Oracle Database

2004-03-07 Thread osoe
Thanks for your reply. I tried searching the archive with out much luck. I would 
appreciate if you could post the URL. (May be I am asking too much)

Thanks

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824612>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] [Security & JAAS/JBoss] - Re: HELP !!!!!Custom Principal in request.getUserPrincipal()

2004-03-07 Thread starksm
See the following topic:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45724


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824604>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] [Security & JAAS/JBoss] - Re: jaas auth and keystore

2004-03-07 Thread starksm
If you write the jca adaptor you can. We have no jca adaptor which performs this 
function. 

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824603>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: JDBC MBean without JAAS authentication

2004-03-07 Thread starksm
The jboss-3.2.3/docs/examples/jca/postgres-ds.xml shows this configuration.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824601>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] [Security & JAAS/JBoss] - Re: exclusions to in web.xml

2004-03-07 Thread starksm
No, you have to arrange the web site urls into secured and unsecured sections as you 
cannot exclude urls from a resource collection.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824599>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] [Security & JAAS/JBoss] - Re: getUserPrincipal() not returning the expected value

2004-03-07 Thread starksm
A custom principal is used in the tomcat layer as of 3.2.4RC1 is the login module 
provides a group named CallerPrincpal that contains the custom principal. 

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824597>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: JNI: JBoss3.2.3+dll

2004-03-07 Thread hanswurst33
By definition it is prohibited to load a DLL from a Container. This
should be done through a JCA-Adapter / Corba / JMS. I have 
looked for a solution for some time and chose to send JMS
messages to a client application. This works for different
application servers (JBoss, Bea).

Please let me know if you find a better way to include a DLL
under Windows.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824598>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] [HTTPD, Servlets & JSP] - class loading error

2004-03-07 Thread ereze
I am working with JBoss 3.2.3 with Tomcat 4.1.29, and Eclipse as the IDE.

I keep getting the following warning  
"org.jboss.web.tomcat.tc4.WebCtxLoader$ENCLoader" when I redeploy my application. what 
does it mean? how can I solve it?

I don't know if it has something to do with it, but I work with Eclipse and if I 
redepoly my application by touching one of the files, JBoss senses it and redeployes 
my app, but from then on, I have problems of ClassNotFound exceptions on classes that 
exists and there is no real reason for this kind of exception. Restarting JBoss clears 
the problem and everything works well. any idea? is it related to the loader warning?

Thanks in advance,

Erez

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824595>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] [The Lizzard's corner] - Re: Kilo Lines of Code

2004-03-07 Thread Tsagovic
I was just kidding my friend.. The smily after compete with Jboss was supposed to make 
it clear.. Just for curiosity, did anyone estimate the work done for JBOss? or used a 
software to count the number of code lines. ??

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824593>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] - Crime portal example. Commit option A and MySql

2004-03-07 Thread san121
Hello,
We tried to run the crime portal application (shipped along with Jbosscmp 
documentation) with mysql as data base. As mentioned in chapter 6, we tried to give 
commit option A in jboss.xml and found out that our bean is insensitive to changes in 
database (we tried to update some fields from mysql front, but found out that these 
changes are NOT reflected in CMP). But we found one intereting thing. Eventhough, 
entity bean does not reflect DB changes, when we inspect the mysql log, we found out 
that for each invokation of EJB a query is being iexecuted in mysql, but we do not get 
the updated data (which is expected since we used comiit option A). 

But we would like to know why a query is being executed in mysql everytime the bean is 
accessed? 

Regards
Sajeesh

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824592>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] - JNI: JBoss3.2.3+dll

2004-03-07 Thread victorkravtsov
I've used JNI for access functionality in dll-library (Lotus ccMail).
In test program (Swing) ALL works fine and correct!
But I have spent a day to force JBoss3.2.(2/3) to work with JNI and 
Have not got a positive result! I have tried different ways ÃÂ deploying in jar and 
System.loadLibrary(). During deploying (or System.loadLibrary()) - no exception.
It looks like JNI is prohibited in JBoss? 

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824590>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_id70&alloc_id638&op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Help: Who can tell me how to start Jboss?

2004-03-07 Thread maczone
Windows2k Server
Thanks!

I hope you give me a lesson by email, [EMAIL PROTECTED]

or you can visit my homepage--http://www.emaczone.com。;

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824591>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: Can't compile from cvs [fc core1]

2004-03-07 Thread sgwood

It does look like you have everything you need. I would try running the build script 
with Ant debug and verbose options on and see whether anything strange is happening - 
you can pass the flags as parameters to the build.sh.


Sherman

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824589>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] [EJB/JBoss] - Re: Exception in thread

2004-03-07 Thread [EMAIL PROTECTED]
make sure CountClient is in your client's classpath

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824587>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] - different data types with postgresql

2004-03-07 Thread eranhovav
Hi erevryone.

I work with jboss-3.2.1_tomcat-4.1.24 and PostgreSql 7.4 in a remote machine. 
Everything is good except this: the DS doesn't know the data type OBJECT in 
JMS_MESSAGES table (created in 
%JBOSS_HOME%/server/default/deploy/jms/jbossmq-service.xml ).

Well, my question is what type i can put instead. For example, if i put INTEGER in 
place of OBJECT, the postgresql does not complain of course, BUT does it ok with 
jboss??? if not what is? 

thankx in advanced.

Eran.

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824586>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] [Datasource Configuration] - JDBC MBean without JAAS authentication

2004-03-07 Thread stefano_fornari
Hi All,
I hope somebody can give me an hint on this datasource configuration issue: I would 
like to add a connection pool to a Postgres database, therefore I am setting up its 
JDBC MBean. As I understand you usually have to add JAAS realm in login-config.xml. I 
would like to avoid this step. Is there a way?
>From the comment in the MBean XML file:



it looks like it is doable, but how?

Thanks in advance.

Stefano

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824584>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] [EJB/JBoss] - Re: bug when ejbStore calls finder

2004-03-07 Thread eprst
http://sourceforge.net/tracker/index.php?func=detail&aid=910913&group_id=22866&atid=376685

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824583>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] [EJB/JBoss] - Re: container bug?

2004-03-07 Thread eprst
http://sourceforge.net/tracker/index.php?func=detail&aid=910911&group_id=22866&atid=376685

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824582>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: Can't compile from cvs [fc core1]

2004-03-07 Thread roGer-wka
Hi Sherman,

I think that's what i've done. I got the source (and the libs) from cvs by the 
commandline on the page.  

cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jboss co nukes

I have the tools directory with the ant stuff and the thirdparty dir with JavaCC.zip.  
I get the same problem if download the source zip from the page and try to compile 
that way.

It feels to me like there's a command definition missing from the ant system 
somewhere, since i got the jar/zip for javacc.

/Rob X

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824580>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] [Clustering/JBoss] - Re: Apache2,mod_jk2,jboss3.2.3/Tomcat41 - ONLY sticky sessio

2004-03-07 Thread derry
"dhartford" wrote : Hey all,
  | 2. Is it required to change the TomcatSAR jboss-service.xml to add in a jvmRoute 
to the following default fragment:   { }?
  | 

Go to {jboss_home}/server/default/deploy/jbossweb-tomcat50.sar. Edit server.xml. Add 
jvmRoute to the Engine-tag.

CU
Thomas

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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824578>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: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-07 Thread raffaelecorvino
Hello,
Can I use Eclipse-SDK3.0M7 and Lomboz 3m7, with Jboss 3.2.3? 
Thanks in advance.
Raffaele


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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824577>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-07 Thread aslani
Then don't lol



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

http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824576>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] - first impressions of JBoss Nukes

2004-03-07 Thread nickf
Hi,
I've spent around 6-8 hours now messing about with nukes, including writing my own 
theme and gaining a cursory understanding of how rendering occurs.
I think it's a really promising project. I walked away thinking a few things, 
however:

1. I'd like to learn how to use the template module - ideally, I should be able to 
alter the basics of themes or even create them, as a user within Nukes.
 It was fun making my own theme but, really, I was simply spending time writing code 
to make a few colours change - unless I wanted to get radical with the arrangment of 
blocks.

2. BBNukes should inherit from the theme of Nukes. I'd like to look into this a little 
more, if I have time. I noticed that I could not adjust its theme in the jmx-console.

3. Someone has put a lot of effort into writing this. I was willing to put up with 
inline HTML. The Page, Theme, etc. code hang together very well.

I hope to spend more time with nukes. My first requirement of it is a uniform look and 
feel, including BBNukes. I'd like to help out with that, in any way possible.

Regards,
Nick

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

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