[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-17 Thread stu2
Thanks for the info Christian. You saved me from jumping in to find this out myself. Agreed - the xhtml reloading is the most important, as everything else can be unit tested. I am intrigued by the JBoss 5 capabilities though. I'll wait until it gets fully baked. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Tomcat Cluster Error

2007-04-17 Thread baskaran_c
Thanks a lot Brian Stansberry, Its working fine. Baskaran Tokyo, Japan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037833#4037833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037833

[jboss-user] [EJB/JBoss] - Web service with EJB3.0

2007-04-17 Thread spinergywmy
Hi, I'm new to web service, and I'm using EJB3.0 to develop the project using eclipse jboss IDE tool. The propose project network architecture will have 3 server, one for apache web server, one jboss application server, and the last one will be treated as index/search server. The request

[jboss-user] [Performance Tuning] - stack size limit

2007-04-17 Thread bentins
I've been reading through the posts here. I saw that it was recommended in many places to do the following setting on solaris: | -XX:ThreadStackSize=128k | So I did it! But when I ran it I got an error stating that this new setting of 131072 Kb exceeds the exiting limit of 8192 kB. When I

[jboss-user] [JBoss/Spring Integration] - Re: JMX deployment in JBOSS using Spring Descriptor

2007-04-17 Thread sundareshraju
alesj wrote : What Spring descriptor? | Which Ant script? | And what has this got to do with JBoss/Spring integration: http://java.sys-con.com/read/180386.htm ? I need to deploy the spring module as SAR in JBOSS using Ant or Maven2 tools View the original post :

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

2007-04-17 Thread chakotey07
Hi again, I solved Question 1 ... at least for me ... anonymous wrote : Thus, I switched to Form Auth (incl. j_security_check) ... session.invalidate does not work neither. Wrong ... it works, but the browser caches the credentials and performs itself a re-login (right?) I first used a JSF Web

[jboss-user] [JBoss/Spring Integration] - Re: JMX deployment in JBOSS using Spring Descriptor

2007-04-17 Thread alesj
And ... what's the problem with just doing it? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037843#4037843 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037843 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities

2007-04-17 Thread CptnKirk
Looks like a problem to me. As a work around try something like: @Name(myQuery) | public class MyQuery extends EntityQuery | { | protected String getCountEjbql() | { | return select count(*) without fetch; | } | | public String getEjbql() | { |

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-04-17 Thread PJDev
Hi All, I can't login jbpm-conlose from http://localhost:8080/jbpm-console. I copy jbpm-console.war from jbpm-jpdl-3.2 GA to server\default\deploy and change hibernate config from HSQL to MySQL property name=hibernate.dialectorg.hibernate.dialect.MySQLInnoDBDialect/property |

[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities

2007-04-17 Thread CptnKirk
Oops, PersonQuery class in the last code block should be MyQuery. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037846#4037846 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037846

[jboss-user] [JBoss/Spring Integration] - Re: Problem using Spring + JPA + Struts

2007-04-17 Thread alesj
It looks like you've got incompatible versions - Hibernate Core vs. Hibernate EM. btw: how you managed to post this question which is about Hibernate and Spring + Struts into JBoss/Spring integration? View the original post :

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-17 Thread agusgr
Well, try to move the import statement in PlanetServiceArtifacts.wsdl at the beginning, just after the definition, like this:?xml version=1.0 encoding=UTF-8? | definitions xmlns:bpws=http://schemas.xmlsoap.org/ws/2004/03/business-process/; |

[jboss-user] [Microcontainer] - Re: Urgent! In container automated testing with JBoss

2007-04-17 Thread ushasagi
Hi, I did not get why the following URL is referred. http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat I just wanted to know if I am missing in any concept. Please let me know if there is any specific reason for referring to Embedded JBoss with tomcat. We require to use testing

[jboss-user] [JBoss/Spring Integration] - READ THIS FIRST: The actual JBoss/Spring integration meaning

2007-04-17 Thread alesj
Due to recent 'illegal' posts growning number - not getting even close to the actual JBoss/Spring integration meaning, all future posts that have nothing to do with any of this: - http://java.sys-con.com/read/180386.htm - http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSpringIntegration -

[jboss-user] [JBoss Portal] - Re: jsf framework

2007-04-17 Thread leohol
At the moment I'm doing a research on possible development technologies for a portlet enabled application. Since it is my first time I'm doing this kind of development and I'm comming from the servlet world I have quit good experiences with jsf frameworks. Do you have any suggestions for

[jboss-user] [EJB 3.0] - Re: EntityManager available outside container ?

2007-04-17 Thread gbasilico
Thank you for your reply. That's what i was thinking, unfortunately... In fact, i managed to access to the entitymanager thanks to a session bean or a servlet, which both are on the server side, but not from my client... Too bad. A last question : do you think another container (Glassfish or

[jboss-user] [Microcontainer] - Re: Urgent! In container automated testing with JBoss

2007-04-17 Thread ushasagi
Thanks so much for taking time to reply. Would like to know the following, please help us in understanding and implementing the following 1. Is it possible to use testing framework like testNG for testing application running within application server container. 2. If yes for point 1, please

[jboss-user] [JBoss jBPM] - Re: console url changed to http://localhost:8080/jbpm-consol

2007-04-17 Thread kukeltje
look at the wiki page on how to configure your jboss AS instance when not using the starterkit... it's all in there View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037860#4037860 Reply to the post :

[jboss-user] [JBoss Portal] - Re: cms on filesystem and clustering

2007-04-17 Thread [EMAIL PROTECTED]
It's the default storage for JackRabbit, it makes sense when you want to use a JCR without requiring to have a database. In the case of JBoss Portal, 100% Filesystem is not really useful and the default behavior is 100% database. View the original post :

[jboss-user] [JBoss Portal] - Re: jsf framework

2007-04-17 Thread [EMAIL PROTECTED]
You can still use JSF, with standard components, your own custom components, and from a list of components that work in a portlet environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037862#4037862 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Process folder Missing

2007-04-17 Thread zolfj
thanks for your comment.can i use jbpm with swing application.i dont understand the folders it creates in the eclipse ide.are there any books which explains jbpm in details. cheer zolf View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037863#4037863 Reply to

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Configuring oracle JDBC resource

2007-04-17 Thread kuruma45
http://www.onjava.com/pub/a/onjava/2004/02/25/jbossjdbc.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037864#4037864 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037864

[jboss-user] [Microcontainer] - Re: Urgent! In container automated testing with JBoss

2007-04-17 Thread alesj
Ok, you'll have to do your own 'homework' ... I think there is a lot of generic documentation / books on this sort of questions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037865#4037865 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
the app is reachable above: domain/rentform the goil is just above domain View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037870#4037870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037870

[jboss-user] [JBoss Seam] - Re: @Logger not injecting anything in Controller.class

2007-04-17 Thread paradigmza
I just commented out the debug line in the source code, and everything is working perfecly, im not sure what to do from here, except use my custom built seam. (I don't really understand how the injection actually works) | protected T ClassValidatorT getValidator(ClassT modelClass) |{

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
yes: i follow example for 4.0.2 AS: http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts myhost.eu and jmx-console.war/WEB-INF/jboss-web.xml jboss-web !-- Uncomment the security-domain to enable security. You will need to edit the htmladaptor

[jboss-user] [JBoss jBPM] - Re: JBPM_PROCESSDEFINITION table not found

2007-04-17 Thread anabalfun
Hello, I'm having the same problem. Have you solve it? How? Thanks!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037872#4037872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037872

[jboss-user] [Management, JMX/JBoss] - Execution of twiddle from remote machine

2007-04-17 Thread thirumalmarugan
hi i have invoke twiddle in the local host for getting the server info.it display the result.if i invoke the same command from remote machine it says error.. the error i have got is: 05:22:45,848 ERROR [Twiddle] Exec failed org.jboss.util.NestedRuntimeException: Could not obtain connection to

[jboss-user] [JBoss Seam] - ejq-ql subquery in seam

2007-04-17 Thread zdaler
this might be a little off topic since it's an ejb-ql question but I'm using it inside seam and I think maybe my error will be obvious to some of you. I'm simply trying to execute a simple (test) subquery like this : select t from MyObject t order by ( select 1 ) but I get the error :

[jboss-user] [JBoss Portal] - Re: authorisation facilities access from within portlet

2007-04-17 Thread Antoine_h
Yes, wiki would be good. but if I understood well, the wiki subject must be created by a jboss user, no ? = how to create a subject ? I did not find it (for other contribution, before). by the way, as you have declared the pamf service in the portlet description (jboss-portlet.xml), you can then

[jboss-user] [JBossWS] - Re: JSR-109Client, Mapping problem and trying to connect to

2007-04-17 Thread [EMAIL PROTECTED]
There is no requirement for two code generators to generate identicle code as the JAX-RPC mapping file is used to describe how the schema was mapped to Java. If you have a reproducable scenario where invalid code is being generated please raise a bug in Jira with the required files to reproduce

[jboss-user] [JBoss Portal] - Re: I can't instantiate the InstanceImpl class.

2007-04-17 Thread FredF
I get a strange error when I try to create an Instance via the instancecontainer. 19:29:49,197 ERROR [STDERR] java.lang.IllegalArgumentException: Bad portlet id format AboutPortlet | 19:29:49,200 ERROR [STDERR] at

[jboss-user] [JBoss Seam] - Re: Virtual Domains

2007-04-17 Thread KoniKoni
I love jboss, you can here solve problems with logic:) In application.xml i changed context to / and works! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037878#4037878 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @Logger not injecting anything in Controller.class

2007-04-17 Thread petemuir
Seam can't do it's magic if you use new to instantiate a Seam component. You need to use injection (or Component.getInstance()) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037885#4037885 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-04-17 Thread estiedi
anonymous wrote : insanely productive development environment that is comparable to Microsoft's .Net. I don't know how well you know MS VS .NET, but from what I've seen from it, I can tell you that if RHDS resembles VS, I'm surely not going to use it. Eclipse and NetBeans are insanely more

[jboss-user] [JBoss Portal] - Re: authorisation facilities access from within portlet

2007-04-17 Thread [EMAIL PROTECTED]
To create a new wiki page, just reference it from another page, then you will get a ? to click on. Or: Go to something like: http://wiki.jboss.org/wiki/Wiki.jsp?page=MyWikiPage replace MyWikiPage by anything. Then reference it from other pages. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread avbentem
[EMAIL PROTECTED] wrote : avbentem wrote : | | - when getting compile errors in GWTRemoteService then [...] | Which compiler errors are you getting? I don't get any. I did get errors in Eclipse (actually JBoss IDE 2.2.0.BETA2), all caused by a fewThe import com.google cannot be resolved

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-17 Thread varkon
Thanks. I'll try it out and let you know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037890#4037890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037890 ___ jboss-user

[jboss-user] [Microcontainer] - Re: Urgent! In container automated testing with JBoss

2007-04-17 Thread ushasagi
Thanks, I tried to find the documentation, but could not find the proper one. If you have any reference related to this, please pass on to me. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037891#4037891 Reply to the post :

[jboss-user] [JBoss Portal] - Can i remove portal in the context path??

2007-04-17 Thread littlefish
I have already remove the portal in context-root! but i still have another portal before the portal_name in context path! do any body knows how to remove it? sample path thath i would like to have: http://localhost:8080/portal_name/portal_page THX!! View the original post :

[jboss-user] [JBoss Portal] - Re: isUserInRole(String role) doesn't work

2007-04-17 Thread Antoine_h
Hello, an old topic, but I still have the same need. the spec is nice. -- it allows that the portlet knows what features it provide, and what it's portlet-roles are needed for thoses. then the portlet declaration allows to

[jboss-user] [Installation, Configuration Deployment] - Unable to run jboss-4.0.5.GA

2007-04-17 Thread reckless_jack
while trying to run command on command prompt i am getting following error message- Could not locate C:\jay\java\jdk1.5.0_11\bin;.;\lib\tools.jar. Unexpected results may occur. Make sure that JAVA_HOME points to a JDK and not a JRE. I HAVE FOLLOWING SYSTEM VARIABLE SET:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - ORA-01031: insufficient privileges, grant requirements

2007-04-17 Thread kuruma45
Hi I have some problems to deploy EJB3 on JBOSS 4..0.5, abd a Oracle8i databse. DATABASE I have one instance of my database, and two schema SCH1 and SCH2, I'm log on SH1 and each Schema has any table. but I have to create a ejb entity SCH2_TABLE1, TABLE1 is a table of SH2, in the TABLE1

[jboss-user] [EJB/JBoss] - Statefull session bean and exception

2007-04-17 Thread jc7442
I use an EJB3 stateful session bean. | @Stateful | public class MyStatefullImpl implements MyStatefull{ | | public void applyFilter(...) throws MyException { | ... | } | | MyException is managed properly in my source code and is declared in the API . Consequently,

[jboss-user] [JBoss Portal] - Re: Roles and LoginModule

2007-04-17 Thread Antoine_h
could be a way for the workaround of this need, in : http://jboss.org/index.html?module=bbop=viewtopicp=4037894#4037894 what are the classes/services involved in this ? either the portlet instanciation from the descriptor ? or where to change things to adapt the behavior of isUserInRole method

[jboss-user] [JBoss Seam] - Re: Question: http://java.sun.com/jsp/jstl/core cannot be re

2007-04-17 Thread gorgomad
You should just download JSTL (Apache.org), copy standard.jar and jstl.jar under jboss.home\lib, and restart JBoss server. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037901#4037901 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2007-04-17 Thread thomascremers
I have been on big quest as well to get this working. The documentation leaves a lot to be desired but here is what I did to get it working. First a basic LDAP schema | # Base | dn: dc=foo,dc=bar | dc: foo | objectClass: top | objectClass: dcObject | objectClass: organization | o:

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-17 Thread avbentem
petemuir wrote : avbentem wrote : How can we assure the Important Note: If you want to use EJB3 or Seam, you MUST use the JEMS Installer will be removed when Seam 1.3 is released? [..] | Yeah, add a JIRA issue if you like... | Ok, JBSEAM-1193. I also noticed that the JBoss version is not

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to run jboss-4.0.5.GA

2007-04-17 Thread jaikiran
anonymous wrote : JAVA_HOME=C:\jay\java\jdk1.5.0_11\bin;.; Change your JAVA_HOME to C:\jay\java\jdk1.5.0_11 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037904#4037904 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: ORA-01031: insufficient privileges, grant requirements

2007-04-17 Thread kuruma45
I have ask to DB admin to put the sys privileges to SCH1 schema... I have a problem to bind my entity and table, i'm newbie on Oracle database, in my entity : @Entity @Table(name=SCH2_TABLE1) public class SCH2_TABLE1 implements java.io.Serializable { ...it works in some case, but there are

[jboss-user] [EJB/JBoss] - Re: ClassLoading problems, JBoss ClassLoading Strategy might

2007-04-17 Thread jaikiran
These wiki links mention how to configure JBoss classloading http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossClassLoadingUseCases http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037908#4037908

[jboss-user] [JBoss AOP] - Re: Unable to use/run JBossAOP on JBossAS 4.0.5.GA

2007-04-17 Thread varkon
Ok, I've installed and ran the example. | 15:17:10,241 INFO [STDOUT] ExampleValue empty Constructor | 15:17:10,242 INFO [STDOUT] ExampleValue.getMessage() | 15:17:15,314 INFO [STDOUT] EarExampleServlet.service() | 15:17:15,336 INFO [STDOUT] ***

[jboss-user] [JBoss Portal] - Custom Window State

2007-04-17 Thread engela
Does the JBoss Portal (2.4) support custom window states? Which class do I need to overwrite if I want to add my custom window state? For printing the content of a portlet I quite like to introduce a custom window state 'print' which is mapped by by layout descriptor to print.jsp, which will

[jboss-user] [JBoss Portal] - Re: Can i remove

2007-04-17 Thread Antoine_h
Hello, This is an extract of my installation procedure, for this. To change the root path of the url. From (classic) : http://localhost:8080/portal/portal/default/ To : http://localhost:8080/myPortalContextRoot/myDefaultCommand/myDefaultPortalName/ (defined at 070319). a) Prefix for : Portal

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - could not deserialize

2007-04-17 Thread toni
Hi, I have an entity bean, which references an exception. Persiting the entity bean to the postgresql 7.4 works without problems. However, I can't read/restore them, because I get the following exception: org.hibernate.type.SerializationException: could not deserialize Does anybody know how

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread Antoine_h
yes, this seems the right way, for what I know. look at the jsr-168 for defining custom window states. there is an example with 1/2 maximized state, if I remember well. To make sure you have declared all that is needed for this state in other places (portal description, etc...). By the way,

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-17 Thread [EMAIL PROTECTED]
I fully agree on the fact that virtual archives is what is needed. JBoss 5 is building it into the core of AS but until we have that in JBoss Tools/RHDS we are working on having it at the IDE level. Giving you an incremental update of the deployed artifacts removing the need for seperate

[jboss-user] [JBoss Seam] - seam remoting js-bag multiple dimension prob

2007-04-17 Thread livenow
Hi, there seems to be an error when passing multidimensional Arrays from Javascript to a webRemote function. js: var csArr = new Array(); csArr[0] = 1; converts without problems to: ArrayList ssArr but js: var csArr = new Array(); csArr[0] = new Array(); csArr[0][0] = 11; is always empty

[jboss-user] [JBoss Getting Started Documentation] - Re: Bank example compile error.

2007-04-17 Thread daniellaw
I have the same problem :-( I have defined the jboss.home variable. But it does not help... any ideas? While reading the getting started tutorial I realized that i don't have a tomcat component installed. Is there something missing in my installation? I installed JBoss version 4.2.0.CR1.

[jboss-user] [JBoss Portal] - Re: authorisation facilities access from within portlet

2007-04-17 Thread Antoine_h
done : http://wiki.jboss.org/wiki/Wiki.jsp?page=CheckPermissionOfAnyPortalObjectNode View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037924#4037924 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037924

[jboss-user] [JBoss Portal] - Re: Access userPrincipal from Servlet

2007-04-17 Thread taprogge
Hello again and thanks for your answer. Unfortunately, I am still stuck... I do not want to hand over the login info through the session, that's just ugly. So I tried your second solution. If I understand it correctly, the JBossIntegrationFilter basically just looks up

[jboss-user] [JBoss Seam] - Re: inconsistent behaviour

2007-04-17 Thread CptnKirk
Doing a lot of hot deploy? I usually find when things are screwy like this there's a permgen memory error at the very bottom of that stack trace. A restart of the app server causes the problem to go away. I've recently migrated to JRocket R27.2 and haven't had any trouble so far. JRocket

[jboss-user] [JBoss Portal] - Re: Can i remove

2007-04-17 Thread Antoine_h
Wiki is at : http://wiki.jboss.org/wiki/Wiki.jsp?page=ChangeRootPathAndPrefixOfUrl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037929#4037929 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037929

[jboss-user] [Beginners Corner] - JBoss terminal server

2007-04-17 Thread edgydruid
Hello, I am looking for a terminal server solution which can work with JBoss. The idea is to use JBoss' clustering abilities and serve a lot of thin clients with a cluster of JBoss nodes. I am aware of JBoss clustering of HTTP sessions, Tomcat, etc. But what I need is complete terminal

[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities

2007-04-17 Thread [EMAIL PROTECTED]
Thanks Captain! I'll do it your way. Of course a framework:entity-query in components.xml would have been nicer. I believe you cannot automatically deviate a correct count query from any ejb/hql query in general, can we Gavin? If this is true we should think about a countEjbql attribute on

[jboss-user] [JBossWS] - Re: How to provide soapAction from dispatch call?

2007-04-17 Thread oskar.carlstedt
Does anyone know if this is a bug or related to something else. Or how do I get around this problem? I found this thread on java.net forum http://forums.java.net/jive/message.jspa?messageID=190079. Doesn't help much but it seem to be a problem in jwsdp2. Regards Oskar View the original post

[jboss-user] [JBoss Seam] - Re: DataModel: Row is not available

2007-04-17 Thread fabricio.lemos
I want a page where I can edit the properties of a UseCase entity. At the end of the page I want to display the Step entities that belong to the UseCase. This is the page code that I have: | !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN

[jboss-user] [JBoss Seam] - DataModel in two SFSB issues

2007-04-17 Thread lcoetzee
Hi, I have an interesting issue with DataModels. Any suggestions would be appreciated. The setup: I have Bean A which has a list (sections) annotated as DataModel. sections is available in my current conversation. When invoking a method from my JSF page (which calls a method in my second

[jboss-user] [Clustering/JBoss] - Re: Horizontal Clustering not working _ need help

2007-04-17 Thread canty28
Here is my tc5-Cluster.xml !-- The default UDP stack: - If you have a multihomed machine, set the UDP protocol's bind_addr attribute to the appropriate NIC IP address, e.g bind_addr=192.168.0.2. - On Windows machines, because of the

[jboss-user] [JBoss jBPM] - problem with NamingContextFactory

2007-04-17 Thread kshahbaz
I have a java program which uses JBPM. When I execute it, I encounter the following error: javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory [Root exception is java.lang.ClassNotFoundE xception:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate sql output in Server Log and Console

2007-04-17 Thread devq
Hi, I'm using hibernate and trying to output the sql and any relevant comments to the console and server log. I'm using a log4j.xml file to configure log4j (pasted below). Initially I was using the log4j.properties file and including the statement: log4j.logger.org.hibernate.type=debug This

[jboss-user] [JBoss Seam] - Re: What happens for exceptions in JPM transition actions?

2007-04-17 Thread nstoddar
You can ignore this. I hit the submit button too soon, and just afterwords saw the exception-handler element. Can somebody shed any light on what the script element is used for? I'm assuming that the action expression gets evaluated and a transition takes place based on the return value.

[jboss-user] [EJB 3.0] - Re: EJB 3.0 Locking (entity not in the persistence context)

2007-04-17 Thread fhh
How are you calling your methods? Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037955#4037955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037955 ___

[jboss-user] [JBoss Seam] - TypeNotPresentException

2007-04-17 Thread sandytech
Hi Everyone, I installed JBossAS using Jems Installer and trying to run a Seam application which i downloded from Devx site.But whiledeploying it to the server I'm getting the error like java.lang.TypeNotPresentException: Type javax.ejb.Interceptors not present at

[jboss-user] [EJB 3.0] - Re: EntityManager available outside container ?

2007-04-17 Thread fhh
I can't imagine anybody has actually implemented this. But I don't know... Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037953#4037953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037953

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-04-17 Thread fernando_jmt
Did you see: http://www.jetbrains.com/teamcity/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037966#4037966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037966 ___ jboss-user

[jboss-user] [JBoss Seam] - Switch from DEV to PROD

2007-04-17 Thread KoniKoni
Where can switch between dev and prod? there are two persistence files: persitence-prod.xml... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037996#4037996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037996

[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities

2007-04-17 Thread [EMAIL PROTECTED]
mmh, interesting. This should work for my quoted query. But you cannot define the query within components.xml anymore, can you? I really love that feature because it saves me countless simple stupig classes. Chris View the original post :

[jboss-user] [EJB 3.0] - Re: Configuring SFSB maximim size in EJB3

2007-04-17 Thread rcaballero
Hi folks, I have the same problem but with SLSB. My jboss.xml file is the following | ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE jboss PUBLIC |-//JBoss//DTD JBOSS 4.0//EN |http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd; | jboss | enterprise-beans |

[jboss-user] [JBossWS] - Is there a wsconsume sample available?

2007-04-17 Thread tfennelly
Is there a sample of how to use wsconsume to generate service side artifacts? I've seen written examples on the wiki etc, but am having trouble working out it's dependencies. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037976#4037976 Reply to the post :

[jboss-user] [Performance Tuning] - Re: Clustered JBoss with Cisco Content Switch

2007-04-17 Thread zambak
I cannot use the session timeout as it affects the application. Optimally, I would like to tell the CSS switch which http comman to issue in order to close the session and not leave it open. Here is the snippet of the switch config... | service myapp | ip address x.y.z.w | keepalive

[jboss-user] [JBoss Portal] - Re: cms on filesystem and clustering

2007-04-17 Thread [EMAIL PROTECTED]
Davide- Look at this for CMS clustering related documentation. http://docs.jboss.com/jbportal/v2.6/reference-guide/en/html/clustering.html#d0e3441 Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038006#4038006 Reply to the post :

[jboss-user] [JBoss Seam] - easy alternatives to ui:repeat and c:forEach for Seam 1.2.0P

2007-04-17 Thread dmp
I have had nothing but trouble with ui:repeat, as it stops repeating on a regular basis and only show a single result until the app server was restarted. c:forEach seemed reasonable, but it is way, way slow compared to ui:repeat. I am not rendering a table, so h:dataTable wouldn't work for

[jboss-user] [JBoss Seam] - Upgrade from Seam 1.1 to 1.2.1

2007-04-17 Thread m.alex
I'm trying to migrate an application from Seam 1.1 to 1.2.1GA. The problem is I cannot make Seam Remoting to work. My app is packaged as an EAR with multiple WARs and JARs inside (basically some portlets built on top of some services/EJBs). I followed the Seam documentation and made the changes

[jboss-user] [JBoss Seam] - s:fileUpload/ IE/Firefox Filename differences

2007-04-17 Thread chane
I'm using Seam1.2.0patch1. The filename parameter on s:fileUpload/ is different between IE and Firefox. On Firefox, I get just the filename. On IE (6.x), the path + filename is returned. Is this expected? My page is: | h:form enctype=multipart/form-data id=f1 |h:commandLink

[jboss-user] [JBoss Seam] - Re: Switch from DEV to PROD

2007-04-17 Thread KoniKoni
thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038009#4038009 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038009 ___ jboss-user mailing list

[jboss-user] [JBossWS] - No service endpoint generated?

2007-04-17 Thread Schludi
Hello i have the following maven-Script added to my pom.xml which starts wstools with an ANT-Task: | | artifactIdmaven-antrun-plugin/artifactId | executions | execution | idantTask/id |

[jboss-user] [JBoss Seam] - Re: Framework: Counting query entities

2007-04-17 Thread CptnKirk
Lol, should really not drink and make forum posts. :) A combination of dsmith's solution and my components.xml should give you what you're looking for. You only need 1 small class that you reuse in components.xml. You could even write your own namespace and have your own

[jboss-user] [JBoss Portal] - Re: Custom Window State

2007-04-17 Thread Antoine_h
Hello, It seems more a pb of wiring. did you look at the layout strategy source code ? may be this feature has not been much tested (used ?), and there is a bug, when routing to the proper jsp file. as you can write your own, you may do one and see with logs what happen and why it does not

[jboss-user] [JBoss Seam] - access the seam managed PersistenceContext in a @Startup obj

2007-04-17 Thread zdaler
I'm trying to access the seam managed persistence context inside a seam POJO declared as @Startup. When the object is created the inject seam managed persistence context is null @In | private EntityManager em; | Is there a way to do that (basically I need to schedule some

[jboss-user] [JBoss Seam] - Re: Switch from DEV to PROD

2007-04-17 Thread CptnKirk
Try creating a build.properties file next to build.xml and include profile = prod View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038003#4038003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038003

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-17 Thread tzman
With applications having 500k+ lines of code, it is very important to us to shrink the amount of time it takes to code/test/redeploy. We have had success in the past with deploying the ejb's in an ear file and hot deploying the web components in an exploded war outside of the ear; the ejb

[jboss-user] [JBoss Seam] - Re: Switch from DEV to PROD

2007-04-17 Thread CptnKirk
or simply pass as a command line arg to ant View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038004#4038004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038004 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - Re: BeanFactoryPostProcessors not called ?

2007-04-17 Thread djeanprost
alesj wrote : What it your actual deployer service? | Post the jboss-service.xml in .deployer archive. Well, wweiersmuller and I mispelled a few configuration files. Everything is OK and works well. Sorry for disturbating. Dom View the original post :

[jboss-user] [Installation, Configuration Deployment] - JBoss Migration from 3.2.6 to 4.0.5 GA

2007-04-17 Thread tips09
I did search the JBoss forum and Google to find some articles (guidelines, procedures, lessons learned etc) related to migrating from 3.2.6 to 4.0.5 GA, but couldn?t get anything useful. I would really appreciate if some one could point me to some documents or changes required from an

[jboss-user] [JBoss Seam] - Seam Framework EntityQuery restrictions does not work for My

2007-04-17 Thread lkw
Hi, I'm a newbie in Seam. Appreciate if someone can help on this. I run the contactlist example from Seam version 1.2.1 . Everything works if I use HSQLDB. I'm able to do pagination and restriction with the EntityQuery framework. However, the restrictions does NOT work when I switch to

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-17 Thread CptnKirk
exception? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038020#4038020 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038020 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Unexpected redeployment

2007-04-17 Thread CafeD00d
Is it possible that you have an over-aggressive virus scanner that is changing the modification date on the files? The hot deployer compares modification date from the last time it looked at the file with the current modification date to determine if the file has been updated. View the

[jboss-user] [JBossWS] - NoClassDefFoundError: RuntimeWSDLParser.createReader

2007-04-17 Thread electren
Hi all. I want to consume a webservice with a dynamic Stub generated by Jax-WS-Api. The WSDL-Parser is throwing following exception: | java.lang.NoClassDefFoundError | at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:786) | at

[jboss-user] [Beginners Corner] - EAR deployer

2007-04-17 Thread kuvera
I have an exploded ear. All meta info is in place. At JBoss startup it is not deployed, but when I redeploy it manually with MainDeployer it IS deployed. What's wrong? -- 15:33:33,515 ERROR [MainDeployer] Could not initialise deployment: file:/C:/Wk/prg/Java/Spekker/spekker.ear

  1   2   3   >