[jboss-user] [JBoss Seam] - Re: Database performance

2007-09-13 Thread nickarls
The database is the same The host is the same The data is the same The database driver and JPA provider are the same The entities and resulting SQL is the same In a standalone tomcat with simlar JVM opts a certain "from Foo" query takes 1,3s but on JBoss it takes closer to 3s. Must check with the

[jboss-user] [EJB 3.0] - Programmatically determining ear name for JNDI lookups:

2007-09-13 Thread jnorris10
When doing JNDI lookups of EJB components (when injection isn't available), I have to lookup by "EAR_NAME/BEAN_IMPL/{local/remote}". However for some components that are shared in different ears, I don't want to hardcode an ear name. Is there a way I find the ear name programmatically? I real

[jboss-user] [JBoss Seam] - Re: facesMessages.addFromResourceBundle charset encoding

2007-09-13 Thread nickarls
The strangeness continues, if I have radio buttons that use convertEnum against the messages based on a key in the enumeration, they show up fine the first time but next post garbles them. The same can be seen in a select box, populated with SelectItems from a database but there they show up ga

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

2007-09-13 Thread [EMAIL PROTECTED]
hi... i'm still new to seam i made simple crud application everything works fine except that when i logged out from insert form and then pushed back button in the browser and then execute the process(persist), seam allowed it to persist the data to db i thought session is destroyed when i invok

[jboss-user] [Messaging, JMS & JBossMQ] - Error while trying to put a message on a remore queue

2007-09-13 Thread jbosspatni
Geeting teh following error while putting a meesge on a remote queue.I am using the Messaging1.3 GA with AS 4.2.0GA.I have looked at the articles in wiki regarding set set up for remote quueue and also removing mq references.Yet I am getting the below error.I have been trying this for quite som

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss5 JMXConnectorServer

2007-09-13 Thread an4253
Thank you for your interest PeterJ. The problem is I don't do anything strange. I download the zip. Unpack the zip and execute run.bat. The operation system is Windows XP. I did the same with AS4.2.x and it works without any errors or warnings. View the original post : http://www.jboss.com/

[jboss-user] [Remoting] - Re: ejb3 and NO_THROW_ON_ERROR, how can it be set.

2007-09-13 Thread mputz
this is now scheduled for the Remoting 2.4.0 release: http://jira.jboss.com/jira/browse/JBREM-804 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083794#4083794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083794 _

[jboss-user] [JBoss Seam] - Re: facesMessages.addFromResourceBundle charset encoding

2007-09-13 Thread nickarls
On a related(?) note, doesn't seam to work with actions that have iso-8859-1 chars in them even though the url encoding looks fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083798#4083798 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Seam] - JBoss Seam 2.0 Deployment Problem

2007-09-13 Thread yj4jboss
Hi All, I am currently testing Seam 2.0 BETA1 and build a demo application using the seam gen. I imported the seam project in eclipse and deployed it under a jboss.4.2.1.GA application server. I did no other modifications. I can an error regarding entityManager as follows: | | |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exception in JMSCI message listener

2007-09-13 Thread nicdo77
Pleease? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083802#4083802 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083802 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 Deployment Problem

2007-09-13 Thread damianharvey
You probably have errors further up the log. Looks like either you haven't started your database or the connection details are wrong (check your *.ds.xml) Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083803#4083803 Reply to the post : htt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to define start up class in JBoss 4.2

2007-09-13 Thread [EMAIL PROTECTED]
see "writing mbeans" http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083804#4083804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083804 __

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-09-13 Thread stephen.friedrich
Christian, it was news to me, too, so I tried to find some references. Don't know how much of it is myth, but a quick google search with "search engine optimization urls parameters" gave lots of results: http://www.webpronews.com/topnews/2004/01/14/url-structure-and-search-engine-optimization ano

[jboss-user] [JBoss Seam] - Re: JBoss Seam 2.0 Deployment Problem

2007-09-13 Thread yj4jboss
Fixed. Added | | | | to all persistence.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083810#4083810 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083810

[jboss-user] [EJB/JBoss] - IIOP/SSL

2007-09-13 Thread satheeskumar
Hi, Am new to iiop/ssl, Please give me a guide to implement a iiop/ssl client to the session bean deployed in JBoss4.0 application server. and any configuration required to JBOSS. Thanks in advance. Sathees View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
anonymous wrote : This is not a bug since jbpm DOES validate if the required variable is not null Where/how does Jbpm do this validation? I have a variable which I have set to required: If I make sure the variable "IsReplacement" is null when ending the task instance with taskInstance.end(),

[jboss-user] [JBoss jBPM] - Re: attach javascript to jpdl generated task form save butto

2007-09-13 Thread rossputin
Hi, I am working on a macbook pro, tomcat 5.0.28, mysql 5.0.37, I created the simplest possible process definition in eclipse 3.3.0, plugin version JBPM JPDL Designer 3.1.0.CR1. My process had a start task with form generated by the eclipse plugin, with one required text input, and a transitio

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 4.0.5 to 4.2.1 hostname problem with port 4446?

2007-09-13 Thread ebu
of course i didn't! it is far too long for me. Thank you for pointing for exact place to read :) wbr, eugen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083816#4083816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: NPE opening GPD (GPD-148)

2007-09-13 Thread [EMAIL PROTECTED]
Try to get rid of the file containing the graphical information before reopening the file. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083818#4083818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083

[jboss-user] [JBoss Seam] - LazyInitializationExceptions are staying

2007-09-13 Thread michel.christianen
I use the following combination of tools: Seam 1.2 GA Apache MyFaces EJB3 hibernate-commons-annotations 3.3.0.ga hibernate-validator3.0.0.ga com.sun.facelets 1.1.12 org.ajax4jsf 1.1.1 org.richfaces 3.0.1 jboss-ejb3-all 3.0.0 hibernate 3.0.0 I want to make use of Seam-managed persistence context w

[jboss-user] [JBoss Seam] - Re: Adding Seam to an existing EJB2 application

2007-09-13 Thread kummer
Solved The missing piece was changing the JNDI name pattern in components.xml to reflect the name of the old application (tukan). Thanks for listening ;-). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083817#4083817 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: multiple persistence units?

