[jboss-user] [JBoss jBPM] - next task/node name in processInstance

2007-08-21 Thread cheets
Hi all, Sorry if it is a basic question, but I can't figure out how to get the name of the next task in a process instance. I have a taskinstance, which I just end on the click of a button (it is a approve/reject kind of task), but after doing task_instance.end(), how can I find out which is th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - jboss server is not cmng in redhat linux editor

2007-08-21 Thread annu_pawar
hello, i am useing redhat linux as a IDE but in which jboss server is not cmng. it showing error as-->jboss server is not cmng in redhat linux editor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076603#4076603 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: Could not synchronize database state with session

2007-08-21 Thread robin.hultman
Hmm I am almost certain that I dit post the log from MySQL. Sorry about that. | 25 Prepare | [21] insert into bookable (period, cabin_id, week_id, season_id, raffled) values (?, ?, ?, ?, ?) | 25 Execute | [21] insert into bookable (period, cabin_id, week_id, season_id, raffled) values (

[jboss-user] [JBoss Seam] - Managing Pageflow - is the following possible ?

2007-08-21 Thread Yacho
Now I've learned that Using Seam/JSF pageflow method user gets redirected in two ways : foo Redirects user to something.xhtml OR foo In that scenario user clicks on foo link action Myaction from MyBean seam component gets invoked. Action returns outcome string wich is checked against pages.xml

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2 Behind Firewall

2007-08-21 Thread gigsvoo
Currently jboss AS http://labs.jboss.com/jbossas/docs is broken (404), care to point me direct to the file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076595#4076595 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40

[jboss-user] [JBoss Seam] - Re: Could not synchronize database state with session

2007-08-21 Thread robin.hultman
Yes but the weird thing is that if I do a print of season.getId() after the em.merge(season) and before em.persist(bookable) the correct id is printed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076593#4076593 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - Decision -> select path

2007-08-21 Thread masipu
I want to select a path depending on a value from database. All goes smooth until I have selected the path. I want to run the path I have selected but not the other path. If I simply make a transition to end node from both paths, it almost works. The problem is, the path I didn't select, didn't

[jboss-user] [JBoss Seam] - Re: Deployment error for Jboss-seam.2.0.0.beta1 version

2007-08-21 Thread m.shinde
OKay Thanx... Will you please tell me from where I will get the migration guide. Thanx in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076589#4076589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076589 _

[jboss-user] [JBoss Seam] - Re: [lifecycle] Could not instantiate Seam component

2007-08-21 Thread Eethyo
JBoss AS 4.2 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076588#4076588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076588 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [Clustering/JBoss] - Re: Version conflict of packets in jgroup

2007-08-21 Thread dileepm
Well i changed the multi cast address and port in default.xml file in JGroups/conf folder to other values on both machines like wise it was 228.8.8.8 i changed to 228.8.8.9 But the error remained the same. 11:24:13,062 WARN [UDP] packet from 192.168.1.6:3324 has different version (12338) f

[jboss-user] [Clustering/JBoss] - Am getting version conflict error....plz help

2007-08-21 Thread sid-jboss
Am getting a packet version conflict error , a post deployment error , The error -details are .. 11:01:50,234 WARN [UDP] packet from /192.168.1.4:3689 has different version ( ) from ours (0227). This may cause problems 11:01:50,234 ERROR [UDP] exception=java.io.StreamCorruptedEx

[jboss-user] [JBoss Portal] - Exception : javax.faces.FacesException:

2007-08-21 Thread tellarsrinivasprabhu
Hi all, I am using JBoss Portal 2.6.1-GA. I have come across following exception while restarting the jboss application server. I also get this exception when i click on home page of admin. Can any one suggest me how to overcome this exception and get all portal pages working. The stack

[jboss-user] [JBoss Seam] - mapping entities in seam 2.0

2007-08-21 Thread maniappan
I am migrating my application which from 1.2.1 to 2.0Beta1. Had mapped some Home objects using the relatedentites definitions in components.xml as mentioned below : | http://jboss.com/products/seam/components-2.0.dtd";[ | | ]> | and the specialcomponents.xml.txt had the mappings as [for

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss AS 4.2 Behind Firewall

2007-08-21 Thread genman
Look for the 4.2 FAQ, use the -b parameter to bind your ports to the external IP addr. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076579#4076579 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076579 __

[jboss-user] [EJB 3.0] - Re: EJB3 client error - java.io.EOF exception

2007-08-21 Thread Jihnd
i read that the transaction manager prefers beans compiled with java5, so i went ahead and did this and redeployed and now have far fewer errors however, i seem to have managed an error that doesnt bring up a single page on google! i?m strangely proud of this anonymous wrote : | --- MBean

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss AS 4.2 Behind Firewall

2007-08-21 Thread gigsvoo
Hi there, I had shutdown my default redhat server apache using /sbin/service and /sbin/chkconfig (port 80). Then i start up JBoss port 80 successfully, but i cant access thru web browser from a remote site. Under /etc/hosts i had confirmed 127.0.0.1 (default in Jboss config) has pointed as l

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel deploy example problem

2007-08-21 Thread [EMAIL PROTECTED]
Wyzzie is very right. JBoss 4.2.x uses a version of wsdl4j that is incompatible with jBPM BPEL 1.1.Beta3. The issue report is JBWS-1528. The fix will be delivered in jBPM BPEL 1.1.GA. This version is not released yet, but you can get the latest stable snapshot from http://repository.jboss.org/j

[jboss-user] [JBoss jBPM] - Re: Hello World Example Error in running test

2007-08-21 Thread [EMAIL PROTECTED]
Also see the Wiki page on the subject: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmBpelOnJdk1.5.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076570#4076570 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076570 ___

[jboss-user] [JBoss Tools (users)] - Re: building and Debugging with JBoss tools

2007-08-21 Thread gtbuzz
Any luck figuring out how to deploy with 2.0? I'm in the same boat and hate to have to go back to eclipse 3.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076567#4076567 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-08-21 Thread chuaky
hi pete, Since the upgrading is in progress, can the following environment be used till it is done? - JBoss portal 2.6.1 (with AS 4.2.1) - Seam 1.2.1GA (instead of 2.0.0 Beta1) - use JSF RI 1.2 or MyFaces? Thank you very much. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Re: jboss-seam.jar: determining the version of it

2007-08-21 Thread matt.drees
I don't think you can. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076559#4076559 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076559 ___ jboss-user mailing list jboss-us

[jboss-user] [EJB/JBoss] - Re: JBoss 3.2.6 BMP Caching Question

2007-08-21 Thread Nisarg
Hi Adryden, We are having a similar issue. In our case EntityBean is a readonly entityBean, so we create an entitybean, from the client, which get persisted in our database through an external service. But does not happen immediately. The problem is we depend on entitybean being in cache, and th

[jboss-user] [Management, JMX/JBoss] - Re: Using EJB injection in JMX / MBean

2007-08-21 Thread vri_97
Thank you for the explanation. After some thinking, I guess is it's because MBean was created before the EJBs. And by right, the EJB at the time of MBean creation is not available yet, so it can not be injected. Though I put dependency on EJBs, it only delay to call the start() method, rather th

[jboss-user] [Management, JMX/JBoss] - Re: Jboss-4.0.3SP1 shutting down itself without any explicit

2007-08-21 Thread mark81
Just wanted to let you know we are also having the same issue... Running JBoss 4.04GA on CentOS 4.4 using the included red hat run script (running JBoss as a service). The problem happens about twice a month for us on the server which is on all the time. On another spot in the forums and from

[jboss-user] [Beginners Corner] - Re: Jboss 4.0.4 and 4.0.5 is going to shutdown

2007-08-21 Thread mark81
Just wanted to post that we have the same issue with JBoss 4.04GA. Happens about twice a month on a server running 24/7. Haven't been able to correlate it with anything, we use the jboss init script for redhat to run jboss as a service, and are running CentOS 4.4. I just put in the -Xrs optio

[jboss-user] [JBoss jBPM] - Beanshell script transition condition

2007-08-21 Thread bephinney
JBPM 3.2.1 Tomcat 6 SQL Server I am trying to write a transition condition using a beanshell script but can't seem to return a boolean. When I look through the jPDL xml schema docs I do not see how to do this. In the Process Modeling/Node type: Decision docs I see mention of the option to use

[jboss-user] [JBoss jBPM] - Transiton Condition evaluated to 'false

2007-08-21 Thread bephinney
JBPM 3.2.1 Tomcat 6 SQL Server I am trying to put some conditions on transitions leaving a task-node. When the process variable matches the first transition condition, the transition is taken. When the process variable matches the second transition condition I get a JbpmException: transition

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

2007-08-21 Thread demetrio812
I also tried to do not use the method and use component definition in components.xml, if I don't use a value of the instance of articoloHome it works, like that: | | | I manually coded the "2" value of the id of tipologiaArticolo (that's wrong, I need dynamic value). In

