[JBoss-user] [The Lizzard's corner] - Tool for view the used TCP/IP ports

2004-03-19 Thread fbiaggi
Hi,

http://www.foundstone.com/index.htm?subnav=resources/navigation.htmsubcontent=/resources/proddesc/fport.htm

Ciao

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826494#3826494;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread poweribo
without changing a bit and replicating exact configuration, the web app works 
flawlessly in 3.0.5.
does this mean 3.0.8 is not backward compatible? or has it introduced new format in 
xml configs?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826495#3826495;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: Generating attribute tags via xdoclet

2004-03-19 Thread joedev42
Done. Overlooked the value-parameter in the @jmx.managed-attribute tag.

Cheers,
Olaf

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826496#3826496;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread [EMAIL PROTECTED]
There's no new format, it appears your descriptors may have been flawed in the first 
place, but the deployment  (or the parser) was more lenient before. It looks like SAX 
is not even able to find the root element. Try to validate your XML files and you'll 
see if there are any faults.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826497#3826497;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Session becoming null after using it in the same page

2004-03-19 Thread darranl
Any curly braces {} that could be changing the visibility of any session variables?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826498#3826498;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Migrating from 3.0.5 to 3.0.8 (redux!)

2004-03-19 Thread poweribo
the deployment (or the parser) was more lenient before
that what i thought so. ill check it out. the stack trace was not very helpful on 
pinpointing the exact prob though. 

btw, im looking at ejb-jar.xml, jboss.xml, jaws.xml. each ejb has its own, separate, 
set of config files. heres my sample ejb-jar descriptor for privilegeHome (reported as 
errorneous by jboss 3.0.8) 

-
?xml version=1.0 encoding=UTF-8?
!DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN' 
'http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'
ejb-jar
enterprise-beans

ejb-nameprivilege/ejb-name
com.cyberj.catalyst.ejb.entitybean.privilege.PrivilegeHome
com.cyberj.catalyst.ejb.entitybean.privilege.Privilege

ejb-classcom.cyberj.catalyst.ejb.entitybean.privilege.PrivilegeEJB/ejb-class
persistence-typeContainer/persistence-type

prim-key-classcom.cyberj.catalyst.ejb.entitybean.privilege.PrivilegePK/prim-key-class
False

cmp-field
field-nameuserId/field-name
/cmp-field
cmp-field
field-nameprojectId/field-name
/cmp-field
cmp-field
field-nameprivilege/field-name
/cmp-field


/enterprise-beans

assembly-descriptor
security-role
role-namecatalyst.consultant/role-name
/security-role

method-permission
role-namecatalyst.client/role-name

ejb-nameprivilege/ejb-name
method-name*/method-name

/method-permission
method-permission
role-namecatalyst.consultant/role-name

ejb-nameprivilege/ejb-name
method-name*/method-name

/method-permission

method-permission
role-namecatalyst.superuser/role-name

ejb-nameprivilege/ejb-name
method-name*/method-name

/method-permission

method-permission
role-namecatalyst.consultant/role-name

ejb-nameprivilege/ejb-name
method-name*/method-name

/method-permission

method-permission
role-namecatalyst.admin/role-name

ejb-nameprivilege/ejb-name
method-name*/method-name

/method-permission

container-transaction

ejb-nameprivilege/ejb-name
method-name*/method-name

trans-attributeRequired/trans-attribute
/container-transaction

/assembly-descriptor
/ejb-jar
--

am i looking at the right place? there are ejb references in web.xml too. any more 
ideas?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826499#3826499;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Entity Bean Explosion?

2004-03-19 Thread darranl
Are you reading the spec for session beans or entity beans?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826500#3826500;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Losing objects in session

2004-03-19 Thread jayasudan
Hi,

I am also getting the same problem with JBoss 3.2.3  Tomcat 4.1

Did you get any answer for the posting? Pl let me know how you solved the problem if 
you have solved. I am behind this issue for the past 2 weeks and unable to figure out 
whats happening. :(

Any kind of info or pointers could be appreciated. 
Thanx in advance.

FYI: I have posted this issue with subject 'Session attributes are lost after jsp 
forward' under 'HTTPD, Servlets  JSP'.

regards,
Jay

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826501#3826501;View 
the original post/a

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


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


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

2004-03-19 Thread tthiele
I observed similar behaviour with Windows as well as Linux. Make sure that your 
network configuration is really correct. I.e. the _reverse_ ns-lookup must be correct.

Hope it helps
/tilo

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826502#3826502;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Why are the session objects lost?

2004-03-19 Thread jayasudan
Hi ggopal,

I am also getting the same problem with Jboss 3.2.3  Tomcat 4.1

Did you get answer to the issue? Can you pl let me know the solution if you have 
solved the issue? I have been behind this issue for the past 2 weeks and struggling to 
find out whats wrong with my code / config. :(

Any info or pointers related to this issue would be really helpful to me.
Thanx in advance.

FYI: I have posted the issue under 'HTTPD, Servlets  JSP' with subject 'Session 
attributes are lost after jsp forward'.

regards,
Jay.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826503#3826503;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Re: CMP vs. BMP

2004-03-19 Thread nickman
But you did not ask which was most flexible, you asked which was fastest, and for a 
number of reasons, CMP is nearly always faster than BMP. 

JBossCMP is also very flexible. I was able to make it support a series of unusual 
constructs.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826504#3826504;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Error while deploying Fibo Tutorial (UnknownHostException)

2004-03-19 Thread tenebrus
After follow all the tutorial steps, ive got this error on deploying of FiboApp.ear
Ive tryied to deploy the others jars individually, and it worked fine.
Anyone could please help ?
heres the error log :

09:47:12,796 ERROR [MainDeployer] Could not initialise deloyment: 
file:/D:/jboss-3.2.3/server/default/deploy/FiboApp.ear
org.jboss.deployment.DeploymentException: java.sun.com; - nested throwable: 
(java.net.UnknownHostException: java.sun.com)
at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:316)
at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:247)
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:69)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)
Caused by: java.net.UnknownHostException: java.sun.com
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:153)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at sun.net.NetworkClient.doConnect(NetworkClient.java:139)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:402)
at sun.net.www.http.HttpClient.openServer(HttpClient.java:618)
at sun.net.www.http.HttpClient.(HttpClient.java:306)
at sun.net.www.http.HttpClient.(HttpClient.java:267)
at 

[JBoss-user] [Performance Tuning] - Re: how to imporove Jboss performance

2004-03-19 Thread mbeyer73
Wonderful :)

ROTFL
Marcus


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826506#3826506;View 
the original post/a

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


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


[JBoss-user] [Security JAAS/JBoss] - Tomcat SSL does not work on Windows but fine on Unix/Linux

2004-03-19 Thread osf_lover
Hi All,

I am using Jboss 3.2.4 and webcontainer Tomcat 5 bundled with it. I configured it for 
SSL. It works fine on Unix and Linux. But the same does not work on windows, shows 
following errors, any ideas? 




2004-03-19 12:24:41,617 WARN  [org.apache.coyote.http11.Http11Processor] Exception 
getting SSL Cert
java.net.SocketException: SSL Cert handshake timeout
at 
org.apache.tomcat.util.net.jsse.JSSE14Support.synchronousHandshake(JSSE14Support.java:139)
at 
org.apache.tomcat.util.net.jsse.JSSE14Support.handShake(JSSE14Support.java:105)
at 
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:163)
at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1087)
at org.apache.coyote.Request.action(Request.java:405)
at org.apache.coyote.tomcat5.CoyoteRequest.getAttribute(CoyoteRequest.java:951)
at 
org.apache.coyote.tomcat5.CoyoteRequestFacade.getAttribute(CoyoteRequestFacade.java:261)
at 
org.apache.catalina.authenticator.SSLAuthenticator.authenticate(SSLAuthenticator.java:184)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:551)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:66)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:184)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:164)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:92)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:463)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:578)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:149)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:156)
at 
org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:151)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:567)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:972)
at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:206)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:833)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:732)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:619)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:688)
at java.lang.Thread.run(Thread.java:536)
2004-03-19 12:24:41,664 INFO  [org.apache.tomcat.util.net.jsse.JSSE14Support] SSL 
Error getting client Certs
javax.net.ssl.SSLHandshakeException: null cert chain
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.b(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.ServerHandshaker.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.ServerHandshaker.processMessage(DashoA6275)
at com.sun.net.ssl.internal.ssl.Handshaker.process_record(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.SSLSocketImpl.a(DashoA6275)
at com.sun.net.ssl.internal.ssl.AppInputStream.read(DashoA6275)
at java.io.InputStream.read(InputStream.java:88)
at 
org.apache.tomcat.util.net.jsse.JSSE14Support.synchronousHandshake(JSSE14Support.java:126)
at 
org.apache.tomcat.util.net.jsse.JSSE14Support.handShake(JSSE14Support.java:105)
at 
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:163)
at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1087)
at org.apache.coyote.Request.action(Request.java:405)
at org.apache.coyote.tomcat5.CoyoteRequest.getAttribute(CoyoteRequest.java:951)
at 
org.apache.coyote.tomcat5.CoyoteRequestFacade.getAttribute(CoyoteRequestFacade.java:261)
at 

