[jboss-user] [JBoss jBPM] - Re: Trying to run jbpm outside tomcat on mysql

2007-08-10 Thread dingo001
Upgrade hibernate to the latest, not the old one you have running on ur hdd. for me it was hibernate3.2(latest). next problem will be no transaction defined or something similar. change the example code to | jbpmConfiguration = JbpmConfiguration |

[jboss-user] [JBoss jBPM] - Business Calendar modified property

2007-08-10 Thread Heiner Niehues
Hi I read in the jBPM jPDL User Guide that I have to copy a modified version of that calendar property to the root of classpath. But it doesnt works. (Actually i tried to put this file in every class Loader Path of the tomcat) I am using the jbpm inside a tomcat5.5. Where I have to put the

[jboss-user] [JBoss Portal] - Opening new portlet from link

2007-08-10 Thread tex321
Hello I would like to add new portlet with a click on a link. My data would be displayed in jsf table and each table entry would have one link that would trigger display of new portlet that would contain detailed table entry data (on second page). If two entries would be clicked two new

[jboss-user] [JBoss Portal] - Re: update user password

2007-08-10 Thread georgy
Hi Yes i did check the server.log and there are no exceptions/errors. I really don't understand. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073042#4073042 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073042

[jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De

2007-08-10 Thread kukeltje
ok.. just did... there are no tests in this direction, so I think you were 'lucky'. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073037#4073037 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073037

[jboss-user] [JBoss jBPM] - Re: Information on jPDL package

2007-08-10 Thread kukeltje
no, but you can... you have the option... but keep in mind, do not package e.g. complete libraries in there, just simple actionhandlers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073030#4073030 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Tool for developing JSF controls in JBoss portal

2007-08-10 Thread aerostra
Hi, I've been doing a project using Java Studio Creator(JSC) so I'll let you know a few of my thoughts and discoveries below. Firstly, I'm under the impression that Netbeans 6.0 is primarily for Java 6 and Jboss Portal works only with 1.4 1.5 (or v5). Just a point you should be aware of but

[jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De

2007-08-10 Thread pirx
sorry, in the schema definition (not declaration) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073026#4073026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073026 ___

[jboss-user] [Messaging, JMS JBossMQ] - Advice on Negotaing with JMS

2007-08-10 Thread cingram
I have a high transaction backend that we are trying to get to the smallest response time as possible. I am using the JMS but I am finding that the negotiating with the JMS is actually taking up quite a bit of time. I am using the connectionfactory from java:/JmsXA which as I understand it is

[jboss-user] [Security JAAS/JBoss] - Re: The neverending logout topic

2007-08-10 Thread nollie
chakotey07 I've managed to declare the properties files and run the aforementioned code to logout ... only I didn't really logout. In any case, I cannot maintain a flat file of usernames and passwords so I'm keen to learn how I can avoid the UsersRolesLoginModule all together. In my

[jboss-user] [EJB 3.0] - cannot simultaneously fetch multiple bags

2007-08-10 Thread deepasenthil
18:38:50,853 ERROR [STDERR] org.hibernate.HibernateException: cannot simultaneously fetch multiple bags at org.hibernate.loader.BasicLoader.postInstantiate(BasicLoader.java:66) at org.hibernate.loader.entity.EntityLoader.(EntityLoader.java:75) at

[jboss-user] [JBoss Messaging] - Re: Bridge - Foreign Message (ActiveMQ - JbossMessaging)

2007-08-10 Thread sherington
I think I am seeing the same problem or something similar. I have posted my results here in case it helps with any resolution. My understanding is that a foreign JMS provider should be supported - so either this should work or my understanding is wrong! Setup: JBoss-4.2.1.GA (clustered)

[jboss-user] [Installation, Configuration DEPLOYMENT] - JasperException error.

2007-08-10 Thread alamandrax
Hi, I posted this question to the beginner's section of the forum, but can't seem to get this fixed. http://www.jboss.com/index.html?module=bbop=viewtopict=115792 I'm pasting the first post of the thread here. alamandrax wrote : Hi, | | I've just finished installing the JBoss AS 4.0.5.GA

[jboss-user] [JBoss Seam] - Seam 2.0 Beta booking test

2007-08-10 Thread urswag
When I run the tests for the booking example of Seam 2.0 is get now an unbound transaction error. What could be not correctly configured? Thanks |[testng] ERROR 10-08 14:11:44,809 (DebugPageHandler.java:handle:23) -redirecting to debug page |[testng]

[jboss-user] [Security JAAS/JBoss] - Re: 403 error with custom JAAS login Module.

2007-08-10 Thread Mayilvahanan
Hi, The problem might be in your jboss-web.xml Check you JBOSS_HOME\server\default\conf\login-cofig.xml for the application-policy and \WEB-INF\jboss-web.xml security-domain value as below login-cofig.xml : application-policy name=web_client_security login-module

[jboss-user] [EJB 3.0] - Re: EJB3 - how to work with lazy loading

2007-08-10 Thread deepasenthil
I tried the query list = manager.createQuery( from ProjectObject u left join fetch u.projectNumber where u.projectNumber = :projectNumber) .setParameter(projectNumber, projectNumber) .getResultList(); but it is not working can you help me thanks View the original post

[jboss-user] [Beginners Corner] - Re: Parsing XML file out of jar

2007-08-10 Thread dr_doom
First of all, thanks for the relpy. But as I said, I am trying to get this done without using the classloader. Can I get the path from the JBoss Context? Thanks for any further relies, dr_doom View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072982#4072982

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: why need to restart jboss after network changed

2007-08-10 Thread [EMAIL PROTECTED]
salewski wrote : Perhaps you're getting bit by Java's default DNS caching? | | http://www.rgagnon.com/javadetails/java-0445.html | http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html | | From $JRE/lib/security/java.security: | | # | # The Java-level namelookup cache

[jboss-user] [JBoss Seam] - feature idea - conversation names

2007-08-10 Thread matt.drees
Does anyone else think it'd be useful to let conversations have a logical name? e.g. | begin-conversation name=book room/ | or | @begin(name=book room) | Then you could restrict which conversations components can run in. e.g. | @Conversational(legalConversations={book room, modify

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-10 Thread monkeyden
Sounds good to me, but one man's self-documenting code is another man's verbosity. Some people dislike this about the Java language in general. I find it helpful but the Perl kiddies can't stand it. View the original post :

[jboss-user] [JBoss Seam] - Re: selectItems strange behavior

2007-08-10 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072973#4072973 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4072973 ___

[jboss-user] [Messaging, JMS JBossMQ] - Re: Error with EJB3 application deployment

2007-08-10 Thread jaikiran
Lets continue the discussion in your other post at http://www.jboss.com/index.html?module=bbop=viewtopict=115775 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072974#4072974 Reply to the post :

[jboss-user] [Beginners Corner] - Re: org.apache.jasper.JasperException: Unable to compile cla

2007-08-10 Thread alamandrax
anonymous wrote : Please move Java and JBoss out of these paths to some folder which does not have a space. I wont guarantee that it will fix the issue, you are seeing, but atleast it will assure us that this is not causing the problem. Hi. This is what I did. I took the JBoss-4.0.5.GA folder

[jboss-user] [JBoss Portal] - Re: Setting HTML title from portal components

2007-08-10 Thread [EMAIL PROTECTED]
Use renderResponse.setProperty(HEADER_CONTENT, My portlet's title); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4072979#4072979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4072979

[jboss-user] [Beginners Corner] - Did I understand this correctly?

2007-08-10 Thread tdemuth
I'm trying to write a first JEE-Applicationclient connecting to JBoss for my diploma thesis. I have read a lot of stuff about how to connect and login into JBoss, but I'm not sure if I got it right: When my app-client starts up, it should prompt the User for an username and a password. This

[jboss-user] [JBossCache] - Re: Multicasting only means of replication in POJOCache?

2007-08-10 Thread [EMAIL PROTECTED]
If you use TCP instead of UDP in your JGroups stack, the cache will use unicast instead of multicast. For small to medium sized clusters, unicast can actually be *more* performant, so it is worth your while trying out one of the TCP configurations. View the original post :

[jboss-user] [JBoss Seam] - Re: transaction:ejb-transaction/ and SeamTest

2007-08-10 Thread urswag
I have the same problem and cannot fix it. It is clear when You remove the ejb-transaction tag then You do not use the Seam support for EJB transaction. It have to do with the Seam library. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073001#4073001 Reply to

[jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug?

2007-08-10 Thread tynor
Thanks - that's exactly right. It's unfortunate that there this disparity between the inteceptor/listener interfaces -- I'd planned to use the the interceptor InvocationContext's contextData map to store some object-level state. I'll have to rethink since the EntityListener doesn't pass a

[jboss-user] [JBoss Portal] - update user password

2007-08-10 Thread georgy
I try to modify an user password. To do so i use the updatePassword() method of interface User : | ... | /*the user module class is LDAPExtUserModuleImpl | authentication is done against AD with LdapExtLoginModule*/ | | | user.updatePassword(newPassword) | ... | It

[jboss-user] [JBoss jBPM] - Trying to run jbpm outside tomcat on mysql

2007-08-10 Thread dingo001
I am trying to run the HelloWorldDbTest at http://docs.jboss.com/jbpm/v3.2/userguide/html/tutorial.html Now, I set up my hibernate.cfg.xml as | !-- hibernate dialect -- | property name=hibernate.dialectorg.hibernate.dialect.MySQLInnoDBDialect/property | | !-- JDBC connection

[jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De

2007-08-10 Thread pirx
ok, thats a sound workaround, though one loses schema validation completely. I still consider this a bug in the schema declaration. ...roland View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073025#4073025 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB3 Interceptor never called - how to debug?

2007-08-10 Thread jc7442
Hibernate interceptor are a little easier to use. But that's not EJB3, that's hibernate specific View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073031#4073031 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073031

[jboss-user] [EJB/JBoss] - Re: UserTransaction JNDI name

2007-08-10 Thread waynebaylor
check the global namesapce, that's where i see it listed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073035#4073035 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073035 ___

[jboss-user] [JBoss Seam] - Re: How to build action parameter expression for s:button wi

2007-08-10 Thread lpmon
Thanks but my issue has nothing to do with the data model. I am entity beans successfully. It is this one specific scenario that is Seam + el related that I am trying to figure out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073043#4073043 Reply to the

[jboss-user] [JBoss jBPM] - Re: Information on jPDL package

2007-08-10 Thread tinico
Yes !! Thanks very much... I've still advance in my comprehension of jBPM with you !! Thanks... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073158#4073158 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073158

[jboss-user] [Messaging, JMS JBossMQ] - Re: JMSSecurityException when trying to subscribe to a tempo

2007-08-10 Thread [EMAIL PROTECTED]
Please call again when you have a question that can't be answered by reading the documentation (or post it your RTFM question in the newbies forum). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073059#4073059 Reply to the post :

[jboss-user] [JBoss Portal] - Tool for developing JSF controls in JBoss portal

2007-08-10 Thread tex321
Hello. Which tool is recommended for building JSF portlets in JBoss Portal. I am new at this and am just starting with development in JBoss portal. I have following functionality demands: - display of data from java beans in jsf table (first, last, next, previos) buttons + N entries per page -

[jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5

2007-08-10 Thread Stateless Bean
anonymous wrote : There is no error in this log. That warning is fine :) I have two tomcats in system 5.5 and 6.0 with JDK 1.5_09, Finally i think i made step forward to run booking example (it works for me on 6.0), on tomcat 6.0, but my target is to run it on 5.5, and here still I get some

[jboss-user] [Clustering/JBoss] - Remove node temporarily from cluster

2007-08-10 Thread loumaus
We will need to remove one node temporarily from the cluster in order to upload and validate a patch. What is the common way to accomplish this ??? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073091#4073091 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom instantiator specified with 'config-type' on a De

2007-08-10 Thread kukeltje
Neither ;-)... well... at least not when you file a jira issue for it. It will then either be rejected, or accepted but not without anyone knowing it Not sure about your other posts. I'm rather picky (many duplicates etc... or they were 'RTFM's ;-)) mail the links to these topics to me

[jboss-user] [JBoss Seam] - Re: !! FTP !! Cheap softwares at www.allsoftwarezz.com

2007-08-10 Thread nathandennis
Could someone with authoriti make this post GO AWAY!! i really tired of seeing it in the list when im searching for answers to all my personal programming blunders!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073121#4073121 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Use Edit/Help modes with JSF based portlet

2007-08-10 Thread dehaven_becker
Thank you everyone for the quick responses. I'm using MyFaces. I will view the links provided and execute your recommendations. I will post the outcome(s). Thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073215#4073215 Reply to the post :

[jboss-user] [JBoss Seam] - Re: how to prevent *.xhtml pages from downloading?

2007-08-10 Thread stephen.friedrich
Maybe it saves somebody from a little trial and error. If you just want to serve your pages (rather than source code) with *.xhtml URLs these rules do the job fine: rule match-type=wildcard | from/**.xhtml**/from | to/$1.seam$2/to | /rule | |

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-10 Thread matt.drees
Hmmm... I wonder if you're talking about natural conversation ids. I thought that was mostly about customizing the cid parmeter name/value, which is different than what I'm talking about here, I'm pretty sure. View the original post :

[jboss-user] [JBoss Seam] - Re: feature idea - conversation names

2007-08-10 Thread [EMAIL PROTECTED]
Yes I am. I thought it was about both customising the cid and giving a conversation a logical name, but tbh, I really don't know. I'll point Shane at this thread and we shall be wiser :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073221#4073221 Reply to

[jboss-user] [JBoss Seam] - Re: Problem installing Embedded Jboss on Tomcat 5.5

2007-08-10 Thread DavidInTx
For Tomcat 5.5.x, you need to copy el-api.jar, el-ri.jar, jsf-api.jar and jsf-impl.jar to common/lib. In addition, one our developers wasn't able to run seam with tomcat 5.5, when tomcat was installed via the tomcat installer, but when he simply unzipped the tomcat download, make the required

[jboss-user] [EJB 3.0] - Transaction is not active after rollback

2007-08-10 Thread X490812
The issue is that I have a stateless EJB using CMT with the following problem: a function X, having default transaction attribute (required) has a loop and calls another function Y with a transaction attribute of REQUIRES_NEW. Function Y does a SessionContext.setRollbackOnly. First itration

[jboss-user] [Messaging, JMS JBossMQ] - OracleThinPersistenceManager instability

2007-08-10 Thread barnaby33
When testing a normal failure mode using oracle thin persistence manager I get an exception when trying to add new messages. The sequence goes like this 1) Add 2 messages to the queue. ( On checking the jms_messages table there appears to be 4 messages being written. I assume it has something

[jboss-user] [JBoss Seam] - using s:div rendered=... instead of s:hasRole

2007-08-10 Thread asookazian
JBoss 4.0.5 SEAM 1.2 is it possible to call a method on a SLSB as follows?: !-- in place of s:hasRole restriction -- s:div rendered=#{authenticator.display} s:button view=/CustomersEdit.xhtml id=edit value=Edit/ /s:div display is a

[jboss-user] [JNDI/Naming/Network] - Multiple URLs in JNDI Properties

2007-08-10 Thread waynebaylor
Does JNDI support passing multiple URLs, for example: | Properties p = new Properties(); | p.put(Context.INITIAL_CONTEXT_FACTORY, | org.jnp.interfaces.NamingContextFactory); | p.put(Context.URL_PKG_PREFIXES, jboss.naming:org.jnp.interfaces);

[jboss-user] [JBoss Seam] - Re: Audit Interceptor with State

2007-08-10 Thread awhitford
So in the end, how did you do this Kevin? Did you use Pete's strategy, or end up using Hibernate Interceptors? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073228#4073228 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Login Redirection not propagating GET parameters

2007-08-10 Thread milli
[EMAIL PROTECTED] wrote : No. They are not semantically identical. @RequestParameter is simply for injecting a request parameter, page parameters have a deeper effect on your app (parameter propagation, setting values on your model, application of converters). I understand with page

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.0: org.jboss.xb.binding.JBossXBRuntimeException: Fai

2007-08-10 Thread kurzweil4
When I deploy my EAR to JBoss 5.0, I get the following error: org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser I did not have this issue with 4.2.1. I followed the advice from the following: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQXMLParser Still did not

[jboss-user] [JBoss Seam] - Re: using s:div rendered=

2007-08-10 Thread fhh
This is a value binding so el will look for authenticator.getDisplay(). Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073244#4073244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073244

[jboss-user] [JBoss Seam] - Re: selectItems noSelectionLabel

2007-08-10 Thread fhh
... or add an additional f:selectitem / to the view. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073245#4073245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4073245

[jboss-user] [JBoss Seam] - Re: seam s:link fetchs list multiple times. big error !

2007-08-10 Thread fhh
Yes, but who has ever guaranteed you that the value binding of a datatable would be evaluated once and only once. @Pete: This might be fixable by modyfing UISeamCommandBase.getSelection() and UISelection to directly set the datamodel instead of the datamodel value expression. Regards Felix

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JasperException error.

2007-08-10 Thread alamandrax
Hi, I fixed the problem. It was a problem with Vista's virtualization (http://www.hanselman.com/blog/VistasShowCompatibilityFilesAndTheScrumptiousWonderThatIsFileVirtualization.aspx). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4073247#4073247 Reply to the

[jboss-user] [Messaging, JMS JBossMQ] - Re: UsingWebSphereMQSeriesWithJBossASPart4

2007-08-10 Thread rosama77
Yeah, I already see that (after a lot of hours spending, not so very clear for me), but later return to test the scenarios 1 and 2, from the demo application, and finally get to worked with scenarios 2, defining some environment entries in the EJB, and following the steps very carefull. Where

[jboss-user] [JBoss jBPM] - jPDL Designer and Map parameters in actions

2007-08-10 Thread karmen38
Hi All, I have an action that accepts a parameter of the type java.util.Map. I can pass such parameter from the process XML to this action using this notation: | entry |key key /key |value value /value | /entry | When I edit such process in jPDL designer I can see all

[jboss-user] [JBoss Seam] - Re: How to modify booking example login?(newbie question)

2007-08-10 Thread guiltyxsin
Yes I tried and the inputs are going through the identity.getUsername and getPassword. However on the Jboss AS console it shows things like: | am-booking.ear-contents/jboss-seam-booking-exp.war/WEB-INF/lib/jboss-seam-debug.jar | 15:06:18,549 INFO [Scanner] scanning:

<    1   2   3