[JBoss-user] [Messaging, JMS JBossMQ] - Re: migration from 3.2.3 to 3.2.4, HASingleton JMS question

2004-07-06 Thread xibin
I already tried it and it did not work. 

The workaround in 3.2.4 avoids a so called race condition in concurrent.jar by 
introducing a MinPoolSize for the message driven container.

By the way, I don't think the singelton solution scales very well with one node 
handling all jms connections. I would rather have a 3.2.2 JMS framework with the fix 
for the message driven container problem.

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841031#3841031

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841031


---
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] - jndi llok up problem

2004-07-06 Thread s_k_tripathi
please help me,
i have deployed a stateless session bean with the jndi name HelloHome in the 
jboss3.2.2 .server is showing that bean has been deployed but when we run the client 
followinf error occurs---









D:\SKTEJBjava -classpath c:\jboss\client;d:\sktejb;d:\sktejb;c:\jboss\client\jb
oss-common-client.jar;c:\jboss\client\jnp-client.jar;c:\jboss\client\log4j.jar h
ello.HelloClient
javax.naming.NameNotFoundException: HelloHome not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:536)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at hello.HelloClient.main(HelloCl



please help me any boody

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841032#3841032

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841032


---
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] [Messaging, JMS JBossMQ] - Re: Load balanced MDBs on cluster: subscription problems?

2004-07-06 Thread nic7834
Following this up...I've got the issue confused !!!

To clarify, I'm looking at load balancing by deploying an MDB on 2 nodes in a cluster 
with the master node running HAJMS. What i want is for each of msgA, msgB, msgC, etc. 
posted on a topic to be handled once and only once by either the MDB on the master 
node or the secondary node. For this, the MDB is configured as a durable subscriber 
with MonitorUID1.

Logically I can't use different client IDs for the durable subscriptions if I want 
each message handled once only (and not by all MDBs on all nodes).

So what I really want is the MDB on the master and secondary nodes to be seen as 
connecting to the topic under the same durable subscription client ID.

Does any one know how to do this?

Thanks!



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841033#3841033

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841033


---
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] [Persistence CMP/JBoss] - Re: Problem with relation between BMP EJB and CMP EJB

2004-07-06 Thread loubyansky
Relationships work only for CMP.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841035#3841035

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841035


---
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] [Persistence CMP/JBoss] - Re: Possible CMP bug?

2004-07-06 Thread loubyansky
java.util.Date types are read with 
org.jboss.ejb.plugins.cmp.jdbc.JDBCUtil.JAVA_UTIL_DATE_READER.
Have a look at it.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841034#3841034

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841034


---
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] [Persistence CMP/JBoss] - Re: Catching TransactionRolledbackException

2004-07-06 Thread loubyansky
Show the code that calls updateArea method. updateArea will fail with rollback 
exception, not that you will be able to catch it inside updateArea.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841036#3841036

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841036


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


[JBoss-user] [Beginners Corner] - postgresql/jboss - out of memory problem

2004-07-06 Thread s_raghavan
we are using postgresql 7.3 and jboss 3.2.3 to deploy ejbs(bmp)
while running some(big) queries connection is lost with the following error message on 
the jboss server:


C:\Program Files\PostgreSQL\bin
LOG:  database system was shut down at 2004-07-0
2 18:10:42 IST
LOG:  checkpoint record is at 0/CD924D0
LOG:  redo record is at 0/CD924D0; undo record is at 0/0; shutdown TRUE
LOG:  next transaction id: 115962; next oid: 223462
LOG:  database system is ready
FATAL:  unsupported frontend protocol
LOG:  server process (pid 1720) was terminated by signal 11
LOG:  terminating any other active server processes
LOG:  all server processes terminated; reinitializing shared memory and semaphores
IpcMemoryCreate: shmget(key=5432001, size=1007616, 03600) failed: Not enough core

This error usually means that PostgreSQL's request for a shared
memory segment exceeded available memory or swap space.
To reduce the request size (currently 1007616 bytes), reduce
PostgreSQL's shared_buffers parameter (currently 64) and/or
its max_connections parameter (currently 5).

The PostgreSQL Administrator's Guide contains more information about
shared memory configuration.

tried changing max connections and buffers parameter, no use. what to do


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841038#3841038

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841038


---
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] - postgresql/jboss - shared memory problem

2004-07-06 Thread s_raghavan

C:\Program Files\PostgreSQL\bin
LOG:  database system was shut down at 2004-07-0
2 18:10:42 IST
LOG:  checkpoint record is at 0/CD924D0
LOG:  redo record is at 0/CD924D0; undo record is at 0/0; 

shutdown TRUE
LOG:  next transaction id: 115962; next oid: 223462
LOG:  database system is ready
FATAL:  unsupported frontend protocol
LOG:  server process (pid 1720) was terminated by signal 11
LOG:  terminating any other active server processes
LOG:  all server processes terminated; reinitializing shared 

memory and semaphores
IpcMemoryCreate: shmget(key=5432001, size=1007616, 

03600) failed: Not enough core

This error usually means that PostgreSQL's request for a 

shared
memory segment exceeded available memory or swap space.
To reduce the request size (currently 1007616 bytes), reduce
PostgreSQL's shared_buffers parameter (currently 64) and/or
its max_connections parameter (currently 5).

The PostgreSQL Administrator's Guide contains more 

information about
shared memory configuration.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841039#3841039

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841039


---
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] [Messaging, JMS JBossMQ] - Closing connection exception

2004-07-06 Thread rammohan
Hi,
Can anyone help me to solve this exception? I am getting the following error message.
Thanks in advance,
Ram Mohan

12:31:54,905 INFO  [CachedConnectionManager] Successfully closed a connection for you. 
 Please close them yourself: [EMAIL PROTECTED]
java.lang.Exception: Stack Trace
at 
org.jboss.resource.connectionmanager.CachedConnectionManager.closeAll(CachedConnectionManager.java:357)
at 
org.jboss.resource.connectionmanager.CachedConnectionManager.popMetaAwareObject(CachedConnectionManager.java:199)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:190)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:77)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:107)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:237)
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:130)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:208)
at 
org.jboss.ejb.StatelessSessionContainer.invoke(StatelessSessionContainer.java:313)
at org.jboss.ejb.Container.invoke(Container.java:738)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:383)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
at java.lang.Thread.run(Thread.java:536)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841041#3841041

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841041


---
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: jndi llok up problem

2004-07-06 Thread Oberkom
Hi,

can you post your ejb-jar.xml code ??

Its necessary for us to know whats wrong...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841042#3841042

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841042


---
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] - ejb-jar jboss.xml files

2004-07-06 Thread s_k_tripathi
please 
my ejb-jar.xml file is this

ejb-jar
enterprise-beans

ejb-nameTestEjb/ejb-name
hello.HelloHome
hello.HelloBean
ejb-classhello.HelloEjb/ejb-class
session-typeStateless/session-type
transaction-typeContainer/transaction-type

/enterprise-beans
assembly-descriptor
container-transaction

ejb-nameTestEjb/ejb-name
method-name*/method-name

trans-attributeSupports/trans-attribute
/container-transaction
/assembly-descriptor
/ejb-jar


and the jboss.xml is as follows--


enterprise-beans

ejb-nameTestEjb/ejb-name
jndi-nameHelloHome/jndi-name

