[jboss-user] [JBoss Getting Started Documentation] - Re: Socket error when creating the tables

2007-03-29 Thread franboeing
I just found what my problem was: the first two lines at the beginning of the file 'hsql-create-table.sql' that contains the script to populate the db begin with a comment like this: -- create tables for online banking app -- -- also seeds next_id tables w. initial values -- Try to change the

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-03-29 Thread kukeltje
Cool, thanks. Sorry I did not do it myself. I rather busy answering all these questions in the forum. Although I'd rather work on the wiki, faq etc, since that will minimize duplicate questions in the forum (I hope) Thanks again, View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Local page.xml navigation rules

2007-03-29 Thread artur.chyzy
Hello. I have a problem with auto refreshing page.xml (without server restart). When the navigation is defined in pages.xml (global file) it is refreshed correctly but when i define rules in some.page.xml (local file) it is not refreshed. Is this a bug or i'm doing sth wrong ? I'm using latest

[jboss-user] [JBoss jBPM] - Re: About swimlanes

2007-03-29 Thread avbentem
"pedror" wrote : I can't find information on what the swimlane assignment expression can contain I wonder if you really want to use the expression attribute -- which is NOT a jPDL expression, but an assignment expression. But when using it, do you need more documentation than given in 11.11.2.

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread waynebagguley
do you have seam.properties in the right place? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032654#4032654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032654 ___ jboss-u

[jboss-user] [JBoss Portal] - Re: login by DatabaseServerLoginModule, but fail to access P

2007-03-29 Thread bdaw
You must fulfill security constraints in portal servlet mapping for authenticated user. http://cruisecontrol.jboss.com/cc/artifacts/jboss-portal-latest-doc/referenceGuide/html/authentication.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032656#4032656

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-29 Thread waynebagguley
Doing the fix at the container level isn't a valid solution. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032657#4032657 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032657 __

[jboss-user] [Microcontainer] - Re: Acessing Microcontainer Beans in Servlet

2007-03-29 Thread alesj
"obelix1998" wrote : | So if you could provide a code example how to get this controller, I'd appreciate it very much. |protected Kernel bootstrap() throws Throwable |{ | BasicBootstrap bootstrap = new BasicBootstrap(); | bootstrap.run(); | return bootstrap.

[jboss-user] [JBoss jBPM] - Re: spawning workflow from action handler Q

2007-03-29 Thread avbentem
"brianmb99" wrote : I tried dynamically using subprocesses from a process-state node but couln't get it to work (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=76444). Maybe things were different in the 3.0.2 version of jBPM you were using back then, but in 3.2.Beta2 the following real

[jboss-user] [JBoss jBPM] - Re: About swimlanes

2007-03-29 Thread pedror
Arjan, Thanks for the input. It is just what I needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032660#4032660 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032660 ___

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread [EMAIL PROTECTED]
Post the code for your session bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032662#4032662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032662 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: COMPOUNDs, ATOMs & MOLECULEs - don't try this at home!

2007-03-29 Thread irVega
petemuir That is precisely the sort of nudge we needed. I hope to have some more feedback soon. If we can get something up and running, I'll post it here but you can expect some more naive questions first. I think we have a bit more of a learning curve to climb than we expected but I think it'

[jboss-user] [Messaging, JMS & JBossMQ] - Re: import org.jboss.mq.server.jmx.Queue

2007-03-29 Thread vitor_b
I haven't worked with jms much, so i don't know, but i took a look at MBean attributes, this one monitoring queue, and there are two attributes which are the ones you need: ScheduledMessageCount InProcessMessageCount But i don't know how they work, you must to check them. Best regards vitor_b

[jboss-user] [JBoss Portal] - Redirect the successful login user to the page which base on

2007-03-29 Thread liutaiyo
How can i redirect the corresponding login user to their page (Same role with the user) Example: USER A: ROLEA USER B: ROLEB default (Common Login Page)--| PAGE ROLEA PAGE ROLEB USER A --> Login Success -

