[JBoss-user] [EJB 3.0] - Re: Datatype mapping to Oracle datatypes

2006-02-10 Thread jaboj

It seems to work if I change hibernate.dialect in persistence.properties to 
Oracle9Dialect. Now the default NUMBER size is (10,0) which is ok but the 
default VARCHAR2 size is still 255. Maybee this isn't changeable. What datatype 
mapping file is in use?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: help in starting portal server (No null layout allowed h

2006-02-10 Thread pigyu
Hi, I also met such errors, do you have any solution?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Transacted sending from MDBs without XA-Datasource for persi

2006-02-10 Thread Essmeyer
Hi,

I'm running JBoss 4.0.3SP1. My application has an MDB which processes messages 
from an IN-Queue, modifies a database object state via Hibernate and sends a 
message to an OUT-Queue. The processing is transactional i.e. uses JmsXA.
The JDBC Datasource I'm using for the JMS persistence and Hibernate is a 
local-tx-datasource and not a xa-datasource.

Because I get the Prepare called on local tx-warning I wanted to change the 
datasource to xa-datasource. But I wonder whether this is really necessary. 
Isn't is possible for JBossMQ and Hibernate to share the same 
JDBC-transaction instead of using two-phase-commit? 

Thanks in advance

Jobst Essmeyer




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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal + JBoss AS 4.0.3SP1 question regarding MySQ

2006-02-10 Thread bdaw
Did you check docs for the information you are looking for?

http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/installation.html
http://www.jboss.com/products/jbossportal/docs

There is a migration tool under developement but already usable:
http://wiki.jboss.org/wiki/Wiki.jsp?page=MigrationFromPortal20ToPortal22
Any feedback on this will be valuable.

Forums Portlet DB schema should be the same in 2.0 and 2.2 so migration doesn't 
cover it. You should simply move forums tables (jbp_forums_*) into 2.2 
database. Just remember to backup your DB before playing with this.



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Build.deploy.xml.

2006-02-10 Thread boerse
hi, is it possible to load a new configuration without deleting the existing 
tables? I mean, if you model a process and it's ok, and then you add another 
process to the system, you'll have to make jBPM to create automatically the new 
tables, can this be done without (logically) deleting the operating data of the 
other process? (and how). Thanks...

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: assign a task to a group using assignment expression...

2006-02-10 Thread boerse
hi yd40, thanks for your answer, have you tried inserting that info via 
src/resources/hsqldb/identity.db.xml? does anybody how this could be done so?
i do:
  
and 
then   

  

and in the processdefinition.xml:


  

and it assigns the task to null :(

Using 3.0.2 w 4.0.3SP1 (not starter kit, complete versions deployed) and just 
running the example very lightly modified to see if i do things to work.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: AvailableConnectionCount - Leak

2006-02-10 Thread abhishek_par007
Even I have been facing this issue.Is it a problem with JBOSS 3.2.5??

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Run jBPM on Tocat server

2006-02-10 Thread PJMVN
Hi all.
Please guide me for config Tomcat to run jBPM.war step by step.

Thanks you very much.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - New movie: Using the Seam reverse engeenering tool

2006-02-10 Thread [EMAIL PROTECTED]

Grab some popcorns, here it is:
http://www.jboss.com/products/seam/SeamHBTools.html

It shows how from a database you can create a full CRUD webapp using JBoss 
Eclipse IDE.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Where can i find working example of EJB3 + Hibernate

2006-02-10 Thread [EMAIL PROTECTED]
From the Hibernate documentation i understand that you can still use the 
hibernate.cfg.xml plus the *.hbm.xml files. 
You have to specify this in the persistence.xml 

Where can i find a working example (an EAR file) that show exactly how to setup 
such a condiguration.

thank you in advance.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Error with JNDI Remote Binding

2006-02-10 Thread onezzstt
Hi, i have a problem with JNDI Remote Binding in my client application with the 
new JBossAS4.0.4-EJB3.
The deploy-jar structrue here:

  | infonds2server.ear:
  | |META-INF
  | |application.xml
  | |jboss-app.xml
  | |business.jar
  | |entities.jar
  | |META-INF
  | |persistence.xml
  | 
application.xml:

  | ?xml version=1.0 encoding=UTF-8?
  | application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4
  | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; 
  | xsi:schemaLocation=http://java.sun.com /xml/ns/j2ee 
http://java.sun.com/xml/ns/j2ee/application_1_4.xsd;
  | display-nameinfonds2/display-name
  | descriptionCleversoft Infonds2/description
  | 
  | module
  |   ejbbeans.jar/ejb
  | /module
  | 
  | module
  |   ejbsessions.jar/ejb
  | /module
  | 
  | /application
  | 
jboss-app.xml:

  | !DOCTYPE jboss-app
  |   PUBLIC -//JBoss//DTD J2EE Application 1.4//EN
  |   http://www.jboss.org/j2ee/dtd/jboss-app_4_0.dtd;
  | jboss-app
  |   loader-repository
  | infonds2:app=ejb3
  |   /loader-repository
  | /jboss-app
  | 
persistence.xml

  | entity-manager
  |   nameinfonds2/name
  |   jta-data-sourcejava:/infonds2/jta-data-source
  |   properties
  | property name=hibernate.dialect 
value=org.hibernate.dialect.MySQLInnoDBDialect/
  | property name=hibernate.show_sql
  | value=true/
  |   /properties
  | /entity-manager
  | 
the Stateless SessionBean:

  | @Stateless
  | @Local ({IInfondsQuery.class})
  | @LocalBinding (jndiBinding=infonds2/LocalInfondsQuery)
  | @Remote ({IInfondsQuery.class})
  | @RemoteBinding (jndiBinding=infonds2/RemoteInfondsQuery)
  | public class InfondsQueryBean implements IInfondsQuery, Serializable {
  | 
  | private static final Log log = 
InfondsLogger.newLog(InfondsQueryBean.class);
  | 
  | @PersistenceContext(unitName = infonds2)
  | private EntityManager entityManager;
  | ..
  | ..
  | 
the remote client application:

  | public IInfondsQuery getInfondsQuery(){
  | try {
  | Properties env = new Properties();
  | env.setProperty(Context.PROVIDER_URL,localhost:1099);
  | 
env.setProperty(Context.URL_PKG_PREFIXES,org.jboss.naming:org.jnp.interfaces);
  | 
env.setProperty(Context.INITIAL_CONTEXT_FACTORY,org.jnp.interfaces.NamingContextFactory);
  | ctx = new InitialContext(env);
  | 
  | return (IInfondsQuery) 
ctx.lookup(infonds2/RemoteInfondsQuery);
  | } catch (NamingException e) {
  | e.printStackTrace();
  | }
  | return null;
  | }
  | 
the ejb3 deployment-info in JBossAS4.0.4:

  | 10:20:40,562 INFO  [EARDeployer] Init J2EE application: 
file:/D:/server/jboss-4.0.4RC1/server/default/deploy/infonds2server.ear
  | 10:20:41,093 INFO  [Ejb3Deployment] EJB3 deployment time took: 281
  | 10:20:41,250 INFO  [Ejb3AnnotationHandler] found EJB3: 
ejbName=InfondsErrorBean, 
class=eu.cleversoft.infonds2.business.InfondsErrorBean, type=STATEFUL
  | 10:20:41,343 INFO  [Ejb3AnnotationHandler] found EJB3: 
ejbName=InfondsLoginBean, 
class=eu.cleversoft.infonds2.business.InfondsLoginBean, type=STATEFUL
  | 10:20:41,359 INFO  [Ejb3AnnotationHandler] found EJB3: 
ejbName=InfondsPersistenceBean, 
class=eu.cleversoft.infonds2.business.InfondsPersistenceBean, type=STATEFUL
  | 10:20:41,390 INFO  [Ejb3AnnotationHandler] found EJB3: 
ejbName=InfondsQueryBean, 
class=eu.cleversoft.infonds2.business.InfondsQueryBean, type=STATELESS
  | 10:20:41,453 INFO  [Ejb3AnnotationHandler] found EJB3: 
ejbName=InfondsSecurityBean, 
class=eu.cleversoft.infonds2.business.InfondsSecurityBean, type=STATEFUL
  | 10:20:41,453 INFO  [Ejb3Deployment] EJB3 deployment time took: 328
  | 10:20:41,468 INFO  [EJB3Deployer] Deployed: 
file:/D:/server/jboss-4.0.4RC1/server/default/tmp/deploy/tmp8434infonds2server.ear-contents/beans.jar
  | 10:20:41,609 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:service=EJB3,ear=infonds2server.ear,jar=sessions.jar,name=InfondsErrorBean
 with dependencies:
  | 10:20:41,609 INFO  [JmxKernelAbstraction]   
persistence.units:unitName=infonds2
  | 10:20:41,609 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:service=EJB3,ear=infonds2server.ear,jar=sessions.jar,name=InfondsLoginBean
 with dependencies:
  | 10:20:41,609 INFO  [JmxKernelAbstraction]   
persistence.units:unitName=infonds2
  | 10:20:41,625 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:service=EJB3,ear=infonds2server.ear,jar=sessions.jar,name=InfondsPersistenceBean
 with dependencies:
  | 10:20:41,625 INFO  [JmxKernelAbstraction]   
persistence.units:unitName=infonds2
  | 10:20:41,625 INFO  [JmxKernelAbstraction] installing MBean: 

[JBoss-user] [JNDI/Naming/Network] - Re: Error with JNDI Remote Binding

2006-02-10 Thread onezzstt
sorry for my writing error in the begin of this post top:
the jar structure of infonds2server.ear shoulb be like this:

  | infonds2server.ear:
  | |META-INF
  | |application.xml
  | |jboss-app.xml
  | |sessions.jar
  | |beans.jar
  | |META-INF
  | |persistence.xml
  | 

So my JNDI Remote Binding problem is still there, here is only my correct about 
my post writing error.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Run jBPM on Tocat server

2006-02-10 Thread toppi

 How to get jBPM.war, I can only find jbpm-starters-kit.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Have a few bean naming problems with ejb3 rc5

2006-02-10 Thread cspada
[EMAIL PROTECTED] wrote : look at the tutorial eamples.  EJBNAME/remote

Seems that with the new jboss4.0.4RC1 the lookup need to be
EAR File name withour .ear extension/BEAN NAME/remote

Why do all the binding start with the EAR name ??



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - How to generate container specific classes for EJB

2006-02-10 Thread sathwik
Hi,

   Can anyone tell me how to generate Jboss container specific classes for EJB. 
What I am looking at is the EJBC task which is there for Weblogic in ANT.
Is there any such task for Jboss.

regards
sathwik

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Run jBPM on Tocat server

2006-02-10 Thread 1001
jBPM.war in jbpm-server\server\jbpm\deploy

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: Session replication does not copy session attributes

2006-02-10 Thread tremalnaik
Thanks to bstansberry, his tip worked nicely.

To ben.wang: I'm using the code above into a Tomcat Valve, so this solution 
doesn't add more specificity to my application. I'm managing to keep all 
Jboss/Tomcat specific code into a well defined package. Using interfaces and 
patterns should give me the flessibility to deal with a different deployment 
environment. I have some clients who don't like Open Source solutions like 
Jboss, so they may ask for a Web Sphere version of my application, but even IBM 
now is using Tomcat as web tier of his AS. So...

Thanks to everybody



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jboss-4.0.3SP1, WSDP 2 errors during deployment

2006-02-10 Thread hbraun
anonymous wrote : (Unsupported major.minor version 49.0)

The JDK und which you run the AS and the JDK which has been used to compile 
your classes (probably the WSDP one) don't match. I think 49.0 is JDK 1.5. 

- Search the forum for ways to set the WSDP JDK version, this has been 
discussed several times
- It's strongly recommended that you use WSDP 1.6 until WSTOOLS has been 
released.



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - HashMap persistence problem

2006-02-10 Thread gysz
Hi,
the following code generates a null pointer exception in the TreeCache class 
when I try to persist the treecache:

  | Map map = new HashMap();
  | map.put(MAP_KEY_PM, pm);
  | map.put(MAP_KEY_DESTINATION, stsDestination);
  | treeCache.put(
  | getPathToPMIDNode(pm.getId()), // path to node
  | map); // map
  | ;
while if I try the following:

  | treeCache.put(
  |   getPathToPMIDNode(pm.getId()), // path to node
  |   MAP_KEY_PM,
  |   pm);
  | treeCache.put(
  |   getPathToPMIDNode(pm.getId()), // path to node
  |   MAP_KEY_DESTINATION,
  |   stsDestination);
  | 
it works perfectly well. 
Here is the stack trace:

  | RuntimeMBeanException: null Cause: RuntimeMBeanException: null Cause: 
org.jboss.util.NestedRuntimeException: - nested throwable: (java.lang.NullPointe
  | rException)
  | [...]
  | Caused by: RuntimeMBeanException: null Cause: 
org.jboss.util.NestedRuntimeException: - nested throwable: 
(java.lang.NullPointerException)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:162)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:149)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
javax.management.MBeanServerInvocationHandler$InvokeAction.perform(MBeanServerInvocationHandler.java:322)
  | at 
javax.management.MBeanServerInvocationHandler.invoke(MBeanServerInvocationHandler.java:140)
  | at $Proxy164.put(Unknown Source)
  | at apackage.TreeCacheHandler.addMessage(TreeCacheHandler.java:267)
  | at 
apackage.MasterMessageQueue.scheduleMessage(MasterMessageQueue.java:284)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | ... 46 more
  | Caused by: org.jboss.util.NestedRuntimeException: - nested throwable: 
(java.lang.NullPointerException)
  | at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3107)
  | at org.jboss.cache.TreeCache.put(TreeCache.java:1670)
  | at org.jboss.cache.TreeCache.put(TreeCache.java:1654)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | ... 60 more
  | Caused by: java.lang.NullPointerException
  | at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3102)
  | ... 67 more
