[JBoss-user] [Security JAAS/JBoss] - Re: make a jsp runnin' on https

2004-10-25 Thread kburn
ok m8... 

I think i got  tha point, but could u be a bot more precise?
I mkean, if could u make me an example or tell me some urlz where 2 find'em ..

and the main question is: do I ABSOLUTELY have to run apache over jboss/tomcat? or can 
I make it in a diffrent way.. [ without apache :P ]
cuz, u c, I've servlet and jsp to run chrooted in tha https..

did I make myself clear?

ta dude!! D

hugs'n'kissess.. :D :D

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

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


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


[JBoss-user] [Javassist user questions] - Re: is it possible to create .class file using a String

2004-10-25 Thread gpanneerpandi
respected Chiba,
 
  Thanks  a lot for your immediate reply.It completely clears my douuts.

Jai Bharat Matha
G.Panneer Pandi
India

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Problem with HAJMS

2004-10-25 Thread robisz
I have been trying to verify that HAJMS is functioning well...

I've maked a cluster with two nodes and changed the database
from hsqldb to Oracle. I've deployed hajms-examples.sar and followed
the steps as described in this page:

http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA

Everything seems fine (MasterNode attribute changes correctly),
but when I run connectPublisher at the last step, I get this in the
server log:

2004-10-22 16:08:46,575 INFO  [org.jboss.mq.il.ha.examples.HAJMSClient] Connecting
  | 2004-10-22 16:08:47,013 INFO  [org.jboss.mq.il.ha.examples.HAJMSClient] Connected
  | 2004-10-22 16:08:53,402 INFO  [org.jboss.mq.il.ha.examples.HAJMSClient] 
Registering durable subscriber
  | 2004-10-22 16:08:53,434 ERROR [org.jboss.web.localhost.Engine] 
StandardWrapperValve[HtmlAdaptor]: 
  | Servlet.service() for servlet HtmlAdaptor threw exception
  | MBeanException: null Cause: javax.naming.NameNotFoundException: 
UIL2XAConnectionFactory not bound
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:166)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:149)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
  | at org.jboss.jmx.adaptor.control.Server.invokeOpByName(Server.java:236)
  | at org.jboss.jmx.adaptor.control.Server.invokeOp(Server.java:202)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.invokeOp(HtmlAdaptorServlet.java:241)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.processRequest(HtmlAdaptorServlet.java:79)
  | at 
org.jboss.jmx.adaptor.html.HtmlAdaptorServlet.doPost(HtmlAdaptorServlet.java:61)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:237)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:186)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:214)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:198)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:152)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:44)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:169)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:137)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:102)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  | at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:104)
  | at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:520)
  | at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929)
  | at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160)
  | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
  | at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
  | at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
  | at 

[JBoss-user] [Security JAAS/JBoss] - What sort is JAAS-compatibility for JBoss?

2004-10-25 Thread yuriyg
How JBoss is JAAS-compatible? As I understand this compatibility has to be understood 
only from the point of view of client, right? I mean that for example LoginModules are 
not very JAAS-compatible and if you should write your own custom one you definitely 
need to inherit from one of JBoss modules. If I'm right or I'm missing something? 

Actually, as I understand internal JAAS-compatibility would be possible if I could 
write login module inherited from javax.security.auth.spi.LoginModule and it would 
work under JBoss. But when I tried such a module failed. So, my conclusion is JBoss is 
compatible only from the side of a client.

Or this situation is changed in JBoss 4.0.0 which is claimed to be J2EE certified and 
such things...?

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

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


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


[JBoss-user] [Installation Configuration] - How do I install jboss-3.08_tomcat-4.1.24.zip in eclipse

2004-10-25 Thread thgreen100
Trying to understand how to install and configure jboss-3.08_tomcat-4.1.24.zip in to 
eclipse.

Any suggestions?

Thank you!

Tom Green

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

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


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


[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread Min-chang Cha
Or you may check the port whether it is used by another application before starting 
JBOSS.

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

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


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


[JBoss-user] [EJB/JBoss] - Re: JBoss Deployment problem

2004-10-25 Thread darranl
What does the local interface look like and what does the entity bean class look like?

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

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


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


[JBoss-user] [Installation Configuration] - Re: How do I install jboss-3.08_tomcat-4.1.24.zip in eclipse

2004-10-25 Thread darranl
Look at JBoss-IDE

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

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


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



[JBoss-user] [Beginners Corner] - Re: Didn't take effect on new servlet setting

2004-10-25 Thread darranl
How is your servlet redeployed?  Is it packaged in a war file or in an exploded war?

If it is in a war file are you sure that the war was replaced by a later version with 
a later modified time?

If it is being deployed in an exploded war have you made sure that the web.xml gets 
updated?

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

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: TransactionRolledBackException, IllegalStateException, J

2004-10-25 Thread ivanlc
Hi,

here is the ejb-jar.xml (with additional finder in ET01 making EZonas fail)  and 
further down
ejb-jar.xml (without additional finder in ET01).


?xml version=1.0 encoding=ISO-8859-1?

!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

   ![CDATA[No Description.]]
   display-nameGenerated by XDoclet/display-name

   enterprise-beans

  !-- Session Beans --
  
 ![CDATA[]]
 display-nameLoginManager Session Bean/display-name

 ejb-nameLoginManager/ejb-name

 com.lctelsystems.pdm.be.ejb.interfaces.LoginManagerHome
 com.lctelsystems.pdm.be.ejb.interfaces.LoginManager
 ejb-classcom.lctelsystems.pdm.be.ejb.session.LoginManagerSession/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type

  

  
 ![CDATA[Sequence generator]]

 ejb-nameSequenceSession/ejb-name

 
local-homecom.lctelsystems.pdm.be.ejb.interfaces.SequenceSessionLocalHome/local-home
 com.lctelsystems.pdm.be.ejb.interfaces.SequenceSessionLocal
 
ejb-classcom.lctelsystems.pdm.be.ejb.entity.SequenceSessionSession/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type

 env-entry
env-entry-nameblockSize/env-entry-name
env-entry-typejava.lang.Integer/env-entry-type
env-entry-value![CDATA[5]]/env-entry-value
 /env-entry
 env-entry
env-entry-nameretryCount/env-entry-name
env-entry-typejava.lang.Integer/env-entry-type
env-entry-value![CDATA[2]]/env-entry-value
 /env-entry

 ejb-local-ref 
ejb-ref-nameejb/Sequence/ejb-ref-name
ejb-ref-typeEntity/ejb-ref-type

local-homecom.lctelsystems.pdm.be.ejb.interfaces.SequenceLocalHome/local-home
com.lctelsystems.pdm.be.ejb.interfaces.SequenceLocal
ejb-linkSequence/ejb-link
 /ejb-local-ref

  

  
 ![CDATA[]]
 display-nameAreaManager Session Bean/display-name

 ejb-nameAreaManager/ejb-name

 com.lctelsystems.pdm.be.ejb.interfaces.AreaManagerHome
 com.lctelsystems.pdm.be.ejb.interfaces.AreaManager
 ejb-classcom.lctelsystems.pdm.be.ejb.session.AreaManagerSession/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type

  

  
 ![CDATA[]]
 display-nameHotelSearch Session Bean/display-name

 ejb-nameHotelSearchManager/ejb-name

 com.lctelsystems.pdm.be.ejb.interfaces.HotelSearchManagerHome
 com.lctelsystems.pdm.be.ejb.interfaces.HotelSearchManager
 
ejb-classcom.lctelsystems.pdm.be.ejb.session.HotelSearchManagerSession/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type

  

  
 ![CDATA[]]
 display-namePriceManager Session Bean/display-name

 ejb-namePriceManager/ejb-name

 com.lctelsystems.pdm.be.ejb.interfaces.PriceManagerHome
 com.lctelsystems.pdm.be.ejb.interfaces.PriceManager
 ejb-classcom.lctelsystems.pdm.be.ejb.session.PriceManagerSession/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type

  

 !--
   To add session beans that you have deployment descriptor info for, add
   a file to your XDoclet merge directory called session-beans.xml that contains
   the  markup for those beans.
 --

  !-- Entity Beans --
  
 ![CDATA[This class is part of pdmV1, and it is a CMP EJB accessing the 
e_hotel table.]]

 ejb-nameEHotel/ejb-name

 
local-homecom.lctelsystems.pdm.be.ejb.interfaces.EHotelLocalHome/local-home
 com.lctelsystems.pdm.be.ejb.interfaces.EHotelLocal

 ejb-classcom.lctelsystems.pdm.be.ejb.entity.EHotelCMP/ejb-class
 persistence-typeContainer/persistence-type
 prim-key-classjava.lang.Integer/prim-key-class
 False
 cmp-version2.x/cmp-version
 abstract-schema-nameEHotel/abstract-schema-name
 cmp-field 
![CDATA[Returns the id]]
field-nameid/field-name
 /cmp-field
 cmp-field 
![CDATA[Returns the pais]]
field-namepais/field-name
 /cmp-field
 cmp-field 
![CDATA[Returns the zona]]
field-namezona/field-name
 /cmp-field
 cmp-field 
![CDATA[Returns the destino]]
field-namedestino/field-name
 /cmp-field
 cmp-field 
![CDATA[Returns the hotel]]
field-namehotel/field-name
 /cmp-field
 cmp-field 
![CDATA[Returns the establecim]]
field-nameestablecim/field-name
 /cmp-field
 cmp-field 
  

[JBoss-user] [Installation Configuration] - A bug??,help!!!

2004-10-25 Thread yovn
When i run the jboss3.2.4 with a security manager and even grant  all permissions,it 
can not boot up.I got the same result when switch to jboss3.2.5,but when i use 
jboss4.0,it can work well,i don't know why.

The error reported as follow:
  2004-10-25 15:23:56,546 WARN  
[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while 
attempting to get a new connection: null
java.lang.NoClassDefFoundError: org/jboss/resource/adapter/jdbc/PrivilegedProxy
at 
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.(BaseWrapperManagedConnection.java:77)
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnection.(LocalManagedConnection.java:44)
at 
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:164)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:504)
at 
org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:214)
at 
org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:534)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:444)
at 
org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:312)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:496)
at 
org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:887)
at 
org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:102)
at 
org.jboss.mq.sm.jdbc.JDBCStateManager$JDBCSession.(JDBCStateManager.java:518)
at org.jboss.mq.sm.jdbc.JDBCStateManager.initDB(JDBCStateManager.java:432)
at 
org.jboss.mq.sm.jdbc.JDBCStateManager.startService(JDBCStateManager.java:399)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor22.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
at $Proxy17.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:367)
at org.jboss.system.ServiceController.start(ServiceController.java:389)
at org.jboss.system.ServiceController.start(ServiceController.java:389)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:251)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:836)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:645)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
at sun.reflect.GeneratedMethodAccessor16.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)