[jboss-user] [JBoss Seam] - selectOneMenu problem

2007-08-21 Thread demetrio812
Hi, I have a seam-gen app, in the edit form I inserted the following code: | | Stato | | | | | | It call the getStatiArticolo function that is in articoloHelper (Seam POJO, Scope=CONVERSATION): | private List statiArticolo; |

[jboss-user] [JBoss Seam] - Re: jboss-seam.jar: determining the version of it

2007-08-21 Thread asookazian
thx! how do you edit posts on this board??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076547#4076547 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076547 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Double Click . Seam 1.2.1.GA

2007-08-21 Thread lilianas
Hi: I test the solution detailed in http://jira.jboss.org/jira/browse/JBSEAM-183. It works well in tomcat 5.028, but in tomcat 5.5 it produces a deadlock. I have the same issue that was posted in the forum: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92970 But I am using seam 1.

[jboss-user] [JBoss Portal] - cluster setup

2007-08-21 Thread priya23
Hi, Am trying to deploy bundled clustered jboss version 2.6.1 and created 2 instances. When I put a war file in the farm directory of one node, the other node gives the following error: 22:35:13,517 ERROR [FarmMemberService] org.jboss.ha.framework.server.ClusterFileTransfer$ClusterFileTransf

[jboss-user] [JBoss Seam] - Re: jboss-seam.jar: determining the version of it

