[jboss-user] [Beginners Corner] - Re: Quartz Scheduling

2008-06-11 Thread jaikiran
You haven't posted your code or configurations. So i can't say for sure what's wrong. There was a discussion related to this some time back at http://www.jboss.com/index.html?module=bbop=viewtopict=134256. See if you too have the same problem. If not, post back with more details. View the

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

2008-06-11 Thread jaikiran
Are you calling the EJBs using the remote interface of the EJBs? As per the EJB3 Core specification 3.2.1, the parameters and return types are passed by value (which means that any changes to the parameters inside the bean will not be visible to the caller): anonymous wrote : 3.2.1 Remote

[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 :

[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 jboss-hoe/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. ?xml version=1.0

[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=bbop=viewtopicp=4157231#4157231 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157231 ___ jboss-user

[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

[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 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] [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] [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

[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] [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=bbop=viewtopicp=4157248#4157248 Reply to the post :

[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

[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=bbop=viewtopicp=4157242#4157242 Reply to the post :

[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

[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] [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

[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

[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:

[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 classname of component componentName does not contain setter for property startup. | For

[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=bbop=viewtopicp=4157302#4157302 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157302 ___

[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=bbop=viewtopicp=4157321#4157321 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157321 ___ jboss-user mailing list

[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

[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 application is

[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

[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] [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 :

[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=bbop=viewtopicp=4157336#4157336 Reply to the post :

[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=bbop=viewtopicp=4157335#4157335 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : Login to our application(where we authenticate the user from our application), and not to the webapp(app server). I'm sorry, I don't understand. What kind of application? Servlet-based? EJB? What? View the original post :

[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

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 3.2.8 SP1 not running on Windows server 2003 Enter

2008-06-11 Thread jaikiran
Edit the run.bat to remove the @echo off statement. And then use that bat file to start JBoss. You will now see the actual line which is causing the error. Post the output if you are not able figure out the issue. View the original post :

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

2008-06-11 Thread jaikiran
Post the contents of your application.xml file. JBoss follows the contents of the application.xml to deploy the components. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157343#4157343 Reply to the post :

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

2008-06-11 Thread [EMAIL PROTECTED]
Looking at your scenario I think this is expected behaviour. cache.remove() will remove the node and all it's children. When you use a cache loader, this behaviour is passed on to the cache loader too. So when you do cache.remove(/a) this will remove /a and all its children both in memory and

[jboss-user] [JBoss Portal] - Re: Getting scripts/css into the header tags

2008-06-11 Thread thetikigod
Sweet thanks! That was a big help. Ive been trying to figure out how to do that for a few months now and beating myself over the head about it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157347#4157347 Reply to the post :

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

2008-06-11 Thread jaikiran
Do you mean, if you want to deploy your application with just the admininstration module, then only the entities belonging to administration module be mapped? The entities that are deployed is based on the contents of (1) application.xml file (present int the META-INF of your EAR) (2) the

[jboss-user] [Security JAAS/JBoss] - Re: Encrypted Passwords in LDAP

2008-06-11 Thread kc5mzr
This has become a big issue now. Does anyone have a solution. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157351#4157351 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157351

[jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3

2008-06-11 Thread ganix
i forgot to ask if it is planned to add compatibility with jboss5. if so, what is the expected time? Thank you for answering! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157355#4157355 Reply to the post :

[jboss-user] [JBoss Portal] - making a reagion non draggable

2008-06-11 Thread erezharari
my page has several regions, only one of which contains widgets that should be draggable. the other resions contain general navigation stuff. i need to make the other widgets not draggable. how can that be done? View the original post :

[jboss-user] [JBoss Portal] - jboss portal has empty widget titles

2008-06-11 Thread erezharari
sometimes, after i drag a widget on the portal page, or when i add a netvibes widget to the page, i get a widget (one or more) with a missing title bar. it just dissapears.. i'm usin IE 7. anyone knows what it might be? View the original post :

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

2008-06-11 Thread wilczarz
The default locale on my system is pl_PL, so this can't be the problem. Plus, if I delete the messages_en.properties, then entries from messages_pl.properties are visible in the content assist box. Of course, I don't want to delete it, so I thik I'll pass on this feature. In my opinion, a

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

2008-06-11 Thread [EMAIL PROTECTED]
wilczarz wrote : The default locale on my system is pl_PL, so this can't be the problem. Plus, if I delete the messages_en.properties, then entries from messages_pl.properties are visible in the content assist box. Of course, I don't want to delete it, so I thik I'll pass on this feature. |

[jboss-user] [EJB 3.0] - Re: Entity Callback -- @PrePersist vs. @PreUpdate

2008-06-11 Thread jaikiran
Looks like when you call the merge, the flush happens at the end of the transaction. And the @PrePersist gets called through the transaction callback methods. As a result your IllegalStateException gets wrapped into a RollbackException. Try this: if (order.getId() != null) { |

[jboss-user] [JBoss Messaging] - JBM 2.0 Clustering

2008-06-11 Thread blublinsky
I realize that clustering is not part of Alpha release, but because it is essintial for my architecture I want to try to find out whether it is going to support the following (Unfortunately, I can't paste a picture here, but can provide it). I have a massively parallel grid of execution nodes

[jboss-user] [JBoss Tools (users)] - NPE when selecting Build Archive from the Project Archives v

2008-06-11 Thread kkoster
I am getting an NPE from the archive builder when selecting the Build Archive (Full) menu option on the Project Archives. I am running a fresh copy of Eclipse 3.3 under JDK 1.5.0_12. I have been working with an Eclipse 3.3 version downloaded earlier this year (1/15/2008) until today also under

[jboss-user] [JBoss Tools (users)] - Re: NPE when selecting Build Archive from the Project Archiv

2008-06-11 Thread [EMAIL PROTECTED]
This is addressed already in http://jira.jboss.com/jira/browse/JBIDE-2311 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157391#4157391 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157391

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

2008-06-11 Thread bbeloff
anonymous wrote : I created http://jira.jboss.com/jira/browse/JBIDE-2325 for this and as you will see in the jira I think this might acutally currently be expected behavior when you have both clicked Deploy to server on the generated .ear file and deployed the archive directly. | I didn't

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
Hello, Oracle does not help. I received | 16:35:49,036 ERROR [AbstractFlushingEventListener] Could not synchronize database state with session | org.hibernate.StaleObjectStateException: Row was updated or deleted by another transaction (or unsaved-value mapping was incorrect):

[jboss-user] [JBoss Portal] - Portal Application

2008-06-11 Thread stefan.kok
Hi All I am writing a small application for portal server. It will store the data in a separate data base. Which will be the best way to associate the application data with the individual portal users ? Any ideas suggestions will be highly appreciated. Regards Stefan View the original

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

2008-06-11 Thread [EMAIL PROTECTED]
bbeloff wrote : anonymous wrote : I created http://jira.jboss.com/jira/browse/JBIDE-2325 for this and as you will see in the jira I think this might acutally currently be expected behavior when you have both clicked Deploy to server on the generated .ear file and deployed the archive directly.

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

2008-06-11 Thread PeterJ
Who do you want to run the PHP script? Apache or JBossAS? From my reading of your post, it appears that you went through a lot of trouble to configure JBossAS to run PHP scripts, but now you want Apache to run those scripts instead. View the original post :

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

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : The reason why I take this route is that - from experience - if I take the Server Add or Remove Projects route, I don't get automatic redeployments. Another bug. Sigh. This is a WTP issue and something we have no control over sadly. View the original post :

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

2008-06-11 Thread jaikiran
[EMAIL PROTECTED] wrote : | I thought that this JBoss EAR deployer CallByValue option was a feature implemented above and beyond the specification - it is, isn't it? | Not sure. [EMAIL PROTECTED] wrote : | I considered switching to local, but that just leaves the potential problem

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

2008-06-11 Thread wilczarz
[EMAIL PROTECTED] wrote : | You don't want a feature to control which locale we will use ? : | Sure I do, I meant I'd pass on CA until you resolve locale problem. The ['..'] proposals DO work, I just tried it after typing [, insead of . Keep up the good work! ;-) View the original post :

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

2008-06-11 Thread macchonmhaighe
The scripts run on JBoss, But the jboss server is accessed through apache. so when you load http://myserver:8080/mypage.php port 8080 being jboss http port the php runs fine. My setup requires jboss to be accessed on port 8009 the ajp port, by apache i.e. Apache is a public interface

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

2008-06-11 Thread [EMAIL PROTECTED]
ok - but please report an issue in jira so it wont get lost. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157410#4157410 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157410

[jboss-user] [EJB/JBoss] - error when deploying day trader: Failed to parse descriptors

2008-06-11 Thread openevol
Greetings, i like to seek help and advice if any ppl out there has meddle with daytrader on jboss? I'm using mysql database. My deployment codes can be found at http://www.openevol.com/share/peipei/daytrader-ear-2.0-SNAPSHOT.ear The whole daytrader contents including the deployment file and

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread estaub
Pavel, look at hibernate config values for the following. The ones with question-marks I can't help you with - I'm using local wrappers, and can't take time to look up generic solutions. Check the Hibernate docs, etc for these properties. I'm (obviously) on WebLogic - you'll need different

[jboss-user] [Clustering/JBoss] - FamilyClusterInfo loses all targets

2008-06-11 Thread eric239
Hello: I'm experiencing a problem where FamilyClusterInfo instance is losing all targets even though one of the nodes in the cluster is up. The scenario is described below; I'd like an advice from the forum community whether it does resemble a bug and should be filed as a JIRA issue. The

[jboss-user] [JBossWS] - Re: Upgrading from jbossws-native-2.0.2.GA to jbossws-3.0.1-

2008-06-11 Thread medalhas
Hi, Thanks your info it was very helpful. Problem solved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157419#4157419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157419 ___

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread [EMAIL PROTECTED]
anonymous wrote : Now bring node A up and bring node B down. Do any invocations occur when A is up and B is still up? The EJB proxy gets updated topology info when it makes invocations on the cluster. If you bring A up and B down without any invocation in between, the proxy knows nothing about

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.5 released

2008-06-11 Thread [EMAIL PROTECTED]
Hi everyone! I just want to tell everyone that 2.6.5 GA is working find while the one on jboss.org the 2.6.5 SP1 seems to lack something so that u cant login using default login/pass, user/user or admin/admin /Alex View the original post :

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

2008-06-11 Thread iamnew2jboss
Thank you Chris! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157422#4157422 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157422 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
Store the username in your database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157428#4157428 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157428 ___ jboss-user mailing

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

2008-06-11 Thread kblanken
Hi Manik, thank you for your response. This indeed makes sense, though I forgot to mention that our custom CacheLoader is one-way; it does not write any values back to the store. Is there a way I can configure JBC so it does not try to persist the data using the CacheLoader? Regarding locks,

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread eric239
Brian, thanks for the ultra-quick response. You described the situation precisely. I wish EJBTHREE-1002 had more votes (other than mine-now); but for the time being we'll just be aware of this scenario. --Ernest View the original post :

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread stefan.kok
Hi Peter Thanks for the reply. Would it not be a problem if the user is deleted. Then it would be possible to create a username with the same username for a different user. I suppose one can check and delete all the data or do something intelligent once the user is deleted. Stefan View

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

2008-06-11 Thread PeterJ
Did you set up the mod_jk config such that *.php requests are forwarded to JBossAS? Try adding the following to the mod-jk.conf file (where xxx is the worker name you defined): JkMount /*.php xxx View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157434#4157434

[jboss-user] [JBoss jBPM] - Re: New application brewing, need some advice

2008-06-11 Thread johncarl81
All right, So, I've finally took the plunge and started the application. I have a pretty cool data structure that holds my various user profile attributes based on the hibernate MapEntity, Entity capability. I chose this route because our user application from is ALWAYS changing from

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
You could hook into the user maintenance and add code to manage the user in your database. The other possibility is to use the user name in combination with the user's registration date. That should always be unique. Of course, you still might want to have a maintenance routine that runs every

[jboss-user] [Clustering/JBoss] - Re: FamilyClusterInfo loses all targets

2008-06-11 Thread [EMAIL PROTECTED]
Well, besides votes I'm always interested in community volunteers who want to take tasks on :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157438#4157438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157438

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread stefan.kok
I had a look at the Jboss wikki project. Any idea how they handled it ? Stefan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157440#4157440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157440

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

2008-06-11 Thread macchonmhaighe
I mount everything ..I think heres what i have JkMount /* loadbalancer I'll try with *.php and see what happens View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157441#4157441 Reply to the post :

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

2008-06-11 Thread macchonmhaighe
Eureka!!! in httpd.conf there is an include conf.d/*.conf in conf.d ,as well as mod_jk.conf, there is a php.conf, which loads the apache php module and adds a handler for php files I remove php.conf and the redirect works I should have seen this before. this problem has annoyed

[jboss-user] [JBoss jBPM] - Thanks for the tips...and the Guinness

2008-06-11 Thread brandonulrich
Hi all, Just wanted drop a note of thanks for organizing the jBPM Community Day in Dublin. It was a nice way for us to put faces to the names that we've been seeing in these posts, as well as pick up some advice from both the user community and the numerous BPM experts we met. Of course, the

[jboss-user] [JBoss Portal] - Re: Portal Application

2008-06-11 Thread PeterJ
They use just the user name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157446#4157446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157446 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
JBoss has one transaction manager lookup class org.hibernate.transaction.JBossTransactionManagerLookup. | property name=hibernate.transaction.manager_lookup_classorg.hibernate.transaction.JBossTransactionManagerLookup/property | and I tried set following possibilities for

[jboss-user] [JBoss Cache: Core Edition] - Lock timeout exceptions

2008-06-11 Thread ajassal
Am trying to understand some intermittent lock timeout exceptions we are seeing. These could be related to the LRU eviction policy thread not able to acquire a lock as it seems to timeout after 0ms and not 15000ms as it is specified in the 15000 attribute. If these are more informational

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

2008-06-11 Thread PeterJ
Please bracket XML text with [ code ] tags (select the XML text, click on Code button). For example SMTP appenders, see [url\http://www.jboss.com/index.html?module=bbop=viewtopict=84887[/url] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157451#4157451

[jboss-user] [JBoss Messaging] - Re: -b 0.0.0.0 is behaving one way on Test machine and anoth

2008-06-11 Thread rdaly
Well, I finally had some time to delve into the source code. I searched the source code for JbossAS, Jboss-Messaging, and Jboss-Remoting. I did not find the root cause (EXACTLY), but I did find a solution. POSSIBLE ROOT CAUSE: From searching inside the source code, I see that almost all of

[jboss-user] [EJB 3.0] - EJBAccessException: Authentication failure when Timer's ca

2008-06-11 Thread mohammadk
I'm using JBoss 4.2.2 and having two protected EJBs (say A and B) running on two different boxes. All non-timer-callback methods from B can access A without any problem. However if I schedule a timer using timer service on B to invoke a method from A then I get EJBAccessException:

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

2008-06-11 Thread praveen12brec
hi, this is my application.xml. apart from deploying the ejb's mentioned here... it also tries to a ejb in the classpath(defined in manifest.mf of one for the ejb's) my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. ?xml

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

2008-06-11 Thread praveen12brec
hi, this is my application.xml. apart from deploying the ejb's mentioned here... it also tries to a ejb in the classpath(defined in manifest.mf of one for the ejb's) my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. ?xml

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

2008-06-11 Thread praveen12brec
?xml version=1.0 encoding=UTF-8? | !DOCTYPE application PUBLIC |'-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd' | application id='UCL' |display-nameUCL/display-name |descriptionUCL description/description |

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

2008-06-11 Thread PeterJ
praveen12brec wrote : my second problem is jboss does not deploy my ucl_war. if i change it to ucl.war, it deploys without any problem. Applications are deployed based on their extensions. The file (or directory) ucl_war has no extension and thus cannot be deployed. Therefore, you must rename

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread [EMAIL PROTECTED]
Please post the entire stack trace. It's not eviction, as eviction isn't handled by the JGroups UpHandler thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157465#4157465 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
My process definition | ?xml version=1.0 encoding=UTF-8? | | process-definition name=TestProcess | | start-state name=start-state | transition to=ForEachForkActionHandler/transition | /start-state | | node name=ForEachForkActionHandler |

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

2008-06-11 Thread iamnew2jboss
thanks, but I need to provide the location of my JBoss App Server right (As I did not get the bundled container)? Here is the command that I'm using: mvn -e -Dvariable=C:\jboss-portal-2.6.4-From-src\jboss-4.2.2.GA\bin install I'm using Maven 2.0.7. The JBoss Wiki Site has following

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

2008-06-11 Thread iamnew2jboss
This is the error i'm getting: | C:\jboss-portletcontainer2.0\jboss-portletcontainer-2.0.0.CR2-src\portlet\src\main\java\org\jboss\portal\portlet\impl\jsr168\DispatchedHttpS | ervletResponse.java:[283,23] [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse

[jboss-user] [EJB 3.0] - Wish to see hibernate acting and fixing this issue asap

2008-06-11 Thread nagkumar
Hi have a User Object, which has many Relation Objects and we use OneToMany annotation for User attribute which has list of Relation objects it holds. In order to find a perticular relation of the user, the commented approach results in 'cannot simultaneously fetch multiple bags' However when

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-11 Thread kadlecp
I was able to simulate the exception in join with fork instead of ForEachForkActionHandler as well. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157471#4157471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157471

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread ajassal
Brian, Thanks. Here you go: INFO 2008-06-11 18:50:34,071 UpHandler (GMS) U- org.jboss.cache.interceptors.TxInterceptor - There was a problem handling this request org.jboss.cache.lock.TimeoutException: failure acquiring lock: fqn=/user/id, caller=Thread[UpHandler (GMS),5,JGroups threads],

[jboss-user] [JBoss Cache: Core Edition] - Re: Lock timeout exceptions

2008-06-11 Thread [EMAIL PROTECTED]
I see where you got the idea about eviction from. :-) I assume your cache is configured for INVALIDATION_SYNC or INVALIDATION_ASYNC. Seems in 1.x the cluster wide invalidation was implemented by telling the other nodes to do an evict. And that means the call uses the 0 ms timeout meant for

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPA problem with insert

2008-06-11 Thread tovar
Hi. I have problem with inserting in database. I don't know how to insert object and disable an attempt of inserting in related tables. example: @Entity @Table(name = MAIN_TABLE, schema = SCH) @Inheritance(strategy=InheritanceType.JOINED) public class MainClass extends MainDataObject {

[jboss-user] [EJB 3.0] - Re: Using ManyToMany Relationship

2008-06-11 Thread hbpost
See the following: http://www.jroller.com/eyallupu/entry/hibernate_exception_simultaneously_fetch_multiple Switching to List and using @IndexColumn works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157489#4157489 Reply to the post :

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

2008-06-11 Thread [EMAIL PROTECTED]
The easiest way is to set the JBOSS_HOME variable in your shell environment to point to your JBoss home directory, not bin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157499#4157499 Reply to the post :

[jboss-user] [Beginners Corner] - which databases with EntityManager of EJB 3.0

2008-06-11 Thread andynuss
Hi, I'm learning EJB 3.0 and was wondering which flavors of SQL and databases can be plugged into JBoss. Oracle? MySQL? etc. Thanks, Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157501#4157501 Reply to the post :

[jboss-user] [JBoss Portal] - LDAP Configuration in JBOSS Portal

2008-06-11 Thread parekuti
Hi all, I am new to the Portal Developement and trying to configure the LDAP (Active Directory ) in the JBoss portal. I have followed the instructions in Jboss tutorial execpt creating truststore. keytool -import -file ldapcert.der -keystore ldap.truststore. I haven't understand this

[jboss-user] [EJB 3.0] - oracle, mysql, sybase, etc???

2008-06-11 Thread andynuss
Hi, New to JBoss, just read Bill Burke's book. Since every database has somewhat different SQL, wondering which databases are fully supported by the EntityManager. Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157511#4157511 Reply to the post :

[jboss-user] [Beginners Corner] - How do I check the connection pools of JBoss AS?

2008-06-11 Thread saguilar
Hi I'm used to go into the Weblogic management console to check the status of the connection pools configured and test them, is there a way to do it on Jboss AS? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157518#4157518 Reply to the post :

  1   2   >