[JBoss-user] [JBossCache] - Re: jboss-cache in weblogic 9.0

2005-09-19 Thread ragavgomatam
Hi bela,

Yes...Weblogic 9.0 Diablo works with JGroups 2.2.9 beta  The error that I 
got was java.lang.ClassNotFoundException Lorg.jgroups.Address.. This was 
inspite of jgroups.jar in weblogic server class path
The version of jgroups I used was the one that was bundled with jboss-cache 
1.2.3 which must be groups 2.2.8..

I confirmed it as follows :- java -cp jgroups.jar org.jgroups.Version

Whether this could be due to jrockit 1.5_03 , I don't knowAny way happy to 
be back in business

Finally is it ok to use jboss-cache-1.2.3 with jgroups 2.2.9 ? OR should I wait 
to upgrade to perhaps jboss-cache 1.2.4 ?



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Problem while accessing Oracle datasource from outside o

2005-09-19 Thread bonthus
Hi Scott,

I just want to know how to create deploy a datasource which can be accessed 
from outside of the server ,Like i said above I cant able to deploy my oracle 
datsource in global datasource.

Please help in this regard

Thanks for ur reply

Regards
Bonthu

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: Distinguishing members

2005-09-19 Thread [EMAIL PROTECTED]
No, it is not used by JBossCache; it is used by JBoss Clustering. So for 
JBossCache, the additional data is available.
Another solution would be to replicate the information whether a node is a 
client or server across the cluster using clustering or cache, this is probably 
more portable and you don't need to worry about who's using additional_data.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-19 Thread [EMAIL PROTECTED]
This is a classloader issue caused by your app running in its own scoped 
classloader. The incoming call doesn't know how to pick the correct classloader 
due to the fact that it doesn't know the webapp/classloader mapping. 
Scott, Ben and I are working on a solution. In the meantime, you can do the 
following:
- Use MarshalledValue to wrap your user-defined classes as parameters
- Put your user-defined classes in the lib directory

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: jboss-cache in weblogic 9.0

2005-09-19 Thread [EMAIL PROTECTED]
Yes, JGroups 2.2.9 and 2.2.8 and 2.2.7 are compatible.
This was caused by a problem in the JRockit/JGroups combo, which I resolved in 
JGroups 2.2.9.
Glad it works now

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-19 Thread incivinci
Thanks Bela.

Will try out the suggested options and update you.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Enterprise Java, what are my options ?

2005-09-19 Thread phon
i've posted this question on a couple of other enterprise java forums too. 
maybe someone here can help me out, my apologies if this is not the right 
section to post this question.

I need to develop an application for my company with the following profile:

The application should perform different kind of functions fe stock management, 
sales management, financing functions, organisation managament, etc. So both 
CRUD operations (stock management, client management) as complex business 
operations (fe attaching a sale to a specific client and updating the stock 
accordingly) need to be supported. The application is multi-user and users can 
be in different roles with different access rights (fe global administrator, 
sales administrator, sales user, ...) so authentication and authorization will 
play a role. Off course we don't want corrupt data so i guess transactions will 
come in somewhere too. Last but not least, the app is meant to run inside an 
intranet with a Swing Java GUI program as client.

Can anybody bring in any suggestions what kind of architectural design i could 
use? I'm new to enterprise java and i am kind of lost. I've already read a lot 
about Hibernate, EJBs (the Ed Roman book), EJB3 (the API), J2EE (the 
tutorial),... In any case, we are going to go with open source projects 
(hibernate, jboss ...).

Any suggestions will be greatly appreciated, thanks in advance!


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Can you run JBoss portal on tomat app server?

2005-09-19 Thread jugend
Just downloaded 'Alfresco' open source CMS, and it's based on Jboss Portal and 
it runs on just tomcat engine, seems like it's possible, but it's just 
currently not supported by JBOSS.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - How to setup oracle-ds.xml to connect with Oracle RAC?

2005-09-19 Thread sarinths
I am using JBoss4.0.2 and ojdbc12.jar (oracle driver). I would like to know how 
to set the data source to connect Oracle database which implemented as Oracle 
RAC. 

Please advise.
Sarinthorn.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss restart after DB restart needed?

2005-09-19 Thread riank
Hi e9725082

Did this fix work for you?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - deployment

2005-09-19 Thread gregman_pl
How to obtain at runtime path to where content of current application .ear file 
is unpacked ?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-19 Thread incivinci
Bela, both the options give the desired results.

Awaiting your update on a straight forward approach.

Thanks.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Web Services Beginner

2005-09-19 Thread hsrock
Hi All,

I want to learn Web Services, but I don't know where the start point is.
Please tell me how to begin and what I have to learn to understand and run it 
well.

Sorry for my poor English.
I really need your help.
Thanks.
Rock. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Can JBoss 3.2.3 run on JDK1.5?

2005-09-19 Thread kevinstembridge
Hi,
I'd like to write my application code using JDK 1.5. I know that upgrading to 
JBoss4 will allow me to do this but for the moment I'm restricted to using 
JBoss 3.2.3. 

When I startup JBoss with JDK 1.5 I get the following error. Is this something 
I can fix or will JBoss3 not run on 1.5?

Cheers,
Kevin

10:23:45,871 INFO  [Server] Starting JBoss (MX MicroKernel)...
10:23:45,881 INFO  [Server] Release ID: JBoss [WonderLand] 3.2.3 (build: 
CVSTag=JBoss_3_2_3 date=200311301445)
10:23:45,891 INFO  [Server] Home Dir: C:\dev\jboss-3.2.3
10:23:45,911 INFO  [Server] Home URL: file:/C:/dev/jboss-3.2.3/
10:23:45,911 INFO  [Server] Library URL: file:/C:/dev/jboss-3.2.3/lib/
10:23:45,921 INFO  [Server] Patch URL: null
10:23:45,931 INFO  [Server] Server Name: default
10:23:45,931 INFO  [Server] Server Home Dir: C:\dev\jboss-3.2.3\server\default
10:23:45,941 INFO  [Server] Server Home URL: 
file:/C:/dev/jboss-3.2.3/server/default/
10:23:45,951 INFO  [Server] Server Data Dir: 
C:\dev\jboss-3.2.3\server\default\data
10:23:45,981 INFO  [Server] Server Temp Dir: 
C:\dev\jboss-3.2.3\server\default\tmp
10:23:45,991 INFO  [Server] Server Config URL: 
file:/C:/dev/jboss-3.2.3/server/default/conf/
10:23:45,991 INFO  [Server] Server Library URL: 
file:/C:/dev/jboss-3.2.3/server/default/lib/
10:23:46,001 INFO  [Server] Root Deployment Filename: jboss-service.xml
10:23:46,041 INFO  [Server] Starting General Purpose Architecture (GPA)...
Failed to boot JBoss:
javax.management.InstanceNotFoundException: 
JMImplementation:service=LoaderRepository,name=Default
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1010)
at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:804)
at 
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)
at 
org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:499)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:335)
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:595) 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError: org/jdom/Text jdk1.5 JB3.2.7