[jboss-user] [JBoss Portal] - remove the drag and drop but keep portlet decoration

2007-03-29 Thread FredF
Hello In the developer forum I asked a question regarding drag and drop feature on portlets http://jboss.org/index.html?module=bb&op=viewtopic&t=105181 but after the initial answer I had further questions. I guess I should address this user forum instead. I was told that I could set these c

[jboss-user] [JBoss jBPM] - jbpm-jpdl-3.2.GA designer plugin in eclipse - No JBPM 3.2 pr

2007-03-29 Thread ygiriyap
jbpm-jpdl-3.2.GA designer plugin in eclipse - No JBPM 3.2 project option 1. Got the \jbpm-jpdl-3.2.GA set up ready. 2. Installed the jbpm-jpdl-3.2.GA\designer\eclipse plugins into eclipse. 3. Try creating a new "JBoss JBPM project". Wizards step 1:- Provide project name as 'test1"

[jboss-user] [JBoss Seam] - Re: FacesContext and asynchronous methods

2007-03-29 Thread petemuir
What version of Seam and JSF do you use? This should be fixed in 1.2.1.GA. Post the stacktrace View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032672#4032672 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032672 __

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
I guess I could use TaskInstance#setSwimlaneInstance to change the swimlane on the fly. The documentation states that the actor is "remembered in the process for all subsequent tasks that are in the same swimlane". I hope this also applies to sub-processes. If so, then I can set a specific Acto

[jboss-user] [EJB 3.0] - Re: Seeing values in SQL statements