[JBoss-user] [Persistence CMP/JBoss] - Re: TransactionRolledBackException, IllegalStateException, J

2004-10-25 Thread ivanlc
Hi again,

too much info in the post and the config file got truncated.
I'll send them to your mail account if that doesn't bother you.

Cheers,
Ivan

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

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


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


[JBoss-user] [Clustering/JBoss] - singleton mbean can't work with linux

2004-10-25 Thread heima
start jboss with : run.sh -c all --host 192.168.0.1 

and another jboss start with: run.sh -c all --host 192.168.0.2 

the two jboss are the same ,just run with different virtual IP address 

under linux and windows 

the result is : 

under windows ,the singleton mbean works well, that means just one jboss server runs 
singleton mbean's service . 

under linux ,the singleton mbean can't well, the two jboss server both run singleton 
mbean's service. 

thanks in advance !

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

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


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


[JBoss-user] [Clustering/JBoss] - Re: how to use singleton

2004-10-25 Thread heima
I  have solve this problem.

I had thought that the singleton mbean is like the singleton instance .

the truth is ,only the master node run the method (startSinglet()) of singletonmbean , 
when the the master node turned off, the method(stopSinglet())will be invoke ant then 
another master node will be choose from the other jboss server ,then the method (start 
Singleton ()) will be invoke by the master node had just been chosed. 

so ,just the master node run the startSinglton() service .

the service you want it to be singleton can be invoke within startSingleton();

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Cannot get CMP and Oracle JDBC configuration working

2004-10-25 Thread aironyiu
Hi:
I followed the getting started document for JBoss 4.0, and everything works find until 
Chapter 7 (CMP) and Chapter 8 (Oracle JDBC).  I just downloaded all these last week.

When deploying CMP, get the following errors

2004-10-25 17:35:20,231 ERROR [org.jboss.ejb.EntityContainer] Starting failed 
jboss.j2ee:jndiName=local/PlayerBean,service=EJB
org.jboss.deployment.DeploymentException: Error while checking if table aleady exists 
TEAMBEAN; - nested throwable: (java.sql.SQLExc
eption: Table not found: SYSTEM_TABLES in statement [SELECT * FROM SYSTEM_TABLES])
at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:1002)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.java:83)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreManager.java:484)
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:381)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:157)
at org.jboss.ejb.EntityContainer.startService(EntityContainer.java:340)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:891)
at $Proxy0.start(Unknown Source)
   at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:305)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:463)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
Caused by: java.sql.SQLException: Table not found: SYSTEM_TABLES in statement [SELECT 
* FROM SYSTEM_TABLES]
at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.fetchResult(Unknown Source)
at org.hsqldb.jdbc.jdbcStatement.executeQuery(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.execute(Unknown Source)
at org.hsqldb.jdbc.jdbcDatabaseMetaData.getTables(Unknown Source)
at org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:995)
... 76 more
17:35:20,245 INFO  [EJBDeployer] Deployed: 
file:/app_server/jboss-4.0.0/server/default/tmp/deploy/tmp36487RosterApp.ear-contents/tea
m-ejb.jar
17:35:20,319 INFO  [EARDeployer] Started J2EE application: 
file:/app_server/jboss-4.0.0/server/default/deploy/RosterApp.ear

When running the client, get the followings:
run-cmp:
 [java] Caught an exception:
 [java] java.rmi.ServerException: RemoteException occurred in server thread; 
nested exception is: 
 [java] java.rmi.ServerException: EJBException:; nested exception is: 
 [java] javax.ejb.EJBException: createBeanClassInstanceCommand == null; 