2007-08-21 Thread monkeyden
Look at the Manifest.mf file in the jar. Manifest-Version: 1.0 | Ant-Version: Apache Ant 1.6.2 | Created-By: 1.5.0_07-87 ("Apple Computer, Inc.") | Seam-Version: 1.2.1.GA | Implementation-Version: 1.2.1.GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Clustering/JBoss] - jboss portal cluster set up

2007-08-21 Thread priya23
Hi, Am trying to deploy jboss portal 2.6.1. I downloaded the bundled clustered version and created 2 instances. When I put a war file in the farm directory of one node, the other node gives the following error: 22:35:13,517 ERROR [FarmMemberService] org.jboss.ha.framework.server.ClusterFileTr

[jboss-user] [JBoss Seam] - jboss-seam.jar: determining the version of it

2007-08-21 Thread asookazian
how do you do it? I think we're using seam 1.2.1 but not sure. This may become confusing if you copy the jar into a projects folder and don't rename it to jboss-seam-1.2.1.jar, for example... I don't see a readme.txt in there... View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - identity.isLoggedIn() question

2007-08-21 Thread asookazian
in the API doc for org.jboss.seam.security.Identity, isLoggedIn() has the following description: If there is a principal set, then the user is logged in. How/when does the principal get set? I'm assuming after the successful execution of identity.setUsername(). In the following code, identit

[jboss-user] [JBoss Seam] - Re: Starting up Asynchronous Method at startup

2007-08-21 Thread [EMAIL PROTECTED]
Works like this: In components.xml: | | http://jboss.com/products/seam/components"; | ... | xmlns:async="http://jboss.com/products/seam/async"; | ...> | | | ... | Startup class: | @Startup | @Stateful | @Scope(ScopeType.APPLICATION) | @Name("star

[jboss-user] [JBossCache] - Re: PojoCache - increment global counter

2007-08-21 Thread fatbatman
Hi Jason, Thanks for your response, I voted for it. I'll just use a native database sequence for now. Keep up the great work on JBoss/PojoCache it's a really great product. It feels almost like magic when an object is automatically updated across the cluster :) many thanks James View t

[jboss-user] [EJB 3.0] - Re: EJB3 client error - java.io.EOF exception

2007-08-21 Thread waynebaylor
looks like the TransactionManager jndi name is not bound. Do you see it in JNDIView from the jmx-console? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076535#4076535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076

[jboss-user] [JBoss Tools (users)] - Re: Classpath entry will not be exported or published.

2007-08-21 Thread fabricio.lemos
"[EMAIL PROTECTED]" wrote : you are saying this worked earlier ? | | with our adapter or the generic one in eclipse ? Yes, it worked earlier, but only a few times when I first ran a recently installed version. I was using Jboss adapter. "[EMAIL PROTECTED]" wrote : This is a known bug on our