2007-09-13 Thread [EMAIL PROTECTED]
Ask this in an EJB/JPA forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083825#4083825 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083825 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: facesMessages.addFromResourceBundle charset encoding

2007-09-13 Thread [EMAIL PROTECTED]
If you can email me a simple test case based on seam-gen from Seam2/CVS (with lib dir removed) I can take a look. Step by step instructions to reproduce as well please :) Remember I don't have access to your db View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread kukeltje
h yes, afaik, an exception should be thrown. I'll check the code cause now I'm getting worried. I hop it is not some kind of regression. In org.jbpm.taskmgmt.exe..Taskinstance.submitVariables(), org.jbpm.taskmgmt.def.TaskControler.submitParameters() is called which has a nice loop:

[jboss-user] [JBoss Seam] - Re: getting pdf bytes?

2007-09-13 Thread [EMAIL PROTECTED]
I would suggest the alternative approach of extending DocumentStore to do the caching for you. You should be able render the document without the user hitting the page using Renderer (as you do for mail). Post any problems you get with this approach and we can look at getting patches into Se

[jboss-user] [JBoss Seam] - Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-13 Thread fphilip
Hi It is possible add anotations in runtime? I have an general objet that manage de searchs, and I want declare the datamodel name on runtime, it is posssible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083831#4083831 Reply to the post : http://www.jbo

[jboss-user] [JBoss Seam] - Re: Mail & Internationalization

2007-09-13 Thread [EMAIL PROTECTED]
This works for me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083832#4083832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083832 ___ jboss-user mailing list jboss-user@li

[jboss-user] [EJB/JBoss] - MVC application with EJB 2.1