2005-09-19 Thread mschwarz
Hi Eric,


your post is some days old, but I have the same problem and was wondering 
whether you solved it in the meantime.

Have you?

Greetings
 Marion

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - DOM-ache

2005-09-19 Thread ammar510
hello, please help me (SOS) 
i build the underling servlet and deploy it on jboss / jbossweb-tomcat50.sar 
but the output was as follow 
 
ref[EMAIL PROTECTED]
  | ref[EMAIL PROTECTED]
  | ref[#document: null]
  | doc[root: null]   

then i copy the code and execute it in a class in the main(String args[]) the 
output was 

 
ref[EMAIL PROTECTED]
  | ref[EMAIL PROTECTED]
  | ref[EMAIL PROTECTED]
  | doc rootattributenamespeed/namevalue2.0 
hz/value/attributeattributenameprovider/namevalueintel/value/attribute/root
 
 

i will loose my mind, what is the problem, how could this happened, there is 
nothing worng please please please please please please please please please 
please please please help me 

 
  | package test;
  | import java.io.IOException;
  | import java.io.StringReader;
  | import javax.xml.parsers.DocumentBuilder;
  | import javax.xml.parsers.DocumentBuilderFactory;
  | import javax.xml.parsers.ParserConfigurationException;
  | import org.w3c.dom.Document;
  | import org.w3c.dom.Element;
  | import org.xml.sax.InputSource;
  | import org.xml.sax.SAXException;
  | import javax.servlet.http.*;
  | public class DomServlet extends HttpServlet
  | {
  |   public void doGet(HttpServletRequest request,HttpServletResponse response)
  |   {
  | response.setContentType(text/html);
  | getXmlData();
  |   }
  |   public void getXmlData()
  |   {
  |   try
  |   {
  |  DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
  |  System.out.println(ref+factory);
  |  DocumentBuilder builder = builder = factory.newDocumentBuilder();
  |  System.out.println(ref+builder);
  |  Document doc = builder.parse(new InputSource(new 
StringReader(getStoredXML(;
  |  System.out.println(ref+doc);
  |  Element root =doc.getDocumentElement();
  |  System.out.println(doc+root);
  |   }
  |   catch (SAXException e)
  |   {
  |  e.printStackTrace();
  |   }
  |   catch (IOException e)
  |   {
  | e.printStackTrace();
  |   }
  |   catch(ParserConfigurationException ex)
  |   {
  | ex.printStackTrace();
  |   }
  |   }
  |   public static String getStoredXML()
  |   {
  | String declaration = ;
  | return ?xml version=\1.0\?+
  |root+
  |attribute+
  |namespeed/name+
  |value2.0 hz/value+
  |/attribute+
  |attribute+
  |nameprovider/name+
  |valueintel/value+
  |/attribute+
  |/root;
  |   }
  | }


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Problem during upgrading from Jboss 3.2.7 to Jboss 4.0.2

2005-09-19 Thread gunjan_iitk
Hi All, 
I am using jboss 4.0.2 . After starting my jboss4.0.2 when i try to create 
scheduler task using our standalone java client which is swing based i GET 
FOLLOWING EXCEPTION ON JBOSS SERVER CONSOLE. bUT I HAVE DEPLOYED THE SAME 
APPLICATION ON jBOSS 3.2.7 AND EVERYTHING WORKS FINE. 
CAN anyone please suggest me why i get this exception explicitly on jboss 4.0.2 
only. 
the lookup code is as follows 
String userTxURL = java:comp/UserTransaction; 
InitialContext ctxt = new InitialContext(); 
UserTransaction xact = (UserTransaction) ctxt.lookup(userTxURL); 
logger.debug(LoggerMessages.getMessage(LeftMethodDebug, 
SchedulerUtil/getUserTrasaction)); 
return xact; 
} catch (Exception e) { 
logger.error(LoggerMessages.getMessage(ErrorMethodDebug, 
SchedulerUtil/getUserTrasaction, e.getMessage()), e); 
e.printStackTrace(); 
throw new SchedulerGenericException( 
UserTransactionHelper could not lookup/create UserTransaction.); 
} 


The server log is shown below: 

15:53:51,609 ERROR [SCHEDULER] Class/Method: SchedulerUtil/getUserTrasaction 
encounter some problems: UserTran 
saction not bound 
javax.naming.NameNotFoundException: UserTransaction not bound 
at org.jnp.server.NamingServer.getBinding(NamingServer.java:491) 
at org.jnp.server.NamingServer.getBinding(NamingServer.java:499) 
at org.jnp.server.NamingServer.getObject(NamingServer.java:505) 
at org.jnp.server.NamingServer.lookup(NamingServer.java:278) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:610) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:701) 
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:572) 
at javax.naming.InitialContext.lookup(InitialContext.java:347) 
at com.thortech.xl.scheduler.common.SchedulerUtil.getUserTrasaction(Unknown 
Source) 
at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.initialize(Unknown 
Source) 
at com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.(Unknown Source) 
at 
com.thortech.xl.scheduler.core.quartz.QuartzSchedulerImpl.getSchedulerInstance(Unknown
 Source) 
at com.thortech.xl.scheduler.core.SchedulerFactory.getScheduler(Unknown Source) 
at com.thortech.xl.scheduler.common.SchedulerUtil.getSchedulerInstance(Unknown 
Source) 
at 
com.thortech.xl.scheduler.ejb.SchedulerControllerBean.insertScheduledTask(Unknown
 Source) 
at 
com.thortech.xl.scheduler.beans.SchedulerControllerSession.insertScheduledTask(Unknown
 Source) 
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.invocation.Invocation.performCall(Invocation.java:345) 
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:
 
214) 
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor
 
