[jboss-user] [JBoss Seam] - seam-head tomcat microcontainer could not start

2007-05-13 Thread lschaffer
Hello I have problem with the seam-head version UI-example (and my seam-app too) could not be started in tomcat 6. (in previous version has worked) tomcat log 08:07:14,319 INFO [Lifecycle] starting up: org.jboss.seam.web.ajax4jsfFilter 08:07:14,350 INFO [Lifecycle] starting up:

[jboss-user] [Installation, Configuration Deployment] - JBoss 4.2 Context.xml docBase ignored?

2007-05-13 Thread xnuandax
Hi all, We would like to deploy a web context with path /adad. To do this we placed a directory adad.war/ in jboss/server/default/deploy/, which deployed fine. However we want this web context to serve actual files from elsewhere, as can be done in Tomcat using docBase. To do this we

[jboss-user] [JBoss Seam] - Re: seam-head tomcat microcontainer could not start

2007-05-13 Thread lschaffer
following this thread I have downloaded the latest nightly build and tried the booking example in tomcat result: 08:48:00,537 INFO [SchemaExport] Running hbm2ddl schema export 08:48:00,537 INFO [SchemaExport] exporting generated schema to database 08:48:00,553 INFO [SchemaExport] schema

[jboss-user] [JBoss Seam] - NPE in RepositoryClassLoader

2007-05-13 Thread ollix
I get an exception, that I cannot relate to where it is thrown. It happens, when I try to read a property of a stateful session bean inside a JSP using the EL. This property is a simple getter inside the component. The component has an @In refrence to the seam identity component, but it is not

[jboss-user] [Beginners Corner] - Re: threads in jboss

2007-05-13 Thread genady_yadata
I should add that I'm talking about some heavyweight processing, not just serving bean instances in parallel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045266#4045266 Reply to the post :

[jboss-user] [Beginners Corner] - threads in jboss

2007-05-13 Thread genady_yadata
Hi, Can I use plain Java threads inside JBoss application server? Or I have to use messaging to run code in parallel? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045265#4045265 Reply to the post :

[jboss-user] [Beginners Corner] - The performance of JBoss clustering puzzled me

2007-05-13 Thread ddpie
Hi guys: I?m new to JBoss clustering and apache. Has anyone met problem like this? I use JBoss cluster to test my JSPs,but its performance was not so great,and even badly than the performace without clustering. Here is my environment: I have three servers: The first one (ip:192.168.13.26):

[jboss-user] [JBoss Messaging] - Re: Message receiver connot reconnect after the messaging se

2007-05-13 Thread timfox
In the MDB case, are you consuming messages in using MDBs in one app server from a messaging server in a different app server instance, or is it all colocated? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045268#4045268 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-05-13 Thread rtm333
Hi Tim, Unfortunately it seems that the deadlock issue is not fixed in SP5. I have a test scenario where a single publisher and several subscribers are connecting against an out-of-the-box Messaging 1.0.1.SP5 on JBoss AS 4.0.5.GA. Some of the subscribers are closing and creating their JMS

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-05-13 Thread timfox
It looks like we need to apply the fix for http://jira.jboss.org/jira/browse/JBMESSAGING-505 to the PointToMultipointRouter too. This should be fairly straightforward, however the 1.0 branch has basically been closed and we're only going to create patches on that branch for support customers

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-05-13 Thread timfox
If you don't want to move to 1.2.0.SP2 then you could make the change yourself and rebuild from source. I'm asssuming you don't have a support contract. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045274#4045274 Reply to the post :

[jboss-user] [JBoss jBPM] - How to integrate jbpm in an exisiting Web Application ??