/enterprise-beans


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841044#3841044

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841044


---
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] [Clustering/JBoss] - ----- Application/service with Windows 2000 Advanced Server

2004-07-06 Thread nadaya
I make to create an application/service in cluster with Windows 2000 Advanced Server 
and JBoss? Do you help me???

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841045#3841045

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841045


---
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: JbossSecurityMgrRealm problem in Jboss 3.2.4-tomcat 5.0.

2004-07-06 Thread toren03
Here is the section from the jboss-service.xml file which I took from the above 
reference.  I think it must be working as without I don't think that the login module 
would retrieve the subject from the certificate correctly.  IThis was the only change 
(and an addition) to the jboss-service.xml without I don't get an exception, but then 
it also doesn't find the certificate.
   
  

  |!-- setting up the java://jaas/jmx-console realm see login-config.xml --
  |mbean code=org.jboss.security.plugins.JaasSecurityDomain
  |   name=jboss.web:service=SecurityDomain
  |   constructor
  |  arg type=java.lang.String value=web-console/
  |   /constructor
  |attribute 
name=KeyStoreURL${jboss.server.home.dir}/../../bin/tomcat.jks/attribute
  |attribute name=KeyStorePassRHhyqC7S/attribute
  |/mbean
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841046#3841046

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841046


---
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] [Messaging, JMS JBossMQ] - Clustered MDB - jboss 3.2.5

2004-07-06 Thread nadaya
I have 2 jboss 3.2.5 instance in cluster.  I have deploy a MDB on both the instance .  
When I write on the topic the messages come consume from both the MDB. Is It possible 
to put in cluster also the two MDB??
moreover when a request also falls the messages if rendered persistent does not come 
read from the new MDB in the new node master.

Do you have a suggestion?
thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841047#3841047

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841047


---
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] - jndi look up problem

2004-07-06 Thread s_k_tripathi
hi 
my operating system is windows XP
please help me when i run the client the following errors comes--


D:\SKTEJBjava -classpath c:\jboss\client;d:\sktejb;c:\jboss\server\default\lib;
d:\sktejb;c:\jboss\client\jboss-common-client.jar;c:\jboss\client\jnp-client.jar
;c:\jboss\client\log4j.jar hello.HelloClient
javax.naming.NameNotFoundException: HelloHome not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
at org.jnp.server.NamingServer.lookup(NamingServer.java:282)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
at sun.rmi.transport.Transport$1.run(Transport.java:148)
at java.security.AccessController.doPrivileged(Native Method)
at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
60)
at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:701)
at java.lang.Thread.run(Thread.java:536)
at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Stream
RemoteCall.java:247)
at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:
223)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at hello.HelloClient.main(HelloClient.java:21)

my ejb-jar.xml file is as follows--

?xml version=1.0?
!DOCTYPE ejb-jar PUBLIC
  -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN
  http://java.sun.com/dtd/ejb-jar_2_0.dtd;

ejb-jar
enterprise-beans

ejb-nameTestEjb/ejb-name
hello.HelloHome
hello.HelloBean
ejb-classhello.HelloEjb/ejb-class
session-typeStateless/session-type
   transaction-typeContainer/transaction-type
 
/enterprise-beans
/ejb-jar

my jboss.xml is as

?xml version='1.0' ?

   enterprise-beans
 
ejb-nameTestEjb/ejb-name
jndi-nameHelloHome/jndi-name

   /enterprise-beans



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841048#3841048

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841048


---
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] [Messaging, JMS JBossMQ] - configuring the JMS IL on MDB

2004-07-06 Thread oferbaranes
 Hi ,
 
 I have some MDB which i want them to run with the JVM IL , how should i
 do that ? 

 that's what i tried :

 on the ejb-jar.xml
  
  
  |  message-driven...
  |resource-ref
  |  res-ref-namejms/QueueFactory/res-ref-name
  |  res-typejavax.jms.QueueConnectionFactory/res-type
  |  res-authContainer/res-auth
  |/resource-ref
  |  message-driven 

 and on the jboss.xml:

 
  |  jboss
  |enterprise-beans
  |  message-driven...
  |resource-ref
  |  res-ref-namejms/QueueFactory/res-ref-name
  |  resource-nameMy IL/resource-name
  |/resource-ref
  |  /message-driven
  |/enterprise-beans
  |resource-managers
  |  resource-manager
  |res-nameMy IL/res-name
  |res-jndi-namejava:/ConnectionFactory/res-jndi-name
  |  /resource-manager
  |/resource-managers
  |  /jboss
  | 

 Is that ok ? is my try to use the 'resource manager' is correct ?
 i have no way to determine if it works .

 Thanks 
 ofer



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841049#3841049

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841049


---
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] [J2EE Design Patterns] - Re: jboss 3.2.5 problem

2004-07-06 Thread darranl
Does this have anything to do with design patterns?

Try the beginners forum.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841050#3841050

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841050


---
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: jndi look up problem

2004-07-06 Thread darranl
Use the JMX console to see what is bound to JNDI.

Were there any errors on the console when you deployed your component?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841051#3841051

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841051


---
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: ejb-jar jboss.xml files

2004-07-06 Thread darranl
Ok so what is the question?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841052#3841052

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841052


---
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: jndi llok up problem

2004-07-06 Thread darranl
Use the JMX console to see what is bound to JNDI. 

Were there any errors on the console when you deployed your component?



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841053#3841053

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841053


---
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] [Messaging, JMS JBossMQ] - Re: Closing connection exception

2004-07-06 Thread kabkhan
http://www.jboss.org/index.html?module=bbop=viewtopict=50838

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841055#3841055

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841055


---
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] [JBoss.NET SOAP] - Changing in0,in1,... into more proper parameter names

2004-07-06 Thread kris_moens
Hi,

is there a way (using Xdoclet) to change the default parameters in0,in1,...
of a web service EJB-endpoint method to a more proper descriptive name that will 
appear in the generated WSDL ?

I've read sth about @jboss-net.wsdd-operation, but an example was missing. The link to 
the famous Neal Sanche's site http://www.nsdev.org/jboss that everyone advises is also 
very DEAD.

Someone out there can help me with this ?

Thanx


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841056#3841056

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841056


---
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] [Nukes User] - Re: Self-Contained Instructions

2004-07-06 Thread kabkhan
http://www.jboss.org/wiki/Wiki.jsp?page=NukesForJBoss

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841058#3841058

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841058


---
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] [Nukes User] - File Upload, HELP ME :)

2004-07-06 Thread simon_m
Hi everybody,

I encounter a big problem with file upload (HTML Module).
When I upload a file, jboss throws a java.lang.OutOfMemoryError.

I've also tried with release 1.1.0 RC 2 but exception still.

Have you some ideas to solve this problem ?

Just for information, nuke_filestat table is not created by sql installation script. 
Is it normal ?

Thx

Manuel

Logs info : 