Here is my configuration of the environment

  | attribute 
name=CacheLoaderClassorg.jboss.cache.loader.JDBCCacheLoader/attribute
  | attribute name=CacheLoaderSharedtrue/attribute
  | attribute name=CacheLoaderPreload//attribute
  | attribute name=CacheLoaderFetchTransientStatetrue/attribute
  | attribute name=CacheLoaderFetchPersistentStatefalse/attribute
  | attribute name=CacheLoaderConfig
  |cache.jdbc.table.name=mmq_schedule
  |cache.jdbc.table.create=true
  |cache.jdbc.table.drop=false
  |cache.jdbc.fqn.column=fqn
  |cache.jdbc.fqn.type=varchar(255)
  |cache.jdbc.node.column=node
  |cache.jdbc.node.type=longvarbinary
  |cache.jdbc.parent.column=parent
  |cache.jdbc.datasource=java:/DefaultDS
  | /attribute
  | 
where the DefaultDS is mapped to a HSQLDB database.
The JBoss version is 4.0.2 and the treecache version is:

  | Manifest-Version: 1.0
  | Specification-Title: JBoss
  | Created-By: 1.4.2_05-b04 (Sun Microsystems Inc.)
  | Specification-Version: 4.0.2
  | Implementation-Vendor-Id: http://www.jboss.org/
  | Implementation-URL: http://www.jboss.org/
  | Ant-Version: Apache Ant 1.6.2
  | Main-Class: org.jboss.cache.Version
  | Implementation-Title: JBossCache
  | Specification-Vendor: JBoss (http://www.jboss.org/)
  | Implementation-Version: 4.0.2 (build: CVSTag=JBoss_4_0_2 date=20050502
  |  2023)
  | JBossCache-Version: 1.2
  | Implementation-Vendor: JBoss Inc.
  | 
Can anybody help me to solve this problem?
Thank you.

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

Reply 

[JBoss-user] [JBoss jBPM] - Re: Enable Statistics + error on deploy, about to spring out

2006-02-10 Thread boerse
for those who have the problem with the deploy informing that a mbean is 
already installed, i give you a solution (but i don't know the reason). Delete 
(JBoss 4.03SP1) from jboss/server/default/deploy the files marked as 
problematic and works fine with no errors, where this services are already 
defined to be loaded, i don't know, but it's something at least...

ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/attrpm-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss:service=AttributePersistenceService
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/dynclassloader-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss.rmi:type=RMIClassLoader
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/invokers-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss:service=invoker,type=jrmp
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/jdbc-metadata-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss.jdbc:service=metadata
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/jsr77-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss.management.local:j2eeType=J2EEDomain,name=Manager
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/jta-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss:service=XidFactory
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/naming-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss:service=Naming
  | ERROR [MainDeployer] Could not create deployment: 
file:/C:/Server/jbpm-3.0.2/jbpm-server/server/jbpm/deploy/security-service.xml
  | org.jboss.deployment.DeploymentException: Trying to install an already 
registered mbean: jboss.security:service=SecurityConfig

Hope it helps you as it helped me

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Many2Many using ArrayList causing strange muliplication

2006-02-10 Thread epbernard
A bag semantic means potential duplicates in the collection.
If you look at a resultset containing for example A - Bs - Cs you'll see that 
you cannot determine whether an element is a dupe in Bs or in Cs when you load 
those 2 collections through the same SQL resultset.

There is no theorical solution for this issue, but it can happen in several 
situations:
 - multiple bags loading in a single HQL query with fetch
 - multiple bags collections set to EAGER in the static metadata (annotations), 
that requires it to be loaded in one resultset

This problem does not happen for set or list semantic collections (note that a 
java.util.List can have bag semantic, refer to the annotations documentation 
for more info).

The other generic issue with loading 2 collections in one resultset is that it 
returns way too much information and this information has to be deduplicate by 
hibernate in memory (too much DB work, too much network work, too much Java 
work). So usually, loading 2 collections in the same query is a bad choice.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: help in jbossws webservice

2006-02-10 Thread hbraun
anonymous wrote : I also would like to know that when jboss is releasing 
ws-notification implementation. 

WS-Eventing is already supported since RC2. It addresses simliar requirements. 
For further information take a look here:

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

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: FATAL PersistenceXmlLoader ?

2006-02-10 Thread epbernard
This is a typo fixed in CVS

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: SendAlarm

2006-02-10 Thread [EMAIL PROTECTED]
Cool, let me know how it goes or if you have ideas for extensions...

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Unable to deploy J2EE application

2006-02-10 Thread gunjan_a_sharma
Hi Guys,

After deploying the application on server when i start the server i get this 
error

java.lang.NullPointerException
at org.jboss.ejb.EjbUtil.resolveLink(EjbUtil.java:82)

org.jboss.deployment.DeploymentException: - nested throwable: 
(java.lang.NullPointerException)
at org.jboss.jetty.Jetty.deploy(Jetty.java:353)
at org.jboss.jetty.JettyService.performDeploy(JettyService.java:242)

let me know if anyone know the workaround



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Re: session persistence and cluster cache (4.0.3 SP1)

2006-02-10 Thread pgpnet
Ok, I'm wrong, passivation of a clustered web app doesnt' work!

But the cluster-cache behavior is different from 4.0.1 to 4.0.3.
* 4.0.1: When restarting/redeploying webapps, the session is still valid in 
cluster cache. Customers can finish their work without problems.
* 4.0.3: Session is lost after restart/redeploy

I've found one important difference between 4.0.1 and 4.0.3.
* 4.0.1 stores the session in cluster cache in path /JSESSION.
* 4.0.3 in path /JSESSION/localhost/context

I think, if context is stopped or removed on 4.0.3, the session is also 
removed. But only on one node!
4.0.1 doesn't remove the session.

If I stop the application on only one(!) node and printDetails from 
TomcatClusterCache JMX-bean, the session was removed only on this node. 
printDetails on the other nodes with running webapps still find the session.

Now if I start the webapp on the first node again, my cluster session is gone 
and a new version is started and replicated in cluster cache.

Btw:
I've written a simple test-servlet that counts each request and stores the 
counter in http-session. Try to restart such a servlet (all nodes) in cluster 
environment. 4.0.1 works. 4.0.3 not.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: annotation changes ...

2006-02-10 Thread epbernard
I've updated http://www.hibernate.org/371.html for the persistence part.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Unexpected cartesian result in EJB3 query

2006-02-10 Thread epbernard
this is expected

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Default persistence context in an .ejb3

2006-02-10 Thread faelin
Hi. Here's the problem:

I want to pack my session beans in .ejb3 file, while my entities are in .par. 
The .par will be mapped to a persistence context (say foo) whose datasource 
is a PostgreSQL database. I would like all my session beans in that .ejb3 file 
to use that persistence context, but the only way it could be done (that I've 
found so far) is to add unitName=foo in every @PersistenceContext injection 
in each session bean. My question is: Can I say All @PersistenceContext 
injections in this .ejb3 file would use this persistence context if none is 
specified?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Datatype mapping to Oracle datatypes

2006-02-10 Thread epbernard
use @Column(length=100)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: problems in deploying Jboss 4.0.3SP1

2006-02-10 Thread smani
We r getting FileNotFoundException. According to another topic in a java forum, 
(http://forum.java.sun.com/thread.jspa?threadID=699130messageID=4058140), It 
runs in a J2EE environment that disallows direct file access by specification. 
At least for EJBs...
And in the new Security features of Jboss it says, that its fully J2EE 
Compatible. Thats why I was wondering if that could be the cause. 

And do you mean adding these jar files from the old version of jboss to the war 
file? And could you please explain me how I can do that? We r using Eclipse and 
ant build to generate the war file.

Thanks,



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Turning off Jbpm Logging

2006-02-10 Thread boerse
Hi sbhojraj, how do you make to access this JBPM_LOGS table? i use Squirrel 
cliente connected with the hibernate and the only tables i see are the system 
tables and none of them has the name JBPM_(something).

Thank you very much, it's hard to be a newbie...

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: problems in deploying Jboss 4.0.3SP1

2006-02-10 Thread smani
smani wrote : We r getting FileNotFoundException. According to another topic 
in a java forum, 
(http://forum.java.sun.com/thread.jspa?threadID=699130messageID=4058140), It 
runs in a J2EE environment that disallows direct file access by specification. 
At least for EJBs...
  | And in the new Security features of Jboss it says, that its fully J2EE 
Compatible. Thats why I was wondering if that could be the cause. 
  | 
  | And do you mean adding these jar files from the old version of jboss to the 
war file? And could you please explain me how I can do that? We r using Eclipse 
and ant build to generate the war file.
  | 
  | The full trace:
  | 
  | 11:50:58,561 INFO  [STDOUT] XSD Generator: Current verb: addpassenger
  | 11:50:58,780 INFO  [STDOUT] here before createtempdir
  | 11:50:58,780 INFO  [STDOUT] date to be created:
  | 11:50:58,780 INFO  [STDOUT] time: 1139568658780
  | 11:50:58,780 INFO  [STDOUT] temp dir name: 
file:/C:/jboss-4.0.3SP1/server/defaul
  | t/tmp/deploy/tmp42738xsdgenerator-exp.war/includes
  | 11:50:58,780 INFO  [STDOUT] dir to be created:
  | 11:50:58,780 INFO  [STDOUT] File exists 1: false
  | 11:50:58,780 INFO  [STDOUT] 
TransformerExceptionjava.io.FileNotFoundException: f
  | 
ile:\C:\jboss-4.0.3SP1\server\default\tmp\deploy\tmp42738xsdgenerator-exp.war\in
  | cludes\temp1139568658780\generated.xsd (The filename, directory name, or 
volume
  | label syntax is incorrect)
  | 11:50:58,795 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception
  | java.lang.NullPointerException
  | at org.apache.jsp.file_jsp._jspService(org.apache.jsp.file_jsp:79)
  | 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:3
  | 14)
  | 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(Appl
  | icationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
  | ilterChain.java:173)
  | at filter.verbListFilter.doFilter(verbListFilter.java:53)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
  | icationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
  | ilterChain.java:173)
  | at filter.selectionSetFilter.doFilter(selectionSetFilter.java:93)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
  | icationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
  | ilterChain.java:173)
  | at filter.checkFormFilter.doFilter(checkFormFilter.java:143)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
  | icationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
  | ilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
  | lter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
  | icationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
  | ilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
  | alve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
  | alve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrinc
  | ipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
  | yAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
  | e.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
  | ava:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
  | ava:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
  | ve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
  | a:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
  | :856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
  | ssConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
  | int.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
  | kerThread.java:112)
  | at 