.java:185) 
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceIntercepto
 
r.java:130) 
at 
org.jboss.webservice.server.ServiceEndpointInterceptor.invoke(ServiceEndpointInterceptor.java:51)
 
at 
org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
 
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
 
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:335)
 
at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:166) 
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:139) 
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192) 
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
 
at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624) 
at org.jboss.ejb.Container.invoke(Container.java:873) 
at sun.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) 
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 
at java.lang.reflect.Method.invoke(Method.java:324) 
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
 
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) 
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) 
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) 
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) 
at 
org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155)
 
at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104) 
at 
org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:179)
 
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:165) 
at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46) 
at 

[JBoss-user] [JBossWS] - RPC/Literal return value or null

2005-09-19 Thread sonic-dre
Hi

I use an RPC/literal WS4EE JBoss EJB Endpoint. 
The Service Methods returns an Bytearray or null.
And this is a problem, if the method returns an Bytearray everything
works fine, but if the Service returns null following Remoteexception is
thrown by my JWSDP 1.6 Client:


  | RemoteException: Runtime exception; nested exception is:  unexpected null 
value for literal data 
  | at 
com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend(StreamingSender.java:318)
  | at 
com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:300)
  | 

the SOAP Response :


  | ?xml version=1.0 encoding=UTF-8?
  | soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; 
xmlns:xsd=http://www.w3.org/2001/XMLSchema; 
xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  |  soapenv:Body
  |   ns1:myMethodResponse xmlns:ns1=http://myWS.org/method;
  |result xsi:type=xsd:base64Binary xsi:nil=1/
  |   /ns1:myMethodResponse 
  |  /soapenv:Body
  | /soapenv:Envelope
  | 

Is there a way that my JAXRPC Client recognize the xsi:nil attribute
and get a null as return value?

thx

dre

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: jboss 4.0.2 ejb 2.1 ejb-ql order by problem

2005-09-19 Thread dankes
I would realy appreciate some help, because I'm running out of time and I've no 
clue so far where to search for the problem.

Is there nobody who can point me in the right direction to search for the 
problem or give me some pointers to check for?

Thanks

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Have Doubt, Is there any SecurityInterceptor for WebContaine

2005-09-19 Thread rama0206

Hi All,
 Is there any securityInterceptor for WebContainer to Authorize the 
authentivcated user.
Please expalin me, authorization flow on web.

i would be very Thankful, if someone could give hint on same

Thanks,
Ram


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Portlets

2005-09-19 Thread jasperboy
Anyone know of a quick start guide to developing Portlets with JBoss - 
something simple, maybe a couple of EJB's with a few views demonstrating 
interaction with the host environemnt - e.g. personal preferences etc. 

Not after the low-down on the architecture of the JBoss Portlet implementation, 
just a usable tutorial(ish) document that'll get you going quickly.

Many Thanks.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: can not cooect to sqlserver on windows xp or 2003

2005-09-19 Thread saeedy
yes
i install sp2 for sqlserver and not answerd
and when i want install sp4 this message ocured
invalid instance names

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Why System.exit in MBean can not halt the JVM??

2005-09-19 Thread yielruse
The situation is:
I deployed a MBean, whitch derived from ServiceMBeanSupport and call 
System.exit(-1)  int its startService method, in JBoss 4.0.1_sp1. 
Then run %JBOSS_HOME%/bin/run.bat. 
It is very strange that the VM just dosen't halt, and you must explicit close 
the DOS window to make it exit.

I tryed to call systemExit(-1) instead,  but got the same result.

Additional info:
Sun JDK: 1.4.2_06
Windows server 2000

can anybody help me out??
thx.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Error during context restart

2005-09-19 Thread HoleInOne
Just an 'I have this problem too' msg I'm afraid.
ever found a solution to this problem?

Regards,

Hugo


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: browsing messages in queue

2005-09-19 Thread tomerbd2
If i cancel / remove my queue receiver then i can see the messages in 
queuebrowser.  My question is regarding the following scenario:

1. I have a queue sender and a receiver
2. I configure my sender to send more messages than the receiver can accept at 
any point of time
3. I see that the JMS_MESSAGES table is getting filled with more and more 
messages more than the receiver can process
4. I dont see any messages in the queueBrowser... Why is that?

(Note that if i cancel the receiver work totally - which is an MDB then i do 
see the messages in the queuebrowser)

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: JbossCache with Oracle 10g cluster - exception=java.lang

2005-09-19 Thread [EMAIL PROTECTED]
Does this means it works, or not ?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread Motormind
[EMAIL PROTECTED] wrote : This is not possible with the current cache. 
However, when we introduce the Clustered CacheLoader, it might be an option to 
have a local copy. Or, we could use multiple CacheLoaders with CacheLoader 
Chaining. Both of these 2 feature will be introduced in 1.3

Right now I am trying to build a cacheloader that behaves differently, 
according to the configuration file. But when I different cacheloaders, they 
are always set for the whole tree? That is a major pain.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread [EMAIL PROTECTED]
Yes, CacheLoaders are set for the entire tree. We are looking into moving to a 
regions-based JBossCache later on.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Strange caching behaviour

2005-09-19 Thread akpraha
I've just run into a rather strange bug.  I put together a simple HelloWorld 
type portlet using Spring MVC portlet, and after deploying it, it shows up and 
is displayable.  However, when I click on refresh, the following exception is 
thrown:

14:15:22,367 ERROR [[PortalServlet]] Servlet.service() for servlet 
PortalServlet threw exception
  | javax.servlet.ServletException: Unknown result [EMAIL PROTECTED]
  | at 
org.jboss.portal.core.servlet.CoreServlet.render(CoreServlet.java:223)
  | at 
org.jboss.portal.server.servlet.AbstractMainServlet.invoke(AbstractMainServlet.java:81)
  | at 
org.jboss.portal.server.servlet.AbstractMainServlet.doGet(AbstractMainServlet.java:71)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  | 