CausedByException is:
 [java] createBeanClassInstanceCommand == null
 [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:292)
 [java] at sun.rmi.transport.Transport$1.run(Transport.java:148)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
 [java] at 
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
 [java] at 
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
 [java] at java.lang.Thread.run(Thread.java:534)
 [java] at 
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
 [java] at 
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
 [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
 [java] at org.jboss.invocation.jrmp.server.JRMPInvoker_Stub.invoke(Unknown 
Source)
 [java] at 
org.jboss.invocation.jrmp.interfaces.JRMPInvokerProxy.invoke(JRMPInvokerProxy.java:118)
 [java] at 

[JBoss-user] [JBoss.NET] - Re: JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-25 Thread Butterfly
I ran into the same problem with 3.2.6 final. I hope it will be fixed as soon as 
possible.

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Question about JMSPriority

2004-10-25 Thread mdaguete
Hi all,
I've been reading the FAQ an it says that a message it's first ordered by JMSPriority 
and then by msd ID, it's there any method to recompute priority to avoid that msgs 
with low prority wait forever or TTL to be processed ?

  
Thanks.Regards.

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: COnfigure MDB- Durable subscription

2004-10-25 Thread matpil
Adrian wrote:
you need an mdb-subscription-id


But... Where I've to inserted the mdb-subscription-id and
where I take it??

Regards,
Matteo

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

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


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


[JBoss-user] [JBoss.NET] - Re: JBoss.Net doesn't work with Jboss 3.2.6RC2 and JBoss 4.0

2004-10-25 Thread tdiesler
This is a known issue and beeing looked at 

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


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

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


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


[JBoss-user] [Beginners Corner] - jbosscmp-jdbc.xml

2004-10-25 Thread adini
Hello,

I am totally new to Jboss.
My goal is to migrate a J2EE application currently running on another apps server to 
Jboss 4.0

As long I understand J2EE I only need to create the deployment descriptor specific to 
JBOSS so jboss.xml for EJB , jboss-web.xml and apparently jbosscmp-jdbc. But I have 
take a look to the dtd but I didn't found the dtd of  jbosscmp-jdbc.xml for Jboss4.0 
only for Jboss 3.2.
So if I use this dtd Will I encoutered some problem in deploying my application on 
Jboss 4.0?

thanks in advance

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

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


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


[JBoss-user] [Beginners Corner] - Re: jbosscmp-jdbc.xml

2004-10-25 Thread robisz
Which version of JBOSS?

In 4.0.0 final jbosscmp-jdbc_4_0.dtd is located at
JBOSS_HOME/docs/dtd

As far as I know it is backward compatible with 3.2.

robisz

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

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


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


[JBoss-user] [Beginners Corner] - Re: jbosscmp-jdbc.xml

2004-10-25 Thread adini
Thanks for your reply I use JBOSS-4.0.0RC1 or RC2

I already look inside JBOSS_HOME/docs/dtd but the jbosscmp-jdbc_4_0.dtd doesn't exist. 
Every other dtd has a _4_0.dtd version.
But if you say that the version for 3.2 is compatible so I should not have problem 
during my deployment

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Message Ordering

2004-10-25 Thread schrouf
Transacted sessions will ensure that all or none (in case of failure) of your messages 
will be stored in the queue, but this does NOT mean, that there is a logical grouping 
between these messages which can be used for group based message processing on the 
client side !

Read the JMS specification. You should not make any assumtions on message delivery 
order, as this would prohibit MDB scalebility ! Each message is treated as a 
independant logical unit of work.   

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

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


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


[JBoss-user] [Beginners Corner] - Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Hello everybody,

I'm rather new to JBoss and wonder how difficult it is to change the default database. 
I try to use Informix as database and did everything mentioned in the JBoss startguide 
in the section Using other databases.

1.) I exchanged the file hsqldb-ds.xml by informix-ds.xml (where I put the right 
database-url, user and password)
jndi-name of the database is informix
2.) I added the informix driver to the lib directory of the server
3.) I modified the standardjbosscmp-jdbc.xml
java:/informix
datasource-mappingInformixDB/datasource-mapping

4.) I modified the standardjaws.xml
java:/informix
type-mappingInformixDB/type-mapping

When I start JBoss, the Informix database is recognized and seems to be ok (looking at 
the jmx-console) but anyway, I get the following error during startup:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
 state: NOTYETINSTALLED
 I Depend On:
 Depends On Me:  jboss.ejb:persistencePolicy=database,service=EJBTimerService
 jboss:service=Ebxmlrr
 jboss:service=KeyGeneratorFactory,type=HiLo
 jboss.mq:service=StateManager
 jboss.mq:service=PersistenceManager

Does anybody know what's the cause of this problem and how to solve it (so that jBoss 
starts without errors).

Thanks in advance.




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

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


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


[JBoss-user] [Nukes User] - Re: Headlines block for GoJust.org

2004-10-25 Thread cooper
could your add your site in the reference section in the wiki ?

http://www.jboss.org/wiki/Wiki.jsp?page=NukesReferences

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

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


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


[JBoss-user] [EJB/JBoss] - Only Hot Deployment works

2004-10-25 Thread aibo
Hi everybody,

I have a deploy problem with Jboss-4.0.0.
I put my jar file (test.jar) in the deploy directory and start JBoss.
During startup I receive following error:

2004-10-25 13:29:30,921 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: 
file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
2004-10-25 13:29:30,921 DEBUG [org.jboss.deployment.MainDeployer] create step for 
deployment file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
2004-10-25 13:29:30,921 DEBUG [org.jboss.ejb.EJBDeployer] create, test.jar
2004-10-25 13:29:30,968 DEBUG [org.jboss.ejb.EJBDeployer] Verifying 
file:/C:/usr/jboss-4.0.0/server/myserver/deploy/test.jar
2004-10-25 13:29:30,968 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: 
Bean   : Test1EB
Section: 16.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class 
that implements the enterprise bean's business methods.

2004-10-25 13:29:30,984 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation: 
Bean   : Test3EB
Section: 16.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class 
that implements the enterprise bean's business methods.


If I delete the jar-File, start the server and do a hot deploy, no error is displayed 
but ...
12:51:27,484 INFO  [EjbModule] Deploying Test1EB
12:51:27,515 INFO  [EjbModule] Deploying Test3EB
12:51:27,531 INFO  [EjbModule] Deploying Test4EB
12:51:27,546 INFO  [EjbModule] Deploying Test5EB
12:51:27,546 INFO  [EjbModule] Deploying TestSB
12:51:29,796 INFO  [EJBDeployer] Deployed: file:/C:/usr/jboss-4.0.0/
server/myserver/deploy/test.jar

A rather strange behaviour. 
Can anyone help me???

Thanks a lot


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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
If you want to completely remove hsqldb from JBoss 4.0, you also
need to modify additional xmls...

Check these pages first:

http://www.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQDB
http://www.jboss.org/wiki/Wiki.jsp?page=ChangeTheDatabase


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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
First of all thanks for your answer.

I now made the modifications in the additional xmls, but how should the 
informix-jdbc2-service.xml(?) look like. There is no example file in the examples/jms 
directory for informix.



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

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


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


[JBoss-user] [Installation Configuration] - Converting IBM Binding to Jboss specific Bindings

2004-10-25 Thread weeclub4
Hi everyone,

I m using IBM WSAD 5.0 and now i want to jump to JBoss but I m not able to solve the 
problem of Bindings which are specific to IBM. Please tell me is there any tool which 
can me to convert all ibm bindings like Fields of entity beans to JBoss specific 
format.

Mainly the tool should convert the binding to JAWS.xml, JBOSS.xml and 
JBOSSCMP-JDBC.xml.

This is the major problem which i m currently facing.

Please HELP ME OUT!!!

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
It's true but you can create your own easily.

You only need to change DefaultDS to your datasource name,
and modify the SQL statements if needed.

You also need to create an informix-jdbc-state-service.xml 
in the same way.


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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
I also added this two files and deleted the one's of hsql. Now i get the message:

ObjectName: jboss.ejb:persistencePolicy=database,service=EJBTimerService
 state: FAILED
 I Depend On:  jboss.jca:name=informix,service=DataSourceBinding

Anyway...should I put the xxx-service files etc. in the deploy directory or in the 
deploy-hasingleton directory? Which is the difference. The default configuration of 
jboss e.g. has no deploy-hasingleton directory.

I'm rather confused...

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Sorry, I think the real error message is this one:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.mq:service=PersistenceManager
 state: FAILED
 I Depend On:  jboss.jca:name=informix,service=DataSourceBinding

 Depends On Me:  jboss.mq:service=DestinationManager
org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Messag
e recovery may not be accurate; - nested throwable: (java.sql.SQLException: The
specified table (jms_messages) is not in the database.)
ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
 state: NOTYETINSTALLED
 I Depend On:
 Depends On Me:  jboss:service=Ebxmlrr
 jboss:service=KeyGeneratorFactory,type=HiLo

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
I think you haven't change the configuration everywhere...
You need to modify the following files also:

deploy/ejb-deployer.xml 
Change DefaultDS to your datasource. Modify CREATE TABLE statement.
(Use BLOB type instead of other).

uuid-key-generator.sar/META-INF/jboss-service.xml
Change DefaultDS to your datasource. Modify CREATE TABLE statement.

ebxmlrr-service.sar/META-INF/jboss-service.xml
Change DefaultDS to your datasource (in depend element too).

conf/login-config.xml
Change DefaultDS to your datasource.

This should be enough... I've tried it with Oracle.

The all configuration contains services for clustering.
Use default if you don't need it.



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

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


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


[JBoss-user] [EJB/JBoss] - Re: JBoss Deployment problem