[JBoss-user] [JCA/JBoss] - Re: ConnectionCount incorrect in jmx-console

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
no-tx-separate-pools

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: AvailableConnectionCount - Leak

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
HIJACK

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Getting Started Documentation] - Comparison with Oracle Application Server ?

2006-02-10 Thread benna74
Hi,
Our company is currently looking at creating a large java web based system that 
will have users in the 100's-1000's. I have experience with Tomcat (about 2 
years ago), but since then I have been involved in Oracle EBusiness suite and 
Oracle AS and Database.

I have recently noticed the JBoss software Application server and would like to 
know if anybody out there has had experience with both systems and what the 
benifits of Jboss is over Oracle Application server (other than the obvious $).

I am giving some serious consideration to developing our new system on JBoss, 
but have to present an appropriate business case in order to justify not using 
oracle.

Thanks in advance.

Ben


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Transacted sending from MDBs without XA-Datasource for p

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
FMU (like an FAQ, but stands for Frequent Misunderstanding)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: help in jbossws webservice

2006-02-10 Thread ishq
Thanks Heiko,

It was convincing. But i also would like to run any basic example on jbossws 
i.e. annotation based webservice with its client and for that one has to know 
about particular calling mechanism and as well as packaging info for deployment.

thanks,
IshQ

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Fails to retrieve messages from Topic after bombardm