2004-07-06 11:40:31,093 INFO  [org.jboss.web.localhost.Engine] 
StandardHost[localhost]: Erreur d'association de configuration (mapping configuration) 
pour l'URI demande /favicon.ico
2004-07-06 11:40:40,140 ERROR [org.jboss.web.localhost.Engine] 
StandardWrapperValve[NukeServlet]: Servlet.service() pour la servlet NukeServlet a 
gnr une exception
javax.servlet.ServletException: L''excution du filtre (Filter) a lanc une exception
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at org.jboss.nukes.servlet.CompressFilter.doFilter(CompressFilter.java:77)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.jboss.nukes.servlet.ParameterEncodingFilter.doFilter(ParameterEncodingFilter.java:60)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.jboss.nukes.servlet.DatabasePollerFilter.doFilter(DatabasePollerFilter.java:88)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 

[JBoss-user] [Nukes User] - [SOLUTION FOUND] File Upload, HELP ME :)

2004-07-06 Thread simon_m
Edit the startup script for jboss (either run.bat or run.sh) and add the following to 
the JAVA_OPTS var

anonymous wrote : -Xms128M -Xmx256M

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841059#3841059

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841059


---
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] [Messaging, JMS JBossMQ] - Re: migration from 3.2.3 to 3.2.4, HASingleton JMS question

2004-07-06 Thread DarkLord
If you're using java:/JmsXA there is also another difference in 3.2.4: you have to 
start the connection if you want to receive messages ...

Don't ask me ...

Regards,

Stephane

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841061#3841061

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841061


---
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: container running time

2004-07-06 Thread ghoyle
How/Where do I get the server start time from within my session bean?


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841062#3841062

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841062


---
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] [JBoss.NET SOAP] - Re: Changing in0,in1,... into more proper parameter names

2004-07-06 Thread fheldt
Do you mean this?


  | /**
  |  * ...
  |  * @ejb.interface-method
  |  * @jboss-net.web-method
  |  * @jboss-net.wsdd-operation returnQName=key
  |  */
  | public void doSomething(Short key) throws Exception {
  | ...
  | }
  | 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841063#3841063

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841063


---
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] [Performance Tuning] - Too much JSPs ??

2004-07-06 Thread Oberkom
Hi,

I use JBoss 3.0.6.-Tomcat 4.1.18 with jdk1.3.1_01, Oracle as DataBase and a EAR 
Aplication with 38 stateless session EJB and 1 statefull session EJB. in the web side 
we have a 2100 JSP...

Jboss is in a P4 2.4Ghz, 1 Gb RAM, Windows 2000, Jboss runs with 512M for him but, its 
impossible to compile all the JSP without having out of memory errors. Do you know why 
Jboss wastes so much memory in compilation process and how i can avoid it ??

Thank you in advance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841064#3841064

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841064


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


[JBoss-user] [Beginners Corner] - Re: JBOSS, JDBC, and BLOBs

2004-07-06 Thread Oberkom
I had a similar problem, i used a binary stream to load the images at the database, 
like:

PreparedStatement prepStmt = null;
  | try {
  | 
  | makeConnection();
  | String strInsertSQL = INSERT INTO TABLEBLO (BLOINTNUM,BLO__FILE) VALUES 
(?,?);
  | prepStmt = con.prepareStatement(strInsertSQL);
  | 
  | strIdentifier = getId();  // Getting new id
  | prepStmt.setString(1,strIdentifier);
  | 
  | ByteArrayInputStream bais = new ByteArrayInputStream(arrayArchivo);
  | prepStmt.setBinaryStream(2, bais,arrayArchivo.length);
  | prepStmt.executeUpdate();
  |  
  | bais = null; strInsertSQL = null;
  | 
  | } catch (Exception e) { whatever );
  | } finally { 
  | prepStmt.close();
  | closeConnection();
  | }

I hope this helps you

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841066#3841066

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841066


---
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] [JBoss.NET SOAP] - Re: Changing in0,in1,... into more proper parameter names

2004-07-06 Thread kris_moens
Thank you for the reply fheldt

i tried this :

/**
* @ejb:interface-method view-type=local
* @ejb.interface-method
* @jboss-net.web-method
* @jboss-net.wsdd-operation returnQName=firstname
*/
public String hello(String firstname) {
return hello  + firstname;
}

but it still resulted in :

wsdl:message name=helloRequest
  wsdl:part name=in0 type=xsd:string / 
  /wsdl:message
  wsdl:portType name=myWSLocal
  wsdl:operation name=hello parameterOrder=in0
  wsdl:input name=helloRequest message=impl:helloRequest / 
  wsdl:output name=helloResponse message=impl:helloResponse / 
  /wsdl:operation

where i want to be in0 replaced by firstname.

And more specific how to do this with more than 1 parameter

Thanx for your reply



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841067#3841067

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841067


---
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] - (JBoss and JAAS)'s newbie...

2004-07-06 Thread batman
Hi everyone,

(excuse my poor english... I'm french)
I'm a beginner in JBoss and JAAS and I want to use JAAS to connect an appli client to 
a JBoss server but I don't understand how to tell to the appli to what I want to 
coonect... and all appli I've made give me error like that:

java.lang.SecurityException: Impossible de trouver une configuration de connexion
at com.sun.security.auth.login.ConfigFile.(Unknown Source)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at javax.security.auth.login.Configuration$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.Configuration.getConfiguration(Unknown Source)
at javax.security.auth.login.LoginContext$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.init(Unknown Source)
at javax.security.auth.login.LoginContext.(Unknown Source)
at Client.init(Client.java:180)
at Client.main(Client.java:96)
Caused by: java.io.IOException: Impossible de trouver une configuration de connexion
at com.sun.security.auth.login.ConfigFile.init(Unknown Source)
... 16 more
Exception in thread main 

can you tell me why?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841068#3841068

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841068


---
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] Servlet Mapping issue whist migrating application from 2.4.4 to 3 .2.3

2004-07-06 Thread frederic . kieffer
Hi list!
 
I'm migrating several apps from JBoss 2.4.4. to JBoss 3.2.3.
Everything's fine (JSP, EJBs, ...) except servlets, which are not mapped to
the correct urls.
 
For instance, I have an underwriting.war file deployed, which holds a
WEB-INF directory.
This directory contains several servlet, stored in a classes directory.
One example could be WEB-INF/classes/contractFopServlet.class
 
My web app is bound to the /underwriting URI, and I'd like the servlets to
be bound to  the /underwriting/servlet URI ( for example,
/underwriting/servlet/contractFopServlet). Even if i set up an web.xml file,
I'm not able to do it. 
I still got a 404 error.

 
What am I forgetting or doing wrong ?

Any help would be grateful!
 
Thanks.
 


---
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] - ssl in jboss 3.2.5 is broken

2004-07-06 Thread osf_lover
Hi,

I got a webapp which uses LDAP server for authentication. All work fine under Jboss 
3.2.3 and 3.2.4 but NOT in jboss 3.2.5. 

I get following error in Jboss 3.2.5, what has changed in jboss 3.2.5? I did check the 
change notes for jboss 3.2.5 but couldn't find anything.

