[JBoss-user] [Persistence & CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-20 Thread loubyansky
What does the thread dump show when it's in the deadlock?

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-20 Thread loubyansky
Not yet. I will you know when it is.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets & JSP] - Invalid * in servlet mapping

2004-06-20 Thread broughan
Upgraded from JBoss 3.2.3 to 3.2.4 and getting an exception on deployment. Whats wrong 
with this servlet mapping?

  
mainServlet
/csr/*
  

Causes the error 'Invalid  * in servlet mapping' or more specifically:

15:08:42,634 ERROR [ContextConfig] Parse error in application web.xml
java.lang.IllegalArgumentException: Invalid  * in servlet mapping
at org.apache.commons.digester.Digester.createSAXException(Digester.java:2540)
at org.apache.commons.digester.Digester.createSAXException(Digester.java:2566)
at org.apache.commons.digester.Digester.endElement(Digester.java:1061)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.endNamespaceScope(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.handleEndElement(Unknown Source)
at org.apache.xerces.impl.dtd.XMLDTDValidator.endElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Unknown Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.commons.digester.Digester.parse(Digester.java:1548)
at 
org.apache.catalina.startup.ContextConfig.applicationConfig(ContextConfig.java:263)
at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:624)
at 
org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:216)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4268)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
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.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at org.apache.catalina.core.StandardContext.init(StandardContext.java:5412)
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.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:109)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:267)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:68)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:306)
at org.jboss.web.WebModule.startModule(WebModule.java:62)
at org.jboss.web.WebModule.startService(WebModule.java:40)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:271)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:221)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:61)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:53)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:185)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:837)
at $Proxy17.start(Unkno

[JBoss-user] [JCA/JBoss] - JTA Implementation RoadMap

2004-06-20 Thread tokobayashi
Hi,

Accroding to Admin docs,
JBoss Default Transaction Manager has two limitations:

"It does not do transactional logging, and is thus incapable of automated recovery 
after a server crash."

"While it does support propagating transaction contexts with remote calls, it does not 
support propagating transaction contexts to other virtual machines, so all 
transactional work must be done in the same virtual machine as the JBoss server."

And I heard that JBoss 4 will overcome these two limitations,
in JBoss-ML or JBoss-Forum(sorry, i can't show the link).

But I can't get any infomation about this from JBoss 4 RoadMap.
http://www.jboss.org/wiki/attach?page=JBossRoadmap%2FJBoss_4-x_RoadMap.html

Implementing transactional-logging/remote-transaction-propagation will be done in the 
short term(JBoss 4.0 for this summer)? Or in the long term?


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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: MDB ACTIVE but stops consuming

2004-06-20 Thread xibin
We are experiencing the same problem with JBoss 3.2.2 and JBoss 3.2.3.  The symptom is 
that a MDB that has been working fine for days suddenly stops receiving messages. From 
the jmx-console, the queue lists 0 receivers at that time. The queue would start 
building up.

Based on the posts that I read, I'm going to download a new concurrent.jar that comes 
with 3.2.4 and see if it works. I'm also thinking about increasing the pool size of my 
MDB so hopefully this won't happen to all the MDB's. Is that a reasonable thing to do 
or am I being naive here?

Thanks Adrian for your patience. Thanks for previous postings. I will post my result 
after I tried my solution. Did not see anybody post their results about this problem. 

Xibin

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JBoss Book 3.2.x org.jboss.chap2.xmbean.JNDIMap XMBean p

2004-06-20 Thread tysmeister
Hi,

Ok - I have identified the problem relates to the use of the 'java.lang.Object' type 
for the get() and put() operations. If these are set to java.lang.String the behaviour 
is as I expected. 

Thanks and regards,
Andrew

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: unexpected problem with one to one relationship

2004-06-20 Thread raj_kumar
hi alex .
 
   i really apologize for replying u late but i got the solution 
but i really  dont know the actual cause behing it ...while doing hit and trials i 
just thought the key exist in the both the table (EJB)...and i did little change in 
the deployment descriptor ...in the jbosscmp-jdbc.xml i changes the follwing in 
relationship:




  | EARLIER IT WAS--
  | 
  | 
  | RSCTP and RSTTP
  | 
  | 
  | Each RSCTP has one RSTTP
  | 
  | 
  | 
  | rsCTPID
  | RSCTPID
  | 
  | 
  | 
  | 
  | RSTTP to 
RSCTP
  | 
  | 
  | 

now i change it to :-


  | 
  | RSCTP and RSTTP
  | 
  | 
  | Each RSCTP has one RSTTP
  | 
  | 
  | 
  | RSTTP to RSCTP
  | 
  | 
  | rsCTPID
  | RSCTPID
  | 
  | 
  | 
  | 
  | 
  | 

but here RSCTP is an parent EJB and RSTTP is an child i thought that the key exist 
in both the table soo i did this change can u pls tell me what is real cause 
behing this ?.  
i'm using jboss version 3.2.3


thanks 
Raj

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - JBoss Book 3.2.x org.jboss.chap2.xmbean.JNDIMap XMBean probl

2004-06-20 Thread tysmeister
Hi,

Sorry about this very basic question, but I have hit a bit of a brick wall.

I am trying to deploy the XMBean example that accompanies the JBoss 3.2.x 
documentation. I have deployed a SAR file containing the JNDIMap MBean and associated 
deployment descriptors. This shows up fine in the jmx-console agent.

When I invoke the put() and get() operations on the MBean via the jmx-console agent 
the arguments are being passed as null values. This problem does not occur with 
setting and getting attributes. Has anyone else experienced this behaviour? If so I 
would appreciate tips regarding how I might overcome the problem.

I have deployed the example to JBoss 3.2.3.

Thanks and regards,
Andrew

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: Two way authentication rmi over ssl

2004-06-20 Thread cbrettin
Yes... and no. 

For authentication only you can use a SSL connector configured appropriately.
Eg with clientAuth="true" and the necessary trust store.

But with a nice JAAS & role based authentication & authorization you are going to have 
to go deeper.


see the wiki:
http://www.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule
(BaseCertLoginModule recently replaced AbstractCertLoginModule, along with come code 
restructuring )
In my experience CertRolesLoginModule only works with the latest version of JBoss 
(infact  I had to use jbosssx from CVS with the DR4 server; DR4 Jbosssx tries to use a 
null log object during initialisation)

The classes are in a 3.x release as well (can't remember the number, but recent, 
obviously)


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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Any plans for any other databases?

2004-06-20 Thread fbeatty
Hey jae,

I have modified the ddl and the jsp forms to take the new values for SapDB/MaxDB. I 
did the build and deploy for the installer. During the install everything appears to 
work fine until it hits the admin setup page. Once next is clicked it goes the the 
next page to do the update statement and fails (unknown table error). It fails because 
the tables have not been created in the DB. The userid has rights (the proper rights) 
to db and I can even see that the server has connected to the DB server (separate 
machine Linux).

I have marked the database value with the "?trace=dir/file" and have looked at the 
log. It shows no errors until the one listed above.

I know the table and index create statements are correct, I have tested them through 
SQL Studio as I built them. Can you tell me what source file does the executes for the 
SQL statements coming from the XML files?

Thanks.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMS Authentication and JAAS

2004-06-20 Thread bwallis42
Still cannot get this to work. Currently my client application is logging in twice, 
once using JAAS for the ejb access and once when creating the topic connection.

I cannot work out how to unify the security for JMS and EJBs when using both from an 
external client.

thanks,
brian wallis...


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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: on-load strategy limitations

2004-06-20 Thread triathlon98
Seems fixed in 3.2.4

Joachim

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Unpredictable results with cache-invalidation and commit lev

2004-06-20 Thread myname
We are preparing our application for clustered deployment on V 3.2.4. So far 
everything seems to work fine when we are using commit level A and cache-invalidation: 
clustering works, invalidation messages are sent and confirmed as can be seen in the 
locks.

Nevertheless, not all bean instances seem to react on the invalidation messages and 
stick to their local state. We can come around this (at least in several tries), if we 
reduce max-bean-age to a low value (like 10). But we get several ctx-lock warnings 
then.

Those effects make me worry about the confidence I should have in our  clustered 
solution.  I checked my configuration several times against the payed documentation 
but I think that's all fine. 

If anyone could point me to possible error sources here or give me a hint how to 
investigate that further, I would be very pleased.

Volker

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re:

2004-06-20 Thread myname
Alexey,

is that fix already available (and how to use it)?

Regards

Volker

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: unexplained lock in 3.2.4

2004-06-20 Thread bentins
The only unsupported I had were the getId() which were a mistake instead of using 
getPrimaryKey().

After fixing this in my code, I managed to pass this deadlock.  I still get dead locks 
in other places, but I now no what to investigate.One thing is bothering me, this code 
runs without this problem both on 3.2.3 and 3.2.2, is it a bug in those versions that 
allows it to run, or a bug in 3.2.4?

Thanks for all your help

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Entity bean called from a session bean or directly from a cl

2004-06-20 Thread raf
I am using jboss 3.2.3. 
Scenario:
I have an entity bean (BMP) with setX(String value) and getX() methods.
I call it from a session bean SB and from a client CL.


1)I call setX(v1) from SB
2)I call getX() from SB and obtain v1
3)I call setX(v2) from SB
4)I call getX() from SB and obtain v2
5)I call getX() from CL and obtain v1

It seems that the client and the session bean are managing two different instances of 
the bean.
Possible?

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - How do i change port 8080 of C:\jboss-4.0.0DR4\jboss-4.0.0DR

2004-06-20 Thread seybaa
hello i have download C:\jboss-4.0.0DR4\jboss-4.0.0DR4, but the port 8080 is allready 
in used i wanted to change that to something else but as far as i can se it is in 
server.xml in the .sar files .
thnaks

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - MessagingException: 550 ACCESS DENIED

2004-06-20 Thread Frarud
Hi everybody.

I deployed a jsp file from Eclipse and got the following exception:

type Exception report

message 

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

exception 

org.apache.jasper.JasperException: Sending failed;
  nested exception is:
class javax.mail.MessagingException: 550 ACCESS DENIED

at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.jboss.web.tomcat.security.JBossSecurityMgrRealm.invoke(JBossSecurityMgrRealm.java:220)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.CertificatesValve.invoke(CertificatesValve.java:246)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.tc4.statistics.ContainerStatsValve.invoke(ContainerStatsValve.java:76)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:65)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:577)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:197)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
at java.lang.Thread.run(Thread.java:534)


root cause 

javax.servlet.ServletException: Sending failed;
  nested exception is:
class javax.mail.MessagingException: 550 ACCESS DENIED

at 
org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:536)
at org.apache.jsp.simplemail_jsp._jspService(simplemail_jsp.java:76)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
at javax.ser

[JBoss-user] [EJB/JBoss] - Re: Synchronization of Stateful Session Bean

2004-06-20 Thread fruehbeck
Thanks for the immediate response!

My situation unfortunately doesn't provide the second possibility, because the clients 
are connected via CORBA (SFSB are TIE servants) so there will be no client interceptor 
stack, isn't it?. 
I really would have liked to implement the client interceptor, because I really like 
this concept.

A problem I see with the stateful interceptor is the possibility of  deadlock. I had a 
short experimental hack at the QueuedPessimisticEJBLock (inserting the 
EntityLockInterceptor in the container interceptor stack) which provides deadlock 
protection.

Do you think it's worth while investing in the idea? 
At the moment I don't see far enough to be able to decide if I ever get to the bottom 
of the Tx-oriented locking.

I had to remove some consistency checks (eg. regarding the change of transactional 
context), and so I am afraid that I entered into programmatic states that the code  
was not intended to cope with. 
I am at the moment stuck with a continuous sequence of "Start wait on TxLock" / "End 
wait on TxLock" of the two racing threads till the Tx expires - and both get an 
Exception.

Regards.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: CMR / EJB-QL problem?

2004-06-20 Thread loubyansky
Use SQL92 compiler. Current default compiler will be deprecated. The only reason sql92 
compiler was not the default one was that HSQLDB (which is the default JBoss 
datasource) didn't support outer/inner joins and subqueries. Now it does. So sql92 
compiler will be the default one.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence & CMP/JBoss] - Re: Foreign Key is also Primary Key

2004-06-20 Thread loubyansky
Yes, you can. First, get familiar with ejb-jar.xml and mapping in jbosscmp-jdbc.xml.

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

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user