2006-02-10 Thread [EMAIL PROTECTED]
And this is a bug in oswego-concurrent anyway :-)

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Installing JBOSS SP1 into Windows 2003 Server

2006-02-10 Thread wna678
Do you see those links?
http://docs.jboss.org/ejb3/app-server/index.html
http://docs.jboss.org/ejb3/app-server/tutorial/installing.html

Remove libs too. Read steps 11,...15 in the tutorial.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS connections to JBoss server hang, timeout after 5 mi

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
e.g. Help it hangs

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Own LoggingXMLFormatter not used

2006-02-10 Thread newgro
Hello,

i have a little problem. I use JDK-Logging in my beans. To configure the 
logging i assign the property 
-Djava.util.logging.config.file=myLogging.properties to run.sh.

myLogging.properties
# Add the handlers
  | handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
  | # console
  | java.util.logging.ConsoleHandler.level=SEVERE
  | java.util.logging.ConsoleHandler.formatter=my.logging.SimpleConsoleFormatter
  | # file
  | java.util.logging.FileHandler.level=FINEST
  | java.util.logging.FileHandler.pattern=../server/own/log/application.xml%g
  | java.util.logging.FileHandler.limit=1024000
  | java.util.logging.FileHandler.formatter=my.logging.LoggingXMLFormatter

The my.logging.LoggingXMLFormatter is contained in my deployed jar. The log 
file will be created correctly, but the format is invalid. I think the 
java.util.logging.XMLFormatter will be used. But i don't see why my config will 
not be assigned (I know that the XMLFormatter will be instanciated by 
FileHandler!).
On client side i use same procedure and it works. So i think it could be a 
jboss related issue.

Has anyone solved this problem and could bring me to the light?

Cheers
Per

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Initialization failed DLQ Handler when deploying MDB

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
Unanswerable question.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Deployment interceptor for annotations

2006-02-10 Thread majo44
Is the way to call some own code at application deploy for proccede own 
annotations, like ejb3 deployer ? It find all ejb3 annotations and bind 
enterprise beans to context. 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: File Persistence? / Possible to share File?

2006-02-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp
Use search.
File persistence is not supported and doesn't exist anymore. It is broken.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: RMI Class loader disable

2006-02-10 Thread [EMAIL PROTECTED]
Let's continue the discussion here, please: 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3922858#3922858

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: How to connect an MDB to a remote clustered topic?

2006-02-10 Thread [EMAIL PROTECTED]
Yes.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: JBoss and user threads and sockets

2006-02-10 Thread [EMAIL PROTECTED]
You could do this from a servlet. But writing an mbean service gives you full 
lifecycle control (start/stop) and manageability (through jmx).

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Fails to retrieve messages from Topic after bombardm

2006-02-10 Thread Thoennes
In this JBoss version, oswego-concurrent thread pools are used to process the 
messages. Every message picked up is handed over to the thread pool for 
processing.

If the thread pool is set to 1 (using maximumSize), the MDB acts as a singleton.

If some reasons a thread from the thread pools exits (due to an exception etc), 
in some cases no thread is re-created by the thread pool. So you have some sort 
of thread leakage. Restarting the MDB probably re-creates the thread pool 
completely.

We also use singleton MDBs and had a similiar looking case a while ago. From 
the java thread dump we could see that the blocking MDB was waiting on its 
thread pool for a thread to process the message. But the pool was empty, so the 
MDB waited forever.

Dough Lea, the creator of the oswego-concurrent package, said the reason was an 
unsupported way how JBoss used the thread pool settings, but Adrian regarded it 
as a bug in the lib.

Anyway, Dough added a change to support the JBoss usage and now it works.

Just have a look at the thread dump and upgrade the version of the concurrent 
library you are using. The latest version you can find here:

http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html

Replace the version used by JBoss and try again.