2004-07-06 12:18:05,055 INFO  [STDOUT] com.xxx.gds.gdscache.NameNotFoundException: 
Filter [uid=Identity] does not identify an entry in the GDS
2004-07-06 12:18:05,055 INFO  [STDOUT]  at 
com.xxx.gds.security.GdsEntryImpl.(GdsEntryImpl.java:74)
2004-07-06 12:18:05,055 INFO  [STDOUT]  at 
com.xxx.gds.security.GdsUserImpl.(GdsUserImpl.java:69)
2004-07-06 12:18:05,055 INFO  [STDOUT]  at 
com.xxx.gds.test.TestServlet.service(TestServlet.java:149)
2004-07-06 12:18:05,071 INFO  [STDOUT]  at 
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
2004-07-06 12:18:05,118 INFO  [STDOUT]  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
2004-07-06 12:18:05,118 INFO  [STDOUT]  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
2004-07-06 12:18:05,118 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
2004-07-06 12:18:05,118 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
2004-07-06 12:18:05,118 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
2004-07-06 12:18:05,164 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
2004-07-06 12:18:05,164 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
2004-07-06 12:18:05,164 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
2004-07-06 12:18:05,180 INFO  [STDOUT]  at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:72)
2004-07-06 12:18:05,180 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
2004-07-06 12:18:05,227 INFO  [STDOUT]  at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:275)
2004-07-06 12:18:05,227 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
2004-07-06 12:18:05,227 INFO  [STDOUT]  at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:540)
2004-07-06 12:18:05,227 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
2004-07-06 12:18:05,227 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
2004-07-06 12:18:05,274 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
2004-07-06 12:18:05,289 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
2004-07-06 12:18:05,289 INFO  [STDOUT]  at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
2004-07-06 12:18:05,289 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
2004-07-06 12:18:05,289 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
2004-07-06 12:18:05,336 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
2004-07-06 12:18:05,336 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
2004-07-06 12:18:05,336 INFO  [STDOUT]  at 
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
2004-07-06 12:18:05,336 INFO  [STDOUT]  at 
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
2004-07-06 12:18:05,352 INFO  [STDOUT]  at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
2004-07-06 12:18:05,399 INFO  [STDOUT]  at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
2004-07-06 12:18:05,399 INFO  [STDOUT]  at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
2004-07-06 12:18:05,399 INFO  [STDOUT]  at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
2004-07-06 12:18:05,399 INFO  [STDOUT]  at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
2004-07-06 12:18:05,399 INFO  [STDOUT]  at java.lang.Thread.run(Thread.java:534)


tia
k

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841070#3841070

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841070


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las 

[JBoss-user] [Installation Configuration] - Re: Cygwin 1.5.9: jboss-4.0.0DR4: jmx-console: Unable to com

2004-07-06 Thread greno
Opened bug 985975

https://sourceforge.net/tracker/index.php?func=detailaid=985975group_id=22866atid=376685


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841071#3841071

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841071


---
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] [Installation Configuration] - 3.2.4 3.2.5 startup problem on Fecora Core 2

2004-07-06 Thread albertfang
I've been using 3.2.3 and it just works fine. But since I upgraded to 3.2.4 ant 3.2.5, 
I always got this startup problem.
21:57:32,038 INFO  [DLQ] Bound to JNDI name: queue/DLQ
21:57:32,130 INFO  [testTopic] Bound to JNDI name: topic/testTopic
21:57:32,154 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
21:57:32,181 INFO  [testDurableTopic] Bound to JNDI name: 
topic/testDurableTopic21:57:32,206 INFO  [testQueue] Bound to JNDI name: 
queue/testQueue
21:57:32,234 INFO  [A] Bound to JNDI name: queue/A
21:57:32,263 INFO  [B] Bound to JNDI name: queue/B
21:57:32,287 INFO  [C] Bound to JNDI name: queue/C
21:57:32,312 INFO  [D] Bound to JNDI name: queue/D
21:57:32,337 INFO  [ex] Bound to JNDI name: queue/ex
21:57:33,296 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, 
warUrl=file:/usr/jboss-3.2.5/server/default/deploy/jmx-console.war/
21:57:34,073 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, 
warUrl=file:/usr/jboss-3.2.5/server/default/tmp/deploy/tmp2370web-console.war/
21:57:36,139 INFO  [Server] JBoss (MX MicroKernel) [3.2.5 (build: CVSTag=JBoss_3_2_5 
date=200406251954)] Started in 33s:826ms
21:57:36,140 INFO  [Tomcat5] Saw org.jboss.system.server.started notification, 
starting connectors
21:57:36,219 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
21:57:36,748 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
21:57:36,774 INFO  [JkMain] Jk running ID=0 time=0/54  config=null

It just stuck there.

My platform is Fedora Core 2 and I tried j2sdk 1.4.2_04 and 1.4.2_05, It just did'nt 
work.

Can someone help me out there ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841072#3841072

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841072


---
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] - jndi name

2004-07-06 Thread jxie
I want to use java:comp/env/ejb/MyEJBJNDI to look up a remote home object. My 
jboss.xml is as

?xml version='1.0' ?

enterprise-beans

ejb-nameMyEJB/ejb-name
jndi-namejava:comp/env/ejb/MyEJBJNDI/jndi-name

/enterprise-beans 

After I start up JBoss and look at JNDI tree view, I find MyEJB bean is bound to 
java%3acomp/env/ejb/MyEJBJNDI in JBoss 3.0.4.

Please advise me how to use java:comp/env/ejb as a prefix.

Jim

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841073#3841073

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841073


---
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] [Installation Configuration] - Re: unsatisfiedLinkError generated when trying to access JNI

2004-07-06 Thread jikramer
SOLUTION:

The java project we were working on was in a package.  The  .dll header needs to 
contain a package name for the JNI process to bind to it, so it needed to be 
recompiled with package name embedded in the method.  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841077#3841077

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841077


---
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: (JBoss and JAAS)'s newbie...

2004-07-06 Thread batman
I've add this to the auth.conf file:

client {
   LoginContext required
   principalClass=Client
   ;
};

(the name of my appli is Client in the Default package)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841078#3841078

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841078


---
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] [Persistence CMP/JBoss] - Re: Problem with relation between BMP EJB and CMP EJB

2004-07-06 Thread JBossKiki
Thanks for your response, is there a work around for  this? 
Mike.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841079#3841079

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841079


---
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] [Installation Configuration] - [mssqlserver] Invalid object name 'JMS_MESSAGES'

2004-07-06 Thread lipe
Hello, good afternoon.

I'm trying to set up a sqlserver datasource, and jboss fires the following exceptions:


  | 12:31:55,952 ERROR [PersistenceManager] Starting failed
  | org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message 
recovery may not be accurate; - nested throwable: (java.sql.SQLExcep
  | tion: Invalid object name 'JMS_MESSAGES'.)
  | 
  | 12:31:56,343 WARN  [ServiceController] Problem starting service 
jboss.mq:service=PersistenceManager
  | org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message 