[JBoss-user] [Security JAAS/JBoss] - which keystore certificate for ssl

2004-03-19 Thread Martin0
Hi,

How does the SSLServerSocketFactory know which certificate in the keystore file should 
be presented for SSL?

I expected something to identify the certificate in the Factory config (like alias or 
DN).

Thanks
Martin


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826509#3826509;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-19 Thread raffaelecorvino
Hello
I understand because my client (in execise chap 4 and 5) is wrong, because I don't 
configure Hypersonic database by file myStoreSchema.script, myStorSchema.data and 
myStoreSchemaDrop.script. I put this file in jboss3.2.3's  Hypresonic directory, but 
when I go to http://localhost:8080/jmx-console/index.jsp, under subheading jboss 
there's not service=Hypersonic and I can't execute SQL Statement. Please can anyone 
help me?
thanks very much in advance.
raffaele

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826510#3826510;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Session becoming null after using it in the same page

2004-03-19 Thread jorgewf
No. 

The page works well until a undetermined situation and then it starts to throw 
NullPointerExceptions. 

My guess is that is some problem in HP-UX 11, JDK and JBoss, because I've never seen 
using a variable and, later, the variable becomes null without changin its value. Have 
anyone ever seen such situation before?



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826512#3826512;View 
the original post/a

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


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


[JBoss-user] [Datasource Configuration] - Re: Can anyone help me, i can't configure my JBoss 3.2.3 wit

2004-03-19 Thread [EMAIL PROTECTED]
You should post the error messages you're seeing, otherwise no one is able to help you.


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826514#3826514;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: extremly slow when in debug mode?

2004-03-19 Thread dan2000
are there any document talking about this in detail?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826516#3826516;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: ssl on multiple JBossinstances

2004-03-19 Thread tonyawbrey72
I thought the exact same thing  when I reported it, somebody else has to have this 
working?


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826515#3826515;View 
the original post/a

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


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


[JBoss-user] [EJB/JBoss] - Re: ClassNotFound exception finding Home interface

2004-03-19 Thread [EMAIL PROTECTED]
Make sure you've packaged the class correctly, the directory hierarchy must reflect 
the java package structure. Also make sure the class package declaration matches what 
you think it should be.


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826517#3826517;View 
the original post/a

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


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