Upgrading to the newest JBoss in the 3.2 branch is a good idea anyway, besides 
of pulling in the newest concurrent lib it would also fix a couple of other 
issues with JMS.

HTH. Jörg


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid3432bid#0486dat1642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - NPE createEntityManagerFactory

2006-02-10 Thread elkner
Hmm, using 4.0.4RC1 I get always a NPE when I try to create an EM factory:

javax.persistence.PersistenceException: java.lang.NullPointerException
at 
org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:173)
at 
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:103)
at 
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:37)
at 
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:27)
at foo.CatalogImportSLSB$ImportThread.(CatalogImportSLSB.java:84)
...

code snippet:

  | @Stateless
  | public class CatalogImportSB implements  {
  | 
  | class ImportThread extends Thread { ...
  | private EntityManagerFactory emf;
  | private EntityManager em;
  | public ImportThread(CatalogImportProfile profile, byte[] data, 
  | String clientId) 
  | {
  | emf = Persistence.createEntityManagerFactory(puname);
  | em = emf.createEntityManager();
  | ...
  | }
  | }
  | 
  | @PersistenceContext(unitName=puname)
  | EntityManager em;
  | 
  | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
  | public void importCatalog(CatalogImportProfile profile, ...)  {
  | ...
  | ImportThread it = new ImportThread(profile, data, clientId);
  | it.start();
  | ...
  | }
  | 

Any hints ?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - ORacle + JBPM

2006-02-10 Thread kurilenko
I am unablecreate schema on Oracle .


  | jbpmSchema = new JbpmSchema(configuration);
  | jbpmSchema.createSchema();
  | 

it generate this sql - it is incorrect sql. Any suggestion be good.

My cfg looks like this 

  | property 
name=hibernate.dialectorg.hibernate.dialect.Oracle9Dialect/property
  | property name=hibernate.connection.driver_class
  | oracle.jdbc.driver.OracleDriver/property
  | 

create table JBPM_ACTION (ID_ number(19,0) not null, 
  | class char(1 char) not null, NAME_ varchar2(255 char), 
  | ISPROPAGATIONALLOWED_ number(1,0), 
  | REFERENCEDACTION_ number(19,0), 
  | ACTIONDELEGATION_ number(19,0), 
  | EVENT_ number(19,0), PROCESSDEFINITION_ number(19,0), 
  | EXPRESSION_ varchar2(4000 char), TIMERNAME_ varchar2(255 char), 
  | DUEDATE_ varchar2(255 char), REPEAT_ varchar2(255 char), 
  | TRANSITIONNAME_ varchar2(255 char), TIMERACTION_ number(19,0), 
  | EVENTINDEX_ number(10,0), EXCEPTIONHANDLER_ number(19,0), 
EXCEPTIONHANDLERINDEX_ number(10,0), 
  | primary key (ID_));

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Application Design with EJB3.0

2006-02-10 Thread echon
thx for this hint.. is there any doucmentation about how seam handles 
EntityManager lifecycle or use the force use the source?

Regards 

Peter

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: ORacle + JBPM

2006-02-10 Thread kurilenko
I have replace hibernate with new one ant it is work good :)))

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - [color=green]Can we assign forum administistive role by usin

2006-02-10 Thread Ramarao.Rangineni
hi all,

Can we assign forum administistive role by using a new role 
ForumAdministrator instead of Administrator role.  Can Administrator role 
be a superset of ForumAdministrator role.

Pls clarify me any body knows.


Thanks
Ramarao



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: fork join not working properly

2006-02-10 Thread [EMAIL PROTECTED]
You should *not* try to leave a node from within an actionhandler. If you want 
to launch a process upon node entry and move out of the node when the process 
is finished you should use a message driven bean and a message queue.

Regards,
Koen 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Get all the user from the group.

2006-02-10 Thread [EMAIL PROTECTED]
The user has a 'getMemberships()' method. This returns a set of memberships, 
each associated with a group.

Regards,
Koen

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Remove cache entry after transaction is finished.

2006-02-10 Thread alex1234567890
Hi,

I have deployed my own tree cache in the jboss. In this cache an object id is 
written. After the persist of the object the id should be removed from cache.

I'm using container managed transactions (the transaction is committed after 
the method call is finished). To be sure the id is removed  after the 
transaction is finished , I can?t remove it in the method where the object is 
persisted via the entity manager. 
Now I need something like a notification or a method which is executed after a 
transaction is committed.

Any ideas?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Build.deploy.xml.

2006-02-10 Thread [EMAIL PROTECTED]
There is no need to recreate the schema of the database each time you deploy a 
process definition. Use the deploypar task to deploy processes, it won't delete 
any tables...

Regards,
Koen

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: ejb3, client.java, and JAAS

2006-02-10 Thread j2ee_junkie
Chapter 8 of the jboss server guide does a good job of explaining how to set up 
a security domain for a client.  So read that first.  To paraphrase, you will 
perform a JAAS login in you client application.  The last LoginModule in you 
stack should be the org.jboss.security.ClientLoginModule.  This will set the 
SecurityAssociation for you.  This is better than directly accessing the 
SecurityAssociation in case the API changes.

If this does not solve your problem, let me know,
cgriffith

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: [color=green]Can we assign forum administistive role by

2006-02-10 Thread bdaw
Did you look at this wiki page?: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=ForumsPortletInPortal22DevelopementStatus

Forums security is simplified in 2.2 as security api needs some extensions. You 
can create different user roles in portal and simply link them with appropriate 
portlet role in forums portlet.xml as described in wiki.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Clustered Entity beans

2006-02-10 Thread asaf
I still dont know how to use the clusterd entity bean.
I dont see it access the TreeCache.

does anyone can help me and write to me a working persistence.xml file

its very important to me and i cannot get on with jboss cluster until i'll get 
it working 

thanx.


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Build.deploy.xml.

2006-02-10 Thread boerse
Hi