recovery may not be accurate; - nested throwable: (java.sql.SQLExcep
  | tion: Invalid object name 'JMS_MESSAGES'.)
  | 
  | Caused by: java.sql.SQLException: Invalid object name 'JMS_MESSAGES'.
  | Packages waiting for a deployer:
  |   none
  | Incompletely deployed packages:
  |   none
  | MBeans waiting for classes:
  |   none
  | MBeans waiting for other MBeans:
  | [ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
  |  state: CREATED
  |  I Depend On:  jboss.mq:service=Invoker
  |  jboss.web:service=WebServer
  | 
  |  Depends On Me: , ObjectName: jboss.mq:service=DestinationManager
  |  state: CREATED
  |  I Depend On:  jboss.mq:service=MessageCache
  |  jboss.mq:service=PersistenceManager
  |  jboss.mq:service=StateManager
  | 
  |  Depends On Me:  jboss.mq.destination:service=Topic,name=testTopic
  |  jboss.mq.destination:service=Topic,name=securedTopic
  |  jboss.mq.destination:service=Topic,name=testDurableTopic
  |  jboss.mq.destination:service=Queue,name=testQueue
  |  jboss.mq.destination:service=Queue,name=A
  |  jboss.mq.destination:service=Queue,name=B
  |  jboss.mq.destination:service=Queue,name=C
  |  jboss.mq.destination:service=Queue,name=D
  |  jboss.mq.destination:service=Queue,name=ex
  |  jboss.mq:service=SecurityManager
  |  jboss.mq.destination:service=Queue,name=DLQ
  | , ObjectName: jboss.mq:service=PersistenceManager
  |  state: FAILED
  |  I Depend On:  jboss.jca:service=LocalTxCM,name=DefaultDS
  | 
  |  Depends On Me:  jboss.mq:service=DestinationManager
  | org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message 
recovery may not be accurate; - nested throwable: (java.sql.SQLExcep
  | tion: Invalid object name 'JMS_MESSAGES'.), ObjectName: 
jboss.mq.destination:service=Topic,name=testTopic
  |  state: CREATED
  |  I Depend On:  jboss.mq:service=DestinationManager
  |  jboss.mq:service=SecurityManager
  | 

My -ds.xml

  | ?xml version=1.0 encoding=UTF-8?
  | datasources
  | local-tx-datasource
  | jndi-nameDefaultDS/jndi-name
  | 
connection-urljdbc:jtds:sqlserver://127.0.0.1;SelectMethod=cursor;DatabaseName=Estudos2000/connection-url
  | driver-classnet.sourceforge.jtds.jdbc.Driver/driver-class
  | 
  | user-nameuser/user-name
  | passwordpass/passwordmin-pool-size5/min-pool-size
  | max-pool-size20/max-pool-size
  | idle-timeout-minutes0/idle-timeout-minutes
  | track-statementstrue/track-statements
  | 
  | /local-tx-datasource
  | /datasources
  | 

Despite these errors, Im able to access the database from my application without 
more exceptions.

What am I doing wrong?

Thanks a lot!



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841081#3841081

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841081


---
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: jndi name

2004-07-06 Thread darranl
You can not access the java: namespace remotely, it is to be used for components that 
can only be used within the JBoss JVM.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841083#3841083

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841083


---
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] [Javassist user questions] - Re: Javassist 3.0 - trouble accessing field from constructor

2004-07-06 Thread chiba
I cannot tell you what's wrong but maybe
I think you forgot to copy something from
javassist.reflect.Compiler...

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841082#3841082

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841082


---
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] [Javassist user questions] - Re: Urgent, please give me a hand ???

2004-07-06 Thread chiba
Basically, if you have detailed knowledge of Java bytecode/class file,
you can do all the three things with the lower-level API of Javassist.
If you want to use only higher-level API, then

 1. retrieve all the variable names and its corresponding values
 (global variables, and local variables) ? 

You can obtain not local variable names but all the fields.

 2. can I insert a statement into a specific line within a method? 

Yes.

 3. can I modify a specific statement ? 

The answer depends on the kind of statement.
You can modify method calls, field accesses, etc but not all the kinds.




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841086#3841086

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841086


---
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] [Javassist user questions] - Re: Modify codes ???

2004-07-06 Thread chiba
You should look at javassist.bytecode.LocalVariableAttribute
for renaming variable names.
(Please read the tutorial to know how to
obtain that object.)
Renaming local variable names does not make
any sense after compilation, though.

As for the number 4, unfortunately, Javassist does not support it.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841088#3841088

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841088


---
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] [Persistence CMP/JBoss] - ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
I have this cmr setup between a company and a division(which is another company).

/**
* @ejb:interface-method
*  
* @ejb.relation name = CompanyDivisions role-name=company-has-divisions 
* target-ejb=Company target-role-name=divisions-of-the-company type=java.util.Set
* 
* @jboss.target-relation fk-column=PARENT_COMPANY related-pk-field=id
*/
public abstract Set getCompanyDivisions();

when the remove on company is called it pukes with an ORA-00972: identifier too long 
exception.  the generated sql alias for the relationship is too long.

generated sql ---
-
SELECT 
   COMPANY.PARENT_COMPANY, 
   COMPANY_Company_companyDivisions.COMPANY_NAME

FROM COMPANY COMPANY, COMPANY COMPANY_Company_companyDivisions 
WHERE  blah blah...
-

As you can see the second alias is over the oracle 30 some char limit.  Is there a way 
around this or something that I am missing?

Thanks.
Casey


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841089#3841089

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841089


---
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] [Persistence CMP/JBoss] - Re: ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
Also this wasnt happening in 3.2.3 but started happening when I upgraded to 3.2.5.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841090#3841090

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841090


---
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] [Javassist user questions] - Re: Javassist byte code rewriting overhead?

2004-07-06 Thread chiba
That's an interesting question.  According to
the developers of ObjectWeb ASM, ASM is
10 times faster than BCEL and around 10%
faster than Javassist.   I forgot the exact
numbers, but BCEL seems very slow because
of their old-fashioned internal architecture.
ASM is a very small light-weight library for
modifying bytecode; it does not provide
source-level abstraction that Javassist does.

However, the argument above does not mention
the compilation by Javassist since the other
libraries do not provide a compiler.  In fact, the
benchmark by ASM people is a very much toy.
I don't have any numbers with respect to the
compilation speed by Javassist, but I think the
overhead is not as big as you expect.  But yes,
I need some experiments for further discussion
on this topic.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841091#3841091

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841091


---
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] [Javassist user questions] - Re: Javassist byte code rewriting overhead?

2004-07-06 Thread chiba
One more thing.  If you really need speed,
you can use the lower-level API of Javassist.
It provides the API similar to BCEL.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841092#3841092

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841092


---
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] [Messaging, JMS JBossMQ] - Scalable JMS cluster solution?

2004-07-06 Thread wengatz_n
Hi,
in our project we have the requirement for a scalable asynchronous
communication protocol. We started with evaluation of different JMS
products (f.e. JBOSSMQ, SonicMQ, OpenJMS). 

We are happy with JBossMQ, we were able to send and receive about 
4000 msgs per second (topic with 40 subscribers) on one node. The next task is to 
improve the performance further by using a clustered environment.

Therefore we performed some tests with a JBoss 3.2.5 cluster and found out that JMS is 
deployed as a HASingleton. That means we will get a reliable JMS solution but not a 
scalable solution with our cluster.

And now my questions:
===

Can this behavior be modified? If not are there plans to provide
a scalable JMS cluster solution? In the JBoss 4 Roadmap I found the
information that reliability has higher priority as scalability, but could you
please give my an idea if and when we can expect a scalable JMS
solution.

Thanks a lot and Best regards
Nicole

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841093#3841093

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841093


---
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] [Javassist user questions] - Re: Retrieve all the variable values ???

2004-07-06 Thread chiba
Currently, you cannot get the value of a
constant field through the higher-level API.
You must use the lower-level API
(javassist.bytecode.*).

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841095#3841095

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841095