2007-05-13 Thread vipul.gupta
Hi, Can someone help me in understanding how to integrate jbpm in a exisiting web application. i have tried some examples with the jbpm-server but now i want to integrate the whole thing in my webapp which is running on top of tomcat. I want to add the task and process views(including the

[jboss-user] [Beginners Corner] - Module type is not compatible

2007-05-13 Thread Prg3
Hi, if i want to add my project to the JBOSS Server(4,2), so that the Project kann be deployed, i get the following error message: Module type is not compatible If i start the server, the following error message pops up: Publishing failed using Ant publisher Is this maybe a failure because of

[jboss-user] [JBossCache] - Better way to use multiple caches?

2007-05-13 Thread jorgemoralespou_2
Hi, I`m using JBC 1.4.1.SP3 in my app. As the cache needs are very intensive and we have needs for different types of constraints on cache, and also every app we deploy is in need to have a customized cache, I`m wondering which is better in terms of performance and reliability. * To have one

[jboss-user] [JBoss jBPM] - Re: Transitions not drawn in 3.1 alpha4 GPD

2007-05-13 Thread kukeltje
same happens here. Drawing new transitions works though. I think that changing the order somehow triggers the gpd to redraw. There are other small issues as well... the forms.xml and forms pages do not get deployed. View the original post :

[jboss-user] [JBoss Seam] - Problem using selectOneMenu in jenerating dynamic select opt

2007-05-13 Thread ask4saif
Dear fellows, I am getting a strange problem, I have a form for adding a new hotel in db. I have two selectOneMenu in my forms. 1. country 2. states when the value of country is selected, i use seam remoting to get the states of that country and populate in my second list states. And i submit

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

2007-05-13 Thread kukeltje
yes, did you look at the other posts in this topic? Another option is to make sure your parser can find the relevant dtd/xsd in another way than via the internet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045283#4045283 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - JBossMQ JMS connection factory configuration

2007-05-13 Thread igorkh
Hi ALL, I want to configure my JBossMQ JMS connection factory. How can I do it? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045284#4045284 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045284

[jboss-user] [JBoss Seam] - Re: Problem using selectOneMenu in jenerating dynamic select

2007-05-13 Thread monkeyden
In JSF, it is required that the submitted values for select boxes are a subset of the original SelectItems. In other words, if you have values 1,2,3,4,5 displayed in a select box, the submitted values need to be some subset of 1,2,3,4,5, and any value other than these is invalid. You have a

[jboss-user] [JBossWS] - Jbossws.1.2.1.GA... JNDI Bind Failed:JAXR

2007-05-13 Thread marco.ciatti
I've just installed Jbossws.1.2.1.GA on my jboss 4.0.5, following the installation instruction and during the AS restart I've noticed the following error indication; nevertheless the http://localhost:8080/jbossws seems alive... Does anybody know which is the root cause of this error indication

[jboss-user] [JBoss Seam] - Re: Access EJB from Web page

2007-05-13 Thread amontobin
I resolve my problem (i can display a login page): 1. you don't need myfaces-api and myfaces-impl with jboss 5 only tomahawk (see http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces for further details) I think it should be valuable to add some informations in seam documentation. 2. You

[jboss-user] [Installation, Configuration Deployment] - Re: Failed to start JbossAs5

2007-05-13 Thread jaikiran
Are you using Java-6 by any chance? This same issue has been discussed here http://www.jboss.com/index.html?module=bbop=viewtopict=99305 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045294#4045294 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: Same JNDI name in multiple EAR files: Mix up?

2007-05-13 Thread jaikiran
anonymous wrote : but can anyone suggest a way to restrict the lookups to the ear file without having to rename every bean??? How about adding a jboss.xml file to each of the application and specifying a different jndi name for the beans in each application? Something like: in jboss.xml of

[jboss-user] [Management, JMX/JBoss] - Re: Managing JBoss programmatically?

2007-05-13 Thread PeterJ
When I pointed you to the DEFAULT_SUFFIX_ORDER I knew that it was no longer used (though the ordering is still correct). But that is the only place I have found that lists the various suffixes all in one location. Also, the *-service.xml file can be used to deploy any MBean, not just

[jboss-user] [Beginners Corner] - Re: Module type is not compatible

2007-05-13 Thread PeterJ
It would help if you gave us a little more information about the error. Please post the stack trace for the error. Also, which OS and what JVM? Also, how are you starting the server? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045298#4045298 Reply to the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JBoss_Booyah

2007-05-13 Thread tamaluna
I started getting this weird error message today when I start up JBoss:anonymous wrote : 2007-05-13 10:26:23,078 DEBUG [org.jboss.resource.connectionmanager.IdleRemover] internalRegisterPool: registering pool with interval 90 old interval: 9223372036854775807 | 2007-05-13 10:26:23,078

[jboss-user] [JBoss Seam] - Re: Raising an event in Seam without violating EJB's concurr

2007-05-13 Thread [EMAIL PROTECTED]
Are you trying to raise an event and observe it in the same bean? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045300#4045300 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045300

[jboss-user] [JBoss Seam] - Re: Problem using selectOneMenu in jenerating dynamic select

2007-05-13 Thread ask4saif
thank you dear for your help, I have 2 drop down lists: 1. country 2. states In the first list of country i use a factory method retuning selectItems to jsf component. when any country from the list is selected i use seam remoting to tranfer the country to EJBs and get the respective states

[jboss-user] [JBoss Seam] - Re: Unit Testing EL in EJB-QL/HQL

2007-05-13 Thread stu2
Well injection of logs is only saving you this: public Log log = Logging.getLog(RegisterAndLoginTest.class); | I use this outside of SFSBs where unit testing is important. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045302#4045302 Reply to the post

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss_Booyah

2007-05-13 Thread tamaluna
Moderator: please blow away this thread. I'm re-posting my question. ~Pauly T. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045304#4045304 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045304

[jboss-user] [JBoss Seam] - Seam PDF and IceFaces NPE

2007-05-13 Thread ivanflorentin
I have problems integrating Seam-PDF with IceFaces. I have the following test scenario: jboss-seam-1.2.1-GA project: itext example from seam 1.2.1GA jboss-as-4.0.5-ejb3 Starting with a working project from the examples I added Icefaces jars and modified the web.xml accordingly. I tested with

[jboss-user] [JBossWS] - Re: Jbossws.1.2.1.GA... JNDI Bind Failed:JAXR

2007-05-13 Thread marco.ciatti
The problem was due to a wrong ServiceBindingManager configuration... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045306#4045306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045306

[jboss-user] [JBoss jBPM] - Re: How to integrate jbpm in an exisiting Web Application ??

2007-05-13 Thread kukeltje
did you have a look at the sourcecode of the webconsole? And in the wiki there is an example of using struts... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045307#4045307 Reply to the post :

[jboss-user] [JBoss Seam] - Cant load applet

2007-05-13 Thread Christopher Ljungblad
Hi, I ran into problems while deploying an (.ear) seam application on jboss. How do I configure Seam to be able to load applets.class defined in a jar file. I have done this successfully in other web (.war) projects. Where should the .jar (having the applet) be placed and how do I configure

[jboss-user] [EJB 3.0] - Stateless and JNDI once again

2007-05-13 Thread peper
Hi. I'm using JBoss 4.2.0 CR 2 I've got: @Stateless @Remote(ProjectFacade.class) public class ProjectFacadeBean implements ProjectFacade, ProjectFacadeLocal found it in the JNDI Console as : ProjectFacadeBeanRemote (proxy: $Proxy108 implements interface facade.ProjectFacade,interface

[jboss-user] [EJB 3.0] - Re: Stateless and JNDI once again

2007-05-13 Thread peper
//Once again - there were some problems with the code parts// Hi. I'm using JBoss 4.2.0 CR 2 I've got: @Stateless @Remote(ProjectFacade.class) public class ProjectFacadeBean implements ProjectFacade, ProjectFacadeLocal found it in the JNDI Console as : ProjectFacadeBeanRemote (proxy:

[jboss-user] [JBoss Seam] - Identity, rememberMe and autologin

2007-05-13 Thread monkeyden
Despite Christian's opinion of auto-login this is precisely what my requirements are. I've been looking for a way to load the user record when identity.getIsRememberMe() returns true. I put this code in my components.xml file in hopes that the autologin method would be called Seam Security

[jboss-user] [JBoss Seam] - Target Unreachable

2007-05-13 Thread amontobin
Hi, I've got an ear working. i can display my first index.seam page (login page) but when i hit login button, i've got this error : javax.servlet.ServletException: /index.jsp(15,15) '#{backOfficeLoginController.username}' Target Unreachable, identifier 'backOfficeLoginController' resolved to

[jboss-user] [JBoss Seam] - Re: Losing the URL parameters between requests

2007-05-13 Thread [EMAIL PROTECTED]
After taking a deeper look I figured it out. It needs some navigation defined in pages.xml. For example in the blog demo entry.xhtml page definition should be: |page view-id=/entry.xhtml | | param name=blogEntryId | value=#{blogEntry.id}/ |

[jboss-user] [JBoss Seam] - JBoss 4.2.0

2007-05-13 Thread [EMAIL PROTECTED]
The seam doco (getting started etc.) still recommends using the JEMS installer. Is it recommended to move onto JBoss AS 4.2.0 which has EJB as its default and incorporates some bug fixes? Also, for 4.2.0 * The MyFaces JSF implementation has been replaced by the Glassfish JSF 1.2 one,

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

2007-05-13 Thread jazir1979
Also not that MyFaces has achieved 100% compliance of JSF 1.2, as announced here: http://www.mail-archive.com/[EMAIL PROTECTED]/msg37334.html So perhaps the Sun RI 1.2 change will not be necessary now? View the original post :

[jboss-user] [JBoss Seam] - Conversation picker either not working or conversations won'

2007-05-13 Thread [EMAIL PROTECTED]
As requested I have put this into the forum (was originally http://jira.jboss.com/jira/browse/JBSEAM-1051): I have done some more work investigating this, with base latest seam 1.2.1GA and NO icefaces. I can get a the conversation picker to render! But if I hit the destory button then it does

[jboss-user] [Installation, Configuration Deployment] - Re: Failed to start JbossAs5

2007-05-13 Thread phoenix.zhp
oh yes, I use JDK6. and after I change java_home to JDK5, jboss works. Thank you very much! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045316#4045316 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4045316

[jboss-user] [JBossWS] - WSSecurity not working

2007-05-13 Thread jopere
I have created web service that uses a POJO endpoint and have successfully connected to it from a servlet. Now I am trying to add WSSecurity to it, using signed certificates. When I run the client, it connects to the web service, but the message is not signed. I verify this by monitoring the

[jboss-user] [Installation, Configuration Deployment] - can I inject stateless bean to tapestry?how?

2007-05-13 Thread phoenix.zhp
hi, I have successed to inject slsb to normal servlet using jbossAs5.And now I use tapestry in the web layer and wonder how to get the slsb. does anyone have suggest? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045321#4045321 Reply to the post :

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

2007-05-13 Thread [EMAIL PROTECTED]
The current documentation is for Seam 1.2. You should use the JEMS 4.0 installer for it. Seam 1.3 targets JBoss 4.2. Going forward (Seam 1.3) we're still going to recommend using the JSF RI. I hope that the new MyFaces will be a viable platform, but I don't think we've done any testing at

[jboss-user] [JBoss Portal] - Re: How can I have Sub-Menus in Jboss Portal?

2007-05-13 Thread vcfg
hi, halversp I have a same situation as mmontoni. Would you please tell us , where can I get the JBP navigation portlet? Is it possible you send me a copy of it? My email vcfgvcfg at 163.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4045326#4045326

[jboss-user] [EJB 3.0] - Hibernate3: Cannot simultaneously fetch multiple bags

2007-05-13 Thread ericmacau
Hello, I don't know why it will raise the Cannot simultaneously fetch multiple bags exception, please help and teach me how can I solve the problem? | @Entity | @Table(name=EventNotes) | public class Notes implements Serializable { | public static final long serialVersionUID = 1L;

[jboss-user] [Installation, Configuration Deployment] - Separate Execute Queue in JBOSS

2007-05-13 Thread Rajesh.Gajula
Hello Jboss team, I have a jboss version 4.0.3 running with three nodes in cluster and deployed around 30 applications in the server and now i wanted to create a Separate Execute Queue for one application as per client request... Can you suggest me is it possible to create the execute queue

[jboss-user] [JBoss Seam] - Asynchronous programming pattern

2007-05-13 Thread xtia004
Whenever we make an asynchronous method call, a thread will be dispatched. It works well so far but we encountered serveral asynchronous call requirements such as doing calculation when rolling over a day, sending reminder message for a payment due, expiring a registration for certain

[jboss-user] [JBoss Seam] - Re: Raising an event in Seam without violating EJB's concurr

2007-05-13 Thread tonylmai
Not exactly in the same bean but perhaps the same thread that the started by the very same SLSB that wanted to listen to the event. Here is the details: I have an OrderManagerBean (SFSB) that contains orders from the top of a queue (collection) managed by a (application scope) bean which

[jboss-user] [JBoss Seam] - Injection of Session javabean into event javabean not workin

2007-05-13 Thread joeyxxx
I'm running 1.2.1 with facelets on JBoss 4.05 EJB3 profile and using pojos not EJBs. This is my first attempt at seam and the ff issue has thrown me for a bit of a loop. The user component injected into balance is always null and it seams that I can only reference it is explictly using the ff

[jboss-user] [JBoss jBPM] - Re: xhtml files in process definition

2007-05-13 Thread naseem.k
Thanks Ronald for your reply. Well I am not able to understand how this forms.mxl is used in the whole application. I did some changes in one of the xhtml files and I am not seeing those changes reflected in the browser. Is this xhtml file for task form customization? How do I use xhtml files

[jboss-user] [JNDI/Naming/Network] - PROBLEM WITH LOOKUP

2007-05-13 Thread AnuSree
hai All, I have created a ejb3.0 module with jboss-4.0.5.GA.when i lookup the session bean in the ejb module from the Application client (java class) it is working fine.but when it is lookup from the web clint (Servlet/JSP) it showing a error message like java.lang.ClassCastException I think