but if i only deploy a par (i'm new with this so sorry for the mistake i'll 
probably make) the system won't create the data-bases definitions to support 
the new system i do that'll add to my system (in paralell with the existing). 
In other words: if i model process A and i add B, in order to save the data of 
process B the configuration will have to create the new tables and that can 
only be done (maybe i'm wrong here) if i do delete all the tables. Otherwise i 
don't know how to do it. Thank you.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Cascade Delete on 3 Entities not working

2006-02-10 Thread ppc
I've 3 Entities

A have a @OneToMany (cascade = CascadeType.ALL,...) with B
B have a @OneToMany (cascade = CascadeType.ALL,...) with C

If I create A and B 
then  i can delete A (B is also deleted)

if I create B and C
then I delete B (C is also deleted)

but:

if I Create A, B and C
then 
I got and org.hibernate.exception.ConstraintViolationException on B
when I try to delete A

in the logs seam that hibernate is not considering that B has also a cascade 
delete.



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Build.deploy.xml.

2006-02-10 Thread vballarta
  
Hi i 've this in the build.deploy.xml..so where i have to change..there are 
some documentacion of these ? ...please help

target name=create.db depends=declare.jbpm.tasks, db.clean, db.start 
description=creates a hypersonic database with the jbpm tables and loads the 
processes in there
jbpmschema actions=create 
properties=${basedir}/src/resources/hsqldb/create.db.hibernate.properties/ 
loadidentities file=${basedir}/src/resources/hsqldb/identity.db.xml 
properties=${basedir}/src/resources/hsqldb/create.db.hibernate.properties/ 
ant antfile=build.xml target=build.processes inheritall=false / 
deploypar 
properties=${basedir}/src/resources/hsqldb/create.db.hibernate.properties
  fileset dir=build includes=*.par /
/deploypar
antcall target=db.stop / 
  /target


 target name=create.jbpm.configuration depends=delete.jbpm.configuration, 
build.webapp, build.service.archive, create.db description=creates a jbpm 
configuration
mkdir dir=${jboss.home}/server/jbpm /
copy todir=${jboss.home}/server/jbpm
  fileset dir=${jboss.home}/server/${jboss.source.configuration}
exclude name=data/** /
exclude name=log/** /
exclude name=tmp/** /
exclude name=work/** /
exclude name=jms/jbossmq-destination-service.xml /
exclude name=deploy/jboss-aop.deployer/** /
exclude name=deploy/jboss-ws4ee.sar/** /
exclude name=deploy/management/** /
exclude name=deploy/bsh-deployer.xml /
exclude name=deploy/jboss-ha-local-jdbc.rar /
exclude name=deploy/jboss-ha-xa-jdbc.rar /
exclude name=deploy/jboss-ha-local-jdbc.rar /
exclude name=deploy/mail* /
exclude name=deploy/monitoring-service.xml /
exclude name=deploy/properties-service.xml /
exclude name=deploy/schedule* /
exclude name=deploy/uuid-key-generator.sar /
  /fileset
/copy
!-- copy the prefabricated resources --
copy todir=${jboss.home}/server/jbpm overwrite=true
  fileset dir=src/resources/jboss-${jboss.version} /
/copy
!-- deploy the jbpm service archive --
ant antfile=build.xml target=build inheritall=false / 
   

!-- deploy the jbpm web application --
antcall target=build.webapp / 
copy todir=${jboss.home}/server/jbpm/deploy file=build/jbpm.war /
mkdir dir=${jboss.home}/server/jbpm/deploy/jbpm.sar /
unzip src=build/jbpm.sar 
dest=${jboss.home}/server/jbpm/deploy/jbpm.sar /
!-- copy the jbpm database --
mkdir dir=${jboss.home}/server/jbpm/data/hypersonic /
copy todir=${jboss.home}/server/jbpm/data/hypersonic
  fileset dir=build/db /
/copy
  /target










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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - TSS Discussion

2006-02-10 Thread [EMAIL PROTECTED]
The latest release is being discussed here:

http://www.theserverside.com/news/thread.tss?thread_id=38949

Please share your experiences! :-)[/url]

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-10 Thread onezzstt
I get it:

With hibernate code generation hbm2java(ejb3) creates codes like:

  | @OneToMany(cascade={}, fetch=FetchType.LAZY)
  | @JoinColumn(name=funds_id, unique=false, nullable=true, 
insertable=true, updatable=false)
  | //@Cascade( {CascadeType.ALL, CascadeType.DELETE_ORPHAN} )
  | 
  | public SetInfondsFundsBenchmark getBenchmarks() {
  | return this.benchmarks;
  | }
  | 
  | public void setBenchmarks(SetInfondsFundsBenchmark benchmarks) {
  | this.benchmarks = benchmarks;
  | }
  | @OneToMany(cascade={}, fetch=FetchType.LAZY)
  | @JoinColumn(name=funds_id, unique=false, nullable=true, 
insertable=true, updatable=false)
  | //@Cascade( {CascadeType.ALL, CascadeType.DELETE_ORPHAN} )
  | public SetInfondsFundsDokument getDokumente() {
  | return this.dokumente;
  | }
  | 
  | 

the red-color texts are auto-created hibernate annotations, and the other 
annotations are auto-created ejb3 annotations. So i discomment the 
auto-created hibernate annotations, and it runs now without problem with 
deleting and updating.

Is this a bug of hbm2java or is it something 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: JBoss and user threads and sockets

2006-02-10 Thread atodorov
Ok, thanks!

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Error in delete and update (unknow column)

2006-02-10 Thread onezzstt
Is it a bug of hbm2java or is it my mistake? Can man use both ejb3 annotation 
and hibernate annotation together in a method? If jboss supports it, what 
should i do in jboss? 

Thanks alot!

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Generic MappedSuperclass

2006-02-10 Thread dunks
Is there anyway to use a generic class as a mappedsuperclass? I have an 
abstract class Shipment which looks something like this...


  | @MappedSuperclass
  | 
  | public abstract class ShipmentShipmentItemType extends ShipmentItem 
extends Entity
  | 
  | {
  | 
  | 
  | 
  | protected ListShipmentItemType shippedItems;
  | 
  | @OneToMany( fetch = FetchType.LAZY, mappedBy = shipment, cascade = { 
CascadeType.PERSIST, CascadeType.MERGE })
  | 
  | public ListShipmentItemType getShippedItems()
  | 
  | {
  | 
  |  
  | return shippedItems;
  | 
  | }
  | 
  | 
  | 
  |
  | 
  | public void setShippedItems(ListShipmentItemType shippedItems)
  | 
  | {
  | 
  | this.shippedItems = shippedItems;
  | 
  | }
  | }
  | 
  | 

then i have a subclass ColorBreakShipment that looks something like this...


  | @Entity
  | @Table(name = colorBreakShipment)
  | public class ColorBreakShipment extends ShipmentColorBreakShipmentItem
  | {
  | /**
  |  * 
  |  */
  |
  | private Manufacturer manufacturer;
  | 
  | // attributes
  | public ColorBreakShipment()
  | {
  | super();
  | }
  | 
  | @ManyToOne(fetch = FetchType.LAZY)
  | @JoinColumn(name = manufacturerId)
  | public Manufacturer getManufacturer()
  | {
  | return manufacturer;
  | }
  | 
  | public void setManufacturer(Manufacturer manufacturer)
  | {
  | this.manufacturer = manufacturer;
  | }
  | 
  | @OneToMany(targetEntity=ColorBreakShipmentItem.class, fetch = 
FetchType.LAZY, mappedBy = shipment, cascade = { CascadeType.PERSIST, 
CascadeType.MERGE })
  | public ListColorBreakShipmentItem getShippedItems()
  | {
  | return super.getShippedItems();
  | }
  | 
  |
  | public void setShippedItems(ListColorBreakShipmentItem shippedItems)
  | {
  | super.setShippedItems(shippedItems);
  | }
  | 
  | 
  | 
  | }
  | 

However when I try to test the class i get the following exception...

  | ...
  | org.hibernate.AnnotationException: Collection has neither generic type or 
OneToMany.targetEntity() defined: entity.ColorBreakShipment.shippedItems
  | ...
  | 

I even tried defining the get and set ShippedItems method in the super class as 
abstract methods but that didn't work either.

Does anyone know if there is anyway to use the generic class as a mapped 
superclass or do I just have to duplicate the fields in all Shipment classes



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Application Design with EJB3.0

2006-02-10 Thread echon
or can perhaps someone explain in a few sentences how the handels it?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Turning off Jbpm Logging

2006-02-10 Thread sbhojraj
  I am running JBPM on an Oracle DB. I can look at all the tables using TOAD or 
SQL PLUS. 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossCache] - Re: java.io.NotSerializableException:

2006-02-10 Thread anupama
Hi Ben,

Thanks for your reply, if I make Answer as non-serializable I need  some of way 
of sending Answer contents in Serialized object.  I don't have any control over 
client whatsoever, they are using TeamBridge(no Idea what it is) but it's main 
requirement is they need serialized object what would be best way to transport 
Answer Object.  Moreover Answer object is very low level filed I have whole 
object structured as follows