2007-09-13 Thread ThePretender
Hello! I'm trying to build an MVC application using EJB to access a database. But I've met an unexpected problem: in my servlet (C-part of MVC) i want to use my EJB to get data through it. And that's why I must have EJB's interfaces imported into my servlet. Otherwise it won't compile. But then

[jboss-user] [JBoss Seam] - Re: multiples components.xml files

2007-09-13 Thread fphilip
thnks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083833#4083833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083833 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [JBoss Seam] - Re: Bug with EVENT scope

2007-09-13 Thread [EMAIL PROTECTED]
This is correct, and explained in the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083835#4083835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083835 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Null component in context?

2007-09-13 Thread [EMAIL PROTECTED]
Because you explicitly outject null. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083836#4083836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083836 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - No class loaders found

2007-09-13 Thread mailinator
Hi, i'm back !!! With a new issue. Here it is : when trying to end a taskinstance, i got this exception : java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory This is because i have multiple deployment of jbpm jar. When deleting this jbpm-jpdl.jar from the /WEB-I

[jboss-user] [JBoss Seam] - Re: [NamespaceScanner] Cannot load package

2007-09-13 Thread [EMAIL PROTECTED]
You'll need to debug NamespaceScanner to find out why it's not able to load the package info. Alternatively just use the non-namespaced declarations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083839#4083839 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBossWS] - Re: Ant task for wsconume, wsprovide ??

2007-09-13 Thread richard_opalka
Hi, WSConsume uses com.sun.tools.ws.wscompile.WsimportTool, internally so you can find the answer by analyzing this Sun WSDL compiler. I took a short look into it and the difference is that WsimportTool during the compiling phase generates both *.java and *class files. At the end of compilat

[jboss-user] [JBoss Seam] - Re: SFSB and Hibernate Validator -

2007-09-13 Thread [EMAIL PROTECTED]
Use and get rid of the @In View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083841#4083841 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083841 ___ jboss-user mailing list

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

2007-09-13 Thread [EMAIL PROTECTED]
You probably want to use @Restrict on your persist method View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083842#4083842 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083842 _

[jboss-user] [JBoss Seam] - Re: Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-13 Thread [EMAIL PROTECTED]
You would have to do it programmatically rather than using annotations. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083843#4083843 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083843 ___

[jboss-user] [JBoss Seam] - Re: LazyInitializationExceptions are staying

2007-09-13 Thread michel.christianen
I tested the LAZY loading functionality on the dvdstore examples project delivered with the JBoss SEAM 1.2GA distribution, but there lazy loading ONLY works for OneToOne relations, and it is NOT working for ManyToMany relations. But by default the ManyToMany relation within the dvdstore applicat

[jboss-user] [JBoss Seam] - Re: LazyInitializationExceptions are staying

2007-09-13 Thread [EMAIL PROTECTED]
Nothing to do with Seam, ask on the hibernate forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083845#4083845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083845 ___ jb

[jboss-user] [Performance Tuning] - Re: how to change localhost to host name in the url

2007-09-13 Thread jaikiran
Not a performance question. Have a look at http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083846#4083846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083846 ___

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-09-13 Thread [EMAIL PROTECTED]
Yes, must be an SMPC. How do you inject your SMPC? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083847#4083847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083847 ___ jbo

[jboss-user] [JBoss Seam] - Re: SeamTest and JSF validation

2007-09-13 Thread [EMAIL PROTECTED]
validateValue just validates against Hibernate Validator. Run the validator manually. If you would like a helper method to call to validate a value using a JSF validator in SeamTest please add a feature request to JIRA View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Portal] - portlet max width

2007-09-13 Thread k3nnymusic
I have got defined center region for portlets which size is 60% of all. My portlet reading strings(articles) from database, and if one of string length is bigger than portlet width everything break, because portlet width increase. I need to configure const(but 60%) width of porlet. When string wi

[jboss-user] [JBoss Seam] - Re: SeamTest.FacesRequest: question

2007-09-13 Thread [EMAIL PROTECTED]
I don't understand what you mean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083850#4083850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083850 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: generate-entities in Seam 2.0 doesent work ...