[jboss-user] [JBoss Seam] - Re: Render without href using JSF

2007-08-21 Thread mgrouch
Can you improve Seam's s:link so that it could be used to render HTML A with no HREF? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076533#4076533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076533 _

[jboss-user] [JBoss Seam] - Re: Could not synchronize database state with session

2007-08-21 Thread [EMAIL PROTECTED]
You've tried to save a null value to a column marked @NotNull (season_id) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076531#4076531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076531 _

[jboss-user] [JBoss Seam] - Re: access to userPrincipal's role of the external context

2007-08-21 Thread [EMAIL PROTECTED]
Nothing to do with Seam. Seam currently doesn't integrate with JBoss Security IIRC. There is a feature request open for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076529#4076529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - Re: Problem with a4j reRender and s:button disabled property

2007-08-21 Thread [EMAIL PROTECTED]
I think this is ajax4jsf related View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076528#4076528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076528 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Re: Seam conflict with a4j:include and a4j:support

2007-08-21 Thread tim_ph
Seem to be the problem I got right now. Things seem fine yesterday, now all hell broke lose without a cause. After you jump off the field, everything disappears. So weird. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076526#4076526 Reply to the post : htt

[jboss-user] [JBoss Seam] - Re: JBPM ProcessDefinition redeployed on restart

2007-08-21 Thread [EMAIL PROTECTED]
"fzaker" wrote : Do you mean removing related tags from components.xml file? Yes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076525#4076525 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076525

[jboss-user] [JBoss Seam] - Re: [lifecycle] Could not instantiate Seam component

2007-08-21 Thread [EMAIL PROTECTED]
What server are you deploying to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076523#4076523 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076523 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: Render without href using JSF

2007-08-21 Thread [EMAIL PROTECTED]
"mgrouch" wrote : When I try to do it by inserting regular HTML markup into my | facelets source tag, This is what you should do. anonymous wrote : all regular html markup disappears on AJAX submissions. This sounds like a bug, if you are using ajax4jsf, ask them as they might be able to help

[jboss-user] [JBoss Seam] - Re: Render without href using JSF

2007-08-21 Thread mgrouch
href="#" causes submission and blinking in my IE. I really need to render HTML a element with no "href". When I try to do it by inserting regular HTML markup into my facelets source tag, all regular html markup disappears on AJAX submissions. View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - Re: wiki example and captcha