Object A will have list of Object B, Object B will have Object C and list of 
ObjectD, Object D have list of Object E, Object E have list of ObjectF and 
Object F have list of Object G (ANSWER Object).  Each object have nearly 10 
fields intit(String, int, ArrayList, boolean types), I need to cache ObjectA 
whch is heavy weighted.  

When client calls server through delegate they need Object A to pain the 
screen(this is the requirement), so how can I transport Object A(this is my 
ultimate task) which is cached to client.

I really need your expertise help on this, I really appreciate your response.

Thanks alot,
Anu

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - JBoss Redirects

2006-02-10 Thread stedo
hi,

I'm running JBoss 4.0.1 and have a swing client connecting to the server. We 
have noticed that if we have a two servers running, and we point the client at 
the one of the servers which is down it will automatically connect to the other 
server. Is it possible to switch this functionality off??

Thanks
Stephen

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Turning off Jbpm Logging

2006-02-10 Thread boerse
Hi, thank you for the answer! :) i'm still trying to access the tables in the 
default DB (Hypersonic).

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Generic MappedSuperclass

2006-02-10 Thread dunks
I swear posting a question to the forum is the fastest way to guarantee you'll 
answer it yourself in five minutes...

I was able to perform that mapping if i first declared the getters and setters 
for the ShippedItems attribute in a generic interface which my generic abstract 
class implemented and then my concrete class extended .. of course I've only 
run my unti tests against it and not done any extensive queries on the object 
so other problems may present themselves but it seems to work ok for now in 
case anyone else ever runs into the same problem

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: help on

2006-02-10 Thread Doegi
erm, isn't that a bit counterproductive?

I've got a Remote interface that remote clients use, but actually two different 
implementations depending on the enviroment.

Now with this change the remote client application needs to know what 
implementation is deployed onto JBoss, and any abstraction that EJB gave us are 
gone.   Why is that?  How do you do lookups now w/o knowing what Bean 
implements the remote interface?

Another thing:  Jobss doesn't deploy to EJBNAME/remote but to 
EARNAME/EJBBEANNAME/remote, so you also need to know the EAR name.

Thanks



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - clustered ejb3 entity beans replication

2006-02-10 Thread asaf
I'm new to ejb3, 
I'm trying to use the TreeCache for the second level cache. 
I used the same example as in the admin guide but I cannot see the treeCache 
being used at all. 

does some one have an persistence.xml example of a cluster deploy? 

does it supposed to access the  treeCahce for every access of a clustered 
entity bean?

thanx,

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Unexpected cartesian result in EJB3 query

2006-02-10 Thread ejb3workshop
I am experiencing a similar problem and created this post: 

http://www.jboss.com/index.html?module=bbop=viewtopict=76796

So far the best solution is to use a SET instead of a LIST which would do the 
sorting you suggest for you.

ejb3workshop.com

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Unexpected cartesian result in EJB3 query

2006-02-10 Thread ejb3workshop
I would almost argue that it is a hibernate bug. If you take a look here :

http://www.hibernate.org/117.241.html

Thanks
Alex
ejb3workshop.com

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Generic MappedSuperclass

2006-02-10 Thread wesslan
Answering your own questions isn't that bad you know. I do it all the time at 
the Webwork forum... :-)
To be serious, it is much better to answer your own questions, if you do find 
the answer yourself, rather then leaving them unanswered.

So, keep on answering! :-)

Regards Peter

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Autologin

2006-02-10 Thread osganian
Has anybody been able to get an autologin feature to work?  I'm using FORM 
based authenication and I have a couple of problems.

First, I can only supply a j_username and j_password field in my form that 
posts to j_security_check.  If I include any other fields (like a checkbox for 
autologin [remember me]) it gets lost.

Secondly if I set the autologin cookie someplace else and when the user wanders 
back to the site I want to autologin them in.  I can create a LoginContext and 
log them in and get a Principal object and all that but Tomcat still thinks the 
user isn't authenicated when they go to a protected page because I didn't go 
through their authenicator.

What is the proper way of doing this?  I'd rather not write Tomcat-specific 
code like creating my own Tomcat authenicator.  Besides, looked into it and 
can't figure out how to override the FormAuthenicator since there's is 
specified in a configuration file loaded on startup.

I'm sure there is an answer out there somewhere!  This is such a common feature 
that every website has to have and I'm sure Tomcat supports it!

Thanks for any help!
Mike


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Advice needed for newbie

2006-02-10 Thread [EMAIL PROTECTED]
Hi, folks

I am very new for portal and portlet and I am interested in this stuff. I just 
read through JSR 168 and I am wondering what's the next step in terms of being 
able to build a portal using JBoss. I installed JBoss 4.0.3SP1 and portal 2.2. 
It looks I can access the portal. But my question is that if there are some 
tutorials in JBoss that will teach you step-by-step how to build your portal 
using JBoss?

Thanks for your help in advance!

X.Cehn

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: Can i run JBoss only using JRE with tools.jar or i need

2006-02-10 Thread svvp
walkerrl49 wrote : I ran a test of jboss for a third part that used the 
Unisys JVM, which comes with only a JRE at that time (it now comes with ... 
tools.jar).  I added tools.jar to the classpath and was able to compile JSPs 
and display them, and perform most of the basic functions with jboss (starting, 
stopping, changing port assignments, etc.).
  | 
  | I'm not sure if you will run into other requirements, since mine is not a 
production environment.  
  | 
  | Be sure you have all the java command utilities you need, as well.  Jar, 
among others, stands out as not being in a JRE, but I'm thinking off the top of 
my head right now.
  | 
  | Hope this helps.


Yes, thanks, these comments are useful anyway. 

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: NotificationLsitener must be a MBean?

2006-02-10 Thread [EMAIL PROTECTED]
see 
http://wiki.jboss.org/wiki/Wiki.jsp?page=HowCanNonMBeansReceiveJMXNotifications

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: can't find exmples directory for web service

2006-02-10 Thread tharonleblanc
did you ever get this figured out?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Question about Changing the context path

2006-02-10 Thread [EMAIL PROTECTED]
According to the document :

anonymous wrote : 3.2. Changing the context path
  | By default, the main page of JBoss portal will be accessible at 
http://localhost:8080/portal/index.html . You may want to change that either to 
a different name or to http://localhost:8080/index.html . 
  | 
  | Note
  | To do so, edit the file $PORTAL_HOME/build/local.properties and change 
portal.context-root to anything you want. 
  | Now you can rebuild JBoss portal and redeploy it for the context path 
changes to take effect

But I couldn't find such: local.properties . and what's the $PORTAL_HOME? Is it 
C:\jboss-4.0.3SP1\server\default\deploy\jboss-portal.sar?

Thanks

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: can't find exmples directory for web service

2006-02-10 Thread anniexie
No.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: How can I build jbossws14 from jboss-head?

2006-02-10 Thread [EMAIL PROTECTED]
Can't do either 1 or 2 since Portal needs to run on JBoss 4 on JDK 1.4.

As far as building jbossws14 goes, I executed the command as written, resulting 
in the error mentioned in http://jira.jboss.com/jira/browse/JBWS-705

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: JBoss Portal + JBoss AS 4.0.3SP1 question regarding MySQ

2006-02-10 Thread mathuran
I will be migrating from Novell exteNd to JBoss, so I need to migrate my 
database created under that environment to the JBoss one. How do I do that?


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Bookmakring jsf pages in seam?

2006-02-10 Thread liudan2005
I am trying to make my jsf pages search engine friendly