---
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] [Javassist user questions] - Re: Get the variable value ??

2004-07-06 Thread chiba
You can insert some statement like:
System.out.println(x);
before the return statement if you know the
line number of that return statement.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841094#3841094

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841094


---
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] - home lookup goes HTTPS, but home.create goes HTTP.

2004-07-06 Thread sero
Yes, it was from the client, set wrong port. Now it goes ok.

But now, another problem: The first call (lookup) is made using https, but the 
subsequent calls to the home interfaces are mede using http. 
Initally I set up the configuration for the stateless-http-invoker that tells the 
home's proxy how to call back.
Is there something similar for https?

thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841097#3841097

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841097


---
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] [Persistence CMP/JBoss] - Re: ORA-00972: identifier too long with CMR relationship

2004-07-06 Thread caseyhelbling
Also, we are using oracle 10g.  Is there supposed to be a type mapping for this in 
standardjbosscmp-jdbc.xml?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841100#3841100

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841100


---
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] [Installation Configuration] - Re: 3.2.4 3.2.5 startup problem on Fecora Core 2

2004-07-06 Thread darranl
What do you mean by it is stuck, it says that the server has started.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841101#3841101

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841101


---
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] [JCA/JBoss] - Database connection Pool problems/questions

2004-07-06 Thread ratheesh
In order to check the Pooling behavior, I was trying the following (after configuring 
an oracle database as datasource) :

//get datasource using jndi
Connection conn = datasource.getConnection(user1, pwd1);
conn.close();
conn = datasource.getConnection(user2, pwd2);
conn.close();

Then, I checked the sessions in the database. It says : 1 alive session for user 
user2.

After some 15 minutes, I checked again. The database now says : 1 alive session for 
user user1 !

Could somebody explain this behavior ? When does a connection in a Pool finally get 
closed ? 

Thanks
Ratheesh

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841105#3841105

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841105


---
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] [JCA/JBoss] - Re: Database connection Pool problems/questions

2004-07-06 Thread ratheesh
In some cases, I also see that 3 other connections to database were created for 
user1 after some time. From the logs, this seems to happen after the Idle Remover 
run.

And, no, I haven't set minSize/maxSize for the datasource.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841106#3841106

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841106


---
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] - JBoss security example.... !!!

2004-07-06 Thread aeguzmanv
Hi, Does anyone could tell me where can I find an example (better if it has source 
code) to how configured a security in web application using JBoss ?? or some white 
paper or tutorial that talk about this topic.

Thanks in advance,
Alejandro.-  

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841107#3841107

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841107


---
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: JBoss security example.... !!!

2004-07-06 Thread aeguzmanv
Sorry, I forgot to tell you. I'm using JBoss 3.2.2 !!

Alejandro 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841108#3841108

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841108


---
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: JBoss security example.... !!!

2004-07-06 Thread kabkhan
Have a look at the Wiki. Also, the for pay docs contain this info.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841109#3841109

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841109


---
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] - Cannot create EntityBean /JB3.2.5

2004-07-06 Thread konstantinidis
Hello, 

Today I tried to change from JBoss 3.2.3 to JBoss 3.2.5. Although I think that I have 
made all needed configurations to JBoss 3.2.5 I now have a strange problem:
My application works fine as long as I only try to read EntityBeans. But when I call 
any create-Method nothing happens. Also no exception is thrown. It seems that the 
execution is just stopped. I can call other methods, business or readonly, so it's no 
loop or server blocking.

Sth like this:
log.debug(Trying to create an Instance...);
myBean = myBeanHome.create();
log.debug(Creation was successful);

But only the first statement is logged, then nothing else happens.

Does anyone know if there have been made some changes concerning ejbCreate-methods 
between 3.2.3 and 3.2.5?

Also if you have an idea where I could look for a missing configuration feel free to 
tell me.

Thx a lot in advance.

Konstantinidis

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841110#3841110

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841110


---
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] [JCA/JBoss] - Transaction enlist error

2004-07-06 Thread ms26368
I am getting this error in production. I have no idea how to prevent it from 
reoccurring again.

2004-06-09 12:16:48,352 WARN  
[org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener] 
in Enlisting tx, trying to change tx. illegal state: old: TransactionImpl:XidImpl 
[FormatId=257, GlobalId=ahsun07//572961, BranchQual=], new: TransactionImpl:XidImpl 
[FormatId=257, GlobalId=ahsun07//572965, BranchQual=], cel: [EMAIL PROTECTED]
2004-06-09 12:16:48,354 ERROR [STDERR] java.lang.IllegalStateException: Trying to 
change Tx in enlist!
2004-06-09 12:16:48,355 ERROR [STDERR]  at 
org.jboss.resource.connectionmanager.TxConnectionManager$TxConnectionEventListener.enlist(TxConnectionManager.java:437)
2004-06-09 12:16:48,356 ERROR [STDERR]  at 
org.jboss.resource.connectionmanager.TxConnectionManager.managedConnectionReconnected(TxConnectionManager.java:358)
2004-06-09 12:16:48,356 ERROR [STDERR]  at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:490)
2004-06-09 12:16:48,356 ERROR [STDERR]  at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:798)
2004-06-09 12:16:48,356 ERROR [STDERR]  at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:102)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841114#3841114

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841114


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


[JBoss-user] [Beginners Corner] - Re: JBOSS, JDBC, and BLOBs

2004-07-06 Thread wmallian
well, i tried your implementation, but i'm still limited to 2k.  if my file is under 
2k it inserts no problem, over 2k it doesnt insert.

what is your variable arrayArchivo ???  is that a byte[] array ??

you are using the Oracle thin client along with Oracle 9 ???

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=384#384

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=384


---
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] - Secured EJB's and multiple clients

2004-07-06 Thread afinnell

Looking through the examples on how to use JAAS and authenticate into JBoss so that 
secured EJB's can be invoked it dawned on me it doesn't appear to be multiple user 
friendly within the same JVM.

For instance if I want to get an EJB MyEJB with a specific subject I use JAAS to 
login. No where do I see an associated of the subject and the EJB. This means that any 
thread can then obtain EJB's from JBoss. This is a problem when running on a server 
environment that serves multiple client requests through another interface. 
  In other words it doesn't look like I can log into JBoss with two different users in 
the same JVM at the same time in different threads. Is this a correct assumption?

- 
Andrew T. Finnell


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841112#3841112

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841112


---
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] [Installation Configuration] - Re: JBoss system classpath

2004-07-06 Thread gifs71
Hi Mike,

The thing is that I would like to not make any major changes to the source code. I had 
the app deployed on weblogic and was porting it to JBoss and so having any app 
server-specific code in our application source would break its portability between 
servers. Hence, I was trying to put the generated classes on the system classpath or 
atleast as you suggested on the server classpath.

I even tried adding this in the jboss-service.xml :



Doesn't help either.

Thanks.

Aalap.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841116#3841116

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841116


---
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] [Installation Configuration] - Re: JBoss system classpath

2004-07-06 Thread gifs71
Opps...

the code text didn't get thru. Here it is again:


  | classpath codebase=deploy/myApp.ear archives=serverCode.jar/
  | 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841117#3841117

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841117


---
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: EJB call with RMI over HTTPS