2007-09-13 Thread Eethyo
any solution on this?! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083851#4083851 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083851 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - Re: FlushModeType not working in Seam 1.2.1 GA?

2007-09-13 Thread amitev
>From his code i see that he's using wrong property name for the entity manager @End | public String submitEdit() | { | em.flush(); | return "home"; | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083852#4083852 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Re: Combo Box in Form

2007-09-13 Thread kukeltje
I'm pretty sure now it is a multiple different classes /classloader issue as mentioned above. I extended the VariableInstanceDbTest with the following test: | public void testJSFSelectItem() { | Collection selectItems=new ArrayList(); | selectItems.add(new SelectItem("BLA","Fasel

[jboss-user] [JBoss Seam] - Re: Question on Seam Annotataion with JSF-EL language interp

2007-09-13 Thread [EMAIL PROTECTED]
Just use Expressions.instance().createValueExpression(property) to evaluate a EL expression. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083854#4083854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083854 _

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-13 Thread Arutha
I'm certain the Script-engine has access to Objects in memory, since I can call any function in the object from the script in the process definition and get a valid response. (See my node-enter action above, that works) I'm also sure Objects can be accessed in conditions, as it is one of the e

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread dleerob
I found that code in the submitParameters() method earlier, which is why I thought an exception should be thrown. However, I've just tried again, and still no exeption. My task definition: | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-13 Thread fphilip
I was looking inside of the Component class, but I didnt found way to add annotations. Any idea? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083857#4083857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083857 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate Oracle Problem: ORA-00907: missing right parenthes

2007-09-13 Thread DeanoUK
Hi all. I'm using JBoss 4.2.1GA, and Oracle 10g, and attempting to perform a query. I've been receiving a "ORA-00907: missing right parenthesis" error when attempting to perform the query. Now this is apparently due to Hibernate using the 'as' keyword in the query - something that has been fix

[jboss-user] [JBoss Seam] - Re: facesMessages.addFromResourceBundle charset encoding

2007-09-13 Thread nickarls
Ngh, can't reproduce it either on a new seam-gen or icefaces-seam-gen project. Looks like I have to try migrating my project over to the skeleton project and see when/if it breaks :-/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083863#4083863 Reply to the

[jboss-user] [EJB 3.0] - Single Inheritance / ConstraintViolationException / Postgre

2007-09-13 Thread toni
Hi, using a single table inheritance strategy with postgres 7.3 always causes a ConstraintViolationException when I try to merge the changes. I first create a new enity bean, which works. Then I add it to a OneToMany collection of another entity bean and try to merge the change. This is when I

[jboss-user] [JBoss Seam] - Single Inheritance / ConstraintViolationException / Postgre

2007-09-13 Thread toni
Hi, using a single table inheritance strategy with postgres 7.3 always causes a ConstraintViolationException when I try to merge the changes. I first create a new enity bean, which works. Then I add it to a OneToMany collection of another entity bean and try to merge the change. This is when I

[jboss-user] [JBoss Seam] - Re: LazyInitializationExceptions are staying

2007-09-13 Thread michel.christianen
Can you please give me a more constructive answer including an explanation and where the problem is residing within hibernate. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083866#4083866 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-13 Thread kukeltje
ths script enginge I'm sure, the EL not. In the example you describe, the quoteWorkingObject IS a processvariable and not just an object in memory. Ignore petia's example since that also uses a processvariable and just another (imo less wanted) syntax. View the original post : http://www.jbos

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Oracle Problem: ORA-00907: missing right paren