The strange thing is, that if I wait 30 seconds, and then click on reload, it 
displays properly.  Anybody see anything similar to this?  The same thing 
happens if I submit a simple form - if I don't wait 30 seconds after the 
initial loading of the page, the submit will also cause this exception.  At 
this point I don't know if it's the spring code I'm using or if it's something 
nasty in the portal itself.  In any case, the stack trace contains no 
references to spring classes.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: RPC/Literal return value or null

2005-09-19 Thread sonic-dre

One soloution for this Problem is to change from rpcliteral to documentliteral 
and useing the unwrap function from wscompile.

However I still wonder why a jaxrpc rpcliteral client unexpect null as a  
possible return value.

Sorry this Problem is no JBossWS specific,
but I hope I could help some people with the same problem.

dre 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread Motormind
[EMAIL PROTECTED] wrote : Yes, CacheLoaders are set for the entire tree. We 
are looking into moving to a regions-based JBossCache later on.

So, is it then possible to make one cacheloader, that behaves differently while 
running on several processes? E.g. I want that cacheloader to store state on 
the server processes, but to skip it while running on the clients. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: deploy time configuration of EJB's

2005-09-19 Thread AndiWausS
Another (easy but not very flexible) way could be to use the system property 
service:
define e.g. different portnumbers within different jboss-instances and use the 
variable in the jboss-deployment descriptor ( - ${portnumber} )



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: NoClassDefFoundError: org/jdom/Text jdk1.5 JB3.2.7

2005-09-19 Thread AndiWausS
perhaps the jar whose classdef is not being found is not mentioned within the 
calling jar´s manifest?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Eclipse flags some projects in error for Branch_4_0

2005-09-19 Thread [EMAIL PROTECTED]
Moved the beginners forum. Not a question about the design of the build system
and didn't follow the destructions on wiki.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Can JBoss 3.2.3 run on JDK1.5?

2005-09-19 Thread frankgrimes
http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossWithJ2SDK1.5

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Remote Swing client not working

2005-09-19 Thread spadafora
it works!! thank you so much!

i did read the section you suggested and it works... actually i had to change 
my ejb-jar.xml ... but something small... and set in my auth.conf 
ClientLoginModule as required.

Now i need to do the same job (authentication and authorization) over HTTPS or 
http, would be great to do the login call over https and then use http for 
subsequent calls.
Could you please help me?


thank you in advance for your time.

Ciao

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Can JBoss 3.2.3 run on JDK1.5?

2005-09-19 Thread kevinstembridge
Ok, thanks very much Frank

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 wars can put into a ear file and deploy.

2005-09-19 Thread ant
You can package as many war files into an ear file as you want. Put for each 
war file a separate section
module
  |   web
  | web-urifrontend_1.war/web-uri
  | context-root/root_1/context-root
  |   /web
  | /module
  | 
into your META-INF/application.xml file.
I tested this succussfully.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread [EMAIL PROTECTED]
Sure, depends on what you code. For example, a CacheLoader impl can have its 
own configuration, you could have 2 sets of configurations. Or read a system 
property in your implementation

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - A question, about the SSO

2005-09-19 Thread jpla2005
HI:

I'm trying to configure the JBoss for clustering, and I've a question about the 
SSO. I was read, the wiki page, but I don't have a tc5-cluster-service.xml in 
my JBoss server's folder, and I don't know if it's really necessary, or if 
through the jboss-web.xml file is enough.

thanks

jpla2005

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - How to invoke an MDB

2005-09-19 Thread raja5000
Hi,

I packaged an MDB jar file and a session bean in an .ear format... in which the 
session bean class acts as the client for the MDB. I deployed the ear file and 
it got deployed.. and the Queue which I created was bound...

I called the session bean thru a stand alone client and the look up for the 
Queue executes which I can confirm with the logging ..  then I cud see the 
message in the queue via the jmx console.. 

I need help to retrieve the msg from the queue.. cud anyone help me on this

Thanks in advance
Raja



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread Motormind
[EMAIL PROTECTED] wrote : Sure, depends on what you code. For example, a 
CacheLoader impl can have its own configuration, you could have 2 sets of 
configurations. Or read a system property in your implementation

Actually, I am using seperate configuration files now. Alas, I found out that 
you can't return null values ina CacheLoader implementation, or rhte system 
will balk with nullpointerexceptions. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Configuring durable subscription: Null or empty subscription

2005-09-19 Thread _developer
Hello.

I'm quite new to all this JMS stuff so please give me a hint where to look for 
a solution.
I'm using JBoss 4.0.2 and trying to migrate a J2ee application to this server 
from another app server.
Straightforward translation of descriptors seems to be not enough, I get the 
Null or empty subscription error on deployment. I searched the web and found 
that I should have a jbossmq user defined, and edit jbossmq-state.xml to 
configure subscriptions.

The problem is that I cannot edit jbossmq-state.xml since I create topics at 
runtime, and I do not know topic name at design time.

I do not understand why any secutiry issues are required here, I used to work 
with durable subscriptions without such kind of tuning. Please help me to find 
a simliest way to create a durable connection. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Why System.exit in MBean can not halt the JVM??

2005-09-19 Thread PeterJ
Here is my guess.

JBoss is muti-threaded.  The only thing that System.exti(-1) accomplished is 
that it killed the thread you were running on and set the program exit code.  
The other threads are still running.  To successfully kill the whole 
application, you must terminate all of the threads.  (Actually, the best way to 
get JBoss to terminate is to send it the terminate signal.)


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: segmented persistence

2005-09-19 Thread [EMAIL PROTECTED]
You should be able to. What case is this ?
Do you implement the exists() ? Then I shouldn't even call you.