I've had a search in google and have got some basic ideas but don't know how to 
make this working.

In booking example, main.xhtml, if I put:
h:outputLink action=#{hotelBooking.selectHotel}
f:param name=id value=${hot.id}
/h:outputLink

and in java I may add:
String id = 
facesContext.getExternalContext().getRequestParameterMap().get(id);
em.load(Hotel.class, id);

The problem is, where the trigger point would be when user type 
http://abc.com/hotel.seam?id=1 in their browser.  Where should I put the java 
code in?

Is there a good way to do the bookmarking in seam?

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Method not found: isJndiName

2006-02-10 Thread mtuckah
Hi,

I've been trying to use the Seam skeleton generator but am unable to deploy the 
resulting application. I am getting the following exception at deploy time:

anonymous wrote : 
  | java.lang.IllegalArgumentException: java.beans.IntrospectionException: 
Method not found: isJndiName
  | at org.jboss.seam.Component.initInitializers(Component.java:267)
  | at org.jboss.seam.Component.(Component.java:187)
  | at org.jboss.seam.Component.(Component.java:142)
  | at org.jboss.seam.Component.(Component.java:137)
  | at 
org.jboss.seam.init.Initialization.addComponent(Initialization.java:239)
  | at 
org.jboss.seam.init.Initialization.addComponents(Initialization.java:196)
  | at org.jboss.seam.init.Initialization.init(Initialization.java:93)
  | at 
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:30)
  | at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3692)
  | at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4127)
  | at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
  | at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
  | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
  | 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:585)
  | at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5031)
  | 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:585)
  | at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:297)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:103)
  | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:371)
  | at org.jboss.web.WebModule.startModule(WebModule.java:83)
  | at org.jboss.web.WebModule.startService(WebModule.java:61)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | at sun.reflect.GeneratedMethodAccessor93.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:974)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:417)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:260)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:190)
  | at $Proxy30.start(Unknown Source)
  | at 
org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:469)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 

[JBoss-user] [JBoss Portal] - Re: Question about Changing the context path

2006-02-10 Thread bdaw
anonymous wrote : 3.2. Changing the context path
  | 
  | Now you can rebuild JBoss portal and redeploy it for the context path 
changes to take effect

You need to rebuild so...

[EMAIL PROTECTED] wrote : 
  | But I couldn't find such: local.properties . and what's the $PORTAL_HOME? 

$PORTAL_HOME is directory with portal sources.

You will find local.properties-example  in $PORTAL_HOME/build/etc
so just copy/rename it to
$PORTAL_HOME/build/local.properties
then edit and rebuild


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: can't find exmples directory for web service

2006-02-10 Thread tharonleblanc
i can't comment on 4.0.2 if that's exactly what you need but...

i am totally new to the j2ee world so forgive me if what i say is untrue, but i 
noticed no one else responded.  here's what i have found -

jbossws is included in 4.0.4RC1, jboss-4.0.4RC1/docs/examples/jbossws

hope this helps.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - em.getReference ?

2006-02-10 Thread elkner
Just saw the use case  for em.getReference() in 
HibernateEntityManager/reference/en/html/objectstate.html:

child = new Child();
  | child.SetName(Henry);
  | Parent parent = em.getReference(Parent.class, parentId); //no query to the 
DB
  | child.setParent(parent);
  | em.persist(child);

My question: What happens, if there is no parent with such an parentID and one 
does not touch the parent?

According to the spec, the persistence provider is not required to throw a 
NoSuchEntityException (i.e. not until it is accessed first time). 
So one has to rely on a FK exception or does persist access the parent or is it 
possible to get an inconsistent state ?


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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Remoting with EJB3

2006-02-10 Thread dhartford
Hey all,
Using what appears to be the old JNDI port 1099 way, I can do remote ejb3 
tasks.  That's cool, but the transport is adding a lot of time to the call.

So, jboss remoting seems to be a good idea. However, I can't seem to understand 
HOW to use jboss remoting.

I'm keeping the standard ejb3 connector configuration in jboss-service.xml 
(socket://0.0.0.0:3873) and using the following client code:

  |String locatorURI = socket://myserver:3873; 
//?serializationtype=jboss;
  | 
  |MyBusinessManager  bam;
  | try {
  | bam = 
(MyBusinessManager)TransporterClient.createTransporterClient(locatorURI, 
MyBusinessManager.class);
  | 
  | System.out.println(bam.hello());
  |   TransporterClient.destroyTransporterClient(bam);  
  | } catch (Exception e) {
  | // TODO Auto-generated catch block
  | e.printStackTrace();
  | }
  | 

MyBusinessManager is an interface with the 'hello' method, and a 
MyBusinessManagerBean is in place that implements the interface (that simply 
returns a string for 'hello'). I get the following error when trying to run 
this client code:


  | java.lang.ClassCastException: 
org.jboss.remoting.invocation.NameBasedInvocation
  | at 
org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:81)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:660)
  | at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:513)
  | at 
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:290)
  | at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:344)
  | at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:202)
  | at 
org.jboss.remoting.RemoteClientInvoker.invoke(RemoteClientInvoker.java:183)
  | at org.jboss.remoting.Client.invoke(Client.java:444)
  | at org.jboss.remoting.Client.invoke(Client.java:407)
  | at org.jboss.remoting.Client.invoke(Client.java:392)
  | at 
org.jboss.remoting.transporter.TransporterClient.invoke(TransporterClient.java:237)
  | at $Proxy1.hello(Unknown Source)
  | at ClientTest.main(ClientTest.java:60)
  | 

I've managed to go through most of the learning curve on my own, but this has 
me at a standstill :-(

-D

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: jboss-4.0.3SP1, WSDP 2 errors during deployment

2006-02-10 Thread tharonleblanc
thanks very very much.  btw: i am new to jboss and j2ee as in general, please 
forgive my ignorance.

i'm having the problem of determining what version of AS with what JDK with 
what WSDP with what web services stack and how to get them all together.

I think based on what i've taken in from the other forums and docs (wouldn't it 
be nice if it were in one place):

1) use Jboss 4.0.4RC
2) use jdk 5
3) use WSDP 1.6
4) use JbossWS

am i close?  and when is WSTOOLS to be released?



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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - Re: FiboEJB-client.jar and FiboWeb.war steps 9.2 and 9.3 in

2006-02-10 Thread twojenski
Thanks.  

I was confused after quickly reading the tutorial The JBoss requirement was 
4.0.3 so I did not really understand why the was not specifically targeting 
4.0.3.

Marshall, thanks for putting me back on the right path.

Another, question if I may.  If I have a project that already generates a WAR 
file, is there any easy way to define that in Packaging Configurations of the 
Tutorial project.  Assuming that this new web project correctly defines 
references to the FiboEJB in the web.xml and jboss-web.xml descriptors. My 
intention is to add another web project to the FiboApp.ear and have that new 
web project access the FiboEJB.

Thanks

Tek

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Method not found: isJndiName

2006-02-10 Thread [EMAIL PROTECTED]
This is the reverse engineering tool and this has been fixed, see the other 
thread about it.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JNDI/Naming/Network] - Re: Interoperability version 4.0.2 - 3.2.7

2006-02-10 Thread rsood72
I have a similar problem I was wondering if there is any solution to it.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Question about Changing the context path

2006-02-10 Thread [EMAIL PROTECTED]
So I have to deploy the portal from the 'source'  as the document in 2.3 :

2.3. Deploying JBoss Portal

  2.3.2. From the sources

Thanks.

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

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


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   >