2004-07-06 Thread rimmeraj
In deploy/http-invoker.sar/META-INF/jboss-service.xml the HttpInvoker mbean should 
look like 


 !-- Use a URL of the form http://:8080/invoker/EJBInvokerServlet
  where  is InetAddress.getHostname value on which the server
  is running.
  --
 https://
 :8443/invoker/restricted/EJBInvokerServlet
 true
  

The proxy factory ..


  !-- The Naming service we are proxying --
  jboss:service=Naming
  !-- Compose the invoker URL from the cluster node address --
  https://
  :8443/invoker/restricted/JMXInvokerServlet
  true
  org.jnp.interfaces.Naming
  
  
  
 jc.client.ClientInterceptor
 org.jboss.proxy.ClientMethodInterceptor
 org.jboss.proxy.SecurityInterceptor
 org.jboss.naming.interceptors.ExceptionInterceptor
 org.jboss.invocation.InvokerInterceptor
  
  


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841118#3841118

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841118


---
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] [Management, JMX/JBoss] - Best practices for MBeans

2004-07-06 Thread LZapson
I am looking for some advice on a methodology to store and retrieve information to be 
accessed from a MBean. My application is comprised of JSP  Servlets running in JBOSS. 
I have a userinfo class. Using my MBean, I want to access info about a collection 
(hashmap) of userinfo classess. 

Should I maintain the information within the MBean or in an external collection class? 

What is the best practice? 

Thanks in advance for any comments.

Lisa T. Zapson


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841119#3841119

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841119


---
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] [Nukes User] - Re: html standards compliance

2004-07-06 Thread 5holeem
i'd like to get a copy.  tried to email you, but you don't have a valid address in 
your profile.  how would you like to send or have me get the files? 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841120#3841120

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841120


---
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] [Nukes User] - Re: Contextual menus

2004-07-06 Thread jbossroy
pergolesi wrote : Can anybody give a short hint for making the contextual menus 
work? Don't understand the /a/b/c - /a/b/_menu thing. 
  | 

Say you have a subdirectory: /company/

In that directory, create a file _menu. This file will act as a contextual menu that 
only appears when files in the /company directory are accessed.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841121#3841121

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841121


---
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] [Management, JMX/JBoss] - RMIAdaptor problem

2004-07-06 Thread jugma
Hi,

I am trying to use the RMIAdaptor remotely in JBoss 3.2.5. When I invoke the 
getMBeanInfo(name) on the RMIAdaptor object I get the following error:

  | Exception in thread main javax.management.InstanceNotFoundException: 
HelloWorld:name=helloWorld1 is not registered.
  | at 
org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:462)
  | 

I can see my HelloWorld:name=helloWorld1 MBean in the jmx-console. I can also query 
for this MBean through twiddle. Please could you let me know what may be the problem.

Any help will be much appreciated.

Thanks,
Jugma

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841122#3841122

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841122


---
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] [Management, JMX/JBoss] - Re: Atribute not found

2004-07-06 Thread hethcox
in the XML file change 'greeting' to 'Greeting'
I think it should be lowercase too, but I guess it's not.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841123#3841123

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841123


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


[JBoss-user] [Beginners Corner] - JNDI binding

2004-07-06 Thread edkocol
 Root Cause Exception  javax.naming.NameNotFoundException: RoleManager not 
bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)

From the code:
com.evermind.security.RoleManager
manager = (com.evermind.security.RoleManager)new 
InitialContext().lookup(java:comp/RoleManager);

I have also tried ... InitialContext().lookup(java:comp/env/RoleManager); 
and I get the ame error.

The jar file that contains the com.evermind.security.RoleManager class is in the 
jboss_home/deploy/default/lib directory when I start JBoss.

What else do I need to do to bind this Class?

TIA for you kind an courteous help,
Ed.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841125#3841125

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841125


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


[JBoss-user] [Beginners Corner] - Re: JNDI binding

2004-07-06 Thread edkocol
sorry I meant to say that the jar file is in the 
jboss_home/server/default/lib directory


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841126#3841126

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841126


---
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] [Messaging, JMS JBossMQ] - Re: Scalable JMS cluster solution?

2004-07-06 Thread genman

It is somewhat scalable, as the processing per message can be done across all your 
nodes.  The limitation is that the node acting as the server may not be able to serve 
messages fast enough to the client nodes.  This may scale well enough for your 
application, especially because message processing time is often quite a bit longer 
than managing the message itself.  If a message takes 100ms to process by the client 
and 10ms to handle by the server (persist, send over the socket, etc.) you can have 
one server serve 10 nodes.

Unfortuantely, there is no active developer initiative at the moment to create a 
distributed solution, though JBoss 4 would likely help support such an architecture.  
Your thoughts are welcome on the developer forum.


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841127#3841127

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841127


---
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: ssl in jboss 3.2.5 is broken

2004-07-06 Thread triathlon98
Looks like a problem in your code somewhere.

Maybe a problem with DNS caching ? Note that the JVM caches DNS entries when not told 
otherwise.

Joachim

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841129#3841129

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841129


---
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] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-06 Thread julien.dubois
Hi Tim,

I haven't checked myself, but it seems that it is not fixed:
http://www.jboss.org/index.html?module=bbop=viewtopict=51395

:-(

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841130#3841130

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841130


---
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] [Management, JMX/JBoss] - Re: RMIAdaptor problem

2004-07-06 Thread jugma
In my previous post I forgot to add the code which shows how I use the RMIAdaptor.

The following code below shows how I try to call the getBeanInfo method:

  |   InitialContext ic = new InitialContext();
  |   RMIAdaptor server = (RMIAdaptor) ic.lookup(jmx/rmi/RMIAdaptor);
  | 
  |   // Get the MBeanInfo for the MBean
  |   ObjectName name = new ObjectName(HelloWorld:name=helloWorld1);
  |   MBeanInfo info = server.getMBeanInfo(name);
  | 

Any help will be very much appreciated.

Thanks,
Jugma

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841131#3841131

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841131


---
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] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-06 Thread [EMAIL PROTECTED]
Yes, the clustering changes described in the release notes apply to the jbossha.jar. 
The jgroups.jar is the same 2.2.5 version as shipped with 3.2.4.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841132#3841132

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841132


---
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] [Management, JMX/JBoss] - Re: RMIAdaptor problem

2004-07-06 Thread [EMAIL PROTECTED]
twiddle uses the RMIAdaptor as well so I would guess that your jndi.properties is not 
point to the server you expect.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841134#3841134

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841134


---
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] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-06 Thread tbauer
Scott, the jbossha.jar that shipped with 3.2.4 had serious bugs.  Bela supposedly 
fixed it and gave us a link to just download jbossha.jar so we could replace the one 
that came with 3.2.4.  

I was hoping that 3.2.5 had this fix in it...  Other people, other threads, are 
reporting same/different issues and people suggest upgrading to jgroups 2.2.5...where 
do I get that??  And will it cure the problems we have been having??


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841133#3841133

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841133


---
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] [Clustering/JBoss] - Re: Is jbossha.jar fixed in jboss-3.2.5?

2004-07-06 Thread [EMAIL PROTECTED]
And I just said 3.2.5 includes the fixes and ships with jgroups 2.2.5. Try using the 
3.2.5 release before complaining that its missing fixes.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841135#3841135

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841135


---
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: Secured EJB's and multiple clients