[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread darranl
The CMP documentation answers all of your questions.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826519#3826519;View 
the original post/a

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


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


[JBoss-user] [Clustering/JBoss] - Re: JBOSS load balancing

2004-03-19 Thread darranl
No other software is required if you are just accessing session beans.

If you are talking about web application load ballancing then you will need either 
software or hardware.

The clustering documentation explains all of this.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826520#3826520;View 
the original post/a

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


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


[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread darranl
Sorry that should have been clustering documentation (The CMP documentation is very 
good as well.)

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826521#3826521;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - How to setup default web application in JBoss 3.2.x

2004-03-19 Thread MatthewYeh
How to setup default web application in JBoss 3.2.x?

Thanks in advance, 

Matthew Yeh

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826522#3826522;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: HTTP Request Params are lost on form submit to the serve

2004-03-19 Thread wxie
I think I have the similar problem as yours. Now I switched to Jboss3.2.3+Tomcat4.1, 
the problem is the same. It happened randomly only. I didn't happen before with 
Jboss3.0.4+Jetty, no JDK upgrades. Please let me know if you have any clue. 

http://jboss.org/index.html?module=bbop=viewtopict=47183

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826523#3826523;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: JBoss migration methodology

2004-03-19 Thread darranl
You are unlikely to get a lot of help in this forum, this forum is for discussing the 
advanced documentation sold by JBoss.

The JBoss Group may be able to assist you 
http://localhost:8080/jmx-console/cluster/index.html

Alteratively posting your question in the beginners or ejb forum you may find some 
people that have already done this.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826524#3826524;View 
the original post/a

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


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


[JBoss-user] [HTTPD, Servlets JSP] - Re: Losing objects in session

2004-03-19 Thread wxie
Well, I don't loss session object but rather request values. randomly request value 
wouldn't pass to useBean bean objects, either can be get by using 
request.getParameter(). Happens with both JBoss3.2.3+Tomcat4.1 and JBoss3.0.4+Jetty 
HELP!!!


http://jboss.org/index.html?module=bbop=viewtopict=47183 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826525#3826525;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - pay-on-demand docs

2004-03-19 Thread ahardy66
Just a note to say that the JBoss Admin  Development manual is a bit of let-down 
after paying for it. If it was a book in a bookstore and I'd seen it beforehand, I 
would have saved myself the cash. $10 = 4 pints of beer. 

The inclusion of pages and pages of logging output - what's that in aid of? 

The bizarre diagrams as well, some of which are almost illegible. Weird. 

Plus there are  holes in the documentation. For instance, where is a description of 
the .ear file Manifest? 

There you go. Room for improvement I think. And by the way, can you really make money 
on this? Is it worth scandalising the open-source community? Or is this an IMF demand? 
Adam

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826526#3826526;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multicast JMS

2004-03-19 Thread ggimler
Will the new version 0.2 be released today or some time next week?  Perhaps it's 
already been released and I don't know where to look to get it?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826527#3826527;View 
the original post/a

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: custom login module using AbstractServerLoginModule

2004-03-19 Thread ahardy66
It seems to work the way I have programmed it, which violates what the javadoc in the 
AbstractServerLoginModule class tells me to do. 

Is the AbstractServerLoginModule wrong when it nests the Roles group within another 
nestable group? 

I doesn't show up correctly in the logging - the log statement above is my 
implementation's output. When I don't override AbstractServerLoginModule's default 
roles method, then the logging shows no roles added. 

There must be something wrong with it or my implementation. I don't see this as 
acceptable. 

Adam

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826529#3826529;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread jae77
while i do agree that there are holes in the docs and there are areas that could be 
improved upon, i think that they are really invaluable to have. 

i've gone back and referenced what is contained in those documents for my work on 
custom interceptors and subdeployers, and i don't think i would have been successful 
w/o the info contained in the docs. 

and besides, you're getting a full j2ee app server for free , is 10 bux really that 
much money to shell out for documentation?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826528#3826528;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread darranl
What is it that you were actually trying to get out of the manual?

I have found it invaluble when trying to work out how JBoss operates.

Maybe I have got a different version of the documentation to you but I couldn't find 
any logging output that wasnt there to reinforce a point that was being made.

Which diagrams are bizarre?

What is it that you think is missing from the manual and which bits would you like to 
see improved?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826530#3826530;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Entity Bean Explosion?

2004-03-19 Thread loubyansky
 I think the instance will be returned to pool. But where is the context of the 
 instance?

It is thrown away.

 Question is, where the app server gets the context for the bean?

Just creates a new instance.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826531#3826531;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-19 Thread darranl
raffaelecorvino,

Follow the instructions at the bottom of the hsqldb-ds.xml deployment descriptor in 
the deploy folder to enable the MBean.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826532#3826532;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: JBoss - Error while checking if table aleady exists

2004-03-19 Thread loubyansky
Frankly, I don't know. Maybe there is some other cause. This is what I found in the 
net.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826534#3826534;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread ftg314159
I'm upgrading to 3.2.3 from 3.2.1, and I'm seeing a change in behavior using a single 
non-clustering server whose clients are on the same machine.

Previously, my clients would successfully create an InitialContext by referencing 
server/default/conf/jndi.properties, and that worked in 3.2.1.

In 3.2.3, I get a timeout trying to look anything up.

I finally fixed this by adding:
  jnp.disableDiscovery=true
  java.naming.provider.url=jnp://localhost:1099

In running the client code under a debugger, the general problem seemed to be that 
org.jnp.interfaces.NamingContext didn't find anything it liked for a local server, and 
decided to use the discovery code.

My question is: should this have happened ?  Should I have to modify jndi.properties 
in this way for this configuration, or do I have something outside of JBoss 
misconfigured that prevented it from working out-of-the-box ?

I'm a little concerned because the 3.2.1 jndi.properties had a comment saying not to 
use a provider.url of localhost since it forced in-VM calls to go through RMI.

Thanks for any assistance.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826535#3826535;View 
the original post/a

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


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


RE: [JBoss-user] problem with finder findAll

2004-03-19 Thread Alexey Loubyansky



It means the none of home interfacescontains 
findAll.

  
  
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  benoitSent: Wednesday, March 17, 2004 6:37 PMTo: 
  [EMAIL PROTECTED]Subject: [JBoss-user] problem with 
  finder findAll
  
  
  Hi all,
  
  Im trying to insert a finder 
  findAll which answer the entire table.
  Im using a 
  sessionfacade.
  But when i deploy , ive a problem 
  which concern org.jboss.deployment.DeploymentException: Query method not 
  found: findAll
  
  I send you the console : 
  
  
  17:13:28,999 INFO 
  [EjbModule] Starting
  
  17:13:29,030 INFO 
  [EntityContainer] Starting
  
  17:13:29,061 ERROR 
  [EntityContainer] Starting failed
  
  org.jboss.deployment.DeploymentException: 
  Query method not found: findAll
  
   
  at 
  org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCQueryMetaDataFactory.getQueryMethods(JDBCQueryMetaDataFactory.java:274)
  
  


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS HTTPIL Ping Question

2004-03-19 Thread mkprim
I don't understand your question?
  I need a way to detect client disconnection, to inform to my own system to erase the 
client from a connected list.

HTTP is a stateless protocol, unlike UIL2.
 OK

How can sending a message to a client help you? You send the message to the server
not the client?
 This helps me this way: I establish a TemporaryQueueConnection from every client to 
the server. If a clients needs to send a message to the server, it sends a message to 
a preexistent and known queue, and sets the Reply-to header to the TemporaryQueue.
This way, I can associate any client with its queue.
 So every 10 seconds I send a message to every tempQueue I have. If the message send 
fails, I get an exception, and I know I have to remove that client from the connected 
list. Am I clear?
Well, this works with UIL2, but not with the HTTPIL, and I don't know why.
Any idea?

If you want to detect client inactivity, you can use the ClientMonitorInterceptor,
see deploy/jms/jbossmq-service.xml
I'll see if I can override and add my own interceptor in the top of the chain.

Thanks, Marcelo


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826536#3826536;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread darranl
You should never have edited the file in the first place.

That file is for the server not the clients.

It has never been for the clients and it has allways (At least since 3.0.6) had a 
message in it saying not to change it.

The message was changed because way too many people were ignoring the comment and 
editing it anyway.

The server should be left with the file it was distributed with.

The client should be given their own file on their own classpath.




a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826537#3826537;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Should distro jndi.properties work w/non-clustering ?

2004-03-19 Thread ftg314159
Thanks for the reply.  That, of course, makes sense.

However, I think it would be a lot more intuitive if a sample client jndi.properties 
were distributed in the client subdirectory.  With the server one being the only one 
there, it's kind of natural to assume that everyone's supposed to use it.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826538#3826538;View 
the original post/a

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


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


[JBoss-user] Setting classpath in JBoss(Please help)

2004-03-19 Thread Chanchal Malik
Does any body know how to set up classpath for
MQSeries in JBoss??I am using a Servlet for MQseries
which is accessing paramaeters froma HTML form and
creating a MQSeries message and putting it in a
queue.When servlet is invoked then it gives
ResourceException.If anyone is working on JBoss/MQ
then please let me know how to set up MQ in JBoss or
if you know how to set up classpath in JBoss then even
that would be useful for me.

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com


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


[JBoss-user] [Beginners Corner] - SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-19 Thread zeron
Hello All,

Jboss 3.2.3

I am a JBoss newbie..  2 days only.
I was really surprized how easy it is to deploy something under JBoss, but then things 
went bad.

I'm trying to deploy a single ejb.  No external dependencies.. nothing. 
It is packaged in a single jar file like this:

mycomp/
--- /ejb/myejb/
/AAAHome.class
/AAABean.class
/AAA.class
/AAAException.class
/model/
/Foo.class
/Bar.class
META_INF/
---ejb-jar.xml
---jboss.xml


There is nothing out of ordinary in ejb-jar.xml or jboss.xml they define only one SLSB 
ejb.

when I copy the provision.jar (the ejb I want to deploy) to the server/default/deploy 
folder, the deployment starts but fails with this exception:

=

2004-03-19 16:59:27,304 INFO  [org.jboss.deployment.MainDeployer] Starting deployment 
of package: file:/D:/jboss-3.2.3/server/default/deploy/provision.jar
2004-03-19 16:59:27,874 WARN  [org.jboss.ejb.EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError: mycomp/ejb/myejb/AAAException
at java.lang.Class.getMethods0(Native Method)
at java.lang.Class.getMethods(Class.java:737)
at 
org.jboss.verifier.strategy.AbstractVerifier.hasEJBCreateMethod(AbstractVerifier.java:688)
at 
org.jboss.verifier.strategy.EJBVerifier11.verifySessionBean(EJBVerifier11.java:551)
at 
org.jboss.verifier.strategy.EJBVerifier11.checkSession(EJBVerifier11.java:97)
at org.jboss.verifier.BeanVerifier.verify(BeanVerifier.java:159)
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:475)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at java.lang.reflect.Method.invoke(Native Method)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:479)
2004-03-19 16:59:28,235 ERROR [org.jboss.deployment.MainDeployer] could not create 
deployment: file:/D:/jboss-3.2.3/server/default/deploy/provision.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see 
above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at 

[JBoss-user] [Nukes User] - Where's The Beef?

2004-03-19 Thread wobbet
After all of my build issues I can now get into the Nukes home page on my site. But 
there doesn't appear to be any content there. 

When I had the RCX candidate on there I would see a navigation pane on the left-hand 
side but now there isn't anything there. There isn't anywhere for me to log in or to 
do anything. There's just the Featured Modules Coming With This Release and Coming 
Soon To A Nukes Near You. 

If I set my URL to http://localhost/nukes/index.html?module=bb I can see the forums. 
When I successfully log in to the forums I get sent back to the main page (failure to 
log in means I get sent to a page that says I failed to log in and I don't go anywhere 
after that) and the URL ends in ?module=html and there is still no navigation pane on 
the left. 

If I then go back to the forums by changing the module I have to log in again so it 
isn't remembering my login. 

What config am I missing now? Where do I go from here? How do I log in to actually do 
something? 

rjsjr 
 
 


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826541#3826541;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Re: SINGLE ejb jar deploy gives NoClassDefFoundError!

2004-03-19 Thread darranl
Which methods throw the missing exception?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826542#3826542;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread ahardy66
jae77 wrote : and besides, you're getting a full j2ee app server for free , is 10 
bux really that much money to shell out for documentation?

With no disrespect to JBoss as a product, this idea of charging $10 for the docs is 
appalling marketing. There is a whole mind-set behind the idea of open-source 
software. Anyway it's all been gone over before. Just don't forget that as a developer 
I can always get weblogic for 90 days or websphere for 60 or whatever, and not have to 
pay a thing, and have the online docs available. 

How much revenue does it generate? 1000 a month? 5000 a month? It would have to at 
least 1,500 a month to make it worth it - that way it would support a developer and be 
worth the intangible cost of alienating developers who see it as a lame concept. 

Look at mysql - that's the way to do it. You get developers adding to the docs as well 
all the time, so as you rewrite them, you have the comments from them about exactly 
where you need to improve it.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826544#3826544;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Multicast JMS

2004-03-19 Thread ovidiuf
A version that contains everything you need to experiment with your relaying 
solution is ready to be released. I don't want to call it 0.2. Not that the name 
matters, anyway, but 0.2 was supposed to include persistent delivery, and I am still 
working on that.

I will post the URL on the forum later today. Or early tomorrow. 

This is how you configure it:

Let's assume you use the machine A and B on the same LAN and they can see each other 
by multicast, and a machine C that is on a remote site. If your LAN is protected by a 
firewall, you must be able to open a port in the firewall, in this case 12003. If you 
use NAT, forward the port to A.

1. On A, start the JGroups' GossipRouter (you can find a jgroups.jar in the bundle, or 
you can compile it independently http://www.jgroups.org):

java -cp lib/jgroups-core-2.2.1.jar:lib/log4j.jar org.jgroups.stack.GossipRouter -port 
12003

2. On A, have your bridging client look up the RouterConnectionFactory. You 
configure it by modifying etc/router.xml. The only thing to change there is 
router_host, which is is the public IP address of A. The same client has to look up 
ConnectionFactory, which provides  multicast connections. Take a look at 
etc/jndi.properties, you'll find it self explanatory.

3. On C, look up RouterConnectionFactory. It has to be similarily configured. Now A 
and C clients can exchange messages.

4. On B, look up ConnectionFactory. Now A and B clients can exchange messages.

5 If your bridging client on A switches back and forth messages from a connection to 
the other, B and C can exchange messages.

This is just a proof of concept. There is no reason to have an application-level 
bridging client. The bridging between multicast and unicast will be transparently 
handled by JGroups. In a future version, of course.

And by the way, there's no need to write even a line of code to test what I've just 
explained above. Take a look at the interactive client provided with the bundle. There 
is a short description of how it works in the documentation. It can create JMS objects 
(connections, sessions, producers and consumers) at command line so you can mix and 
match and build your prototype.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826545#3826545;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread jae77
ahardy66 wrote : Just don't forget that as a developer I can always get weblogic for 
90 days or websphere for 60 or whatever, and not have to pay a thing, and have the 
online docs available. 
  | 

that is true, but at the end of that 60/90 day period, i have to pay an obscene amount 
of money (way more then 10 bux) in order to obtain a license so i can continue to use 
that product - whereas in jboss's case, i can continue using it for free.

i don't disagree that the docs could be cleaned up and have more added to them, but at 
the same time, that 10 bux that i pay for it is also helping (in some small way) to 
keep the project alive, and is a small amount of money to pay to support a project i 
believe in.

i'd much rather give money to open source software then closed source.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826546#3826546;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Where can I get JBoss.net Documentation? - Urgent !

2004-03-19 Thread kkanagaraj
Hey friends,

I have decided to buy the documentation for JBoss 3.*, But not sure whether that 
document contains JBoss.net or not ?
If yes I will buy it immediately, if no, can any one please let me know on where to 
find the resource.

Or Do I need to follow Apache Axis's documentation for JBoss.net ?
Awaiting ur replies ...
thanks


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826548#3826548;View 
the original post/a

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


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


RE: [JBoss-user] cmr bug in 3.2.4RC1?

2004-03-19 Thread Alexey Loubyansky
This XDoclet results in 1:m with relation table mapping (on my machine).
And it is in fact broken at the moment.
True m:n works fine for me.

Here is an example of unidirectional m:n
   /**
* @ejb.interface-method
* @ejb.relation
*name=B-C
*role-name=B-has-Cs
*target-ejb=C
*target-role-name=C-belongsto-B
*target-multiple=true
* @jboss.target-relation
*related-pk-field=id
*fk-column=C_FK
* @jboss.relation
*related-pk-field=id
*fk-column=B_FK
* @jboss.relation-table
*table-name=B_C
*datasource=${ds.name}
*datasource-mapping=${ds.mapping}
*create-table=${jboss.create.table}
*remove-table=${jboss.remove.table}
*/

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of 
 Heinz-Dieter Conradi
 Sent: Thursday, March 18, 2004 11:22 AM
 To: [EMAIL PROTECTED]
 Subject: [JBoss-user] cmr bug in 3.2.4RC1?
 
 when updating form jboss-3.2.3 to jboss-3.2.4RC1 i noticed 
 that one of my JUnit tests failed. the test is about a m-n 
 relation which is managed by a relation table.
 
 looking at the debugging output it appears that after the 
 setter method for the set no insert method is called. this is 
 what was in 3.2.3:
 
 2004-03-17 08:47:05,698 DEBUG
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertRelationsCommand.Ins
 titution]
 Executing SQL: INSERT INTO T_A_CONTACT(s_b_id,s_b_id) VALUES (?, ?)
 2004-03-17 08:47:05,699 DEBUG
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertRelationsCommand.Ins
 titution]
 Rows affected = 1
 2004-03-17 08:47:05,699 DEBUG
 [org.jboss.ejb.plugins.cmp.jdbc.JDBCInsertRelationsCommand.Ins
 titution]
 Rows affected = 1
 
 but it missing in 3.2.4RC1.
 
 is this a regressin bug in jboss. or i am doing something stupid.
 
 tia, heinz-dieter conradi
 
 
 
 ps: the bean is unidirectional is the code looks as follows:
 
 public abstract class ABean implements EntityBean {
 [...]
 
 /**
  * @ejb.interface-method view-type=local
  *
  * @ejb.relation
  *  name=A-AContact
  *  role-name=A-has-AContacts
  *  target-ejb=B
  *  target-role-name=B-is-an-AContact
  *
  * @jboss.relation-mapping style=relation-table
  *
  * @jboss.relation-table
  *table-name=t_a_contact
  *
  * @jboss.target-relation
  *fk-constraint=${fk-constraint}
  *related-pk-field=aId
  *fk-column=s_a_id
  *
  * @jboss.relation
  *fk-constraint=${fk-constraint}
  *related-pk-field=bId
  *fk-column=s_b_id
  */
 public abstract Set getAContacts();
 
 /** @ejb.interface-method view-type=local */
 public abstract void setAContacts(Set aContacts);
 
[...]
 }
 
 
 
 ---
 This SF.Net email is sponsored by: IBM Linux Tutorials Free 
 Linux tutorial presented by Daniel Robbins, President and CEO 
 of GenToo technologies. Learn everything from fundamentals to 
 system 
 administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/jboss-user
 
 


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread kkanagaraj
hey,
You guys are really confusing me, I just decided to buy that document so that I could 
know more on JBoss.net.
If that doc doesn't provide any info on that, definitely i will not buy it.
Please tell me how do i get more info on JBoss.net, Do I need to follow Axis 
documention? Will it suit for JBoss.net ??
reply me pls

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826549#3826549;View 
the original post/a

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


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