2004-10-25 Thread skethama
 
  | 
  | //EJB class
  | 
  | package com.telcordia.tns.subscriber;
  | 
  | import javax.ejb.EntityBean;
  | import javax.ejb.EntityContext;
  | import javax.ejb.EJBException;
  | import javax.ejb.CreateException;
  | import java.sql.SQLException;
  | import com.telcordia.tns.subscriber.USERINGROUPPK;
  | 
  | /**
  |  * @ejbHome com.telcordia.tns.subscriber.USERINGROUPHome
  |  * @ejbRemote com.telcordia.tns.subscriber.USERINGROUP
  |  * @ejbLocalHome com.telcordia.tns.subscriber.USERINGROUPLocalHome
  |  * @ejbLocal com.telcordia.tns.subscriber.USERINGROUPLocal
  |  * @undefined
  |  * @displayName*/
  | 
  | public abstract class USERINGROUPBean implements EntityBean {
  | private EntityContext ctx;
  | public void setEntityContext(EntityContext context) throws EJBException {
  | ctx = context;
  | }
  | public void unsetEntityContext() throws EJBException {
  | ctx = null;
  | }
  | 
  | public void ejbActivate() throws EJBException {
  | }
  | 
  | public void ejbPassivate() throws EJBException {
  | }
  | 
  | public void ejbRemove() throws EJBException {
  | }
  | 
  | public void ejbStore() throws EJBException {
  | }
  | 
  | public void ejbLoad() throws EJBException {
  | }
  | 
  | public USERINGROUPPK ejbCreate() throws CreateException, EJBException, 
SQLException {
  | // Write your code here
  | return null;
  | }
  | 
  | public void ejbPostCreate() throws CreateException, EJBException, SQLException 
{
  | // Write your code here
  | }
  | 
  | /**
  |  * @undefined
  |  */
  | public abstract double getUSERKEY() throws EJBException ;
  | 
  | public abstract void setUSERKEY(double uSERKEY) throws EJBException ;
  | 
  | /**
  |  * @undefined
  |  */
  | public abstract double getGROUPID() throws EJBException ;
  | 
  | public abstract void setGROUPID(double gROUPID) throws EJBException ;
  | 
  | /**
  |  * @undefined
  |  */
  | public abstract double getTENANTID() throws EJBException ;
  | 
  | public abstract void setTENANTID(double tENANTID) throws EJBException ;
  | 
  | /**
  |  * @undefined
  |  */
  | public abstract double getUSERPRIORITY() throws EJBException ;
  | 
  | public abstract void setUSERPRIORITY(double uSERPRIORITY) throws EJBException ;
  | 
  | public USERINGROUPPK ejbCreate(USERINGROUPPK ugpk) throws CreateException, 
EJBException, SQLException {
  | this.setUSERKEY(ugpk.uSERKEY);
  | this.setTENANTID(ugpk.tENANTID);
  | this.setGROUPID(ugpk.gROUPID);
  | return ugpk;
  | }
  | 
  | 
  | public void ejbPostCreate(com.telcordia.tns.subscriber.USERINGROUPPK param0) 
throws CreateException, EJBException, SQLException {
  | /* Write your code here */
  | }
  | }
  | 
  | 
 
  | 
  | //Local Home
  | package com.telcordia.tns.subscriber;
  | 
  | import javax.ejb.EJBLocalHome;
  | import javax.ejb.FinderException;
  | import javax.ejb.EJBException;
  | import javax.ejb.CreateException;
  | import java.sql.SQLException;
  | import javax.ejb.EJBLocalObject;
  | 
  | public interface USERINGROUPLocalHome extends EJBLocalHome, EJBLocalObject
  |  {
  | 
  | public USERINGROUPLocal create() throws CreateException, EJBException,
  | SQLException;
  | 
  | public USERINGROUPLocal create(USERINGROUPPK ugpk) throws CreateException,
  | EJBException, SQLException;
  | 
  | public USERINGROUPLocal findByPrimaryKey(USERINGROUPPK pk) throws
  | EJBException, FinderException;
  | }
  | 

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

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


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


[JBoss-user] [Installation Configuration] - Setup JBoss for WebServices: Where to put soap.jar ?

2004-10-25 Thread thoste
I wanted to setup a simple helloWorld java SOAP example under JBoss
(pure Java - not the AXIS version)?
So I downloaded the last Apache SOAP binary from 
http://ws.apache.org/mirrors.cgi

Where (in which directory) do I have to put the soap.jar ?

JBOSS_HOME\server\default\deploy

or 

JBOSS_HOME\server\default\lib

?

How do I test if the soap environment is successfully accepted/running?

In either case the often suggested

http://localhost:8080/soap/index.html

does produce error (ressource does not exist).

Thomas


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

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


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