2007-03-29 Thread dkalna
Hi people, no idea? No one is using this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032674#4032674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032674 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-29 Thread hamtho2
Hi, so what is the current status of this excel-export feature. Is it working already and included in any Seam-release? I´m going to propose Seam for a new project now and I know that it´ll be of great benefit if I can tell them, that excel-export is no problem with Seam (would I would like to

[jboss-user] [JBoss Seam] - Seam DataModel related question...

2007-03-29 Thread gmanwani
I have to display a slightly complicated page which has a list containing a list and that containing a list etc... e.g. say you have a list of employees by dept..i.e. at the top level my backing bean returns a list of EmpDeptVOs and each item in the list (EmpDeptVO) is defined as | EmpDeptV

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread JohnBat26
waynebagguley: Yes, I put seam.properties (size: 0 b) in root ejb.jar This is parent class for session bean: -- package org.it.itMail.service; /** * Autogenerated EJB session bean base class UserActionBean. * * */ @javax.ejb.TransactionAttribute(javax.ejb.TransactionAttributeType.RE

[jboss-user] [JBossWS] - Re: JBoss 4.0.5--JAX-RPC has Issues?

2007-03-29 Thread sgof
I have the same problem, but I don't have JAI. Anyone resolved the proble? On my pc (with windows xp) all work, but the same jboss whith the same web service on a unix server give me the error: ERROR [[WPMServiceServlet]] Servlet.service() for servlet WPMServiceServlet threw exception java.lang.

[jboss-user] [JBoss jBPM] - JobExecutor Problem

2007-03-29 Thread jits_1998
In JobExecutor, Pending jobs are being retrieved using acquireJobs() by opening new JbpmContext and it is closed in the end. acquireJobs() is returning list of acquiredJobs. Job contains lazy node,token and taskIntance In executeJob(), When execute() is called on job. It tries call execute() on

[jboss-user] [JBoss jBPM] - Re: context variables expansion in process definition

2007-03-29 Thread holly77
You could simply access the contextVariable from within your ActionHandler: executionContext.getContextInstance().getVariable("IMPORTANT"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032684#4032684 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBossCache] - Re: Clustered/Multiprocess shared filecacheloader reliabilit

2007-03-29 Thread [EMAIL PROTECTED]
The tx on node A will fail and rollback *provided* the tx on node B completes before node A starts to commit. If node A is already in it's prepare phase and node B broadcasts a commit, both txs will fail (node B unable to successfully prepare on node A, and node A unable to successfully prepare

[jboss-user] [JBoss Portal] - Re: JBoss 4.05GA + JPortal 2.4 & javascript problem

2007-03-29 Thread [EMAIL PROTECTED]
Thank you nollie, your solution may be a good choice for short scripts (you could put it directly into the JSP without have to set the header content in the portlet methods) but I'm in dealing with a long script library and I wish to include it (yes, I know, it's the same because the browser mus

[jboss-user] [JBoss Seam] - Re: Page parameters are injected in the wrong phase.

2007-03-29 Thread jalupa
Nonetheless you fixed it ;-). See http://jira.jboss.com/jira/browse/JBSEAM-1088?page=all View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032688#4032688 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032688 _

[jboss-user] [Clustering/JBoss] - Cannot persist replicated EntityBeans

2007-03-29 Thread aricci
Hi everyone, i have a cluster of JBoss instances (version 4.0.5), each of them having its own local database copy. I have developed a simple EJB3 application that tryes to insert datas inside a database to test the behaviour of JBoss replication. The application ends without problems, all datas

[jboss-user] [Messaging, JMS & JBossMQ] - QueueSender.send occasionally hangs

2007-03-29 Thread ashields
Very occasionally calls to QueueSender.send will hang and appear to go into an infinite loop. I've got 20-30 systems scattered around, all processing/generating several thousands of messages a day 24*7 and this will occur maybe once every 3 or four months. Has anybody else seen this? I've not

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread waynebagguley
Don't you need an @Begin somewhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032691#4032691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032691 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Getting JBoss Start command line from Eclipse

2007-03-29 Thread Rodolf
After having developped an app within eclipse I would like to deploy it on a standalone JBoss server. My problem is to set the correct options to start JBoss. How can I see the option set by Eclipse when I was starting the Jboss server from within Eclispse??? Thanks for your help, R. View the

[jboss-user] [JBoss jBPM] - HOWTO: enable content assist in GPD XML editor

2007-03-29 Thread avbentem
I'm not sure if there's a better way, but to enable content assist for the process definitions in the Graphical Process Designer: - Eclipse, Preferences - Web and XML - XML catalog - User specified entries, click Add - URI: http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd - Key Type: Namespace Name -

[jboss-user] [JBoss Seam] - Re: Generate apps that has many to many table with seam-gen

2007-03-29 Thread thejavafreak
"[EMAIL PROTECTED]" wrote : seam-gen does not, at present, support many-to-many associations. | | Did you try using the latest seam-gen, in 1.2.1? Thanks for the confirmation gavin. I've tried it with 1.2.1 too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread JohnBat26
Why I must add @Begin annotation to Session bean, and where I must put it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032698#4032698 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032698 ___

[jboss-user] [Security & JAAS/JBoss] - Re: receiving both my custom callback handler AND SecurityAs

2007-03-29 Thread sionut2
Probably I need to give you some more details.. I need this second login module to authenticate my ws calls. The login from the web site works very well, but if I add my login module to the existing configuration the login modules are called twice, as I told you in my previous message. I just r

[jboss-user] [JBossWS] - Re: Package name generated by wsprovide

2007-03-29 Thread zauberlehrling
Oh, this helps! Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032702#4032702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032702 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - VariableInstance name set to null when deleting

2007-03-29 Thread stephanev
Hi, When the type variable changes, the old type is deleted. It's ok But when I check in my db, I see that all the field are set to null even the name. In the hibernate log : | Hibernate: update JBPM_VARIABLEINSTANCE set TASKINSTANCE_=null, NAME_=null where TASKINSTANCE_=? and ID_=? |

[jboss-user] [JBoss Messaging] - Set up JBOSS AS 4.0.5 with JBOSS MQ(Confiurations)

2007-03-29 Thread jkrishnakumar
I need to set up JBOSS AS 4.0.5 with JBOSS MQ. Please let me know the configurations. I need to establish the ConnectionFactory & Connection without using JNDI. I also need Simple example to test Sending & Receiving Messages. Thanks in advance. View the original post : http://www.jboss.com/inde

[jboss-user] [Security & JAAS/JBoss] - JBoss-sso class cast exception SSOUser

2007-03-29 Thread thomascremers
Hi, I've configured a JBoss-sso RC1 environment in jboss-4.0.5. And I'm trying to use the DemoLoginProvider with an simpel non JAAS application. I can see JBoss-sso start up fine and there are no error with deploying the application. However when I call the application and after the org.jboss

[jboss-user] [JBoss Messaging] - Adittional instructions for JBoss Messaging Standalone + Ora

2007-03-29 Thread RomeuFigueira
For anyone interested. In case you want to use JBoss Messaging in a standalone mode (like instructed by the Wiki) and you want to use Oracle, you need these following aditional steps. Edit messaging-standalone/conf/jboss-service.xml Add anonymous wrote : | | Copy standardjbosscmp

[jboss-user] [JBoss Messaging] - Re: Adittional instructions for JBoss Messaging Standalone +

2007-03-29 Thread RomeuFigueira
Missing code: | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032712#4032712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032712 _

[jboss-user] [JBoss Portal] - Re: developing a new portal

2007-03-29 Thread vikas01
thanks peter... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032714#4032714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032714 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-29 Thread gvl
I quite like the idea proposed by the jXLS project (http://jxls.sourceforge.net). That is to have excel templates that already have the formats and formulas defined and just replace data into predefined areas. This I am already using with Seam for very simple excel reports. -- George View the

[jboss-user] [JBossCache] - JBossCache for Clustered Applications - timer service

2007-03-29 Thread CacheUp
Hello, I'm new to the topic cluster-enabeled applications. As far as I understand the transactional behaviour of JBoss in case of locking an object, is that it is only locked in one cache and namespace of one application instance. The 'same' objects in the other caches of the remaining applica

[jboss-user] [JBoss jBPM] - Re: HOWTO: enable content assist in GPD XML editor

2007-03-29 Thread avbentem
"avbentem" wrote : URI: http://docs.jboss.org/jbpm/xsd/jpdl-3.2.xsd Note that, for version 3.1, the shorthand http://jbpm.org/jpdl-3.1.xsd was used in the documentation, which redirects to http://docs.jboss.org/jbpm/xsd/jpdl-3.1.xsd -- but for 3.2 no such shorthand (yet) exists: http://jbpm.org

[jboss-user] [JBoss jBPM] - Re: context variables expansion in process definition

2007-03-29 Thread misu200
The action handler is already written and hardly modifiable at this time. However what I'm trying to do doesn't seems complicated but I dond't have a clue how to do it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032721#4032721 Reply to the post : http:/

[jboss-user] [JBossCache] - Re: JBossCache for Clustered Applications - timer service

2007-03-29 Thread CacheUp
My initial idea was a variable in the cache that is read in order to invoke a timer service every 24 hours. But for that a lock is required in every cache when this object is accessed by the first application instance. The other solution is to have the variable in the DB and there it can be lock

[jboss-user] [JBoss jBPM] - Re: HOWTO: enable content assist in GPD XML editor

2007-03-29 Thread kukeltje
I admire your contributions... Bugfixes, howtos etc...This one, I'll make a wiki page of this myself !!! (yes, I'll do it) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032734#4032734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss jBPM] - Re: context variables expansion in process definition

2007-03-29 Thread kukeltje
All things, once implemented/invented/worked out are not hard. Not even the this View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032737#4032737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032737

[jboss-user] [JBossCache] - CacheAPI

2007-03-29 Thread FredrikJ
I'm using the 2.0 Habanero cache and I want to access my cache as a CacheSPI. The reason being that I want to access nodes as NodeSPI so I can inspect (and possible upgrade) the node lock. Now, I started to check the Javadoc on how to get the CacheSPI instead of the regular Cache interface, but

[jboss-user] [Installation, Configuration & Deployment] - Java-Installation and JBoss 4.0.5

2007-03-29 Thread MSK
Hello, i wan´t to run JBoss (4.0.5) on an Windows Small Business Server 2003. After havening installed Java SDK-6 i tried to start JBoss over the "run.bat" file. After that i get a new Window, a Dos-Box, where it says that there is no "jvm.dll" in the java/bin/server Dir. All Java-Versions i tr

[jboss-user] [Installation, Configuration & Deployment] - add custome appenders to log4j.xml

2007-03-29 Thread Lidon80
Hi, I created my own appender that logging data to another ejb using JNDI. My question is, how can I add my external jar package to log4j.xml, beause when I do this: | | | | | | | | | | | | | | I get the error:

[jboss-user] [EJB 3.0] - Odd javax.ejb.EJBNoSuchObjectException

2007-03-29 Thread tom_goring
Hi, I've got an EJB3 app working with jboss seam. On one of my SFSB I'm getting a javax.ejb.EJBNoSuchObjectException. Within a single HTTP request (so no timeout issues) The SFSB is getting created, called but at the end of the request I get the exception. The Remove is not getting called on t

[jboss-user] [Security & JAAS/JBoss] - Re: receiving both my custom callback handler AND SecurityAs

2007-03-29 Thread sionut2
When I declare my.first.login.module as "sufficient" I am able to access the EJBs, although they are declared with @SecurityDomain("policy1") and I log on using the following code: | LoginContext lc = new LoginContext("policy2", cbHandler); | lc.login(); | When I'

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread kukeltje
Additional info reagarding the assignment in swimlanes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032745#4032745 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032745 ___

[jboss-user] [JBoss Seam] - keeping context using external webapp

2007-03-29 Thread ollix
Hi there, I want to integrate an external payment system into my seam application. What would be the best way to keep the conversational context? I can call the payment server using a POST request, but it is answering only using a GET. I suppose I have to send somekind of id with the request, th

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread waynebagguley
Try adding @Begin(join=true) to the action method that is getting called View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032749#4032749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032749 __

[jboss-user] [JBoss Seam] - Question on Injecting

2007-03-29 Thread hasc
Hello, i got a question on how to inject a component. i've got a class that loads database objects. @Stateful | @Name("ItemsCache") | public class ItemsCacheBean implements ItemsCache, Serializable { | | @PersistenceContext | EntityManager em; | | private List

[jboss-user] [JBoss Seam] - Re: HOWTO: override ThemeSelector (valueChangeListener, cook

2007-03-29 Thread avbentem
I've submitted a feature request for the above functionality: http://jira.jboss.org/jira/browse/JBSEAM-1124 Arjan. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032757#4032757 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Clustering/JBoss] - Re: Cannot persist replicated EntityBeans

2007-03-29 Thread [EMAIL PROTECTED]
Your conception of entity caching (and associated replication) is incorrect. The purpose of the cache is to all the EntityManager to save database reads by letting it cache some data in memory. Writing to (or even reading from) the database is not a part of an entity cache's intended behavior

[jboss-user] [JBoss Seam] - Re: Question on Injecting

2007-03-29 Thread waynebagguley
What's the question? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032759#4032759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032759 ___ jboss-user mailing list jboss-user

[jboss-user] [EJB 3.0] - Re: Odd javax.ejb.EJBNoSuchObjectException

2007-03-29 Thread tom_goring
Hi, Sorry this look like a seam issue so I'll post futher detail there.. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032761#4032761 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032761 ___

[jboss-user] [JBoss Seam] - Re: Question on Injecting

2007-03-29 Thread petemuir
Try injecting ItemsCache not itemscache View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032763#4032763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032763 ___ jboss-user mail

[jboss-user] [JBoss Seam] - Re: Question on Injecting

2007-03-29 Thread hasc
the question is how do i inject the list correctly. I get the following error message: javax.el.ELException: /showitems.xhtml @17,54 value="#{itemsmanager.objects}": javax.ejb.EJBTransactionRolledbackException: org.jboss.seam.RequiredException: In attribute requires non-null value: itemsmanager

[jboss-user] [Installation, Configuration & Deployment] - stopService order when EJB depends on MBean

2007-03-29 Thread kapilanand
hi I am using JBoss 4.0.2 I have an ear that comprises of few MBeans, SLSB, MDBs. Both SLSB and MDB have dependency on the service MBeans and jboss.xml in the ejb-jar defines it. While starting up or redeploying the ear JBoss ensures that these service MBeans are started before the EJBs are depl

[jboss-user] [Microcontainer] - Re: Acessing Microcontainer Beans in Servlet

2007-03-29 Thread obelix1998
Ok, but it seems that also from the controller I cannot get anywhere near my beans described in jboss-beans.xml :-( Whatever I do (and I also checked in the debugger), I cannot get hold of my bean that is defined like this: bean name="trackerImplementation" class="net.pelvit.tracker.jar.imp.Tra

[jboss-user] [JBoss Seam] - Re: Question on Injecting

2007-03-29 Thread waynebagguley
Ah yeah, well spotted pete. The name of the injected field has to match the declaration in @Name Change the code to: | @Stateful | @Name("itemsCache") | public class ItemsCacheBean implements ItemsCache, Serializable { | ... | @Stateful | @Name("itemsmanager") | public class Items

[jboss-user] [JBossCache] - Re: CacheAPI

2007-03-29 Thread [EMAIL PROTECTED]
Remember that these tests are not how user code would typically interact with the library. Beyond that, I agree that eople would start referring to tests and copy stuff. A lot of the test cases were carried forward from the 1.x series where certain methods such as locks, etc. were available

[jboss-user] [JBoss Seam] - and locale

2007-03-29 Thread [EMAIL PROTECTED]
Hi, I have some questions connected with . Is this control sensitive to browser locale or OS locale? Because my Firefox is set on en locale and all labels are displayed in English, but label on s:fileUpload's button is in Polish. Is this expected behaviour? And the second question is how to cha

[jboss-user] [JBossCache] - Re: CacheAPI

2007-03-29 Thread FredrikJ
Cheers! I'll look into the PessimisticLockInterceptor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032778#4032778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032778 ___

[jboss-user] [JBoss Portal] - Re: remove the drag and drop but keep portlet decoration

2007-03-29 Thread [EMAIL PROTECTED]
no look at the property that inhibits ajax stuff which is "theme.ajax.object_enabled". If on a portal object you put this property with a value of "false" it should disable DnD for this part. you can set the property using the xml desc, it has not been redone yet in the new admin UI. View the

[jboss-user] [JBoss Seam] - Re: Question on Injecting

2007-03-29 Thread hasc
eh... that was a stupid question of me. thanks a lot for help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032782#4032782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032782 _

[jboss-user] [JBoss jBPM] - Re: Assign a generic sub-process task in the parent process?

2007-03-29 Thread avbentem
"kukeltje" wrote : Additional info reagarding the assignment in swimlanes Thanks! But so far no luck setting the swimlane to start with; no matter where I try to get my event handler invoked, the injected TaskInstance is always null when invoked from a parent process. For example: | :

[jboss-user] [JBoss Seam] - pageflow parameter of @Begin annotation as EL expression

2007-03-29 Thread maeste
We are writing a big app using seam and "pluggable" pageflows. It's useful for our app the pageflow in @Begin annotation can be interpreted as EL expression. We made a little patch to seam cvs to made this possible, if you like I can post the patch on jira. best regards View the original po

[jboss-user] [JBoss Seam] - entityManager.persist(Object) not working?

2007-03-29 Thread smeaggie
Hello all, I have a small question I don't know if the Seam forum is the right place to post, but I use a seam managed entity manager and it's behaviour puzzles me... A very simplified sitation sketch: data class: | @Entity() | @Name("data") | public class Data implements Serializable {

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread kingcu
Ok, it looks like lower/upper case does matter for seam-gen. I used "WAS" as the schema name, which matches exactly what I see in Oracle Enterprise Manager, however, I got the following exceptions. Any idea? | Buildfile: C:\jboss-seam-1.2.1.GA\seam-gen\build.xml | | validate-workspace:

[jboss-user] [JBoss Seam] - Re: selectManyMenu validation error

2007-03-29 Thread jonathan.shin
The ui example demonstrates the use in a conversation with selectOneMenu which I don't have any problem with using selectOneMenu. I'm using selectOneMenu on other view files. Do you have any example for selectManyMenu with ManyToMany relationship? By the way, I tried with conversation but it

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread [EMAIL PROTECTED]
yes Oracle drivers have problems with index; so we just report it as an warning. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032793#4032793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032793

[jboss-user] [JCA/JBoss] - Re: JBoss + Oracle XA Connection --> WARN : JBossResourceEx

2007-03-29 Thread [EMAIL PROTECTED]
This indicates that you have a 'hanging' local transaction. How are you using the DataSource? Are you executing conn.begin() at any point? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032799#4032799 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Installation, Configuration & Deployment] - Deployment web application in jboss 4.0.5.ga on Windows Serv

2007-03-29 Thread nychendavid
Hi, I have developed an web application with NetBeans 5.5 and tested "OK" on standalone Windows XP PC. But once deployed (by copying war files into the deploy dir in Windows Server 2003) successfully into the running JBOSS. Its show up errors while browsing in the IE from workstation and the se

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread kingcu
I didn't get the complete log when redirecting the output to a log file. Anyway, here is the last past of the output missing from my last post. As you can see, the build failed without creating the source files. | [hibernate] An exception occurred while running exporter #2:hbm2java (Generate

[jboss-user] [JBossCache] - Re: Clustered/Multiprocess shared filecacheloader reliabilit

2007-03-29 Thread jivesociety
Thanks for the reply. Will this work without a JTA TransactionManager? I am planning to deploy the clusted nodes in Tomcat and do not have access to an app server JTA TransactionManager. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032800#4032800 Reply to

[jboss-user] [JBoss Seam] - Re: selectManyMenu validation error

2007-03-29 Thread petemuir
Yes. The ui example! Favourite Colours is a ManyToMany relationship with a selectManyListbox (in 1.2.1.GA) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032805#4032805 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Portal] - Re: remove the drag and drop but keep portlet decoration

2007-03-29 Thread FredF
"[EMAIL PROTECTED]" wrote : no look at the property that inhibits ajax stuff which is "theme.ajax.object_enabled". If on a portal object you put this property with a value of "false" it should disable DnD for this part. | | you can set the property using the xml desc, it has not been redone

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread [EMAIL PROTECTED]
hmm... add the following line to the reveng.xml file in your resources directory (assuming you use the latest release) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032808#4032808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Installation, Configuration & Deployment] - log4j deadlock issue

2007-03-29 Thread hsaha
Hi, For the log4j deadlock issue mentioned below in the discussion threads, could you point me to the patch location, or is there a possible work-around you can suggest. The issue is detailed in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=71278&postdays=0&postorder=asc&start=10 and

[jboss-user] [JBossCache] - Re: Clustered/Multiprocess shared filecacheloader reliabilit

2007-03-29 Thread [EMAIL PROTECTED]
You need a JTA TM if you want to use optimistic locking. There are several standalone, open src JTA TMs that run in tomcat - have a look at JBoss Transactions, for example. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032809#4032809 Reply to the post : h

[jboss-user] [JBoss Seam] - Large Data Tables in Seam - feedback welcome

2007-03-29 Thread ASavitsky
This is my take at the way to manage large datasets in @DataModel, without loading them all in memory. Hopefully, this code will be of use to others and/or generate useful improvement suggestions. Anyway, here goes: LazyList.java - implements List interface, allowing its use in @DataModel. Only

[jboss-user] [JBoss jBPM] - PROBLEM WITH BPEL USING JBPM_TIMER WHEN JBOSS IS RESTARTED

2007-03-29 Thread afzal34
Hello, I am using a BPEL process which has a PICK element with . Once process is intiated the BPEL process inserts record to JBPM_TIMER table with appropriate DUEDATE_. Under normal circumstances the process runs fine. But if process in not completed with record still in JBPM_TIMER , and I

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread kingcu
That worked for me. Thank you very much for the prompt help. BTW, the full file name is seam-gen.reveng.xml. Also, is this a generic fix for using seam-gen with Oracle DB? OR it's just a fix for my specific situation? View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: Can't get seam generate-entities to work.

2007-03-29 Thread [EMAIL PROTECTED]
generic fix for Oracle. I'm actually surprised that it is picking these up - I would have expected it to use the more optimized OracleMetaDataDialect which filters these BIN$ tables out automatically and does not fail on index info. You can try that by setting a property to: hibernatetool.meta

[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

2007-03-29 Thread [EMAIL PROTECTED]
Your session bean has no local interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032819#4032819 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032819 ___ jboss-user ma

[jboss-user] [Microcontainer] - Re: Acessing Microcontainer Beans in Servlet

2007-03-29 Thread alesj
"obelix1998" wrote : | Could you please provide a complete code snippet how to get this bean ? | | KernelController controller = ...; | ControllerContext context = controller.getInstalledContext(""); | // ControllerContext context = controller.getContext("", ); | Object target = cont

[jboss-user] [JBoss Seam] - Re: cannot destroy component exception

2007-03-29 Thread [EMAIL PROTECTED]
Then complain to the EJB3 team, as I have already done. I don't know exactly why you're blaming Seam for this, since Seam has absolutely nothing to do with HTTP session and SFSB timeouts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032824#4032824 Reply to

[jboss-user] [JBoss Seam] - Re: and locale

2007-03-29 Thread [EMAIL PROTECTED]
I don't know why the button is in Polish, as far as I understand this is controlled by the browser. As for styling the control, here's a guide you can try: http://www.quirksmode.org/dom/inputfile.html I haven't tried it myself but it looks pretty comprehensive and well thought out. View the

[jboss-user] [JBoss Portal] - Re: Trouble using JSTL

2007-03-29 Thread kreilly
Hi All, thanks for the help. It turned out that I needed to add the following line to the top of my JSP: <%@ page contentType="text/html" isELIgnored="false"%> This tells the JSTL tags to evaluate the runtime expression, or else they assume the rentime will be evaluated before it is passed to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Help on Named Query

2007-03-29 Thread ebross
Hi scout1lacno, You have one additional 'and': CategoryID and " + "and o.date LIKE :date ORDER BY o.datReceived DESC") | instead of: CategoryID" +"and o.date LIKE :date ORDER BY o.datReceived DESC") | This looks good : Query queryTest = em.createNamedQuery("TblMessages.find

[jboss-user] [JBossCache] - Re: Exception thrown when calling remove during after-comple

2007-03-29 Thread [EMAIL PROTECTED]
See http://opensource.atlassian.com/projects/hibernate/browse/HHH-2532 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032822#4032822 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032822

[jboss-user] [JBoss Seam] - Re: pageflow parameter of @Begin annotation as EL expression

2007-03-29 Thread [EMAIL PROTECTED]
Why not just use: @Begin | public void begin() | { | Pageflow.instance().begin(pageflowName); | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032829#4032829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

  1   2   3   >