[jboss-user] [JNDI/Naming/Network] - Re: java.lang.RuntimeException: mapped-name is required for

2008-06-11 Thread jerome.droz
OK, the problem was quite simple to solve: I added an element named "mapped-name" as a child of the "resource-ref" element in the web.xml... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157335#4157335 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: Code assist with non-default locale

2008-06-11 Thread [EMAIL PROTECTED]
I think it uses the normal lookup rules and hence uses the javavm default. Obviously that shuold be different. Please open a feature request in jira. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157336#4157336 Reply to the post : http://www.jboss

[jboss-user] [JBoss Tools (users)] - Code assist with non-default locale

2008-06-11 Thread wilczarz
Hi, Is there a way to set locale in jboss tools? I changed the default locale in my seam application (by editing faces-config.xml) but the content assist in the html editor still looks up for entries in messages_en.properties. Thanks View the original post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 3.2.8 SP1 not running on Windows server 2003 Enterpris

2008-06-11 Thread keshri_nandan
Dear All I copied the working Jboss 3.2.8 SP1 directory structure from a Windows XP machine to a Windows server 2003 Enterprise Edition, using same build of JDK, i.e, JDK1.3.1_20. But its giving the below mentioned output on console and not restarting. Where am I wrong ? Please help..

[jboss-user] [EJB 3.0] - Re: EJB3 CallByValue=false, but acts like its true

2008-06-11 Thread [EMAIL PROTECTED]
Thanks Kairan. You're right - I have been using remote. I thought that this JBoss EAR deployer CallByValue option was a feature implemented above and beyond the specification - it is, isn't it? I considered switching to local, but that just leaves the potential problem for someone else to so

[jboss-user] [JBoss AOP] - Re: Using jboss AOP to handle try-catch

2008-06-11 Thread f.baronti
Actually it works almost perfectly. In fact, using scope="PER_VM", it works only until the first redeploy; after that, I get funny class loading errors like "Cannot cast it.tdgroup.sism.ejb.EJBAnswer to it.tdgroup.sism.ejb.EJBAnswer". Using scope="PER_INSTANCE", it works also after the applicati

[jboss-user] [JBoss Cache: Core Edition] - CacheLoader does not load a node if its parent has been dele

2008-06-11 Thread kblanken
In our application, we need to remove some nodes (FQNs) from the cache before reinserting them. We do not know which nodes must be removed exactly, so we just remove their nearest FQN parent. The nodes are loaded using a CacheLoader later in the same transaction. For simplicity, let's say we ha

[jboss-user] [JBossWS] - Re: a problem when call web service using web service client

2008-06-11 Thread [EMAIL PROTECTED]
Heiko - any update ? :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157321#4157321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157321 ___ jboss-user mailing list jboss-u

[jboss-user] [Installation, Configuration & DEPLOYMENT] - deployment using application.xml

2008-06-11 Thread praveen12brec
Hi , I am trying to deploy an application in exploded format. Jboss tries to scan the ear and automatically deploys my EJB and WEB modules. The problem is that, there are certain ejb's which i dont want to deploy as a ejb , but still need them as it service jar(has some api used by my applicat

[jboss-user] [JBoss Tools (users)] - Re: Seam validator looking for startup property

2008-06-11 Thread Antoine Sabot-Durand
It' done http://jira.jboss.com/jira/browse/JBIDE-2327 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157302#4157302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157302 ___

[jboss-user] Delivery Failure

2008-06-11 Thread Postmaster
- The message you sent to promediapm.com/lamia was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject: =?windows-1251?B?7+7k4PDoIPHl4eUgIuTw8+fl6SIsIOIg6/P3+OXsI

[jboss-user] [JBoss Portal] - How to get UserName and UserID inside JSP or Standard java p

2008-06-11 Thread nagcareer
Hi all, Can any one help in to get some info on how to get user credentials into a portlet.. (ie. I need to get the loggedin userName and userID inside the portlet.) The technique which is used in portal-core.war/.../.../.../header.jsp don't work inside a JSP or JSR-168 portlet.. Thanks in

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-11 Thread [EMAIL PROTECTED]
"bbeloff" wrote : On the corrupted specifications: | | The archive disappears from the list of archives in the Project archives view. The archive, if (automatically) updated at this point, appears to be empty. This is difficult to verify, because the problem can be transient. | | I

[jboss-user] [Beginners Corner] - JBoss PHP -- Apache -- AJP/modjk connector script not foun

2008-06-11 Thread macchonmhaighe
Hello, I have installed JBoss and enabled it to run php with the phpservlets from jbossweb I have deployed a war file with a php file in it everything works perfectly when I load my jboss address in my browser Heres the problem: I use apache to access jboss using the ajp connector everything

[jboss-user] [JBoss Tools (users)] - Seam validator looking for startup property

2008-06-11 Thread Antoine Sabot-Durand
Hi, Since I updated to JBoss Tools 2.1.0GA I've a got strange seam validator error in components.xml. All the components I configure in components.xml are in error state with the message class of component does not contain setter for property "startup". | For instance this bit of config

[jboss-user] [JBoss jBPM] - Re: removing the identity component