2007-09-13 Thread DeanoUK
Just to let you know the query... I have two tables. Users and UserSurveys There is a one-to-many mapping between Users to UserSurveys. I'm trying to perform a query like to get users who haven't completed a survey before 'purchaseDate': Query query = entityManager.createQuery("FROM " + Use

[jboss-user] [JBoss Seam] - @Restrict and redirect.captureCurrentView

2007-09-13 Thread fmeystre
I try to use the built-in security handling to redirect user to the page she originally requested after the login. I works fine when I'm using login-required="true" in pages.xml but the problem is when I'm using @Restrict("#{identity.loggedIn}") in the class. When the annotations is used, the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Oracle Problem: ORA-00907: missing right paren

2007-09-13 Thread DeanoUK
Query query = entityManager.createQuery("FROM " + User.class.getSimpleName() + " cu LEFT JOIN FETCH cu.userSurveys us" + " WHERE cu.purchaseDate <= :purchaseDate"

[jboss-user] [JBoss jBPM] - Re: required variables

2007-09-13 Thread kukeltje
can you try making a unittest of this? So it can run without struts etc... and an embedded processdefinition (look at othe jbpm testcases). Also trie what happens if you try to put a variable which is readonly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [EJB/JBoss] - Could not create connection; - nested throwable: (java.sql.S

2007-09-13 Thread ettahoney
hello jboss4.2.1 is throwing following exception while connecting to oracle10g, i am testing datasource through ejb the following are the files jbosscmp-jdbc.xml - http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd";> java:/OracleDS

[jboss-user] [JBoss Seam] - Re: @Restrict and redirect.captureCurrentView

2007-09-13 Thread fmeystre
Sorry... trouble with my post, here is my component.xml | ... | | | | | | | | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083876#4083876 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: IllegalStateException: Current state = FLUSHED, new stat

2007-09-13 Thread sirji
Hi all, Please post your suggestion for this problem. It is very critical issue for us. Let me know if someone require any more information on this. Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083878#4083878 Reply to the post : http://www.jboss

[jboss-user] [Clustering/JBoss] - Is there a way to get more than 1 ip address (localhost) on

2007-09-13 Thread BruceSpringfield
I wanted to check out jboss clustering on a non-networked windows machine. Is there a way to get another IP address other than localhost? 127.0.0.2? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083880#4083880 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Seam JSF controls do not work in external Facelet templa

2007-09-13 Thread nagypalg
So, I upgraded to Seam 2 (latest nightly build), and the s:decorate problem is indeed gone. However, I still have problems with s:link. If I include the following in a page, it works without any problems: | | If I create a Facelet composite and include it in the page, the s:link does n

[jboss-user] [JCA/JBoss] - Redelivering messages

2007-09-13 Thread pepite
I have a small problem with Redelivering messages. I am using jboss 4.0.5. I have looked at bug EJBTHREE-783 and backported the changes from 4.2.1ga to the 4.0.5 branch. However, when looking at the code, I came across the following part, in org.jboss.ejb.plugins.inflow.JBossMessageEndpoint

[jboss-user] [Security & JAAS/JBoss] - Re: problem creating a new tomcat authentication method

2007-09-13 Thread antoniofer
Ok, I have made some findings about this which may cast some light: I think Tomcat can't load correctly the web.xml configuration file when I use my custom authenticator method. I use this lines in web.xml to specify which authenticator module should be used: CUSTOM

[jboss-user] [JCA/JBoss] - Re: Redelivering messages

2007-09-13 Thread pepite
I am reading the page 110 of the spec anonymous wrote : | If the bean is specified as using container-managed transaction demarcation, either the REQUIRED or the NOT_SUPPORTED transaction attribute must be used for the message listener methods | So it seems that my remarks must be ignore

[jboss-user] [JBossWS] - Help with development environment

2007-09-13 Thread mleite
Hi, i need help with a development environment. I need to use JAX-WS to develop some Web Services, but i need to prepare a productive environment to do this. I have some doubts on what tools to use to do this. Can i mix JBossIDE + ANT and use JBossAS 4.2.1 + JBossWS as JAX-WS implementation? C

[jboss-user] [JBoss Seam] - LazyInitializationExceptions when Lazy loading ManyToMany re

2007-09-13 Thread michel.christianen
changed header View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083891#4083891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083891 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Portal] - Re: portlet max width

2007-09-13 Thread k3nnymusic
I checked my cms admin portlet and it don't wrap texts too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083895#4083895 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083895 ___

[jboss-user] [JBoss Seam] - Re: LazyInitializationExceptions are staying

2007-09-13 Thread kukeltje
I think that Pete means that the constructive answer and where the problem is should be sought in the hibernate forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083896#4083896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi, i have some more information. jbpm is trying to end the process when this error occurs. Stack java.lang.ClassCastException: org.jbpm.scheduler.ejbtimer.EjbSchedulerServiceFactory org.jbpm.svc.Services.getServiceFactory(Services.java:122) org.jbpm.svc.Services.getService(Serv

[jboss-user] [JBoss Portal] - JSF and all commandButtons are fired

2007-09-13 Thread ameo
Hello, I have a jsf-portlet. Now, when I click a commandButton of that jsf all the methos of the underlying Managed-Bean are processed. Why ? <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%> <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%> ..

[jboss-user] [JBoss Seam] - Re: Long-running conversations and EntityHome

2007-09-13 Thread baz
I do a wild guess that your problem could be related with mine. I do have no problem do work with entityHome Objects in the way which is used in a semgen generated app. But... When i try to initialize an entityHome from a javabean, no luck. What i am trying to do is this: @Name("genFieldplan")

[jboss-user] [JBoss Portal] - Re: cms and Filestystem

2007-09-13 Thread shilpak
Thanks a lot Sohil. I checked it. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083904#4083904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083904 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: generate-entities in Seam 2.0 doesent work ...

2007-09-13 Thread Eethyo
as soon as i remove the properties: hibernate.default_schema=schemaname and the it starts working. problem here is: it takes EVERY table of my oracle database... this pretty sucks ;) solutions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083905#4083905

[jboss-user] [JBoss Portal] - Re: modifying dashboard url

2007-09-13 Thread shilpak
What i meant is, can we change the name of dashboard, the same way as we change the names of portals (defalut,template). M waiting for the reply. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083907#4083907 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: Long-running conversations and EntityHome

2007-09-13 Thread baz
I extended my page with this code: | Home evaluationId | #{evaluationHome.evaluationEvaluationId} | | If my page starts a conversation this happens: the home evaluationId is set correctly, but the instance id is empty. When my page does not start

[jboss-user] [JBoss Seam] - Re: Security context propagation between Seam EJB components

2007-09-13 Thread yet_another_kain
Hi all, I am experiencing the same kind of problems. It seems impossible to transmit Seam security context informations to JEE security context ... I can imagine some realy ugly solutions, but I would prefer some pretty one :) View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Help needed porting from seam 1.1.0 to seam 2.0beta1

2007-09-13 Thread yj4jboss
Hi, I am currently trying to port my existing Seam application from version 1.1.0 to Seam 2.0 Beta 1. I am stuck on this error and cannot find any explanation to it. | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: persistence.units:ear=AEWAProject.ear,jar=A

[jboss-user] [JBossWS] - web service url

2007-09-13 Thread rukus
Good day to all There is WS from JBossESB quickstarts (nativeclient) for example Is there any way to determine what url has this web service from sayHello @WebMethod?? /* | * JBoss, Home of Professional Open Source | * Copyright 2006, JBoss Inc., and others contributors as indicated | *

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
Hello, I am now using JBoss 3.2.8 as server, which is hosting a 3rd party API called JBilling, which used EjB2.xand my client (EJB 3.0) is based on Jboss 4.0.5. When I try to connect to the server I get an exception, the stacktrace is given below. I checked the jars containing the class org

[jboss-user] [JBoss Seam] - Re: Help needed porting from seam 1.1.0 to seam 2.0beta1

2007-09-13 Thread [EMAIL PROTECTED]
Hibernate is bundled with JBoss AS. If you've altered your AS version then you will likely have altered your hibernate version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083920#4083920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread jaikiran
Where are you getting this error? At the client(Jboss4.x) or on the server(Jboss3.x)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083923#4083923 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083923

[jboss-user] [JBoss Portal] - Re: portlet max width

2007-09-13 Thread k3nnymusic
I readed this is a tinyMCE bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083924#4083924 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083924 ___ jboss-user mailing list

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate Oracle Problem: ORA-00907: missing right paren

2007-09-13 Thread DeanoUK
To make it even simpler I've done: Query query = entityManager.createQuery("FROM " + User.class.getSimpleName() + " cu LEFT JOIN cu.userSurveys us" + " WHERE NOT EXISTS (SELECT us FROM cu.userSurveys

[jboss-user] [JBoss Seam] - Re: Adding DataModel/DataModelSelection/In/Out in runtime

2007-09-13 Thread jacob.orshalick
Programmatically means you could do something like this: | ... | private List myList; | private ListDataModel myDataModel; | ... | public void initializeMyDataModel() { | this.myDataModel = new ListDataModel(this.myList); | Context.getConversationContext().set("myProgrammaticNam

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-13 Thread estaub
>> Ignore petia's example since that also uses a processvariable and just >> another (imo less wanted) syntax. That is, of course, unless it works! ;-) I have a vague memory of running into the same problem and using Petia's workaround early this year., when I was just starting with JBPM. Unf

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread mailinator
Hi again, i wwas wondering : what is the relation beetween the EjbSchedulerService and ending a process instance ? I'm wondering because it's seems that its related to my problem. Regards, O.M. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083928#4083928

[jboss-user] [JBoss jBPM] - Re: Decision node always taking first option

2007-09-13 Thread Arutha
Indeed, I'd rather use the straight-forward syntax, you're right about that. Doesn't the object become a process variable by using the mapping in ESB? As follows (thursday already...?): | | | | | Meaning the process 'should' have acces to the 'j

[jboss-user] [JBoss jBPM] - Re: No class loaders found

2007-09-13 Thread estaub
It's trying to instantiate a scheduler in order to kill off all the timers in use by the process. (I know, there probably aren't any timers in your case.) It looks like the underlying problem is this: anonymous wrote : java.lang.ClassNotFoundException: No ClassLoaders found for: com.it.model.Us

[jboss-user] [JBossCache] - Why ClusteredCacheLoader?

2007-09-13 Thread BruceSpringfield
If you have a replicating cache, why bother with a ClusteredCacheLoader? What is the difference? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083937#4083937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083937

[jboss-user] [JBoss Portal] - Re: modifying dashboard url

2007-09-13 Thread [EMAIL PROTECTED]
Not at the moment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083935#4083935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083935 ___ jboss-user mailing list jboss-user@li

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread avthosar
I am getting this error at the client(Jboss4.x) end. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083941#4083941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4083941 ___ j

[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?

2007-09-13 Thread afloom
I'm looking for a way of getting my jar files being named xxx.aop. After reading on the Maven forum, I understand it should be done by creating a new packaging type. Is that something supported by this plugin or something that could be added? Maven forum: http://www.nabble.com/Creating-a-jar-f

[jboss-user] [JBoss Portal] - Initialize a javascript function when page is called

2007-09-13 Thread saigon_man
Hello, I am using Jboss Portal 2.6.1. I wonder if there is a good way to call a javascript function when that page load? I use the onload option in the body tag in the index.jsp as part of my layout package, but this won't work for me if there is another page using the same layout package and do

[jboss-user] [EJB 3.0] - Re: Issues with EJB 3.0/ JBoss 4.0.5

2007-09-13 Thread jaikiran
Does the jmx-console (of JBoss4.x) method mentioned in one of my posts above, show that this class is being loaded from more than one jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4083948#4083948 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [Performance Tuning] - Deadlock at UpdateTimeStampsCache !

2007-09-13 Thread JohnBat26
Hi all ! My configuration: - Gentoo Linux (x86); - JDK-1.6 (SUN and BEA) - JBoss-4.2.1 - Hibernate-3.2.5 - JBoss Cache-1.4.1 -- I have degrade performance during stress testing (jMeter). I use QueryCache. But during strong loading all thread are blocking at UpdateTi

  1   2   3   >