2004-07-06 Thread [EMAIL PROTECTED]
The ClientLogin module supports single threaded and multi-threaded modes.  See the 
multi-threaded option description here:
http://www.jboss.org/wiki/Wiki.jsp?page=ClientLoginModule


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841136#3841136

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841136


---
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: ssl in jboss 3.2.5 is broken

2004-07-06 Thread [EMAIL PROTECTED]
Explain how this exception relates to ssl.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841137#3841137

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841137


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


[JBoss-user] [Beginners Corner] - Setting document root in tomcat

2004-07-06 Thread drmack
Hi there,
Could I check with anyone, how can i set the base document root of tomcat? i know 
that i can set it in server.xml in a standalone tomcat server but becos tomcat is 
deployed as a service in jboss, i cant seem to find server.xml anywhere . my web 
archive has to be deployed outside of tomcat and tomcat in jboss needs to refer to it 
there

according to tomcat docs:
Add a  entry in the $CATALINA_HOME/conf/server.xml configuration file. This approach 
is described briefly below, and allows you to position the document root of your web 
application at some point other than the $CATALINA_HOME/webapps/ directory. You will 
need to restart Tomcat to have changes in this configuration file take effect. See the 
administrator documentation (TODO: hyperlink) for more information on configuring new 
Contexts in this way. 

anyone any ideas???


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841138#3841138

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841138


---
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] [Nukes User] - Re: Self-Contained Instructions

2004-07-06 Thread cdebracy
After some false starts, it's now working.

After unzipping, go to the /bin directory and type run. 

Contrary to the instructions, the url should be simply http://localhost:8080, not 
http://localhost:8080/nukes.

Thanks!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841139#3841139

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841139


---
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: Problem on ClientLoginModule to Secure EJB Layer

2004-07-06 Thread iihome
Hi, 

anyone can help.  I can provide my ejb-jar.xml and jboss.xml descriptor if necessary.

best regards

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841140#3841140

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841140


---
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] [Installation Configuration] - Problem starting JBOSS 3.0.4 ON UNIX 5.5

2004-07-06 Thread mpraveen_kumar
We have a J2EE application with JBosss 3.0.4 running perfectly well in windows 
platform.. We are trying to move it to a IBM AIX server with UNIX 5.5 installed in it.

We have set all the environmental variables that were there in windows correctly.  It 
includes 
JBOSS_HOME
JBOSS_CLASSPATH
JAVA_HOME
ORACLE_HOME
CLASSPATH 

But when we start the jboss it is giving the following error 

java.lang.ClassNotFoundException: org.jboss.system.server.ServerImpl

what could be the problem.

Will JBOSS 3.0.4 support UNIX 5.5 in IBM AIX or should we go for another version of 
J-Boss.
If it supports what are the things that we need to do.
Is there any additional environmental variable that needs to be set.
Is there any other thing that has to be done for implementing JBOSS in UNIX.
Expecting a solution at the earliest ..




View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841142#3841142

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841142


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


[JBoss-user] [Beginners Corner] - Setting document root in tomcat

2004-07-06 Thread drmack
Hi there,
Could I check with anyone, how can i set the base document root of tomcat? i know 
that i can set it in server.xml in a standalone tomcat server but becos tomcat is 
deployed as a service in jboss, i cant seem to find server.xml anywhere . my web 
archive has to be deployed outside of tomcat and tomcat in jboss needs to refer to it 
there

according to tomcat docs:
Add a  entry in the $CATALINA_HOME/conf/server.xml configuration file. This approach 
is described briefly below, and allows you to position the document root of your web 
application at some point other than the $CATALINA_HOME/webapps/ directory. You will 
need to restart Tomcat to have changes in this configuration file take effect. See the 
administrator documentation (TODO: hyperlink) for more information on configuring new 
Contexts in this way. 

anyone any ideas???


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841144#3841144

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841144


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


[JBoss-user] [HTTPD, Servlets JSP] - How to implement an interface in a JSP

2004-07-06 Thread just_a_w
I'm trying to implement an interface in a JSP as follows:

%@ page language=java implements=my.class %

This worked in a different J2EE app server (WLS 8.1), but I get the following 
exception when I try to use it in JBoss 3.2.3.

org.apache.jasper.JasperException: /index.jsp(0,0) Page directive has invalid 
attribute: implements

Any suggestions?

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841145#3841145

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841145


---
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] [Nukes User] - Re: html standards compliance

2004-07-06 Thread joehobson
5holeem wrote : i'd like to get a copy.  tried to email you, but you don't have a 
valid address in your profile.  how would you like to send or have me get the files? 

sorry about not having the email, but ummm... you don't either? I've added a nospam 
email address and i've uploaded my imagic-css theme so you can take a look. 

http://tinyurl.com/3apfa

Once again, i'm no CSS expert, but it looks great in modern browsers, except Windows 
IE. Will need to find a fix for that, but i don't really have the dev time right now. 
If you find a fix, please let us all know. Thanks... .joe



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841146#3841146

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841146


---
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: Unable to get UsersRolesLoginModule to work

2004-07-06 Thread jefffry
Got it to work.  This doesn't seem to work when the web app is configured to run in an 
external directory configured through a context element in the 
/jbossweb=tomcat41.sar/META-INF/jboss-service.xml.  When I dropped my working 
directory into the /deploy dir as an exploded WAR it worked.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841147#3841147

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841147


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


[JBoss-user] [Beginners Corner] - javax.naming.CommunicationException:

2004-07-06 Thread sabubh
I built the example Interest bean and deployed the jar and now am trying to run the 
client. However when I run it I get the following error
javax.naming.CommunicationException: Receive timed out [Root exception is java.n
et.SocketTimeoutException: Receive timed out]
I get the context and try to lookuo the home interface and while doing it I get this 
error. I am running JBOSS-3.2.5 on a windows 2000 PC. I disable my personal firewall. 
Anyone have any ideas why one gets this and how to fix it?

Thanks

Sabu

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841148#3841148

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841148


---
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] [Installation Configuration] - Re: 3.2.4 3.2.5 startup problem on Fecora Core 2

2004-07-06 Thread albertfang
Silly me !
I expected to see the following line right after the startup without knowing it is up. 
thanks!

21:57:36,139 INFO [Server] JBoss (MX MicroKernel) [3.2.5 (build: CVSTag=JBoss_3_2_5 
date=200406251954)] Started in 33s:826ms 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841149#3841149

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841149


---
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] [Persistence CMP/JBoss] - CMP

2004-07-06 Thread camel
My goal is to store large amounts of text in a DB column -- as much as, say, 100,000 
characters.  So I used an Object CMP type and pass in a StringBuffer that just gets 
serialized.  This is working fine, but I noticed that the serialized data type in the 
DB is org.jboss.invocation.MarshalledValue.  This may be a problem if I need to access 
the data directly, using JDBC for example.

So my question is, (1) is there a better way to store large amounts of character data 
with CMP, and if not: (2) How can I make the serialized Object NOT be 
org.jboss.invocation.MarshalledValue, so I can access the data outside of JBoss and 
CMP?  

I searched the forums and only found the following relevant post, with no apparent 
resolution: http://www.jboss.org/index.html?module=bbop=viewtopict=28910.

Thank you

Chris


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3841150#3841150

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841150


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