2008-06-11 Thread lblaauw
Ronald, Did you ever get to post the document you mention below ? I would love to see that too, since we also have our own user database allready. We use the jboss custom jaas handlers to authenticate and authorise the users and get their groups allready. Rigth now we are not using the jbpm i

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging, and JBoss Remoting in cluster environme

2008-06-11 Thread [EMAIL PROTECTED]
Hi, thx for the reply, I have installed the remoting version 2.2.2.SP7 on both cluster instances, and the standalone instance. >From my testing session I have following impression: 1. Sending a message from Inst into Q1 always works 2. But the MDBs hosted on Inst do not always manage to registe

[jboss-user] [JBossWS] - Re: @WebContext url pattern problem

2008-06-11 Thread [EMAIL PROTECTED]
This might be a bug, could you please fill in the JIRA attaching a small test reproducing the issue? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157248#4157248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBossWS] - @WebContext url pattern problem

2008-06-11 Thread agohar
Hi, I am using jboss-4.2.2 and EJB 3.0 SLSB to generate a webservice. I've defined a @WebContext for the webservice like: | @WebContext (contextRoot = "/myweb", urlPattern="/myweb-service/WebDelegateEndPoint") | Notice that "myweb" is common in contextRoot and urlPattern attributes. When

[jboss-user] [EJB 3.0] - How to select whitch entity's can be mapped to each EM?

2008-06-11 Thread Stateless Bean
Hi, Let see we got 3 entity managers. My app is web based game, with 2 worlds (2 databases). First EM is for one database only whitch administration tables. (3tables) Second and Third EM is for game world with tables for players. (10tables) When jboss starts always deployes entity beans for each E

[jboss-user] [JBoss jBPM] - Re: dynamic deadlines on tasks ?

2008-06-11 Thread lblaauw
Ronald, After I did an update from the repository today and redeployed with the jpdl 3.2.3 jar it seems all AoK at this time ;-) So I will try to implement some dynamic deadline in our processes and see how we fare with that. Greetings, Leo "lblaauw" wrote : Well, | | One of the things I

[jboss-user] [JBoss Portal] - Re: Maven cmd to test PortletContainer2.0 portlets

2008-06-11 Thread [EMAIL PROTECTED]
The -Dmaven.skip.test=true option skips the tests (as its name implies). To run the testsuite, simply run: mvn install View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157242#4157242 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss Portal] - Re: Supported configurations for Portal2.7 (with PortletCont

2008-06-11 Thread [EMAIL PROTECTED]
If you only use official Portal releases, there is no need to worry about Portlet Container. Each Portal release will integrate the appropriate version of Portlet Container, which might or not be different from the one used in a previous Portal release. Portlet Container is NOT a supported prod

[jboss-user] [JBoss Messaging] - Re: Can JBoss Messaging uses direct method invocation while

2008-06-11 Thread gary.c.chen
|-| | JVM| | | | |---||---| | | | Servlet 1 ||Servlet 2 | | | | || | | | | |--

[jboss-user] [JBoss Messaging] - Can JBoss Messaging uses direct method invocation while send

2008-06-11 Thread gary.c.chen
I am now using JBoss Messaging as a JMS server in my application and I don't use any Cluster feature now and this application is deployed on JBoss AS 4.2.2.GA. In my application I use JMS API to send messages and receive messages in a Servlet, that means the JMS client and JMS server are in the

[jboss-user] [JNDI/Naming/Network] - java.lang.RuntimeException: mapped-name is required for jdbc

2008-06-11 Thread jerome.droz
Hi, I'm new to jBoss AS and I'm trying to migrate a web application that almost worked on Tomcat 6.0.16 to jBoss 5 Beta4. The reason is that I realized Tomcat currently doesn't support resource injection and is somehow buggy... The application uses JPA to access one database and a datasource ta

[jboss-user] [EJB 3.0] - Re: Using @Resource causes NPE at org.jboss.ejb3.JndiUtil.lo

2008-06-11 Thread bartvh
"wolfc" wrote : This is a bug in AS 4.2.2 where if it can't find the name in JNDI and there is no cluster active it will give a NPE instead of NameNotFoundException. | | Fixed in AS 5.0. Is this fixed in JBAS 4.2 also? Can you point us to a JIRA issue number? TIA, Bart. View the original

[jboss-user] [JBoss AOP] - Re: Using jboss AOP to handle try-catch

2008-06-11 Thread f.baronti
Your first suggestion works perfectly, thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157231#4157231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157231 ___ jboss-us

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: receive mail from jboss automatically

2008-06-11 Thread sentcs
Thanks for your reply. I have tried log4j.xml in /server/messaging/conf directory.But i am not able to find the proper configuration for SMTP appenders.here i pasted my log4j.xml configuration as below. If possible please find the misatake and let me know. http://jakarta.apache.o

[jboss-user] [JCA/JBoss] - Re: DataSource & new-connection-sql

2008-06-11 Thread rukus
:) anyway i found how to do that: look at this code: | Begin | execute immediate('ALTER SESSION SET NLS_DATE_FORMAT=''dd/mm/ hh24:mi:ss'''); | execute immediate('ALTER SESSION SET NLS_DATE_LANGUAGE=''Ukrainian'''); | end; View the original post : http://www.jboss.com/index.html?mo

<    1   2