RE: [JBoss-user] cmr bug in 3.2.4RC1?

2004-03-19 Thread Alexey Loubyansky
 This XDoclet results in 1:m with relation table mapping (on 
 my machine).
 And it is in fact broken at the moment.

Fixed in 3.2.4RC2 and 4.0.0DR4.



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


[JBoss-user] [Nukes User] - Re: Basic Usage Documentation?

2004-03-19 Thread jmartinson
so the workflow for that is...

permissions - select component -

which component should i be selecting?  is this a 'manage html' permission?

thanks!

-jacob

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826551#3826551;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - error in deploy a web application

2004-03-19 Thread Silborn
Hi, 
I have a problem during startup of jboss, I try to deploy a web application with the 
embedded 
tomcat, in the configuration file 
/www/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/META-INF/jboss-service.xml
i have put a new host definition:
   
!-- Access logger --
 

 
   
 
 
 
 
 Environment name=default.qrySearchUsers override=true 
type=java.lang.String
  value=select cod_db_user, password from db_user 
where flag_attivo = 'S'/
 
 
 
 
 
 
 
 
 


  
but when i try to start there is an error:
can someone help me.
This is the error :

15:20:05,426 INFO  [SARDeployer] nested deployment: 
file:/www/jboss-3.2.3/server/default/deploy/jbossweb-tomcat41.sar/tomcat-jk2.jar
15:20:08,191 INFO  [STDOUT] Apache Tomcat/4.1.29
15:20:08,315 INFO  [Engine] WebappLoader[]: Deploying class repositories to work 
directory /www/jboss-3.2.3/server/default/work/MainEngine/www.fspnet.infracom.it/_
15:20:08,320 INFO  [Engine] WebappLoader[]: Reloading checks are enabled for this 
Context
15:20:08,690 INFO  [Engine] ContextConfig[]: Missing application web.xml, using 
defaults only
15:20:08,696 INFO  [Engine] ContextConfig[]: Added certificates - request attribute 
Valve
15:20:08,697 INFO  [Engine] StandardManager[]: Seeding random number generator class 
java.security.SecureRandom
15:20:09,618 INFO  [Engine] StandardManager[]: Seeding of random number generator has 
been completed
15:20:09,625 INFO  [Engine] StandardWrapper[:default]: Loading container servlet 
default
15:20:09,667 INFO  [Engine] StandardWrapper[:invoker]: Loading container servlet 
invoker
15:20:09,796 INFO  [Engine] CoyoteConnector Coyote can't register jmx for protocol
15:20:09,827 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
15:20:09,837 INFO  [JkMain] Jk running ID=0 time=1/41  config=null
15:20:09,837 INFO  [EmbeddedTomcatService] OK
15:20:09,837 INFO  [MainDeployer] Adding deployer: [EMAIL PROTECTED]
15:20:09,838 INFO  [MainDeployer] Starting deployment of package: 
file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
15:20:09,925 INFO  [EmbeddedTomcatService] deploy, ctxPath=/invoker, 
warUrl=file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
15:20:09,956 ERROR [MainDeployer] could not start deployment: 
file:/www/jboss-3.2.3/server/default/deploy/http-invoker.sar/invoker.war/
org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: 
(java.lang.NullPointerException)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:440)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.addDeployer(MainDeployer.java:235)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826550#3826550;View 
the original post/a

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


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


