[jboss-user] [JBoss jBPM] - timer repeat with hibernate query in scrip gives concurrent

2007-11-03 Thread adapasubrahmanyam
Hi, In my timer repeat I am getting data from hibernate query using spring hibernate class (hibernateDAO() which is written by me) in a beanshell script . It is working fine for some time. After a few minutes it give hibernate error "Row was updated or deleted by another transaction" . I though

[jboss-user] [JBoss Seam] - Re: pages.xml action method fired on ajax requests - must be

2007-11-03 Thread gothmog
I didn't raise a JIRA, how does one do that? I also thought about it a bit more and changed my architecture to suit, however I still think there is a need to detect first time page load and have an option to run code there. It's kinda like .net has this feature where you can detect a 'post back'

[jboss-user] [JBoss Seam] - Re: exception handling in pages.xml: message params possible

2007-11-03 Thread matt.drees
The < param > tag within a < redirect > refers to http request parameters, not parameters for the given message. I'm not sure how to do what you're trying to do, except to simply use | error.fileUpload = maximum allowed size #{org.jboss.seam.web.multipartFilter.maxRequestSize/1000} kB. pleas

[jboss-user] [JBoss Seam] - seam and rich faces 3.1.2

2007-11-03 Thread minamti
Is anybody using Seam and rich faces 3.1.2 ? Any instructions on migration from rich faces 3.0.1 Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101554#4101554 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: Claim: Seam is not for large Java EE applications

2007-11-03 Thread stuart_wildcat
Although this is not Seam-specific, I think one of the points brought up points to an issue with annotations in general: The presence of annotations spreads out information in more places in an application. I think this is what was meant by "tough to use for large applications" because with ma

[jboss-user] [JBoss Seam] - s:link builds absolute path

2007-11-03 Thread emsa
s:link builds absolute paths for me, (just like this: http://jira.jboss.org/jira/browse/JBSEAM-2144) does anyone know why? thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101550#4101550 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Defence in depth best practice deployment strategy

2007-11-03 Thread john-northgate
After reading a number of articles & books about seam, I was very impressed. I looked forward to incorporating seam into my next company project. However, there appears to be no documentation on how to incorporate seam while implementing a "defence in depth" security strategy, restricting acces

[jboss-user] [JBoss Seam] - Re: TestNG/SeamTest NPE in xml parsing

2007-11-03 Thread dmitriy.lapko
Then you have something wrong with the way you run tests. This is a line 162 from parser: List suiteFiles = currentXmlSuite.getSuiteFiles(); So null in list of suite. Check your TestNG xml file, run examples, or post your code, if you cannot solve it by yourself. View the original post : http

[jboss-user] [JBoss Seam] - Re: Using EL in backend Java code?

2007-11-03 Thread wschwendt
"[EMAIL PROTECTED]" wrote : soon we will have a lovely new forum :) But please keep this old forum as an archive. It would be a pity if all booksmarks to valuable posts on this forum got lost. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101547#4101547 R

[jboss-user] [JBoss Seam] - Re: Error after updated CR2!

2007-11-03 Thread sonstone
I had the same problem and it was because I had two copies of the entity class deployed. I had renamed my ear so there were two versions of the same application being deployed with different names. Hope this helps. Daniel View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Seam] - Re: TestNG/SeamTest NPE in xml parsing

2007-11-03 Thread vijayamaladoss
If that is the case, if I am connected to Internet, TestNG should not throw a NPE right?. as you suggested I searched for this url and I see this only in seam-gen.reveng.xml. This is of kinda weird View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101545#410154

[jboss-user] [JBoss Seam] - Re: pages.xml action method fired on ajax requests - must be

2007-11-03 Thread dkane
"[EMAIL PROTECTED]" wrote : This behaviour is to be expected due to the way a:commandButton works. | | You could perhaps file a feature request in JIRA and we'll see what we can come up with/whether it is a popular feature. Was the JIRA issue raised ? I have the same (?) problem with page

[jboss-user] [JBoss Seam] - Re: Entity withiout Injection --- How do construct a efficie

2007-11-03 Thread alessandrolt
Using aspect I kept the annotation @In in Entities, may inject any seam component. The Aspect intercepting the criation of the Entity and search the annotation @In. After it inject by Component.getInstance("componentName"). Below that the code written in AspectJ: Using aspect I kept the annota

[jboss-user] [JBoss Seam] - Re: JBoss Tools 2.0.0 and Eclipse compatibility

2007-11-03 Thread kukeltje
beta 4 is already out and works fine with eclipse 3.3.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101539#4101539 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101539 ___

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-03 Thread ByDcc
Probably you are right ;-) I really thank for your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101538#4101538 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101538

[jboss-user] [JBoss Seam] - Remoting behaviour