Note that some work on CacheLoaders in general is planned for the next release 
(1.3)

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Remote connection to JMS Topic fails (yes, I've searched

2005-09-19 Thread genman
This is to do with JNDI lookups, not JMS, and more specifically it's a simple 
socket connect/network issue.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Log4J 1.2.12

2005-09-19 Thread damien
Has anyone tried to use the newly released Log4J 1.2.12 with JBoss yet?  I've 
tried simply dropping it in, as well as building JBoss with the new Log4J jar 
file.  Neither of these approaches seem to work.

I can't seem to get past this problem:  ERROR: invalid console appender config 
detected, console stream is looping.

This is an internal JBoss error which seems to be generated as a safeguard for 
invalid configuration. What it seems to be picking up is the fact that run.jar 
has log4j.properties files in it, and when the server-level log4j.xml gets 
loaded there are then multiple CONSOLE appenders defined.  I'm not sure how 
they were getting around this fact with the old log4j library, and why it 
doesn't work with the new one.

If anyone has any insights, solutions, or suggestions, I'd love to hear them.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: A question, about the SSO

2005-09-19 Thread [EMAIL PROTECTED]
The tc5-cluster-service.xml file is in the /server/all/deploy directory.  It's 
definitely necessary; nothing in jboss-web.xml will provide clustered SSO.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - HELP: Need help configuring ldap login module from java code

2005-09-19 Thread mickknutson
I have the following java code that queries our ldap scheme and then gets the 
proper roles back:

  | ...
  | 

I need to figure out how to put this into a login module to get the same roles 
into my Principal please.
I am using 4.0.3RC2
So I can use org.jboss.security.auth.spi.LdapLoginModule, or 
org.jboss.security.auth.spi.LdapExtLoginModule I think.

I am under a serious time crunch as this was suppose to be complete last week.
You assistance is greatly appreciated


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-19 Thread mickknutson
Forgot the java code...


  | package org.jboss.test;
  | 
  | import java.util.*;
  | 
  | import com.dhl.dss.ldap.*;
  | import com.dhl.dss.ldap.utilities.LDAPAttributeAccess;
  | 
  | import javax.naming.NamingException;
  | 
  | public class RoleLookup {
  | private static final String LDAP_URL = ldap://[ip address]:389;
  | private static final String LDAP_BIND_DN =
  | uid=fastforward,cn=Applications,o=blackhawk;
  | private static final String LDAP_BIND_PWD = [password];
  | 
  | public RoleLookup () {
  | }
  | 
  | public static void main (String[] args) throws NamingException {
  | String uid = user02;
  | RoleLookup rl = new RoleLookup();
  | System.out.println(Looking up roles for UID  + uid);
  | String[] roles = rl.getRoles(uid);
  | for (int i = 0; i != roles.length; i++) {
  | System.out.println(Role  + (i + 1) + :  + roles);
  | }
  | }
  | 
  | public String[] getRoles (String uid) throws NamingException {
  | if (uid == null || uid.length() == 0) {
  | throw new NamingException(No User ID to lookup);
  | }
  | 
  | // connect to LDAP
  | DHLLDAPConnection conn = new DHLLDAPConnection();
  | conn.connect(LDAP_URL, LDAP_BIND_DN, LDAP_BIND_PWD);
  | 
  | // find the DN
  | Hashtable res = conn.search(o=blackhawk, uid= + uid);
  | if (res == null) {
  | throw new NamingException(No entry with UID  + uid +  is 
found);
  | }
  | LDAPAttributeAccess lEntry = new LDAPAttributeAccess(res);
  | String DN = lEntry.getAttributeValue($dn);
  | 
  | // find role(s) this DN belongs to:
  | String[] attrs = {
  | nsrole};
  | Hashtable hRoles = conn.search(DN, (objectclass=*), attrs);
  | if (hRoles == null) {
  | throw new NamingException(No roles found for DN  + DN);
  | }
  | 
  | // iterate through results
  | lEntry = new LDAPAttributeAccess(hRoles);
  | return lEntry.getAttributeValues(nsRole);
  | 
  | }
  | }
  | 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - sql performance difference

2005-09-19 Thread tarikp
hi 
our problem is  differnence execution time  between pl/sql developer and jboss 
application server. 

same select  statments executed in 5 seconds at pl/sql devoleper or oracle 
j-developer , but selfsame excecuted in 30 seconds at jboss application server. 

i checked the index , strings etc. but i dont see any problems.  sample select 
statments is bottom of the page. but we have lots of same problems on different 
statements. 

have you got any idea , can we change any  jboss or java parameter , 
configuration settings , etc ?


thanks

--

select
/*+ INDEX (atd, acc_tran_detail_ind1) */
TO_CHAR(atd.field1) as CUST_ID,   
c.cust_name as CUST_NAME, 
decode(atd.debit_credit_flag, 'A', (sum(amount)*(-1)), sum(amount)) as 
DOCUMENT_DEBIT, 
TO_CHAR(atd.segment2) as ACCOUNT_TYPE
from acc_transaction atn
join acc_tran_detail atd on atd.tran_id = atn.tran_id
join gen_customer c on c.cust_id = TO_NUMBER(atd.field1)
 
-- ACC_TRAN_DETAIL_IND3 (SEGMENT4, ACC_TYPE, DEBIT_CREDIT_FLAG, SEGMENT2) 
and atd.segment4 = '1043'
and atd.acc_type = 'D'
and atd.debit_credit_flag in ('B','A')
and atd.segment2 in ('1','3')
 
  -- ACC_TRANSACTION_INDX1 (TRAN_DATE, UNIT_ID, TRAN_CODE) 
and atn.tran_date = '20050916'
and atn.unit_id = '1043'
and atn.tran_code in (select temp.tran_code from acc_transaction_template 
temp )
--and nvl(atn.cancel_flag, 0) = 0
--and nvl(atn.cancelled_tran_id, 0) = 0
and atn.status = '1' 
 
where 
--atd.segment1 = 1
atd.segment1 in(1,4)
--and atd.field1 = '2011906'
--and c.cust_name like 'I%'
group by atd.field1, atd.debit_credit_flag, atd.segment2, c.cust_name










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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Error decoding request Read timed out - in logs

2005-09-19 Thread jgargano
There are miles of this my jboss logs.  Any Ideas?

Thanks,
Justin


2005-09-19 14:09:54,835 ERROR [org.apache.jk.common.HandlerRequest] Error 
decoding request
java.io.InterruptedIOException: Read timed out
at java.net.SocketInputStream.socketRead(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:85)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:181)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
at java.io.BufferedInputStream.read(BufferedInputStream.java:275)
at org.apache.jk.common.ChannelSocket.read(ChannelSocket.java:498)
at org.apache.jk.common.ChannelSocket.receive(ChannelSocket.java:436)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:597)
at org.apache.jk.common.JkInputStream.receive(JkInputStream.java:300)
at 
org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:465)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:343)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:562)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
at java.lang.Thread.run(Thread.java:479)
2005-09-19 14:09:54,837 INFO  [STDOUT] 12 34 02 8c 02 04 00 08 48 54 54 50 2f 
31 2e 31  | .4.?HTTP/1.1
2005-09-19 14:09:54,837 INFO  [STDOUT] 00 00 15 2f 61 63 74 69 76 61 74 65 2f 
66 69 6e  | .../
and so on


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - MessageCache Store (MySQL) for JMS continues to grow over ti