[JBoss-user] [Advanced Documentation] - Re: pay-on-demand docs

2004-03-19 Thread darranl
anonymous wrote : With no disrespect to JBoss as a product, this idea of charging $10 
for the docs is appalling marketing. 

I don't quite understand what you mean by it is appaling marketing, if they want to 
charge for a service that they provide what is wrong with that.

anonymous wrote : There is a whole mind-set behind the idea of open-source software. 

But you are unwilling to give anything back, how would you like to see the 
documentation improved?

anonymous wrote : Anyway it's all been gone over before. 

In what way has it all been gone over before?

anonymous wrote : Just don't forget that as a developer I can always get weblogic for 
90 days or websphere for 60 or whatever, and not have to pay a thing, and have the 
online docs available. 

You may be able to get Weblogic and Websphere for free for a limited time, but what 
about the end user that will be running the app that you have developed? 

anonymous wrote : How much revenue does it generate? 1000 a month? 5000 a month? It 
would have to at least 1,500 a month to make it worth it - that way it would support a 
developer and be worth the

Why do they need to justify how much they make to you?  And what puts you in the 
position to consider it a lame concept?  The JBoss group are obviously happy that 
selling the documentation works.

anonymous wrote : intangible cost of alienating developers who see it as a lame 
concept. 

Again, anything to back this comment up?

anonymous wrote : Look at mysql - that's the way to do it. You get developers adding 
to the docs as well all the time, so as you rewrite them, you have the comments from 
them about exactly where you need to improve it.

Yes I agree the documentation for MySQL is excelent, however there are legal issues 
when using the MySQL database commercially without purchasing a licence as that is the 
way that they have decided to fund their development.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826553#3826553;View 
the original post/a

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


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


[JBoss-user] [Clustering/JBoss] - Re: JBOSS load balancing

2004-03-19 Thread Nandkumar
Thanks,
Nandkumar

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826552#3826552;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread chanchal11
I mean I am using JMS QueueSender and QueueReceiver classes in my servlet to send and 
receive messages.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826554#3826554;View 
the original post/a

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


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


[JBoss-user] [Nukes User] - Re: Cannot Get Into Nukes

2004-03-19 Thread sgwood

cd to the nukes directory.

build deploy-components

This will deploy the core components, including the menu.

Modules also have a deploy target.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826555#3826555;View 
the original post/a

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


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


[JBoss-user] [Clustering/JBoss] - Re: JNDI rebinding

2004-03-19 Thread Nandkumar
Hi,

thank you very much.

Yes I am cluster documentation. 
 
We have JAAS login module custom implementation .
while testing failover , when one node goes down (shutdown) switch to other node seems 
to look for security contact switch and not finding (I am not sure).

The problem that I have may be related to how security contact switch happens in case 
failover. any input on JAAS and failover contact switch info might help in resolving 
this issue

thanks
Nandkumar

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826556#3826556;View 
the original post/a

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


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


[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-03-19 Thread davetron5000
OK, I didn't include the details hoping it was an obvious mistake.  Stacktrace is 
below.

server/default/standardjboss.xml contains the default stuff, except for the following 
stanza (to which I added one line):


  |   container-configuration
  |  container-nameStandard Stateless SessionBean/container-name
  |  call-loggingfalse/call-logging
  |  
invoker-proxy-binding-namestateless-rmi-invoker/invoker-proxy-binding-name
  |  container-interceptors
  | 
interceptororg.jboss.ejb.plugins.ProxyFactoryFinderInterceptor/interceptor
  | interceptororg.jboss.ejb.plugins.LogInterceptor/interceptor
  | interceptororg.jboss.ejb.plugins.SecurityInterceptor/interceptor
  | interceptorDaveInterceptor/interceptor
  | !-- CMT --
  | interceptor 
transaction=Containerorg.jboss.ejb.plugins.TxInterceptorCMT/interceptor
  | interceptor transaction=Container 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  | interceptor 
transaction=Containerorg.jboss.ejb.plugins.StatelessSessionInstanceInterceptor/interceptor
  | !-- BMT --
  | interceptor 
transaction=Beanorg.jboss.ejb.plugins.StatelessSessionInstanceInterceptor/interceptor
  | interceptor 
transaction=Beanorg.jboss.ejb.plugins.TxInterceptorBMT/interceptor
  | interceptor transaction=Bean 
metricsEnabled=trueorg.jboss.ejb.plugins.MetricsInterceptor/interceptor
  | 
interceptororg.jboss.resource.connectionmanager.CachedConnectionInterceptor/interceptor
  |  /container-interceptors
  |  
instance-poolorg.jboss.ejb.plugins.StatelessSessionInstancePool/instance-pool
  |  instance-cache/instance-cache
  |  persistence-manager/persistence-manager
  |  container-pool-conf
  | MaximumSize100/MaximumSize
  |  /container-pool-conf
  |   /container-configuration
  | 
All other stanzas are the same.  My Interceptor's source looks like:


  | 
  | import java.io.*;
  | import java.rmi.*;
  | import java.util.*;
  | 
  | import javax.ejb.*;
  | import javax.transaction.*;
  | 
  | import org.jboss.ejb.*;
  | import org.jboss.ejb.plugins.*;
  | import org.jboss.invocation.*;
  | import org.jboss.metadata.*;
  | 
  | import org.jboss.tm.*;
  | 
  | public class DaveInterceptor extends AbstractInterceptor
  | {
  | public void create()
  | throws Exception
  | {
  | super.start();
  | }
  | 
  | public Object invoke(Invocation invocation)
  | throws Exception
  | {
  | String methodName;
  | if (invocation.getMethod() != null)
  | {
  | methodName = invocation.getMethod().getName();
  | }
  | else
  | {
  | methodName = no method;
  | }
  | StringBuffer argsName = new StringBuffer();
  | 
  | Object []args = invocation.getArguments();
  | if (args != null)
  | {
  | argsName.append( );
  | for (int i=0;iargs.length;i++)
  | {
  | argsName.append(args[ i ].getClass().getName());
  | argsName.append(,);
  | }
  | argsName.setLength(argsName.length() - 1);
  | }
  | else
  | {
  | argsName.append(NOARGS);
  | }
  | log.error(methodName +  being called with  + argsName.toString());
  | Object returnValue = getNext().invoke(invocation);
  | log.error(methodName +  returning  + returnValue == null ? null : 
returnValue.getClass().getName());
  | return returnValue;
  | }
  | }
  | 

I have tried putting this in the run.conf JBOSS classpath.  I also tried removing it 
from that and putting it in a jar file and putting that jarfile in the 
server/default/lib directory.  Both had the same result (which is the stacktrace 
below).  This exception occurs for every Session EJB that is being deployed.  I am 
deploying all session ejbs inside one jar file which gets put into 
server/default/deploy.  These exceptions occur during startup of JBoss.

The only other configuration change I made was to add my Informix JDBC driver to the 
run.conf JBOSS classpath.  Everything else is as it was when installed.

Stacktrace:


  | 2004-03-16 17:09:39,526 INFO  [org.jboss.ejb.EjbModule] Deploying AgencySession
  | 2004-03-16 17:09:39,540 WARN  [org.jboss.ejb.EjbModule] Could not load the 
DaveInterceptor interceptor for this container
  | java.lang.ClassNotFoundException: Unexpected error during load of: 
DaveInterceptor, msg=org/jboss/ejb/plugins/AbstractInterceptor
  | at 
org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:206)
  | at 