2007-08-21 Thread [EMAIL PROTECTED]
Seamspace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076518#4076518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076518 ___ jboss-user mailing list jboss-user@lists.jbos

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
ok, the window-name had to be unique. that was one of the problems but the bigger issue was finding the correct deployment parent element. need to find out what the others are meant for. fix is small, but took a while to get there :( thanks for your pointers, Peter. much appreciated. View the

[jboss-user] [JBoss Tools (users)] - Re: Red Hat Developer Studio Issues - JBoss View unavailable

2007-08-21 Thread cbeels
Dammit, Oracle snuck these entries into my PATH: C:\Oracle\product\10.1.0\Client_2\jre\1.4.2\bin\client;C:\Oracle\product\10.1.0\Client_2\jre\1.4.2\bin; Got rid of those and it worked. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076514#4076514 Re

[jboss-user] [JBoss Messaging] - Re: Exception launching second node in cluster (Cannot find

2007-08-21 Thread daveespo
Ugh ... The solution to this problem was to specify the bind address to run.sh ./run.sh -c messaging-node0 -b 0.0.0.0 I guess by default, it just binds to localhost ... Even though the cluster stuff appeared to be starting up, and I could see members being added to TreeCache, I guess it really

[jboss-user] [JBoss Seam] - Re: Getting

2007-08-21 Thread ejbengine
Changed the code to : @Test | public void testFindUnregisteredClaims() throws Exception { | new FacesRequest() { | @Override | protected void invokeApplication() { | invokeMethod("#{registrationFi

[jboss-user] [JBoss Seam] - Re: Seam Flex Integration, How Easy It Is!

2007-08-21 Thread momochone11
Hi all, I have tried integrating this example to my app but with no luck. It loads the flash file, but when I click on the button it just doesn't do anything. I have tested my app using classes and pages from the remoting helloworld example and it worked. Is there any special configurations I

[jboss-user] [JBoss Tools (users)] - Re: Red Hat Developer Studio Issues - JBoss View unavailable

2007-08-21 Thread [EMAIL PROTECTED]
Eclipse 3.3/WTP requires JDK 5 to work...you have class warnings that indicates you are running with JDK 1.4 or less. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076507#4076507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Tools (users)] - Red Hat Developer Studio Issues - JBoss View unavailable

2007-08-21 Thread cbeels
I just did a clean install of Red Hat Developer Studio and I'm getting the same sort of problem I did when I installed Eclipse 3.3 from WTP all-in-one. Certain features (Spring IDE, JBoss Server View) just don't show up. The JBoss Server View is not present in Views under Servers, nor under th

[jboss-user] [JBoss Seam] - Re: wiki example and captcha

2007-08-21 Thread modoc
You may also want to look at Simple Captcha: http://simplecaptcha.sourceforge.net/index.html jCaptcha is VERY hard to read I find. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076505#4076505 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Embedded EJB Testing Woes

2007-08-21 Thread hsoldier
Hi Mike your problem is that you are missing a JDBC data source bound in JNDI as "java:/ICTRCoreDatasource" You will need a data source definition XML file (*-ds.xml) defined and deployed in to $JBOSS_SERVER/server//deploy directory. The following is an example: | | http://www.jboss.org

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
ok, by trial and error, i found the right deployment element to stick my portlet entries in. Don't know yet why one works and not the other, or what is the difference between these elements, but nevertheless, i can add a portlet to the default page this way. however, adding a second portlet doe

[jboss-user] [JBoss Seam] - Re: Configuring Seam Filters through components.xml

2007-08-21 Thread matt.drees
You probably want to put code/xml snippets in code tags. It'll make it easier to read, and xml won't get mangled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076499#4076499 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Portal] - Can't turn off the maximized window-state

2007-08-21 Thread nollie
Hello everyone I'm using AS 4.2.0 and portal 2.6 and I can't seem to be able to turn the maximized portlet controls off. I made this change in my *-object.xml file: | normal | | minimized | After making that change I

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Another deployment ClassCastException

2007-08-21 Thread dnwiebe
I've got a JEE 5.2 application that ran fine under Glassfish that I'm trying to regress to run under JBoss 4.2.1.GA (because while Glassfish may completely implement EE 5, it's exasperatingly unstable). I've read a number of complaints about ClassCastExceptions involved with JNDI lookups, and h

[jboss-user] [JBoss Seam] - wiki example and captcha

2007-08-21 Thread minamti
The wiki example (latest source download of Seam) seems to use a math question for captcha. Is there any example of using jCaptcha ? Thanks, M View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076494#4076494 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Configuring Seam Filters through components.xml

2007-08-21 Thread RMcFadden94
All, Is it possible to configure Seam Filters through the components.xml? My Filter on Seam 1.2.1 : @Scope(ScopeType.APPLICATION) @Name("common.WebTrendsFilter") public class WebTrendsFilter extends AbstractFilter { public static final String FILTER_ENABLED = "FILTER_ENABLED"; /**

[jboss-user] [JBoss Seam] - Re: Configuring Seam Filters through components.xml

2007-08-21 Thread RMcFadden94
Above post: the xml didnt translate right: components.xml #{common.clubConfigProvider} ~Greg View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076492#4076492 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076492 ___

[jboss-user] [JBoss Seam] - Re: [lifecycle] Could not instantiate Seam component

2007-08-21 Thread Eethyo
Hello Vincent, i already did that after i read some EJB documentation. It isnt working anyway. I am searching in the internet for 2 days now, i get pissed because i just can imagine that i did a very newbish mistake ;) any other suggestions? View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - Re: JBPM ProcessDefinition redeployed on restart

2007-08-21 Thread fzaker
Thanks for responses. Pete, could you explain more? How could I disable seam jbpm process deployer in production? Do you mean removing related tags from components.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076489#4076489 Reply to the post : ht

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Configuring JBoss to use Informix

2007-08-21 Thread lafr
There probably is more interesting output in the log. If you pick the create statement for jms_subscriptions and try to run it on the database via dbaccess you get a syntax error. So create the table "by hand". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=407

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
We have additional deployment entries but I've added the portlets to the first one (the one shown above). I've verified that the JBP_WINDOWS table gets populated with this new portlet. So, there IS an entry in this table, so it does mean that something is getting picked up from this file. Just t

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
That is exactly how I have it, Peter. No difference at all (not sure if I can post the entire file since it is our source code, etc - see what I mean). The only additional thing to note is this - | | | keep | | default | | |

[jboss-user] [JBoss Seam] - EntityQuery (entity-query) General Performance Questions

2007-08-21 Thread jfrankman
Has anyone had experience using the EntityQuery class to query a mid to large sized table (300,000+ records)? I used seam gen to create a CRUD application for a single table. The main list.xhmtl page uses a generated component that extends from the EntityQuery class. The table I am querying has

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread PeterJ
On second thought, if you have a portlet named SomePortlet, then here are the full ad complete contents for portlet-instances.xml and *-object.xml to get the portlet to show up on the default page: portlet-instances.xml: | | | SomePortletInstance | SomePortlet |

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread PeterJ
I think you need to post the whole portlet-instances.xml and default-object.xml files. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076477#4076477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076477 ___

[jboss-user] [JNDI/Naming/Network] - SessionFactory in java:namespace - not bound?!

2007-08-21 Thread arnieOag
I'm deploying a .har alongside my .war in an .ear. My session factory is using a secured data source (security-domain) as shown below: | | | | us/tx/state/oag/dev/ApplicationSecurity | jdbc:jtds:sybase://sydev1a:9000/application_security |

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
| default | |AdminPortletWindow |SomePortletInstance |center |0 | | If I add 2 blocks of this, only the second one is added. Verified the JBP_WINDOWS table

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
I am editing the default-object.xml file bundled with my portlets. I've verified that this file gets picked up now. This is how my entry looks in portlet-instances.xml - | | SomePortletInstance | SomePortlet | | ..and this is how my

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread PeterJ
Double-check the spelling on the instance name in both portal-instances.xml and *-object.xml. Misspelling is usually what trips me up. Also, does the portlet window show up in the list of portlet windows for that page in the Management Portal. If you click on the portlet window there, and the l

[jboss-user] [JBossCache] - Re: Buddy Replication

2007-08-21 Thread [EMAIL PROTECTED]
What release of JBC and JGroups? This sounds very similar to the situation discussed at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116104[/url] and [url]http://jira.jboss.com/jira/browse/JBAS-4608. The application gets a view change callback before the protocols lower down in the

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL / activeBPEL

2007-08-21 Thread [EMAIL PROTECTED]
anonymous wrote : I managed to tie in JBoss ESB(including jBPM) with jBPEL, but when I deploy a definition, the JPDLArchiveParser picks it up in stead of the BPEL processor This is an issue (BPEL-239) that affects jBPM BPEL 1.1.Beta3 and earlier versions. BPEL-239 is already resolved and will

[jboss-user] [JBossCache] - Buddy Replication

2007-08-21 Thread FredrikJ
We get the following stack trace when starting up the cache with buddy replication enabled and can't really understand why. | 2007-08-21 21:27:49,849 Incoming Thread,TableSpace,172.16.0.5:8786 INFO space.jboss.ExtendedCache.TableSpace - viewAccepted(): [172.16.0.5:8786|1] [172.16.0.5:8786,

[jboss-user] [JBossCache] - Re: PojoCache - increment global counter

2007-08-21 Thread [EMAIL PROTECTED]
In order for this use case to be truly atomic, you need a distributed cluster-wide lock. JBoss Cache does not yet support an option for distributing locking (instead locks are acquired when applying remote transaction batches), mainly because distributed locking does not scale very well, and is

[jboss-user] [JBoss Portal] - Re: Content Management / CMSPortlet

2007-08-21 Thread nidhi_hs
I am using 2.6. When the link is clicked in a CMS page the result is shown in the "DefaultCMSPortletWindow" . How to modify so that it displays in the same window ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076463#4076463 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
Also, I am almost certain that there is something not quite right with the entry I added to the default-object.xml file. It doesn't complain when JBoss starts up but I have a feeling it is not quite right. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076462

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
Almost missed that post. Thanks for your build script. Let me take a look at that! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076461#4076461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076461 ___

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread kpalania
Yes, I've added these portlets to portlet.xml and portlet-instances.xml as well. I know that they are available as I am able to add them through the UI. However, I want to add these declaratively so that they show up by default. Plus, we don't want to allow our users to remove these portlets so

[jboss-user] [EJB 3.0] - Re: EJB3 client error - java.io.EOF exception

2007-08-21 Thread Jihnd
haha, okay scratch my whole "i've successsfully deployed my ejb bean" comment! i just brought up my server log set to debug and got a whole load of this anonymous wrote : 2007-08-21 18:44:16,656 DEBUG [org.hibernate.validator.ClassValidator] ResourceBundle ValidatorMessages not found in Validat

[jboss-user] [JNDI/Naming/Network] - Re: Why is TransactionManager not Bound in JNDI

2007-08-21 Thread bmcgovern
Yes, there were two problems. I had to put this in my datasource: false It was correctly bound to java:/TransactionManager. But I couldn't look it up because I had some Jboss jars bundled in with my application. When I removed those it worked. There was classloader issues with JNDI in g

[jboss-user] [JNDI/Naming/Network] - Re: Why is TransactionManager not Bound in JNDI

2007-08-21 Thread arnieOag
Did you ever get this cleared up? I am getting it too... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076456#4076456 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076456 __

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-08-21 Thread fhh
I would like to see something too. Building a frontend for quartz - or at least supllying some components to enable me to do so myself - would be immensly useful. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076455#4076455 Reply to the post

[jboss-user] [JBoss Seam] - Re: Quartz configuration in Seam 2.0B

2007-08-21 Thread [EMAIL PROTECTED]
Pierospinelli, Your task sounds like a little beyond the scope for our Seam / Quartz integration. We aim to provide Quartz as a backend for the @Asynchronous methods -- without the user having to invoke Quartz-specific APIs. In your case, you do want to manage Quartz explicitly in your applicat

[jboss-user] [JBoss Seam] - Embedded EJB Testing Woes

2007-08-21 Thread mwkohout
I'm trying to use the embedded EJB container for testing a seam 2.0 seam-gen based app but am having problems. I've got a datasource set up as so: | | | http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd" |

[jboss-user] [JBoss Seam] - Re: File upload to application folder

2007-08-21 Thread EricJava
I set it up so that I use an XMBean to store (persist) configuration data, external to the application. I was facing exactly this problem. It's a bit complicated but all the code for it is here: http://chiralsoftware.com/master-sauce/ Storing files in an exploded ear... not a good idea. The

[jboss-user] [JBossWS] - 2 ejb3s exposed as web services. Can't have same methods wit

2007-08-21 Thread sursha
Hello, I've 2 ejb3s exposed as 2 separate web services. They are packaged in the same ear file. I use the WebContext annotation to keep the context root same for 2 services. I've a method, authenticate(String userName) in one ejb and authenticate(String userName, String password) in the other ej

[jboss-user] [EJB 3.0] - EJB3 client error - java.io.EOF exception

2007-08-21 Thread Jihnd
hello all, i'm folllowing the samples in bill burke's ejb3 book, i''ve successfully deployed my ejb bean, and i've got an simple database i've made in oracle xe as my datasource i'm now at the stage where i'm tryng to access i through a client application - but whenever i run the client app, i

[jboss-user] [JBoss Seam] - Re: The zen of seamgen'd Home/EntityHome

2007-08-21 Thread EricJava
I faced the same questions and put up some comments: http://chiralsoftware.com/blog/Using-the-Seam-Framework-s-EntityHome-2867c139212cf3c3.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076448#4076448 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deploying exception

2007-08-21 Thread Filot
First exception is solved now: I had to define the environment variable BONITA_HOME. now I still have the second exception... seems like a classloader issue? Anyway at least now I know that the two errors are not related. :P View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JNDI/Naming/Network] - Re: Why does jbossall-client.jar cause

2007-08-21 Thread leo_ni
if I replace the home lookup with a remote lookup, then a "java.lang.ClassCastException" occurs. why is it all fine with JBOSS4.0.4.GA. I don't know what's changed internally in JBOSS 4.2.1.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076445#4076445 R

[jboss-user] [JBoss Portal] - Re: Configuring JBoss Portlets by default

2007-08-21 Thread PeterJ
Did you also declare the instance in the appropriate portlet-instances.xml file? The *-object.xml file is not used to declare instances, only to reference them to define the portal and page contents. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076444#40764

[jboss-user] [JBoss Seam] - Re: The zen of seamgen'd Home/EntityHome

2007-08-21 Thread tynor
I think we've worked some of this out. (correct me if I'm wrong!) The getDefinedInstance() functions on the homes will never be set unless the page is called with an corresponding to one of the 's in the FooEdit.page.xml -- those params will in turn call through EL to the various home objects,

  1   2   3   >