2005-09-19 Thread lrae
Running 4.0.2.  Have tested with Default hypersonic and with MySQL Version 4.x  
 Problem occurs with both databases.   Yes, all messages are getting delivered, 
as I have verified this, and I see the DELETE instuctions sent to the 
database.

My messages are large (3-10 MB).  And yes - we are rearchitecting our 
application to not send these huge messages.   

As my messages get softened and temporarily sent to a data store, and while the 
messages are INSERTed and DELETEed from mySQL, my database keeps growing -  
why?   Is there a commit that isn't being done? - I assume I need to add 
another configuration setting some where, but cannot find any references to why 
my database keeps growing although JMS as removed the messages..

Any help/insight would be appreciated.

Thank -you,

Linda Rae

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Remote connection to JMS Topic fails (yes, I've searched

2005-09-19 Thread jmihalich
I understand this is a JNDI lookup issue, and that it is some type network 
issue.  However, I am unable to resolve the issue, and it is JBoss that is 
throwing the exception on the server side.  This has been a known issue with 
multi-homed boxes, and suggestions for fixes have been offered...of which, none 
work for me.

So, I need to understand why this is happening.  As far as I and our network 
engineers have determined, the network and all ports are set up correctly.  We 
can connect to the jmx-server, and all of our web services remotely on port 
8080...but this lookup on port 1099 is causing this error.

If this is a simple network/socket issue, then please tell me what is wrong.

Thanks,
Joe


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: A question, about the SSO

2005-09-19 Thread jpla2005
ok, thanks. But I wasn't found any documentation about this theme. Can you tell 
me some link or place where I cant see?.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Endpoint cannot handle requests in state: CREATED

2005-09-19 Thread elmosca2
Hi,

I am using a recent jboss-head build (last week), JDK5.0 and EJB3.

I am testing jbossws for the first time using jsr-181. I've created an EJB3 
stateless bean with the corresponding annotations and its remote interface.

The service:

@WebService(name = AdminService, targetNamespace = 
http://this.test.com/service/AdminWebService;, serviceName = AdminWebService)
  | @PortComponent(contextRoot=/adminws, urlPattern=/*)
  | @Remote(AdminWebServiceRemote.class)
  | @RemoteBinding(jndiBinding = /ejb3/AdminEJB3EndpointInterface)
  | @Stateless
  | public class AdminWebService implements AdminWebServiceRemote
  | { 
  | // some simple methods here
  | 
  | @WebMethod
  | public void method1() {
  |// ...
  | }
  | 
  | }

To test this I have a client and I generate the stubs using axis-wsdl2java. 
But, when I execute the test I get this axisFault:

Endpoint cannot handle requests in state: CREATED

Any ideas there?


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: A question, about the SSO

2005-09-19 Thread [EMAIL PROTECTED]
You mentioned the wiki page, so you probably saw this

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

The ClusteredSSO valve is a subclass of the valve that comes with standalone 
Tomcat, so the Tomcat docs apply as well:

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html#Single%20Sign%20On

and

http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/valve.html (at the 
bottom).

Improving the wiki page is on my todo list, but might be a while :(



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Endpoint cannot handle requests in state: CREATED

2005-09-19 Thread elmosca2
I forgot to attach the exception from JBoss:

20:38:25,888 ERROR [ServiceEndpoint] SOAP request exception
  | javax.xml.rpc.soap.SOAPFaultException: Endpoint cannot handle requests in 
state: CREATED
  | at 
org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:172)
  | at 
org.jboss.ws.server.ServiceEndpointServlet.doPost(ServiceEndpointServlet.java:81)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:156)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:53)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:868)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Override Portlet Renderer Class(es)

2005-09-19 Thread mholzner
I'm working on this feature. This will be exposed via properties which can be 
defined for the portal, the page, and the window. Still in concept phase though 


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JSF RI portlet --Minimize/Maximize?

2005-09-19 Thread mholzner
does the layout work with a 'regular' page ? Meaning: a page with regular 
portlets ? 



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - A question with the session

2005-09-19 Thread jpla2005
I'm trying to develop a aplication that will be run in a cluster, and I've a 
question. In the JBoss cluster, I wanna kept the session, because if the first 
resquest is in the node1 for example and the secound in node2 the session that 
I was create in the first request isn't valid in the secound request. And it's 
not my objective. Somebody, can explain me this?.

thanks

jpla2005

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: The magic behind transaction control and Session beans

2005-09-19 Thread jignesh_rangwala
who said its magic, just let me know your application server and your xml 
deployment descriptor

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: A question with the session

2005-09-19 Thread darranl
Are you talking about web application sessions or stateful session beans?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: why jboss doesn't start in eclipse

2005-09-19 Thread jignesh_rangwala
why dont u upgrade to eclipse3.x and using jbosseclipse Ide.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: A question with the session

2005-09-19 Thread jpla2005
the web application session (httpSession)

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - setIdentity in BaseCertLoginModule

2005-09-19 Thread rpa_rio
Sometimes i log in the system with a client certificate of the owner of one 
company that has the access to my system, once this user is validated i only 
need to use the identity of the company by replacing the identity of this user 
by company identity, for this i need the setIdentity in BaseCertLoginModule.
I my case i must store in my system only the companies certificates and not the 
users certificates and i know about which company this user belong by reading 
certificate extensions and storing the necessary info with company certificate 
in users table that is read by jaas login module.
This addition is possible?

Thanks for any answer.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - HttpServletRequestValve

2005-09-19 Thread aycanirican
How to enable HttpServletRequestValve? Is it enabled by default?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: All elements are SOAPElements?

2005-09-19 Thread platinumdragon
Nope.  The JAX-WS 2.0 EA is just as poorly designed, and apparently completely 
unusable from JBoss.  

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: LdapLoginModule search scope

2005-09-19 Thread jsb
This seems to come up fairly frequently when using Active Directory.  Not sure 
why, maybe because admins are encouraged to sub-container users for group 
policy assignment?

I believe most people solve this by writing their own login module, which JBoss 
makes very easy.  But considering that JBoss already provides an LDAP login 
module that does almost everything needed, it seems like it might be a good 
idea to make a small change to this provides module to support a search scope 
extending below the starting container.

For example, replace line 312 of the 
org.jboss.security.auth.spi.LdapLoginModule in JBoss AS 4.0.2 with:

  | SearchControls ctls = new SearchControls();
  | ctls.setReturningAttributes(roleAttr);
  | ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);
  | String filter = ( + uidAttrName += + username + );
  | NamingEnumeration answer = ctx.search(rolesCtxDN, filter, ctls);
  | 
Then, the LdapLoginModule could be used out-of-box with Active Directory even 
when users are placed in containers under the Users (or People, etc.) container.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Enterprise Java, what are my options ?

2005-09-19 Thread genman

For business process flows, JBPM.

For database access (managing business data) EJB3 or Hibernate.

Authorization/security can be handled by JAAS. I guess if your protocol from 
the client/server is web services over HTTPS, you can use it.

Always build a small and simple app first, and work off other people's examples 
to begin with. Remember that somebody has probably already built the pieces for 
your application, you just need to find and steal them.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: Datasource MBeans stop to answer for some datasources

2005-09-19 Thread genman

Can you retest with a later version of JBoss?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Need help with startup service

2005-09-19 Thread genman


public void jbossInternalLifecycle(String arg0) throws Exception {
} 

?

You should only override startService not start etc.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JMX and some instances of application

2005-09-19 Thread genman

jmx-console?

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HttpServletRequestValve

2005-09-19 Thread aycanirican
Put these in WEB-INF/context.xml

  | Context
  |Valve 
className=org.jboss.web.tomcat.security.HttpServletRequestValve/
  | /Context
  | 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: JCA and Legacy Systems

2005-09-19 Thread genman

The advantages with creating a JCA connector is so that you can create a 
pooled, managed resource that can take part in a JTA (transaction). And 
integrates better with EJB, supports security, etc.

For simple resources, such as read-only look up services, I would advise 
creating an MBean instead.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Shutting down JBoss

2005-09-19 Thread Namecaf
Hi, I'm not sure if this is right place for this question, but since I'm fairly 
new to JBoss I suppose it's the most appropriate.

Does anyone know if it's possible to call something in your java code that will 
effectively shutdown the JBoss server? I'm working on project and the client 
has requested a feature such that if something serious goes wrong; rather than 
writing huge logs indefinitely, it will shut itself down.

Thanks.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Allocate UDP port

2005-09-19 Thread javadeveloper30

I need to allocate two UDP ports for hearbeat monitoring in Jboss 4.0.2.
need to know the procedure to configure this. Anyone does this before ? 

thanks in advance.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with JSP import

2005-09-19 Thread wiley173
http://www.jboss.org/index.html?module=bbop=viewtopict=69461

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Default port for JMS Server

2005-09-19 Thread javadeveloper30

What is the default port for JMS service on Jboss 4.0.2 . Is it configurable ?


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problem with JSP, import package

2005-09-19 Thread wiley173
you have to have a reference to the lib in your descriptor also

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-19 Thread mickknutson
Can I turn this java class into my own LdapAuthenticationModule? If so, how 
please?

I really, really, really need to solve this tonight. Please, please help 
someone

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Sudden and unexpected shutdown of JBoss

2005-09-19 Thread perseus
I have deployed a web/ejb application in jboss (size of EAR 1.5MB) and I'm 
using Apache 2.0 with Ajp13 before. The previous version (EAR 1.4MB) works fine 
for several weeks in production. Now I've added some new features and we face a 
very strange behaviour of the Jboss server.

After two round about 2 hours online the JBoss server performs a shutdown 
without any visible reason. It's not crash or exception. The only message in 
the logs with full tracing enabled is:
Shutdown 48 MBeans and so on and then the server is going down gracefully.

What are the reasons for JBoss to perform a shutdown himself?
How to find out more about the reason?

Thanks for any comments.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: 2 wars can put into a ear file and deploy.

2005-09-19 Thread chwang
Ant, 
Thank you for your reply.
I did,

But I still got the error after I started Jboss
-- 
17:50:00,976 INFO [WebappClassLoader] Illegal access: this web application 
instance has been stopped already. Could not load test.myapplcaion.runfilter. 
The eventual following stack trace is caused by an error thrown for debugging 
purposes as well as to attempt to terminate the thread which caused the illegal 
access, and has no functional impact. 

--- 

the interesting is after I changed UseJBossWebLoader attribuate from false 
(default) to true  in Jboss-service.xml  in  
server\default\deploy\jbossweb-tomcat55.sar\META-INF,  then started  Jboss 
again. this error is gone, looks perfect.  But only one war is loaded. What is 
worng? 

 !-- A flag indicating if the JBoss Loader should be used. This loader
   uses a unified class loader as the class loader rather than the 
tomcat
   specific class loader.
   The default is false to ensure that wars have isolated class loading
   for duplicate jars and jsp files.
  --
  true
 

 Thank you!

Chwang


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: HELP: Need help configuring ldap login module from java

2005-09-19 Thread anguyen
Have you looked at 
http://docs.jboss.org/jbossas/jboss4guide/r3/html/ch8.chapter.html#d0e18741.

From my understanding of your code, the login module config should look 
something like:

  | login-module code=org.jboss.security.auth.spi.LdapLoginModule 
flag=required
  |   module-option 
name=java.naming.factory.initialcom.sun.jndi.ldap.LdapCtxFactory/module-option
  |   module-option name=java.naming.provider.urlldap://[ip 
address]:389/module-option
  |   module-option 
name=java.naming.security.authenticationsimple/module-option
  |   module-option 
name=java.naming.security.principaluid=fastforward,cn=Applications,o=blackhawk/module-option
  |   module-option 
name=java.naming.security.credentials[password]/module-option
  |   module-option name=principalDNPrefixuid=/module-option  
  
  |   module-option name=principalDNSuffix,o=blackhawk/module-option
  |   module-option name=rolesCtxDN???  ???/module-option
  |   module-option name=roleAttributeId???  ???/module-option
  |   module-option name=roleAttributeIsDN???  ???/module-option
  |   module-option name=roleNameAttributeID???  ???/module-option
  | /login-module
  | 

I'm not able to infer from you code example those last four values.  They are 
specific to your LDAP schema.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with JSP import

2005-09-19 Thread NikhilKumar
Figured it out.  The jar aptsi.jar was not saved as binary but as src.  Once 
that was done, it worked fine.

Works fine now...  Though the read on the classloaders in the documentation is 
interesting..



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Problem with JSP, import package

2005-09-19 Thread NikhilKumar
Figured it out. The jar aptsi.jar was not saved as binary but as src. Once that 
was done, it worked fine. 

Works fine now... Though the read on the classloaders in the documentation is 
interesting.. 



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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Running JBoss on dynamic IP address?

2005-09-19 Thread jkytang
I found out the problem.  
The rmi stub returned from Jboss is initialized and cached when server is 
started.  (in org.jnp.server.Main.java).  Therefore whenever my IP changes 
later on the server doesn't return the correct stub bound to the new IP address 
but instead returns the old stub.

So I think I have to modify the source code to get around with this problem.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Hot Deployment on JBoss

2005-09-19 Thread hou0220
Hi... is there anybody can suggests to me some useful website link that 
describing How to use Hot Deployment on JBoss. Thanks in advance. 

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - JMS client : Client side persistence when connection to JMS

2005-09-19 Thread gozen
Hi, 
Is there anyway I can implement client side persistence using JBossMQ for my 
JMS client when the connection to JMS server breaks?

There is a client side persistence feature in FioranoMQ. Here is the url : 
http://www.fiorano.com/products/fmq/overview.htm#3

Is there any similar feature in JBossMQ? Or is there anyway I can implement 
client side persistence using JBossMQ?

Thanks




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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Hot Deployment on JBoss

2005-09-19 Thread hou0220
Hi, JBoss experts, The following statement is from 
http://www.theserverside.com/news/thread.tss?thread_id=26044

hot deployment is the ability to reload an entire J2EE application without 
bringing down the container

Is this means that the application running on JBoss would not been affected 
during hot deployment?

Your answer is highly appreciated. Thanks in advance.

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - org.jboss.tm.JBossRollbackException: Unable to commit

2005-09-19 Thread Abriah
Hello: Im trying to delete a single record from the database using the entity 
Manager remove() method.

Using an Stateless Session bean with the Entity Manager em

public void eliminarPermiso(Integer idPermiso) {
  | 
  | Permisosadmins permiso = (Permisosadmins)em.find(Permisosadmins.class, 
idPermiso);
  | em.remove(permiso); 
  | }

when I try to use that method I get the following error:

java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to 
commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=athlon/67, 
BranchQual=, localId=67] status=STATUS_NO_TRANSACTION; - nested throwable: 
(org.hibernate.ObjectDeletedException: deleted entity passed to persist: 
[com.corgil.db.Permisosadmins#null])
  | at 
org.jboss.aspects.tx.TxPolicy.handleEndTransactionException(TxPolicy.java:185)
  | at org.jboss.aspects.tx.TxPolicy.endTransaction(TxPolicy.java:167)
  | at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:74)
  | at 
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:195)
  | at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:107)
  | at 
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:37)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:88)
  | at 
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:88)
  | at $Proxy145.eliminarPermiso(Unknown Source)
  | at 
org.apache.jsp.lstAdministradores_jsp._jspService(org.apache.jsp.lstAdministradores_jsp:117)
  | at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:322)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:157)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: org.jboss.tm.JBossRollbackException: Unable to commit, 
tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=athlon/67, BranchQual=, 
localId=67] 

[JBoss-user] [JBoss Portal] - Migrating to portal-forms from jboss-3.2.3_nukes

2005-09-19 Thread moesol1
We're currently running jboss-3.2.3_nukes with hypersonic as our database.  We 
need to migrate to mysql given that our developer forums
have been very popular.  This seems like a good time to move to jboss portals 
as well.  

Are there any data migration tools out there that would be useful for 
converting from the old database schema to the new schema in 
jboss-portal-2.0-jboss-4.0.2?

Thanks.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - One table or many tables ?

2005-09-19 Thread andrewi
I was wondering if someone could comment on the following.

I have an employer entity that has a 1 to many relationship with employees. The 
employer has it's own address and obviously each employee has their own address.

Would it be better to have a table that contains all addresses including the 
employers address or have one table for employer details and one table for 
employees ?

Or maybe there is another option that i'm not seeing.

tia
Andrew

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Migrating to portal-forms from jboss-3.2.3_nukes

2005-09-19 Thread [EMAIL PROTECTED]
you should wait until 2.0.1 to convert the forums as the forum db format has 
changed slightly between 2.0 and 2.0.1 that would force you to a double 
conversion.

for the migration tool, we expect to convert jboss.org database too so I think 
we should make the tool available by that time.


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Configuring two ways authentication when using JBoss + S

2005-09-19 Thread tdursun
Hi Scott,

My JBoss version is already 4.0.2.

What else wrong?


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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Eclipse flags some projects in error for Branch_4_0

2005-09-19 Thread garu
Hi Adrian,
I followed the instructions, and did a clean checkout.
I'm not a beginner, it's since 3.1 that i regularly build jboss on my system.

Given the work you did on build system, there's no way to obtain a clean build 
unless you perform a clean checkout.
And as i said the manual build do works  and the result of the build runs.

This was not an help request, given that you elected eclipse as your rad and 
given the work you did on build system, i was just signaling that may be 
something got lost in the way. 

Regards,  Gabriele

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Class Loading Compliance default value change in JBoss4.0.2

2005-09-19 Thread npandya_in
As i see in jboss-service.xml in jbossweb-tomcat55.sar default value of 
Java2ClassLoadingCompliance and UseJBossWebLoader is false. but when we see 
JBoss.4.0.1 is false. 

I request to all if some body know for whihc purpose these attribute defalut 
value changed.

Thanks,
Nirav Pandya

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

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


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42 plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user