org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:123)
  | at 

[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread darranl
Ok to get help in the forums you need to provide the following:-

Desription of what you are actually doing.
Tell us the JBoss version
JDK version
OS version

Code snippets
Deployment descriptors / snippets as appropriate.

Stack traces including error messages

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826558#3826558;View 
the original post/a

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


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


[JBoss-user] [Nukes User] - Re: Basic Usage Documentation?

2004-03-19 Thread jmartinson
I was able to add a new block.  How do I edit the content of that block?

Thanks!

-jacob

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826559#3826559;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: loader-repository used but exception is throw when deplo

2004-03-19 Thread shortpasta
i ran into this last night.
it's because you are including a log4j.jar in your ear that's older than the one in 
/lib.

the problem is that your old log4j.jar is using the new log4j.xml configuration from 
/conf.

so to fix this you need to do one of the following in order of preference:
1. remove log4j.jar from your ear so your app ends up using the most recent one from 
/lib which is in sync with the /conf/log4j.xml
2. add log4j.xml to your ear but then you'll have to add the log4j service mbean to 
some jboss-service.xml in your ear.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826561#3826561;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - PostgreSQL 7.4 JDBC Driver

2004-03-19 Thread schumhan
Hi,
i am really a newbie at JBoss so I have maybe a dumb question.
I have a Web-Application (WAR-File) which I deploy with JBoss. Now within this apps i 
access a PostgreSQL DB. I copied the the latest JDBC-Jar into server/default/lib dir. 
Everytime I try to access the driver within my webapps I get an error No Suitable 
driver, when I delete the JDBC Driver he complain about no driver. 
From another posted message I read that I have to change this *xml file and that 
file. I did but now I get more error msg booting JBoss. Is there any easy thing how 
to install the JDBC Drivers and access to them???

Thx for any help,
juergen

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826560#3826560;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: sample program to test MBean

2004-03-19 Thread alanc_yang
This was straight from the example provided.  It encountered the same problem.  Can 
somebody ploease help?

Thanks,
Alan

-

C:\examplesant -Dchap=chap2 -Dex=xmbean1 run-example
Buildfile: build.xml

validate:
 [java] ImplementationTitle: JBoss [WonderLand]
 [java] ImplementationVendor: JBoss.org
 [java] ImplementationVersion: 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200402110851)
 [java] SpecificationTitle: JBoss
 [java] SpecificationVendor: JBoss (http://www.jboss.org/)
 [java] SpecificationVersion: 3.2.3
 [java] JBoss version is: 3.2.3



fail_if_not_valid:

init:
 [echo] Using jboss.dist=r:\

compile:

run-example:

prepare:

chap2-ex1xmbean1-sar:

run-examplexmbean1:
 [java] JNDIMap Class: org.jboss.mx.modelmbean.XMBean
 [java] JNDIMap Operations:
 [java]  + void start()
 [java]  + void stop()
 [java]  + void put(java.lang.Object chap2.xmbean:service=JNDIMap,java.lang.Object 
cha
p2.xmbean:service=JNDIMap)
 [java]  + java.lang.Object get(java.lang.Object chap2.xmbean:service=JNDIMap)
 [java]  + java.lang.String getJndiName()
 [java]  + void setJndiName(java.lang.String chap2.xmbean:service=JNDIMap)
 [java]  + [Ljava.lang.String; getInitialValues()
 [java]  + void setInitialValues([Ljava.lang.String; chap2.xmbean:service=JNDIMap)
 [java] java.rmi.StubNotFoundException: Stub class not found: 
org.jboss.chap2.xmbean.T
estXMBean1$Listener_Stub; nested exception is:
 [java] java.lang.ClassNotFoundException: 
org.jboss.chap2.xmbean.TestXMBean1$Liste
ner_Stub
 [java] at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:98)
 [java] at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:55)
 [java] at 
sun.rmi.server.UnicastServerRef.setSkeleton(UnicastServerRef.java:179)
 [java] at 
sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:142)

 [java] at 
sun.rmi.server.UnicastServerRef.exportObject(UnicastServerRef.java:129)

 [java] at 
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.ja
va:275)
 [java] at 
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.ja
va:178)
 [java] at 
java.rmi.server.UnicastRemoteObject.exportObject(UnicastRemoteObject.ja
va:155)
 [java] at org.jboss.chap2.xmbean.TestXMBean1$Listener.(TestXMBean1.java:28)

 [java] at org.jboss.chap2.xmbean.TestXMBean1.main(TestXMBean1.java:73)
 [java] Caused by: java.lang.ClassNotFoundException: 