[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread mikefinn
Looks like the OIL service can't start. It normally listens on port 8090. Use netstat 
to see if something is on 8090 when JBoss isn't running. 

mike

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

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


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


[JBoss-user] [Installation Configuration] - Re: Setup JBoss for WebServices: Where to put

2004-10-25 Thread robisz
You don't need to put soap.jar anywhere. The default, standard and
all configurations contain SAAJ api, so you can use SOAP from your app.

robisz


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

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


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


[JBoss-user] [EJB/JBoss] - Re: JBoss Deployment problem

2004-10-25 Thread darranl
Your local home interface should not be implementing the EJBLocalObject interface, 
that is only for the local interface not the local home interface.

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

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


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


[JBoss-user] [EJB/JBoss] - Re: JBoss Deployment problem

2004-10-25 Thread darranl
Sorry that should have been 'Your local home interface should not be extending the 
EJBLocalObject'.

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
After making the modifications I still get the error:

15:02:10,203 ERROR [DatabasePersistencePolicy] Starting failed jboss.ejb:persist
encePolicy=database,service=EJBTimerService
java.sql.SQLException: A syntax error has occurred.
at com.informix.util.IfxErrMsg.getSQLException(IfxErrMsg.java:348)
at com.informix.jdbc.IfxSqli.addException(IfxSqli.java:3000)
at com.informix.jdbc.IfxSqli.receiveError(IfxSqli.java:3310)
at com.informix.jdbc.IfxSqli.dispatchMsg(IfxSqli.java:2263)
at com.informix.jdbc.IfxSqli.receiveMessage(IfxSqli.java:2183)
at com.informix.jdbc.IfxSqli.executeCommand(IfxSqli.java:692)
at com.informix.jdbc.IfxResultSet.executeUpdate(IfxResultSet.java:308)
at com.informix.jdbc.IfxStatement.executeUpdateImpl(IfxStatement.java:85

Maybe this occurs because I did not modify the create table statement? But I don't 
know how.
The content of this statement in jboss-service.xml is

 
create table HILOSEQUENCES (
   SEQUENCENAME varchar(50) not null,
   HIGHVALUES integer not null,
   constraint hilo_pk primary key (SEQUENCENAME)
)
 

What da I have to change here? Sorry, but I'm not very familiar with databases.


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

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


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


[JBoss-user] [Clustering/JBoss] - Re: non multicating(TCP) does not work and throws ChannelExc

2004-10-25 Thread afshanz
Hi Bela,
I firgured out what was wrong 

thanks!!

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
I think the problem is with the CREATE TABLE statement in
ejb-deployer.xml.

You need to change the SQL type other to your database's BLOB
type. (I haven't known Informix, but you probably should change it
to BLOB). 

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Hmm, the SQL-type is BLOB and I changed it in the ejb-deployer.xml.

This cannot be the cause of the exception.

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

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Fatal Hypersonic startup problem

2004-10-25 Thread JayrAlDyn
Hi, Ron.

I suppose you ran out of space in the filesystem, causing a corruption in Hypersonic 
files. Try copying file default.script in:

 server/default/data/hypersonic

from the machine that works to the one that doesn't, and restart JBoss.

Regards.

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
Maybe there are other issues with your SQL statements...
Try to run them in your database manually and check errors...

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Maybe I have to change the sql-properties in informix-jdbc-state-service.xml.

POPULATE.TABLES.01 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('guest', 'guest')
  POPULATE.TABLES.02 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('j2ee', 
'j2ee')
  POPULATE.TABLES.03 = INSERT INTO JMS_USERS (USERID, PASSWD, CLIENTID) VALUES 
('john', 'needle', 'DurableSubscriberExample')
  POPULATE.TABLES.04 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('nobody', 
'nobody')
  POPULATE.TABLES.05 = INSERT INTO JMS_USERS (USERID, PASSWD) VALUES ('dynsub', 
'dynsub')
  POPULATE.TABLES.06 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('guest','guest')
  POPULATE.TABLES.07 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('j2ee','guest')
  POPULATE.TABLES.08 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('john','guest')
  POPULATE.TABLES.09 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('subscriber','john')
  POPULATE.TABLES.10 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('publisher','john')
  POPULATE.TABLES.11 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('publisher','dynsub')
  POPULATE.TABLES.12 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('durpublisher','john')
  POPULATE.TABLES.13 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('durpublisher','dynsub')
  POPULATE.TABLES.14 = INSERT INTO JMS_ROLES (ROLEID, USERID) VALUES 
('noacc','nobody')

could cause problems, because the tables cannot/shoulc not be created in the database.
Is it a problem if i delete these lines?

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Re: Error after login on Dukes Bank

2004-10-25 Thread tomb_fish
Hi, I am trying to deploy Duke's Bank app.  I've followed the Getting Started with 
JBoss 4.0 guide, but when I try to compile using ant -f jboss-build.xml compile on 
WinXP
I get following output:

 
  | Buildfile: ..\..\j2eetutorial14\examples\bank\jboss-build.xml
  | 
  | prepare:
  | 
  | compile:
  | [javac] Compiling 56 source files to 
D:\ihk\game_design\j2eetutorial14\examples\bank\build
  | 
  | BUILD FAILED
  | D:\ihk\game_design\j2eetutorial14\examples\bank\jboss-build.xml:49: 
D:\ihk\game_design\j2eetutorial14\examples\bank${jboss.home}\client not found.

I have also point jboss.home to my installation directory of JBoss in build.properties 
file:

# Set the path to the JBoss directory containing the JBoss application server
  | # (This is the one containing directories like bin, client etc.)
  | 
  | jboss.home=d:/ihk/jboss-4.0.0
  | 
  | #d:/ihk/jboss-4.0.0 
  | # Set the path to the JBoss server environment. For 3.2.x it is under JBoss Home
  | # in the server directory either default or all
  | #jboss.server=${jboss.home}
  | 
  | jboss.server=${jboss.home}/server/default
  | 
  | jboss.deploy.dir=${jboss.server}/deploy
  | 
  | # Set the path to the servlet archive
  | servlet.jar=${jboss.server}/lib/javax.servlet.jar
  | #servlet.jar=${jboss.home}/tomcat-4.1.x/common/lib/servlet.jar

What client should I point and where?  Does anybody know?

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

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


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


[JBoss-user] [EJB/JBoss] - How to configure: message-destination-ref

2004-10-25 Thread GreyDeath
I have a message-destination-ref in my ejb-jar file, how do I link that to the actual 
jms destination in the jboss.xml.

The jboss dtd does not contain anything for that.

thanks in advance
mike

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread robisz
If you want to use JMS and need persistence, you must keep these files.
If you don't need JMS you can remove the jms directory.

If you can't modify these SQL statements succesfully, I recommend you
return to original default configuration and let JBoss use hsqldb for
its own services (don't delete hsqldb-ds.xml).



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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Compilation error

2004-10-25 Thread tomb_fish
Hi, I am trying to deploy Duke's Bank app. I've followed the Getting Started with 
JBoss 4.0 guide, but when I try to compile using ant -f jboss-build.xml compile on 
WinXP 
I get following output: 

 
  | Buildfile: ..\..\j2eetutorial14\examples\bank\jboss-build.xml
  | 
  | prepare:
  | 
  | compile:
  | [javac] Compiling 56 source files to 
D:\ihk\game_design\j2eetutorial14\examples\bank\build
  | 
  | BUILD FAILED
  | D:\ihk\game_design\j2eetutorial14\examples\bank\jboss-build.xml:49: 
D:\ihk\game_design\j2eetutorial14\examples\bank${jboss.home}\client not found.  
  |  

I have also point jboss.home to my installation directory of JBoss in build.properties 
file: 


  | # Set the path to the JBoss directory containing the JBoss application server
  | # (This is the one containing directories like bin, client etc.)
  | 
  | jboss.home=d:/ihk/jboss-4.0.0
  | 
  | #d:/ihk/jboss-4.0.0 
  | # Set the path to the JBoss server environment. For 3.2.x it is under JBoss Home
  | # in the server directory either default or all
  | #jboss.server=${jboss.home}
  | 
  | jboss.server=${jboss.home}/server/default
  | 
  | jboss.deploy.dir=${jboss.server}/deploy
  | 
  | # Set the path to the servlet archive
  | servlet.jar=${jboss.server}/lib/javax.servlet.jar
  | #servlet.jar=${jboss.home}/tomcat-4.1.x/common/lib/servlet.jar  
  |  

What client should I point and where? Does anybody know?

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Does JBoss really (try to) create those tables, e.g.

create table TIMERS (
   TIMERID varchar(50) not null,
   TARGETID varchar(50) not null,
   INITIALDATE timestamp not null,
   INTERVAL bigint,
   INSTANCEPK blob,
   INFO blob,
   constraint timers_pk primary key (TIMERID)

in the database? Is it possible to prevent this behaviour? It wouldn't be good if 
JBoss creates such tables in my database because I'm not the only one using it.

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

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


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


[JBoss-user] [Beginners Corner] - Re: Changing default Database on JBoss 4.0

2004-10-25 Thread aibo
Ok, I think it's better to keep hsql for the jms service. Which files do I have to 
remodify? I deleted my informix-jdbc2-service.xml, etc. and put the hsql files 
instead.
What's with the ejb-deployer and those modifications?
I want to keep Informix as current working database and JBoss shall use hsql for the 
jms service.

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - compilation error

2004-10-25 Thread tomb_fish
Hi, I am trying to deploy Duke's Bank app. I've followed the Getting Started with 
JBoss 4.0 guide, but when I try to compile using ant -f jboss-build.xml compile on 
WinXP 
I get following output: 
 
Buildfile: ..\..\j2eetutorial14\examples\bank\jboss-build.xml
  | 
  | prepare:
  | 
  | compile:
  | [javac] Compiling 56 source files to 
D:\ihk\game_design\j2eetutorial14\examples\bank\build
  | 
  | BUILD FAILED
  | D:\ihk\game_design\j2eetutorial14\examples\bank\jboss-build.xml:49: 
D:\ihk\game_design\j2eetutorial14\examples\bank${jboss.home}\client not found. 
 
 
I have also point jboss.home to my installation directory of JBoss in build.properties 
file: 
 
# Set the path to the JBoss directory containing the JBoss application server
  | # (This is the one containing directories like bin, client etc.)
  | 
  | jboss.home=d:/ihk/jboss-4.0.0
  | 
  | #d:/ihk/jboss-4.0.0 
  | # Set the path to the JBoss server environment. For 3.2.x it is under JBoss Home
  | # in the server directory either default or all
  | #jboss.server=${jboss.home}
  | 
  | jboss.server=${jboss.home}/server/default
  | 
  | jboss.deploy.dir=${jboss.server}/deploy
  | 
  | # Set the path to the servlet archive
  | servlet.jar=${jboss.server}/lib/javax.servlet.jar
  | #servlet.jar=${jboss.home}/tomcat-4.1.x/common/lib/servlet.jar  
What client should I point and where? Does anybody know?

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

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


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


[JBoss-user] [EJB/JBoss] - Re: How to configure: message-destination-ref

2004-10-25 Thread robisz
Because it is not supported yet.
Wait for 4.0.1...

You can replace message-destination-ref with resource-env-ref.


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

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


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


[JBoss-user] [EJB/JBoss] - Re: How to configure: message-destination-ref

2004-10-25 Thread GreyDeath
Thanks for the information.

But doesn't that mean that jboss 4.0 is not fully j2ee 1.4 complient?

thanks
Mike

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

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


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


[JBoss-user] [EJB/JBoss] - Re: Jboss 3.2.6 JNDI access from hibernate

2004-10-25 Thread rimmeraj
After looking at code here the problem is that HibernateFactory returns a factory not 
a session

It sould look like ..


InitialContext ctx = new InitialContext();
SessionFactory fac = (SessionFactory)ctx.lookup(java:/hibernate/SessionFactory);
Session ses = fac.openSession();
   
Do what ever here

ses.close();


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

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


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


[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread janilsal
OIL is deprecated.  Just comment the relevane MBean in the jms directory.

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

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


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


[JBoss-user] [EJB/JBoss] - Re: How to configure: message-destination-ref

2004-10-25 Thread robisz
I think so... It seems the tests don't care about message-destination-link.

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

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


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


[JBoss-user] [EJB/JBoss] - Re: JBoss Deployment problem

2004-10-25 Thread skethama
Thank you Darran  !!
Such a dumb mistake.
This Jbuilder 2005 I was using did not even complain about it.

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-10-25 Thread tlthomas1
jboss-net.sar is not in the 3.2.x version either. Any place for a download?

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-10-25 Thread darranl
anonymous wrote : jboss-net.sar is not in the 3.2.x version either

server/all/deploy/

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

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: JBoss 3.2.5 - 4.0.0 migration, principal=null

2004-10-25 Thread schmidts
Hi,

I'm trying to update from JBoss 3.2.4 to 3.2.6 and I experience the same problem. (At 
least I think so at this moment)

Before producing length details, I just wanted to check whether this bug might also 
exist in 3.2.6. Bug #1040200 says that it's been fixed on the JBoss-4 branch. What 
about 3.2.6?

TIA

Stefan


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

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


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


[JBoss-user] [Beginners Corner] - deployment descriptor tag

2004-10-25 Thread adini
Hello,

I am currently migrating my application from jonas 4.0 to jboss 4.0
And I would like to know how to defines the max number of instances of an entity bean 
that can be hold in memory.I can't recognize the equivalent tag in jboss for 
min-pool-size in jonas. And where do I define it in jboss.xml of jbosscmp-jdb.xml

Another question is aubout the flag that will allowning me to use automatic generation 
of primary key like automatic-pk in jonas, and in jboss.xml or jbosscmp-jdbc.xml?

thanks in advance

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

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


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


[JBoss-user] [Beginners Corner] - Re: deployment descriptor tag

2004-10-25 Thread adini
CORRECTION

This is not the  max number of instances of an entity bean that can be hold in memory 
that I am looking for but how to define the number of instances that will be created 
to populate the pool when the bean is loaded for the first time.  

Sorry for the mistake

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

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


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


[JBoss-user] [EJB/JBoss] - Allowing Flash to communicate through JBoss Server

2004-10-25 Thread cyeum14
I developed a flash movie that I've embedded into one of my JSP pages. However, when I 
deploy in Jboss, the flash movie can not communicate with my server. It seems that the 
Jboss server will not allow it to communicate. Does anybody have a solution?

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

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


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


[JBoss-user] [The Lizzard's corner] - Allowing Flash to communicate through JBoss Server

2004-10-25 Thread cyeum14
I have a flash chat module that I've embedded into one of my JSP pages, however, when 
I deploy, the flash movie doesn't communicate with my chat server. It seems that Jboss 
is blocking the communications. Does anybody have a solution?

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

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


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


[JBoss-user] [Nukes User] - Re: Upload/Download Module and Uploading Files to the Server

2004-10-25 Thread chasetec
I'm started working on it but it's not going to be in 1.1. I'll post updates once it 
gets closer to completion.

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

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


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


[JBoss-user] [Installation Configuration] - Configuring Jboss 4.0.0 class path + URGENT

2004-10-25 Thread dayal_78
Hello,
I have configured jboss-4.0.0 to handle ejb3 following the installation directions. 

I have copied the stateless ejb (Calculator) from the tutorial and deployed without 
any problems.

But when I try to run the Client I am getting all sorts of Class Not Found Exceptions. 
Obviously this is due to missing jar files and through some research I have added a 
number of files to the classpath. But I keep getting new class not found exceptions as 
I resolve the previous ones. 

So finally I gave up and want to know if there is any checklist available for setting 
the class path to run the test client.

Here is my current classpath:

.;C:\JBOSS\client\jbossall-client.jar;C:\JBOSS\server\all\deploy\ejb3.deploy
er\jboss-ejb3x.jar;;C:\JBOSS\server\all\deploy\ejb3.deployer\jboss-ejb3.jar;C:\J
BOSS\server\all\deploy\jboss-aop-jdk50.deployer\jboss-aop-jdk50.jar;

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

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


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


[JBoss-user] [Beginners Corner] - new project: is it really for j2ee

2004-10-25 Thread maxgor
Hello there

In my mind to redevelope existing project from C based server and 
java  applet client to  J2EE based one.
In general, it is customer support system: there are Agents and Customers.
Agent  and Customer client application  could be represented as java applet,  Active X 
or any other technology.
I need to authorize them agains database,  route Customer with 
particular issue to particular Agent and provide facility for real time chat
between them.
I would need to provide facility to manage Agents, Customers, Departments
and all this stuff. 
And importand part of the system would be report generation.

I want to learn J2EE on this project, but not sure, if J2EE would be good 
for such project, I mean would I really benefit from J2EE technology.





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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Can not publish a MapMessage

2004-10-25 Thread gmand
I am having problems publishing a MapMesage with jboss 3.2.5 or higher.  When I try to 
publish the message the following exception is thrown on jboss:

anonymous wrote : 10:20:29,078 WARN  [ClientConsumer] Could not send messages to a 
receiver.
  | java.io.EOFException
  | at java.io.ObjectInputStream$BlockDataInputStream.readByte(Unknown Sourc
  | e)
  | at java.io.ObjectInputStream.readByte(Unknown Source)
  | at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:27
  | 9)
  | at java.lang.Thread.run(Unknown Source)
  | 10:20:29,078 ERROR [JMSDestinationManager] The connection to client ID:1 failed.

However, I can publish a TextMessage or an ObjectMessage just fine.  I tried running 
the same code on 3.2.3 and it worked.  Is there a config issue that I am missing?

Here is the code that is sending the message:

anonymous wrote : TopicSession topicSession = null;
  | TopicPublisher topicPublisher = null;
  | 
  | try{
  | topicSession = topicConnection.createTopicSession(false, 
Session.AUTO_ACKNOWLEDGE);
  | topicPublisher = topicSession.createPublisher(topic);
  | 
  | MapMessage msg = topicSession.createMapMessage();
  | msg.setInt(state, state); //0 - On, 1 - Off, 2 - Cycle
  | msg.setString(alias, alias);
  | topicPublisher.publish(msg);
  | }
  | catch(Throwable t){
  | //JMSException could be thrown
  | t.printStackTrace();
  | System.err.println(SACPowerControlBean.powerOff: error);
  | sc.setRollbackOnly();
  | }
  | finally{
  | if(topicSession != null){
  | try{
  | topicSession.close();
  | }
  | catch(JMSException e){
  | }
  | }
  | }

This is inside a session bean, however I have tried to publish with just a standalone 
JMS client and recieve the same error.

Thanks for you help.


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

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


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


[JBoss-user] [Installation Configuration] - Re: JBoss 3.2.6 requires JDK 1.4.2

2004-10-25 Thread curtraddatz
I've run into this also.  JBoss fails almost immediately calling java.net.URLDecoder 
with a method that was implemented in 1.4.  The particular method call could be fixed 
easily but how many other dependencies are there on 1.4?  On our platform we are 
running 1.3.1_10 and 1.4 is not a option for us right now.  I really need to know how 
bad this problem is.  Any help would be appreciated.

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

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


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


[JBoss-user] [Security JAAS/JBoss] - Questions about Custom Login Modules

2004-10-25 Thread minmay
Hello JBoss Community,

I'm in the middle of developing my own custom login
module for JBoss, due to unique security environments
within my organization.

I posted earlier to Beginner's Corner, but I realize
that this really isn't a beginner's question.

I implemented an extension of AbstractServerLoginModule.

I stepped through the code with my remote debugger.

I noticed that the username and passwords are stored
in the call back handler, not in the shared state map.

Then I look at the JBoss code on sourceforge cvs.

I'm afraid to use the UsernamePasswordLoginModule because
it has Strings for username and password in one method.

Is that secure?

Then I browse through the other classes, and it there seems to
be this notion of a shared state map that stores the username
and password.  What is the purpose of that construct?
Isn't that a security hole?  I am guessing that it is not, but I want
to know why.  

Also, what's the purpose of isFirstPass?

Thank you.

-M

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

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


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


[JBoss-user] [Nukes User] - Installation of standalone 1.1 version

2004-10-25 Thread o10526
Running into the following errors during startup.  Could this be a configuration or a 
platform issue?

2004-10-25 14:05:40,313 WARN  [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] U
nable to invoke setDelegate on class loader:org.jboss.web.tomcat.tc4.WebCtxLoade
[EMAIL PROTECTED]

and

2004-10-25 14:05:39,981 WARN  [org.jboss.system.ServiceController] Problem start
ing service jboss.j2ee:jndiName=nukes/User,service=EJB
org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELE
CT OBJECT(p) FROM propertyvalue AS p WHERE p.user = ?1 AND p.property.profile =
?2'; - nested throwable: (java.lang.NoSuchMethodError)
at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.(JDBCEJBQLQuery.j
ava:50)


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

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


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


[JBoss-user] [Javassist user questions] - Class loaders problem

2004-10-25 Thread mcifuentes
Hi everyone:
  I was worked with javasssist a few days but I have a cuesstion about it, but 
the main cuestion is how integrate javassist with jboss, because really I don't know 
after 5 days of work on it.

 My problem is the next,  i created a new class (without problems), but when a 
mdb  try to execute it ways its catch the same error ClassNotFound,  I think that is 
because the class is not in the classloader. Please help me. 



 public static void createScript(String nameScript, String inputTextScript) 
  | throws NotFoundException, CannotCompileException, 
IOException{
  | 
  | try{
  | ClassPool pool;
  | 
  | pool = ClassPool.getDefault();
  | 
  | pool.appendClassPath(classPath);
  | 
  | CtClass newClass = pool.makeClass( nameScript );
  | newClass.stopPruning(true);
  | 
  | CtClass superClass = null;
  | superClass = pool.get( packageName + suffixClass );
  | 
  | newClass.setSuperclass(superClass);
  | 
  | newClass.addConstructor(CtNewConstructor.defaultConstructor(newClass));
  | 
  | executeBody = executeBody + inputTextScript ;
  | 
  | newClass.addMethod(CtNewMethod.make(executeBody, newClass));
  | newClass.writeFile(workingDir);
  | newClass.defrost();
  | newClass.detach();
  | }
  | catch (NotFoundException e ){
  | throw e;
  | 
  | }
  | catch (CannotCompileException e ){
  | throw e;
  | }
  | catch (IOException e ){
  | throw e;
  | }
  | 
  |  
  | }
  |  
  | 
  | 
  | 
  | public static ArrayList executeScript(String name, Mensaje msg){
  | 
  | ArrayList msgs = null;
  | 
  | 
  | Class c = null;
  | 
  | 
  | 
  | try {
  | c = Class.forName(name);
  | } catch (ClassNotFoundException e) {
  | e.printStackTrace();
  | }
  | 
  | 
  | Object testConstructed = null;
  | try {
  | testConstructed = c.newInstance();
  | } catch (InstantiationException e1) {
  | e1.printStackTrace();
  | } catch (IllegalAccessException e1) {
  | e1.printStackTrace();
  | }
  |
  |Script valor = (Script) testConstructed;
  |  
  |msgs = valor.execute();
  |return msgs;
  |
  | 
  | }
  | 

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

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


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


[JBoss-user] [Nukes User] - Re: Installation of standalone 1.1 version

2004-10-25 Thread theute
I am missing some info, but those are just WARNings.

I think that the only thing you have to configure for the standalone version is:
JBOSS_HOME that must point to the standalone Nukes directory.

But unless you have another JBoss with Nukes somewhere else it should work.

Does it deploy to the end ? and do you see something when you go to 
http://localhost:8080/nukes ?


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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem with HAJMS

2004-10-25 Thread Tyler Black
Is this error only happening on one of the nodes in your cluster or both?

I've had this problem occur on a node that is not the master node because of  an error 
in setting up the initial context for the queue lookup.  Make sure that when you are 
setting up the Properties to use for your InitialContext, that the ProviderUrl value 
is the ip's of your cluster, not just localhost:1100.  The jndi name 
UIL2XAConnectionFactory will only be registered on the master node, so if each node is 
looking to localhost:1100 to find the queue, only the master node will find it.

Mind you, this is only a problem if the answer to the first question was only one of 
the nodes.

Good luck,

Tyler

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

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


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


[JBoss-user] [Installation Configuration] - Configure jakarta commons loggin in jboss 3.1.4

2004-10-25 Thread filipjboss
Hi ,

What's the simplest way of configuring jakarta commons logging
in jboss? My current configuration is ignored. I get no output on the console or in 
the log. I thought of defining another log4j logger and hooking it up with Commons 
logging. That doesn't seem possible though.
In the properties file of jakarta commons logging I've tried specifying an alternate 
properties file for the log4j logger. Nothing happens though.

Can anyone help me out?


Thx!

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

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


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


[JBoss-user] [Nukes User] - Re: Installation of standalone 1.1 version

2004-10-25 Thread o10526
Getting this error in the server.log:

2004-10-25 15:42:34,664 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner
] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  

2004-10-25 15:42:39,773 INFO  [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.O
ptionEJB] Table 'PHPBB_VOTE_RESULTS' already exists
2004-10-25 15:42:39,841 ERROR [STDERR] java.lang.NoSuchMethodError
2004-10-25 15:42:39,841 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJ
BQLCompiler.visit(JDBCEJBQLCompiler.java:932)
2004-10-25 15:42:39,841 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.ejbql.ASTSe
lect.jjtAccept(ASTSelect.java:25)
2004-10-25 15:42:39,841 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJ
BQLCompiler.visit(JDBCEJBQLCompiler.java:487)
2004-10-25 15:42:39,841 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.ejbql.ASTEJ
BQL.jjtAccept(ASTEJBQL.java:23)
2004-10-25 15:42:39,842 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.jdbc.JDBCEJ
BQLCompiler.compileJBossQL(JDBCEJBQLCompiler.java:189)
2004-10-25 15:42:39,842 ERROR [STDERR]  at org.jboss.ejb.plugins.cmp.jdbc.JDBCJB
ossQLQuery.(JDBCJBossQLQuery.java:42)


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

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Posting Again: Can Servlet automatically listen to user-spec

2004-10-25 Thread poojac20
Sorry for cluttering the forum. I've already asked this question but without an 
answer. Hence posting again with more clarity. 

Is it possible to configure my servlet in such a way that it listens to a particular 
port, Say 7001?

I want my clients to access this servlet NOT thru HTTP request to jboss port 8080 but 
by posting bytes directly on 7001. The client only knows IP address  port number of 
the host and has no knowledge of servlet existence. It only knows to send bytes in a 
particular order on an IP and its particular port. I need JBoss to route all requests 
on this port to my servlet - and handle multiple requests in the process. 

Will I need to write a separate redirector which listens on the port, wraps these 
bytes in HTTP and sends them to the servlet ? [And hence get into the mess of managing 
threads for mutliple clients and sockets] 


Or is it possible to route everything on 7001 to my servlet automatically? 

Thanx for ne insight 

--- Pooja. 

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

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


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


[JBoss-user] [JBoss Getting Started Documentation] - Re: Error after login on Dukes Bank

2004-10-25 Thread wy_zhu
I had the same problem. The root cause for the problem is still unknown. Any idea 
about restarting could have solved the problem? This is not working for me.


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

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


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


[JBoss-user] [Nukes User] - Re: Installation of standalone 1.1 version

2004-10-25 Thread o10526
We get the following in the browser.

HTTP Status 500 - 



type Exception report

message 

description The server encountered an internal error () that prevented it from 
fulfilling this request.

exception 

java.lang.IllegalStateException
at 
org.apache.coyote.tomcat4.CoyoteResponseFacade.setBufferSize(CoyoteResponseFacade.java:202)
at org.jboss.nukes.servlet.CompressFilter.doFilter(CompressFilter.java:143)
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 org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at 

[JBoss-user] [Installation Configuration] - Entity EJB Locking Policies for JBoss 3.2.5

2004-10-25 Thread rcostanzo
I am currently using JBoss 3.2.5. When we first went into production, it was on 3.2.1. 
Does anybody know if the locking policies have progressed since then? We are using the 
default policy, which causes some object lock contention at the entity EJB level. An 
InstancePerTransaction policy would work wonderfully with our application, but as of 
3.2.1, you could not use caching commit option 'A' with it (which is unacceptable 
performance-wise for our app). Also, any of the other locking policies really weren't 
up to snuff in 3.2.1 for production use. 

So...if anybody is using a better locking policy than the default queued pessimistic 
one, please let me know. Or know if/when a 'NoLock' policy will be able to be used 
with a commit option 'A' for caching. 

Thanks!

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

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


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


[JBoss-user] [Beginners Corner] - Re: SecurityException in Duke's Bank example

2004-10-25 Thread sunofra
I looked at the sourceforge bug and got this to work for me for the web-app.
I'm wondering how I can add authentication ability like this to the app-client. Can 
someone point me in the right direction?
I guess I'm wondering if there is some default LoginDialogin the client jars that 
can be made to pop up when authentication is needed. Or if not, where/how do I provide 
code for my own login dialog.

Thanks!

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - how to test Oracle JDBC persistence

2004-10-25 Thread rvbatchu
Hi,
We have a JMS messaging application that uses topics. We want to test for JDBC 
persistence. We did follow the steps given to configure for Oracle, but we are not 
sure whether the persistence is working or not? I don't see any exceptions thrown. How 
do i really know that the messages are persisted to the database?
 We did login to the databse and did do select messageid from JMS_MESSAGES; and 
found no rows returned. 

Please reply,

Thanks!

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

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: FomatDateTag in JSTL not working

2004-10-25 Thread Bommee
I don't suppose either the author or anyone has had any luck solving this problem?  I 
am running into the exact same problem and would love some direction.

It appears that org.jboss.util.propertyeditor.DateEditor is getting to the Date before 
the FormatDateTag has a chance.  Any idea how resolve this kind of namespace issue?  
(I'm not exactly sure that is the problem, but I am willing to try it).

Cheers

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: how to test Oracle JDBC persistence

2004-10-25 Thread rvbatchu
Sorry for not mentioning that we are using oracle-jdbc2-service.xml as againgt Oracle 
9i database. First we tried with oracle-jdbc3-service.xml which was throwing the 
following exception so we switched to see how it will work with 
oracle-jdbc2-service.xml.

The exception thrown when using oracle-jdbc3-service.xml is as follows:

ERROR [PersistenceManager] Starting failed jboss.mq:service=PersistenceManager
java.lang.NullPointerException
at 
org.jboss.mq.pm.jdbc3.PersistenceManager.removeMarkedReferences(PersistenceManager.java:1559)

Thanks!

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

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: Questions about Custom Login Modules

2004-10-25 Thread minmay
Also...

After further investigation of the AbstractServerLoginModule
class, the javadoc documentation for the class states that:

You may also wish to override

public boolean login() throws LoginException

In which case the last line of your login() method should be

return super.login();

How can that possibly be an accurate statement since 
AbstractServerLoginModule.login() will return false unless
the identity and credentials are stored in the sharedStatemap,
and there also are no mechanisms to standardize the firstPass
feature that places the information in the sharedStatemap.

Are these accurate statements, or am I reading this all wrong?

I am beginning to think that super.login() should be the first
value in the login method, if called at all.  Example:

Why would we need the useFirstPass feature?

What is it?  What is the benefit?

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

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Sporadic CMP insert failures from LOB columns

2004-10-25 Thread craigdberry
Yes, OCI = thick in what I said above.  We've seen this with both OCI and thin drivers.

Any further help from anyone, please?  We can't upgrade to Oracle 10g until this is 
resolved, and all my research on the issue has led nowhere.

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

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: Problems with JAAS authentication and Struts/EJB

2004-10-25 Thread prilmeie
I can confirm your troubles with JBoss 3.2.5 and Struts 1.2.4 - But I am not sure 
whose fault it is. The problem is very clear: JBoss forgets the user principal after 
the next http request.

I haven't found any way to resolve that issue except reauthentification for each 
action. I have written myself an (AspectJ) aspect for constant reauthentification:

public aspect WebAuthentificationAspect
  | {
  | public pointcut authOperations ( HttpServletRequest request ) :
  | within ( de.prilmeier.mysabom.web.action.* ) 
  | ! within ( de.prilmeier.mysabom.web.action.LoginAction ) 
  | args ( *, *, request, * ) 
  | execution ( * execute ( .., HttpServletRequest, .. ) );
  | 
  | before ( HttpServletRequest request ) throws Exception : authOperations ( 
request )
  | {
  | HttpSession session = request.getSession ( false );
  | String password = ( String ) session.getAttribute ( Constants.PASSWORD_KEY 
);
  | String userName = ( String ) session.getAttribute ( 
Constants.USER_NAME_KEY );
  | 
  | LoginCallbackHandler lch = new LoginCallbackHandler ( userName, password );
  | LoginContext lc = new LoginContext ( mysabom, lch );
  | lc.login ();
  | }
  | }

That's no good programming style, but it works.

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

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


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


[JBoss-user] [J2EE Design Patterns] - Re: DAO and EJB

2004-10-25 Thread Min-chang Cha
Hi stryx.

In the most case, DAO pattern is a useful pattern in enterprise environments. Most 
enterprise environments have a variety resource.(as RDB, file system, xml)

DAO pattern removes dependency between business object and resource.
In this case, performance you mentioned is fallen.
However maintainability is improved. 
This is the one of trade-off occured in all design pattern.

If you want to know detail, visit below URL.

http://java.sun.com/blueprints/corej2eepatterns/Patterns/DataAccessObject.html


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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: How to setup JBoss for JMS (not MDB-JMS) ?

2004-10-25 Thread keanthian
what does it mean by Moderated: Ignored FAQ

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

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


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


[JBoss-user] [Clustering/JBoss] - Help needed in Clustering JBoss

2004-10-25 Thread cheenu78
hi all,
I am novice to jboss clustering. To use the feature of jboss clustering I think we 
must run the server in 'all' mode(/server/all).
But by default the server starts only with /server/default. How to do the same? 
Thanks and Regards
Srinivas

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

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


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


[JBoss-user] [Clustering/JBoss] - Clustering across sub-nets?

2004-10-25 Thread jefff
Does JBoss clustering currently support multiple sub-nets, or work across a WAN? If 
not, what tasks would be involved in developing this kind of capbility?

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

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - bytemessage

2004-10-25 Thread wikey
Hello, 

I'm trying to send bytemessage thru JMS, but failed where i receive error message 

java.lang.ClassCastException: org.jboss.mq.SpyTextMessage 

I've tried to check some forum but unfortunately not much info found. 


Snipet sender 
= 
String textPub = hello; 
BytesMessage byteMessage = session.createBytesMessage(); 
byteMessage.writeInt(textPub.length()); 
byteMessage.writeBytes(textPub.getBytes()); 
send.publish(byteMessage); 

Snipet Receiver 
== 
BytesMessage byteMessage = (BytesMessage) message; 
int strLength = byteMessage.readInt(); 
byte[] strBytes = new byte[strLength]; 
byteMessage.readBytes(strBytes); 
String str1 = new String(strBytes); 


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

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


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