2007-11-03 Thread cfthomas
Hi! I'm developing a SEAM remoting app, so all things on the client side are done in JS and SEAM just handles remoting calls. I'm using SLSB on the server that look like this: | @Stateless | public class MySLSB { | private String prop1; | .. | @WebRemote | public String getP

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-03 Thread jaikiran
After reading some of the docs, i guess the reason why you are getting a null object for the entitymanger and the entitymanager factory, might have to do with the fact that these objects are meant to be used in a managed environment and hence are not available to the standalone client. That eve

[jboss-user] [JNDI/Naming/Network] - Re: Getting Exception in client code while JNDI Lookup(EJB 2

2007-11-03 Thread jaikiran
Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=Getquotjavax.naming.NoInitialContextExceptionquot You have to place jndi.properties file in the MyClient's classpath. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101526#4101526 Reply to the post : h

[jboss-user] [JBoss jBPM] - Re: Examples Error

2007-11-03 Thread kukeltje
yep, java version error View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101525#4101525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101525 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss jBPM] - Re: pooled actors

2007-11-03 Thread kukeltje
actor-id != pooled actor. actor-id is an individual actor (ie a 'user' in the jbpm identity table) and what this is is up to you. pooled actors contains a list of individual actors and/or groups (in the jbpm identity table) So setting up 'pooled' actors is greating a group and making users m

[jboss-user] [JBoss jBPM] - Re: Actor is group or user

2007-11-03 Thread vtysh
Actor is a simple string, you can interpret it as you like View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101523#4101523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101523

[jboss-user] [JBoss Seam] - Re: getter problem

2007-11-03 Thread skanky78
anyone else using rich:datascroller with large datasets? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101522#4101522 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101522 __

[jboss-user] [JBoss Seam] - JBoss Tools 2.0.0 and Eclipse compatibility

2007-11-03 Thread romant1
Hi, I am trying to install JBoss Tools 2.0.0Beta2 into Eclipse 3.3.0 but it seams it does not work completely. Could anyone tell me where can I find the compatibility of JBoss Tools versions and Eclipse versions? I cannot find it anywhere. Thanx. View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: exception handling in pages.xml: message params possible

2007-11-03 Thread skanky78
maybe it's a bug? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101520#4101520 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101520 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Seam] - Re: Configuring MultipartFilter

2007-11-03 Thread skanky78
ok thanky you...i will give it a try... cheers, sven View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101519#4101519 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101519 ___ j

[jboss-user] [Beginners Corner] - Re: Connection reset message after period of time

2007-11-03 Thread DeanoUK
This can be solved by catching the 408 error via the web.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101518#4101518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101518 _

[jboss-user] [JBoss Seam] - Re: TestNG/SeamTest NPE in xml parsing

2007-11-03 Thread dmitriy.lapko
May be parser tries to download dtd or scheme for some xml, check your installation of testng and *.xml that you wrote for your TestNG test. Also try to find where this string (hibernate.sourceforge.net) is present in your project, in which jar or file, or try to track which url is requested. V

[jboss-user] [JBoss Seam] - Running SeamTest-based tests inside an applicatoin server

2007-11-03 Thread dmitriy.lapko
Is there any way to run integrational seam-tests inside application server? Something that should tell SeamTest not to start a new environment but use existing and just simulate JSF lifecycle? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101515#4101515 Rep

[jboss-user] [JBoss Seam] - Re: TestNG/SeamTest NPE in xml parsing

2007-11-03 Thread vijayamaladoss
Any suggestions ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101514#4101514 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101514 ___ jboss-user mailing list jboss-user@

[jboss-user] [JNDI/Naming/Network] - Getting Exception in client code while JNDI Lookup(EJB 2.0 a

2007-11-03 Thread sharma.nalin83
Hi All, I have created a EJB proect as follows: (1) Stateless EJB class (2) Home Interface (3) Remote Interface (4) ejb-jar.xml as below: http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.

[jboss-user] [JNDI/Naming/Network] - Re: jndi jboss service problem connecting

2007-11-03 Thread ByDcc
Well, I tried many names but the result is always the same. Global JNDI Namespace | | +- ConnectionFactory (class: org.jboss.mq.SpyConnectionFactory) | | +- persistence.units:unitName=cartstore (class: org.hibernate.impl.SessionFactoryImpl) | ... | +- CartstoreFacto

[jboss-user] [Clustering/JBoss] - Re: Nodes not join Cluster - UDP discarded Message

2007-11-03 Thread [EMAIL PROTECTED]
I suggest use the McastSender/ReceiverTests with a bind_addr, until they find each other, and then use that bind_addr in your config View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101511#4101511 Reply to the post : http://www.jboss.com/index.html?module=bb&o