org.jboss.chap2.xmbean.TestXMBean
1$Listener_Stub
 [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
 [java] at java.security.AccessController.doPrivileged(Native Method)
 [java] at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
 [java] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
 [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
 [java] at sun.rmi.server.RemoteProxy.loadClassFromClass(RemoteProxy.java:191)
 [java] at sun.rmi.server.RemoteProxy.getStub(RemoteProxy.java:93)
 [java] ... 9 more
 [java] Exception in thread main

 [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 10 seconds

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826562#3826562;View 
the original post/a

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


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


Re: [JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread Chanchal Malik
Hey,
 I am passing some form parameters from a HTML form to
a Servlet which is accessing these parameters and
creating a MQSeries message from these parameters and
sending it to a queue.When servlet is invoked then it
displays name and value of passed parameters but when
MQSeries code is executed then it gives 500
javax/resource/ResourceException.My MQ jar files are
in my application folder(ear) and entries of these jar
files are in application.xml file.Classpath of MQ has
been set using environment variables only.If I need to
set classpath using JBoss too then I am not aware of
that.I m using JBoss 3.0.8 and J2sdk 1.4.2 and I m
working on windows XP.If I need to do any additional
setting then please let me know.I am first time using
Servlet for MQseries. 
--- darranl [EMAIL PROTECTED] wrote:
 Ok to get help in the forums you need to provide the
 following:-
 
 Desription of what you are actually doing.
 Tell us the JBoss version
 JDK version
 OS version
 
 Code snippets
 Deployment descriptors / snippets as appropriate.
 
 Stack traces including error messages
 
 a

href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826558#3826558;View
 the original post/a
 
 a

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

---
 This SF.Net email is sponsored by: IBM Linux
 Tutorials
 Free Linux tutorial presented by Daniel Robbins,
 President and CEO of
 GenToo technologies. Learn everything from
 fundamentals to system

administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
 ___
 JBoss-user mailing list
 [EMAIL PROTECTED]

https://lists.sourceforge.net/lists/listinfo/jboss-user


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com


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


[JBoss-user] [JBoss.NET SOAP] - WebService on JBoss connecting EJB running on Weblogic

2004-03-19 Thread lcastro
Hi,

I have an EJB running on weblogic and I`m trying to deploy a WebService on JBoss to 
access this EJB. Is this possible?

Best Regards

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826563#3826563;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: PostgreSQL 7.4 JDBC Driver

2004-03-19 Thread darranl
Have a look at the Wiki

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

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826564#3826564;View 
the original post/a

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


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


[JBoss-user] [EJB/JBoss] - sfsb ejbActivate and run-as role

2004-03-19 Thread edstorm
Quick question for the experts: I am using jboss-3.2.3 and I have a sfsb with a run-as 
role set.  Everything works fine, except when the container calls ejbActivate - I get 
security exceptions that lead me to believe that the run-as role is not being 
associated with the call.  I have found this in the bug tracker:

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

But this seems to have been reported against the 2.x jboss versions.  I also found 
this patch:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg42073.html

The issue is with a passivate call, but it appears simillar to what I am seeing. 
My question is: Is there a problem with my code, or is it the case that the run-as 
role is not being applied to calls to ejbActivate?

Thanks,
Ed
 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826565#3826565;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - session ejb in diff. contexts

2004-03-19 Thread marcord
Hi All,
I have a question, i have 2 sites 2 different context's, how can i maintain the state 
of a session ejb when i foward from one site to an other.
One site is running on https. same server, debian, apache, jboss 3.2.3 and tomcat 
5.0.19

Any imput would help.

Thanks

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826567#3826567;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
I have set up a many-to-one relation using CMR and Oracle 8i, where the navigation is 
unidirectional from the many side to the one side. In my jboss relation, I set up an 
fk constraint (done via XDoclet). Due to an error in another part of the code, I was 
attempting to delete some of the rows on the one side of the relation without having 
already deleted the foreign keys from the many side. I would have expected an 
integrity constraint violation to be thrown and the transaction to fail. Instead, what 
happened was that the rows on the one side got deleted, and the pointers on the many 
side got set to null! This is contrary to any expectation that a SQL user would have. 
Can anyone explain this, or is this indeed a major bug?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826570#3826570;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Unable to start HSQL Database Manager from JMX Console

2004-03-19 Thread hbwang
I have the same problem in starting the database manager. I am running jboss 3.2 on 
redhat 8. I got the same error message. Anyone has an idea about what causes this 
problem? Thanks.


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826572#3826572;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Setting up JMS servlet in JBoss

2004-03-19 Thread chanchal11
Hey,
 I am passing some form parameters from a HTML form to
a Servlet which is accessing these parameters and
creating a MQSeries message from these parameters and
sending it to a queue.When servlet is invoked then it
displays name and value of passed parameters but when
MQSeries code is executed then it gives 500
javax/resource/ResourceException.My MQ jar files are
in my application folder(ear) and entries of these jar
files are in application.xml file.Classpath of MQ has
been set using environment variables only.If I need to
set classpath using JBoss too then I am not aware of
that.I m using JBoss 3.0.8 and J2sdk 1.4.2 and I m
working on windows XP.If I need to do any additional
setting then please let me know.I am first time using
Servlet for MQseries. 


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826575#3826575;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Error when starting jboss with mysql default ds

2004-03-19 Thread marcord
Hi,
I changed the default database to mysql did the changes in deploy dir to the xml as 
the getting started guide says and modified the conf/standardjbosscmp-jdbc.xml to 
reflect the default ds as mysql and when i restart jboss i get an error. How can i 
correct it, can't seem to find the xml that it says, heres the error from the server 
log :

  | 2004-03-19 00:04:09,167 ERROR [org.jboss.mq.pm.jdbc2.PersistenceManager] Starting 
failed
  | org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message 
recovery may not be accurate; - nested throwable: (java.sql.SQLException: Syntax error 
or access violation,  message from server: You have an error in your SQL syntax near 
'SELECT TXID FROM JMS_TRANSACTIONS) AND TXOP='A'' at line 1)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceManager.java:336)
  | at 
org.jboss.mq.pm.jdbc2.PersistenceManager.startService(PersistenceManager.java:1356)
  | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
  | at $Proxy14.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:394)
  | at org.jboss.system.ServiceController.start(ServiceController.java:411)
  | at org.jboss.system.ServiceController.start(ServiceController.java:411)
  | 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
  | at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:394)
  | 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.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
  | at 

[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread loubyansky
Why is this unexpected? Removing one side detroys relationships, hence, foreign keys 
are set to null.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826576#3826576;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread edikus
That's not what would happen in SQL. The whole idea is that you are PREVENTED from 
doing certain things so that the integrity of your DB is maintained.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826577#3826577;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Your listener stub must be deployed on the server.  The same can be said for a filter 
class you may decide to use. I generally jar the listener stub and the filter together 
and then just deploy the jar file.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826580#3826580;View 
the original post/a

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


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


[JBoss-user] [Persistence CMP/JBoss] - Re: Major CMP bug with relations with JBoss 3.2.2?

2004-03-19 Thread loubyansky
I interpret unidirectional CMR as you can navigate a relationship only in one 
direction. Not that I can't remove the blind side if relationship still exists.
I implement CMP spec, not SQL.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826579#3826579;View 
the original post/a

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


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


[JBoss-user] [Beginners Corner] - Re: retry delay for MDB

2004-03-19 Thread joebarh
With JBoss 3.2.3, there is a JBoss-specific property that you can set on the message 
prior to publication

here is an example

cat.info(Creating a TextMessage ...);
TextMessage outMessage= topicSession.createTextMessage(outString);
outMessage.setStringProperty( modifiedDate, modifiedDate );

//JBoss specific property to delay retry after failure to publish
outMessage.setLongProperty(JMS_JBOSS_REDELIVERY_DELAY, 1); 

cat.info(Publish the message to:  + topic.getTopicName());
topicPublisher.publish(outMessage);  

the delay is in milliseconds.

Good luck

Joe


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826583#3826583;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
but how the stub code, TestXMBean1$Listener_Stub is generated?  it's not generated by 
running ant on the build.xml.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826582#3826582;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - problem with remote client jmx nofications via rmi

2004-03-19 Thread jj
Using 323, I have a remote client that recieves jmx notifications by implementing 
RMINotificationListener.  I instantiate many of these clients. They all receive 
notifications correctly.

However, if I kill one of the clients (just as my users do with 'kill -9' whenever 
they feel like it), the server from then on throws exceptions whenever it trys to 
notify. The exceptions can be seen in my previous post from March 16.

Apparently, the listenerMap in NotificationBroadcasterSupport still has references to 
the listeners in the client that I killed. What's more, it looks like 
NotificationBroadcasterSupport doesn't even know there's a problem since the exception 
gets eaten in NotificationListenerDelegate.

Is this a known problem?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826584#3826584;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Run the 'build-all' target first before running the examples.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826585#3826585;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - from session bean to invoke mbean's method

2004-03-19 Thread alanc_yang
If I have to invoke from a session bean the mbean's method, how to do that, can people 
shed some lights?

Thanks in advance.

Alan


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826586#3826586;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
GREAT!  Thanks a lot.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826587#3826587;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: from session bean to invoke mbean's method

2004-03-19 Thread starksm
Look up the MBeanServer via the MBeanServerFactory and invoke away.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826588#3826588;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: problem with remote client jmx nofications via rmi

2004-03-19 Thread starksm
Yes, I just fixed this for the 3.2.4RC2 or 3.2.4 relase, whichever comes first.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826589#3826589;View 
the original post/a

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


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


[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: (Apache 2.0.45) - ajp13 via jk2 -- (JBoss 3.2.1 and Jak

2004-03-19 Thread amoldc
Where can I find that Doc Please ?

Thanks in advance.
Amol

alexspetty wrote : alexspetty wrote : alexspetty wrote : Fellow JBossonians:
  |   |   | 
  |   |   | I thought it was time to update my how-to guide from december 2002.
  |   |   | 
  |   |   | This guide walks you through setting up:
  |   |   | (Apache 2.0.45) --- ajp13 via mod_jk2 --- (JBoss 3.2.1 and Jakarta-Tomcat 
4.1.24)
  |   |   | 
  |   |   | I hope you find this helpful.
  |   |   | 
  |   |   | Warm Regards,
  |   |   | 
  |   |   | Alexander Petty
  |   |   | The Jaxara Group
  |   |   | www.jaxara.com
  |   |   | 
  |   |   | 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826591#3826591;View 
the original post/a

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


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


[JBoss-user] [Management, JMX/JBoss] - Re: RemoteMBeanServer.addNotificationListener hangs for a wh

2004-03-19 Thread csib
incidentally changing the jboss-service.xml to pooled invoker in in 
jmx-invoker-adapter-server.sar seems to have resolved my hang problem. But 
notifications are not coming back.  Don't see any exception either.

There's probably more to than just changing it to pooled invoker. I kept the client 
code still the same. Do I need to change something else also.  Any pointers would be 
greatkly appreciated. Also if someone can tell me what level of trace or debug to turn 
on to see why notifications are not coming back up that would be great. Just setting 
org.jboss to debug didn't help any.

Here's what I did.  Lines in red denotesmy changes.
 !-- The JRMP invoker proxy configuration for the InvokerAdaptorService --
  |mbean code=org.jboss.invocation.jrmp.server.JRMPProxyFactory
  |   
name=jboss.jmx:type=adaptor,name=Invoker,protocol=jrmp,service=proxyFactory
  |   !-- Use the standard JRMPInvoker from conf/jboss-service.xxml --
  |   attribute name=InvokerNamejboss:service=invoker,type=pooled/attribute
  |   !-- The target MBean is the InvokerAdaptorService configured below --
  |   attribute name=TargetNamejboss.jmx:type=adaptor,name=Invoker/attribute
  |   !-- Where to bind the RMIAdaptor proxy --
  |   attribute name=JndiNamejmx/invoker/RMIAdaptor/attribute
  |   !-- The RMI compabitle MBeanServer interface --
  |   attribute 
name=ExportedInterfaceorg.jboss.jmx.adaptor.rmi.RMIAdaptor/attribute
  |   attribute name=ClientInterceptors
  |   interceptors
  |  interceptororg.jboss.proxy.ClientMethodInterceptor/interceptor
  |  interceptororg.jboss.proxy.SecurityInterceptor/interceptor
  |  
interceptororg.jboss.jmx.connector.invoker.client.InvokerAdaptorClientInterceptor/interceptor
  |  interceptororg.jboss.invocation.InvokerInterceptor/interceptor
  |   /interceptors
  |   /attribute
  |   dependsjboss:service=invoker,type=pooled/depends
  | /mbean
  | 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826592#3826592;View 
the original post/a

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: How to handle dynamic authorization?

2004-03-19 Thread [EMAIL PROTECTED]
I expose a method in my remote interface called 

updatePerson(int personID)

Now the only two roles that can execute this method are admin and isManager.

Observe the person being updated is a parameter being passed into the updatePerson 
method in the remote interface.  

As I understand it, the CustomLoginModule would happen even before the method gets 
executed.  Hence, I've to pass the personID to this module so that I can then 
establish the relationship to the caller.  

Or on the server side can I write a SecurityProxyInterceptor that can add the role 
isManager to the EJBContext?

Thanks!

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826593#3826593;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: explicit /etc/hosts reference required on linux JMS clie

2004-03-19 Thread bghcm
The problem was fixed by:

-Changing invocation layer to UIL2 from OIL 
-Upgrading to 3.2.3 client files (mistakenly was using 3.2.1 on client and 3.2.3 on 
server)

Thanks for the help!



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826594#3826594;View 
the original post/a

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


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


[JBoss-user] [Security JAAS/JBoss] - Re: How to handle dynamic authorization?

2004-03-19 Thread starksm
If the security check depends on the data coming in with the call then you really need 
to use a custom security interceptor. This can be handled by the current custom 
security proxy, or via your own custom security interceptor.


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826595#3826595;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Expiration of JMS messages

2004-03-19 Thread JCMichaelW
We have a client that is using version 3.2.1 of JBoss and is interested in allowing 
JMS messages to live forever.  According to Sun's JMS spec, setting the TIME_TO_LIVE 
on a published message to zero will indicate that the message should not expire.

However, this does not seem to work.  The client is using durable subscriptions and 
non-persistent publishers. Does JBoss support a TIME_TO_LIVE of zero?  Would setting 
JBossMQ to use a different database (e.g. Oracle) be advised?

Thanks for the assistance.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826596#3826596;View 
the original post/a

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


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


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

2004-03-19 Thread [EMAIL PROTECTED]
No it does not support it. Care to implement it?

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826597#3826597;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - Re: Error when starting jboss with mysql default ds

2004-03-19 Thread [EMAIL PROTECTED]
You will find an example configuration for mysql as jms persistence
in docs/examples/jms

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826598#3826598;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread [EMAIL PROTECTED]
What is a non-persistent publisher?
You mean you have configured a publisher to send non persistent messages?

Non persistent messages are lost in the event of server reboot, regardless
of whether the subscription is durable or not.

Yes, I would not recommend using hsqldb in production. 
How many times to have must I repeat this comment or place it in the FAQ
before this sinks in?

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826599#3826599;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread JCMichaelW
What I meant by a non-persistent publisher is that the DELIVERY_MODE is set to 
DeliveryMode.NON_PERSISTENT. 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826601#3826601;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Expiration of JMS messages

2004-03-19 Thread JCMichaelW
We are not looking for the messages to last after the server has been rebooted.  The 
messages should only live for the time the server is running. At most the messages 
last about an hour.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826602#3826602;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - JMS Persistence Manager Exception

2004-03-19 Thread kalyanmulampaka
Hi,
I am getting this exception when sending a message to the queue.
This happens occasionally. 
looks like two messages of the queue are creating the same message id and trying to 
persist in the JMS_MESSAGES table which has message_id and queue name as the Primary 
key.

How is the message id generated?
Is it a hashcode generated from the message?


org.jboss.mq.SpyJMSException: Could not store message: 107056 msg=5326 hard NOT_STORED 
PERSISTENT queue=QUEUE.MyTestQueue priority=4 hashCode=3613670; - nested throwable: 
(java.sql.SQLException: ORA-1: unique constraint (PK_JMSMESSAGE) violated
)



Thanks
Kal


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826605#3826605;View 
the original post/a

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


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


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Persistence Manager Exception

2004-03-19 Thread [EMAIL PROTECTED]
More likely is that you are sharing your JMS_MESSAGES table with
another jboss instance.

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3826606#3826606;View 
the original post/a

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


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


[JBoss-user] [Installation Configuration] - problems deploying an .ear with a web app (.war)?!?!?!?!?!

2004-03-19 Thread f2racer
I'm trying to get my application running, but when I deploy the .ear file I get the 
following error:


  | 17:22:32,026 ERROR [EmbeddedTomcatService] Problem in init
  | org.jboss.deployment.DeploymentException: Was unable to move war to: 
C:\software\jboss-3.2.3\server\default\tmp\deploy\tmp31198carat
  | _auto.ear-contents\carat_auto.war.tmp
  | at org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:296)
  | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:696)
  | at org.jboss.deployment.MainDeployer.init(MainDeployer.java:716)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:632)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
  | at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled
 Code))
  | at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy6.deploy(Unknown Source)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
  | at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
  | at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
  | at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
  | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
  | at java.lang.reflect.Method.invoke(Method.java:386)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:394)
  | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
  | at java.lang.reflect.Method.invoke(Method.java:386)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
  | at java.lang.reflect.Method.invoke(Method.java:386)
  | at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy5.deploy(Unknown Source)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
  | at org.jboss.Main.boot(Main.java:150)
  | at org.jboss.Main$1.run(Main.java:395)
  | at java.lang.Thread.run(Thread.java:568)
  | 17:22:32,088 WARN  [NestedThrowable] Duplicate throwable nesting of same base 
type: class org.jboss.deployment.DeploymentException i
  | s assignable from: class org.jboss.deployment.DeploymentException
  | 17:22:32,088 ERROR [MainDeployer] Could not initialise deloyment: 
file:/C:/software/jboss-3.2.3/server/default/deploy/carat_auto.ear
  | 
  | org.jboss.deployment.DeploymentException: Was unable to move war to: 
C:\software\jboss-3.2.3\server\default\tmp\deploy\tmp31198carat
  | _auto.ear-contents\carat_auto.war.tmp; - nested throwable: 

  1   2   >