[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread hvram
Hi I am assuming you are referring to the Isolation and CallByAttribute values in the ear-deployer.xml It was false . I set both the values to true and it still did not make any difference . Should I also set the use JBossWebClassLoader to true in the jboss-service.xml ( It is

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-08 Thread superfilin
Just some details: JBoss Portal: 2.6.0-CR2-bundled View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043828#4043828 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043828 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple jboss instance - database lock

2007-05-08 Thread [EMAIL PROTECTED]
You can't run 2 instances that look in the same files. You must need to have as many server configs as concurrent instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043829#4043829 Reply to the post :

[jboss-user] [JBoss Seam] - Incremental UI updates in AJAX with rich client state

2007-05-08 Thread mdoraisamy
AJAX applications with rich client state needs only the incremental changes that happened during the request (and not between save/commit). Otherwise we will end up sending the entire (or relevant subset) object tree to the UI everytime. This is inefficient and also requires the AJAX

[jboss-user] [JBossCache] - TreeCache CacheLoader Issue

2007-05-08 Thread robnor
Hi, I have not used JBossCache before the project I am in, so I am green. Background: We have a application that we have split up into three parts; core, import and distribution. Each part is an ear, with ejb3's and a Jbosscache. There is no problem at all in getting all caches to start and

[jboss-user] [EJB 3.0] - Re: load testing EJB3 SLSB

2007-05-08 Thread poyge394
have sombody some java client for doing that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043833#4043833 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043833 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Incremental UI updates in AJAX with rich client state

2007-05-08 Thread [EMAIL PROTECTED]
Sure, that's what ajax4jsf is for: | h:form | a:region | h:inputText value=#{bar.field}/ | a:commandLink action=#{bar.do} reRender=foo/ | /a:region | /h:form | | s:div id=foo | Foo | /s:div | View the original post :

[jboss-user] [JBoss Seam] - Facelets checking against the value of an Enum... HowTo?

2007-05-08 Thread [EMAIL PROTECTED]
I want to do this within a .xhtml page | s:fragment rendered=#{advertisingCampaignController.currentSectionWorkingOn == AdvertisingCampaignController.Section.NameDescription} | where Section.NameDescription is part of an Enum... | public enum Section {None, NameDescription,

[jboss-user] [JBoss Seam] - Re: problem with messages in scheduler.

2007-05-08 Thread Stateless Bean
Hi Pete! Until my problem still exist, i made some check; 1. Downloaded newer seam version 1.2.1GA 2. Create in eclipse new project seampay like in examples. 3. Copied from your examples/seampay/src classes and modified: Processor and conroler like here: Controler | @In | protected

[jboss-user] [JBoss Seam] - No active JTA transaction on joinTransaction call

2007-05-08 Thread kummer
Caused by: javax.ejb.EJBTransactionRolledbackException: javax.persistence.TransactionRequiredException: No active JTA transaction on joinTransaction call I get the above exception seemingly randomly. At least a cannot associate it with anything. I have two versions of my project (a day or so

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml a clear definition for EJB3

2007-05-08 Thread HuangHao
Is there any 'official' manual or reference docu available which specifies those xml configuration(persistence.xml, application.xml, ejb-jar.xml and also jboss-app.xml and jboss-web.xml) files? What kind of editor you guys use to edit those files? Thx in advance! View the original post :

[jboss-user] [JBoss Seam] - Re: Incremental UI updates in AJAX with rich client state

2007-05-08 Thread mdoraisamy
If i understand correctly, the solution is to tie the source of the event and potential areas of change using the reRender attribute. This should work for most of the cases. This is true for GWT as well, since you could link the UI event with the widget to be refreshed. Probably i could have a

[jboss-user] [JBoss Portal] - NEW TO JBOSS PLEASE HELP!!!!!

2007-05-08 Thread lakshmiprasanth
Hi, i am new to jboss app server 4.0.3 .please tell me some good books to refer and study View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043849#4043849 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043849

[jboss-user] [Messaging, JMS JBossMQ] - How can i monitor the disappeared message

2007-05-08 Thread geniusfox
I send queue message to JBoss server and setting the priority of message is 1 minute. When my client can't receive this message and waited more than 1 min. I think it has be throwed by Jboss, how can i monior this in server? View the original post :

[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call

2007-05-08 Thread kummer
I should have mentioned that I've got this error from time to time before, but it has gone away without my intervention, (which makes it a bit scary). A previous post on this error mentions its random appearance. I would be curious to know ith there has been any progress on nailing down its

[jboss-user] [Beginners Corner] - How to use xdoclet on struts under jboss IDE?

2007-05-08 Thread kusanagihk
Hi all, I'm using JBoss IDE 1.6. I am wondering how to make use of xdoclet on Struts development. I followed this official tutorial http://docs.jboss.com/jbosside/tutorial/build/en/html/index.html And then I added strutsconfigxml doclet in the xdoclet configuration... then when I try to

[jboss-user] [Beginners Corner] - query for JBoss 4.2.0 GA info

2007-05-08 Thread tommyyan
Hi, I'm expecting to see the JBoss 4.2.0 GA, which was scheduled to release in early May. But now, I cannot see JBoss 4.2.0 GA info in Jboss roadmap here: http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10030subset=-1 Is there anything change? Thanks. - Tommy View the original post

[jboss-user] [JBoss jBPM] - Tutorial: Modeling BPEL with Eclipse BPEL Designer and jBPM

2007-05-08 Thread rainstar79
Hi, since I had some Problems in the beginning with the Eclipse BPEL Designer and the jBPM BPEL extension, I made some short movies how to use these tools. These movies show how to develop a simple BPEL workflow with the Eclipse BPEL designer. This test process is called PLANETS, which is a

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread bartek.polakowski
In login-config.xml Ive added application-policy name = MySqlDbRealm login-module code = org.jboss.resource.security.ConfiguredIdentityLoginModule flag = required module-option name =principaljboss/module-option module-option name =userNamejboss/module-option

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread bartek.polakowski
Beginning of standardjaws.xml java:/MySqlDS type-mappingmySQL/type-mapping false View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043856#4043856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043856

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread bartek.polakowski
Beginning of the standardjbosscmp.xml jbosscmp-jdbc !--java:/DefaultDS -- java:/MySqlDS datasource-mappingmySQL/datasource-mapping create-tabletrue/create-table remove-tablefalse/remove-table read-onlyfalse/read-only

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread bartek.polakowski
Line 48 in mysql-jdbc2-service-xml depends optional-attribute-name=ConnectionManagerjboss.jca:service=DataSourceBinding,name=MySqlDS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043858#4043858 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBpm 3.2 : Version column

2007-05-08 Thread rishikumarsharma
Hi vinic, I had similar prooblem, and i guess you are using old verion of sql script, as in 3.2 doesn't have these issue. try to use version 3.2 sql script. I hope this will resolve the issue. Rishi View the original post :

[jboss-user] [JBoss jBPM] - Re: deploying jbpm-enterprise.ear on Jboss4.0.5.GA

2007-05-08 Thread rishikumarsharma
I have resolved this issue. Rishi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043860#4043860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043860 ___ jboss-user mailing list

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread vickyk
So what is the problem now , if you are not getting the errors ? Look at this http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpMysqlAsDefaultDS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043861#4043861 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread [EMAIL PROTECTED]
No, I just thought that the flat classloader might have caused it somehow. I think that the breakpoints are stored in your IDE and not in the binary, so it's hard to imagine how that happened. Are you sure you are not hitting your own breakpoints in the other app or the line numbers are out of

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-08 Thread robnor
Log: | 2007-05-08 11:33:40,093 DEBUG [ImportCacheHelper] storeTracker() - start | 2007-05-08 11:33:40,093 DEBUG [ImportCacheHelper] ImportTracker - PUT | 2007-05-08 11:33:40,093 DEBUG [ImportCacheHelper] TRANSACTION STATUS: Active [0] | 2007-05-08 11:33:40,093 DEBUG [TxInterceptor]

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-08 Thread robnor
Further Cache config: | mbean code=org.jboss.cache.TreeCache name=ice.import:service=TreeCache | dependsjboss:service=Naming/depends | dependsjboss:service=TransactionManager/depends | dependsjboss.jca:service=DataSourceBinding,name=DefaultDS/depends _ | |

[jboss-user] [JBoss Seam] - Re: Problem Extending EntityHome with a SFSB

2007-05-08 Thread petemuir
IIRC the EntityHome and EJB3 beans don't mic too well - I think we needed a fix to EJB3 (but I could be wrong!) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043869#4043869 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Private configuration in Seam?

2007-05-08 Thread petemuir
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/xml.html#d0e3370 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043870#4043870 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043870

[jboss-user] [Messaging, JMS JBossMQ] - Problem with JMS behind firewall

2007-05-08 Thread NickDeGraeve
When our client application tries to create a topic connection it times out. We have a JBoss server on a machine on the local LAN and it is separated from the Internet by a router/firewall. On the router following ports are forwarded to the local IP address of the JBoss server: 1098, 1099,

[jboss-user] [JBoss Seam] - Problem with @Asynchronous in tests

2007-05-08 Thread endremr
Hello! I have just tried to use @Asynchronous for scheduled jobs, and it seems to work just as it should. Really easy to get things going :) But I have some problems running my tests since the dispatcher fails to initialize when running in embedded server. I boot the embedded server myself,

[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call

2007-05-08 Thread kummer
I've isolated the cause if this to a call to an entitybean method, which accesses mapped property (A list mapped to another table). If I call this method from an action, it works. But when I call it during rendering, it fails with the above Exception. Appearantly this is a problem with lazy

[jboss-user] [JBossWS] - JBoss 4.0.2 + JbossWS 1.2.1 Integration problem

2007-05-08 Thread clkanth
Hi, I used the installation procedures in the install.txt file of JBossWS 1.2.1 to integrate with JBoss 4.0.2. I executed ant deploy-jboss40 command which said the build was successfull. But if I run JBoss, I get the following exception. Any pointers for resolving is highly appreciated. Thanks

[jboss-user] [Clustering/JBoss] - Re: Session Replication - Concurrency Problems?

2007-05-08 Thread alpheratz-jb
Has anyone followed up on this issue? I am also seeing this (behind a cisco loadbalancer), my session timeout is 40 mins and I don't think that I am hitting this limit... | | 2007-05-08 16:14:38,538 INFO | [org.jboss.ha.framework.server.ClusterFileTransfer | ] Start push of file

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple jboss instance - database lock

2007-05-08 Thread dwarakanathan
yes i do have 2 instances.. but still, the same error ;( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043878#4043878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043878 ___

[jboss-user] [JBoss jBPM] - Re: leaving transition on sub processes

2007-05-08 Thread pbrewer_uk
Has there been any further developments on this? I'm starting to use sub-processes and it would be very convenient to have the leaving transition of the process-state dependent on the end-state of the sub-process. So, if the queryProcess ends in a state of Details received I would like the

[jboss-user] [JBossWS] - Error deploying webservice on Tomcat 5.5 + JBossWS 1.2.1

2007-05-08 Thread clkanth
I used Tomcat 5.5 (Standalone) + JBossWS1.2.1. The Integration is successful. The jbossws-deploy directory is also created. But when a deploy the WebService that is compliant of JAX-WS JSR 181, I get the below error. Any help is highly appreciated.

[jboss-user] [Messaging, JMS JBossMQ] - Multiple innvocation for single object(Message) in Queue

2007-05-08 Thread evijayan2
Hi Guyz, I have a MDB running in two machines A and B, Queue is common for both MDB's. Queue is residing on Machine A. I posted 5 Objects(message) (eg. Obj1, Obj2, Obj3...Obj5) from Java client to Queue. The onMessage part is designed to consume 2minutes for execution. Both MDB's are

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-08 Thread robnor
My current workaround: | public static void storeTracker(ImportTracker tracker) | { | logDebug(storeTracker() - start); | | try | { | if (useTreeCache) | { | logDebug(ImportTracker - PUT); | boolean transactionActive = false;

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread avbentem
Just in case it helps: some time ago I had the following issue on my todo-list, to be posted here... I ran into trouble deploying two similar codebases like you described (two quite similar versions of my application). When Seam was starting the second WAR, it complained that two components

[jboss-user] [JBossWS] - Re: Problems by jbossws-deploy

2007-05-08 Thread clkanth
Hi, Please let me know if you fixed the problem u mentioned in this topic, as I too get the same exception. Thanks CLK View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043884#4043884 Reply to the post :

[jboss-user] [JBoss Seam] - Possible Seam/Facelets bug when rendering e-mails

2007-05-08 Thread dejan
I am not sure if this is problem with Seam or Facelets, but here is what I exprerience: I have application that receives some data asynchronously and calls MDB which uses Facelets template for rendering e-mails. If e-mail sending occurs after I log in application (and get some page),

[jboss-user] [JBoss jBPM] - Re: JBPM Integration

2007-05-08 Thread estaub
anonymous wrote : Is there already some sql-samples for migrating process ? Sorry, don't know. I'd have to search around... you should do that. anonymous wrote : If i create an ear, do i have to import the jbpm console to manage the deployement of workflow in my application ? | Take a look

[jboss-user] [Installation, Configuration Deployment] - Seperate log4j.xml for each application

2007-05-08 Thread lost_traveller
I have an application contained within an EAR file that uses Log4J for logging. I have a requirement to use the log4j.xml configuration file contained within the EAR. Is it possible to have additional log4j.xml files for each application? I have tried using an MBean within the EAR to do the

[jboss-user] [JBoss Portal] - How to do webclipping of any page using Portletbridge portle

2007-05-08 Thread ritesh_sanjay
Hi, I have donloaded portletbridge-portlet-1.war from the Portletswap website and deployed on my Portal.It's working fine. I have configured Initial URL http://www.google.com and can see that google home page on my Portlet. Now I need to clip some part of google home page and show only

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-08 Thread estaub
When you say wait(), do you mean java.lang.Object.wait()? If so, then you didn't understand my point. It will work. Try it, walk it with the debugger, and you'll understand. If not, sorry, I misunderstood your question. -Ed Staub View the original post :

[jboss-user] [JBoss jBPM] - Re: leaving transition on sub processes

2007-05-08 Thread estaub
I think the only way to do this is to use a variable to pass status. You can set the variable in the final transitions or in the node-enter event of the end-states. This is a clone of http://www.jboss.com/index.html?module=bbop=viewtopicp=4042408 Please search the forum before posting. -Ed

[jboss-user] [JBoss Portal] - authentication issue in seam-portlet and portal

2007-05-08 Thread sandeepjha18
Hi I am using: JBoss portal 2.6 beta1 JBoss Seam 1.2.1.GA JBoss AS 4.0.5 with EJB 3.0 profile I tried to run the seam booking portlet under the above conditions and I was successful. Now, I want the portal's authentication system to authenticate my seam portlet instead of its own

[jboss-user] [JBoss Seam] - EJB 2.x Container and Seam

2007-05-08 Thread jeffrichley1
I have been reading through the documentation and I see references to running Seam inside of non EJB 3.0 containers. I have been trying to set it up inside of another and was having a bit of success until I started getting: Caused by: java.lang.NoClassDefFoundError: javax/persistence/Entity

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Problem with valueChangeListener in inputText of a DataTable

2007-05-08 Thread TobiTobsen
Hello, I write a program which should show Data in a Table and the user should be able to edit them. The Table has to be generated dynamicaly. For simplicity I create a table with 2 cols und 2 rows (see: getColumnModel() and getTableModel() in SessionBean). When I run the application there

[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call

2007-05-08 Thread kummer
Here is the mapped property for which the lazyloading appear to fail: @OneToMany(cascade={CascadeType.PERSIST, CascadeType.MERGE}) | public ListKriterium getKriterien() { | return kriterien; | } | | public void setKriterien(ListKriterium kriterien) { |

[jboss-user] [JBoss Seam] - Re: No active JTA transaction on joinTransaction call

2007-05-08 Thread stu2
Yeah, eclipse has been kindly trimming some important lines from stacktraces for me too from time to time. I've had to go in with a debugger and manually inspect to find the root cause. Wish I knew what caused this. View the original post :

[jboss-user] [JBossWS] - Re: Not registered: jboss.ws:service=ServiceRefHandler

2007-05-08 Thread hugin78
Upgrading to Jboss 4.2 CR2 solved the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043913#4043913 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043913 ___ jboss-user

[jboss-user] [Beginners Corner] - CallbyValue false and OutOfMemory errors

2007-05-08 Thread eroliva
Hi,I'm working with Jboss 2 years ago,first with Jboss 4.0.2 wich I configured to work with CallbyValue to true working in this way I didn't have problems with OutOfMemory Perm gen errors ,but reading the recomendations I let the default configuration to the default values (callbyvalue to

[jboss-user] [JBoss Seam] - Re: Two war files with the same code base

2007-05-08 Thread damatrix
I have also deployed an EAR with 2 WARs using the same EJB-JAR. I do not have any problem since i use the loader hack. However i find that the JBOSS console gives me a warning that only one seam listerner should be defined for an application. I want to find out what repercursions there are

[jboss-user] [JBossWS] - Re: JBoss 4.0.2 + JbossWS 1.2.1 Integration problem

2007-05-08 Thread clkanth
JBossWS 1.2.1 does not support JBoss AS 4.0.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043918#4043918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043918 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - Afre deploying application in Jboss its not showing changes

2007-05-08 Thread nilimaspatil
Hi, I am using Jboss-4.0.3 , I have deployed war folder in server directory . I am using spring and hibernate. But I couldnt find any changes which i did when I hit the url . Please can anyone tell me why it happens is it due to cahche if yes then tell me the solution. Thank in advance .

[jboss-user] [JBoss Seam] - Re: @Future being ignored

2007-05-08 Thread Delphi's Ghost
Do you have an s:validate tag around your control, or an s:validateAll tag around multiple controls? From the reference guide : anonymous wrote : The only thing here that is specific to Seam is the s:validateAll tag. This JSF component tells JSF to validate | all the contained input fields

[jboss-user] [JBoss Seam] - Seam url's without query strings?

2007-05-08 Thread rickhoro2
I have a client for whom I would like to use Seam, but they are insisting that none of the links in the application use query strings. The reason is to avoid search engine optimization problems caused by query strings (e.g. http://blog.searchenginewatch.com/blog/070323-083029) So, a url that

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-08 Thread avivstav
Hi Yes from the quote I got the understanding that it act as java.wait(), but I realize it's not so, and indeed it after signal() it saves the state to database, Then when I get the event I load the process from DB using the process definition id and continue on with the flow, somehow now I have

[jboss-user] [JBoss Seam] - Re: Seam url's without query strings?

2007-05-08 Thread [EMAIL PROTECTED]
IIRC, you should look at the wiki sample and urlrewrite. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043932#4043932 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043932 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: where to put ehcache in 4.0.5.GA now that its in lib dir

2007-05-08 Thread khelenek
Woops - technically i made a mistake. I think it was actually I who put ehcache.jar into the server/default/lib folder; but that doesn't change the basis of the classloader issue I am having. I put the ehcache jar into that directory because that is where the hibernate jars are, and if i put

[jboss-user] [JBoss Portal] - Re: NEW TO JBOSS PLEASE HELP!!!!!

2007-05-08 Thread PeterJ
Here are a few: JBoss at Work: http://www.jbossatwork.com/ JBoss, A Developer's Notebook: http://www.oreilly.com/catalog/jbossadn/ The Getting Started Guide: http://docs.jboss.org/jbossas/getting_started/v5/html/ The online docs: http://labs.jboss.com/jbossas/docs View the original post :

[jboss-user] [JBoss Seam] - CRUD screen

2007-05-08 Thread carlos.abreu
Hello everyone, i searched on the SEAM examples, a example of screen that uses the CRUD model. But i canĀ“t find it... Can anyone tell me if there is an example of that ? thanks... Carlos View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043939#4043939 Reply to

[jboss-user] [Messaging, JMS JBossMQ] - Re: Problem with JMS behind firewall

2007-05-08 Thread NickDeGraeve
Resolved it myself. I came across the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 where it said in the section JMS client properties for the UIL2 transport: anonymous wrote : org.jboss.mq.il.uil2.serverAddr: This system property allows a client to override the address to

[jboss-user] [Installation, Configuration Deployment] - Re: Multiple jboss instance - database lock

2007-05-08 Thread PeterJ
What Dimitris is saying is that you cannot run the 'default' or 'all' configuration (or in your case, the 'logviewer' configuration) twice to get your two instances; that will not work because the files will conflict. As an example, when I run two instances, I do the following: 1) I copy the

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss behind firewall JMS issues

2007-05-08 Thread NickDeGraeve
Resolved it myself. I came across the Wiki page http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigUIL2 where it said in the section JMS client properties for the UIL2 transport: anonymous wrote : org.jboss.mq.il.uil2.serverAddr: This system property allows a client to override the address to

[jboss-user] [JBoss Portal] - Need some help building JARs

2007-05-08 Thread patmcc01
I am running JBoss 4.0.4 with portal 2.2. I cannot figure out how to build the jboss-portlet-api-lib.jar, the jsf-example.jar and the portal-federation-lib.jar. I took over the project from a guy who is a great developer and he has moved on. Any help would be greatly appreciated. Thanks,

[jboss-user] [JBoss jBPM] - use of partnerlinks in bpel process gives javax.servlet.Serv

2007-05-08 Thread be082032
Hello there, I am working with the BPEL graphics designer plugin for eclipse (versio 0.2.0 in JBoss IDE version 2.0.0 (beta2)., jboss-4.0.5.GA and jbpm-bpel-1.1.Beta3 I rebuild the hello process succesfully with the graphical designer. However, when I extend this project with a partnerlink

[jboss-user] [JBossWS] - Re: Generate JBossWS Artifacts: Error occurs

2007-05-08 Thread MichelRobert
Below I have listed all the 'configuration/installation' items that I could think of. Please let me know if I've forgotten something. Thanks! When Attempting to Generate JBossWS Artifacts, the arguments used are: + Use cached WSDL = YES + Mapping file = jaxrpc-mapping.xml + Unwrap = YES +

[jboss-user] [JBoss Seam] - @DataTable, h:dataTable

2007-05-08 Thread Stateless Bean
Hi, I have class with collection like: @DataModel List myCollection @DataModelSelection MyEntity selectedEntity; and in view h:dataTable this works for entity, but can I do i with some selected columns from native query, like: List myList = em.createNativeQuery(SELECT object.A,

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-05-08 Thread Newlukai
petemuir wrote : Post the exception :), see if it pins things down... | | If you submit a testcase to JIRA (needs to be simple and have just enough code to demonstrate the problem) I'll take a look at it. You could probably take the ui example and manipulate it... Hi Peter, I tested the

[jboss-user] [Management, JMX/JBoss] - MBeans: Unable to cast the returned object instance

2007-05-08 Thread Ulmer
Hi all, executing a mbean method with a custom return type i can't cast the returned object instance to the appropriate data type. ClassCastException: anonymous wrote : | java.lang.ClassCastException: mypackage.MyDto cannot be cast to mypackage.MyDto MBean: | public interface MyMBean

[jboss-user] [EJB 3.0] - EntityManagerFactory creation failure EJB 2.1 - EJB 3.0

2007-05-08 Thread rkite01
I have a sample application I am using to learn EJB 3.0. I am having a problem accessing EJB 3.0 beans from an EJB 2.1 session bean. I can not get an EntityManagerFactory. I need an EntityManager to perform an EJB 3.0 finder from the 2.1 Session bean. I am using JBoss 4.2 CR2. Using EJB

[jboss-user] [JBoss Seam] - Getting Started with Seam and Maven / Migrating from Spring

2007-05-08 Thread -Arthur-
Hi, i'm fed up with developing Web Apps with Spring. Spring is cool, no question, but the overhead is pretty too much. And its not a Web Framework. Seams seems to be the thing i am searching for. So i'm willing to learn another framework ;) Seam tends to be an easy way to get things working and

[jboss-user] [JBoss jBPM] - Re: Interaction between two actors

2007-05-08 Thread avivstav
I think I understand the problem, I bound the action of the start-state inside transition action. 10x for your help and support View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043954#4043954 Reply to the post :

[jboss-user] [JBoss Seam] - getting javax.ejb.EJBNoSuchObjectException periodically

2007-05-08 Thread liudan2005
I keep getting this exception periodically. It seems Seam can't find my stateful bean when trying to destroy my timed out conversation. Anyone having the same problem? | javax.ejb.EJBNoSuchObjectException: Could not find Stateful bean: 5c4o05h-wulhek-f1g66qmp-1-f1ghkdmx-2f | at

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread [EMAIL PROTECTED]
* It's easier to just use JBoss AS, and it is a nicer development experience, since hot deploy works better than in plain Tomcat * EJB3 vs. Hibernate is really up to you. If you are already using Hibernate in your project, there is no really strong reason to change at this stage. You can

[jboss-user] [JBoss jBPM] - Re: use of partnerlinks in bpel process gives javax.servlet.

2007-05-08 Thread be082032
I can give an extra hint: The generated hello-service.wsdl looks contains 2 port entries, one of them for the account port. When When I remove this entry (the port of account) and deploy again , the problem is gone. Why does the build process generate this port? (It does not do so in

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-08 Thread [EMAIL PROTECTED]
This is not yet supported. Please open a JIRA task for it, I'll try to implement it before we go GA with 2.6. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043961#4043961 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with @Asynchronous in tests

2007-05-08 Thread lowecg2004
The async functionality when run from testng requires a timer service from embedded ejb3, which it currently does not have. It is in the pipline however for 4.2 AS release: http://www.jboss.com/index.html?module=bbop=viewtopict=103930 Cheers, Chris. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam and OpenLaszlo?

2007-05-08 Thread RobJellinghaus
If GWT is a rich client option for you, you might consider http://unrealities.com/seamgwt If you're at JavaOne, and interested, come to the JavaOne Seam/JSF BoF at 9 pm tonight (Tuesday night)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043963#4043963

[jboss-user] [Beginners Corner] - Re: I've a problem when redeploying a WAR.

2007-05-08 Thread Harigopal
I am getting the same exception. Has anyone come across same kind of exception? This problem is bugging me a lot. Please if someone can help. I would really appreciate. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043965#4043965 Reply to the post :

[jboss-user] [JBoss Seam] - Do we need both start-state/start-page pageflows?

2007-05-08 Thread Delphi's Ghost
I've been playing around with the notion of a RESTFul URL that starts a conversation. The most obvious place to start a conversation for a restful URL is in pages.xml with the begin-conversation join=true pageflow=MyEdit tag in the edit page. The pageflow requires the flow to start with the

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread -Arthur-
Thanks for your fast reply! So, if i use Hibernate i can package my app as .war and deploy to JBoss AS? I haven't any experience with .ear package structure. How does Seam handle Hibernate Sessions? I don't wanna see beloved LazyInitilization too often... ;) View the original post :

[jboss-user] [JBoss Seam] - Re: @DataTable, h:dataTable

2007-05-08 Thread Delphi's Ghost
I believe that the @DataModel annotation should work with any kind of object, entities or not regardless of where the list came from. In theory anyways! The datamodelselection member should probably be of the lowest type on the object hierarchy. If you have completely unrelated object types,

[jboss-user] [Installation, Configuration Deployment] - axis 1.4 on jboss 4.0.5

2007-05-08 Thread Kompira
hi! I'm trying to set up AXIS on JBoss, but it does not work I try the following: 1. unzip axis 2. copy axis in $JBOSS_HOME/server/default/deploy 3. goto http://localhost:8080/axis and unfortunately no happy axis page :( Can someone give mi a tip? View the original post :

[jboss-user] [JBoss Seam] - Re: Seam url's without query strings?

2007-05-08 Thread rickhoro2
Thanks for the tip. I still have more questions, however. If I understand this correctly, the Seam url rewrite module http://labs.jboss.com/file-access/default/members/jbossweb/freezone/modules/rewrite/index.html rewrites urls received from the browser to something understood by the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Custom error valve

2007-05-08 Thread snasto
I have used an error report valve in Jboss 3.2.6 and want to make it work on 4.2.0 CR2. I am a beginer in Java and hope for your help. Here is the problem that I am facing: compilation error on Throwable snip code below: protected void report(Request request, Response response,

[jboss-user] [JBoss Messaging] - HA Database with JBM

2007-05-08 Thread xkong
Any one here can help me to setup a HA MySql working with JBoss Messaging? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043976#4043976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043976

[jboss-user] [JBoss Seam] - problem with s:selectItems and noSelectionLabel

2007-05-08 Thread matt.drees
I have a simple array of strings backing an s:selectItems for an h:selectOneMenu. When I don't set noSelectionLabel, it works fine. It renders the options something like | option value=durangodurango/option | However, when I set noSelectionLabel, the menu doesn't function, because the

[jboss-user] [JBoss Seam] - Re: Seam url's without query strings?

2007-05-08 Thread [EMAIL PROTECTED]
Seam (in CVS) comes bundled with http://tuckey.org/urlrewrite/ I don't know if it can rewrite rendered links but I also don't see a reason why it shouldn't be able to do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043980#4043980 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam url's without query strings?

2007-05-08 Thread [EMAIL PROTECTED]
In any case, the solution is not making s:link (or other JSF components) do something special, but using a filter with a rewrite engine. So if the URL Rewrite Filter from tuckey.org can't do what you want, enhance it and contribute. View the original post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-08 Thread [EMAIL PROTECTED]
You should start with the tutorials of the Seam reference documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043982#4043982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4043982

[jboss-user] [JBoss Seam] - Re: Sun's app server and Seam

2007-05-08 Thread jeffrichley1
Thanks guys for the good info. My problem that I am hitting is that the 9.x series of Sun's application server is based on Glassfish, but the 8.x and later are not. I have been working on setting up a hand crafted set up from the glassfish examples and just about had it. The only problem now

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-08 Thread Delphi's Ghost
If you are talking about CRUD using the Seam Framework (EntityHome and all that) then I believe the contact list example uses that particular method of crud. If you are talking about writing your own set of CRUD pages, then there are a number of ways to do it. In the Issues example - inject

[jboss-user] [JCA/JBoss] - Re: Migration to MySQL

2007-05-08 Thread bartek.polakowski
I get this one error that I wrote at the beginning. I set everything like in this wiki but still the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4043986#4043986 Reply to the post :

[jboss-user] [JBoss Seam] - Request: Split the Ant files of Seam Examples

2007-05-08 Thread fperedo
Hi! I just want to request one thing: Split the Ant files of the Seam Examples (It is hard to understand how a Seam project is built... but it is even harder if you also have to understand the huge ant file that is needed to build all the examples) I think that having independant ant files for

[jboss-user] [JBoss Seam] - tomcat seam and external app (SessionBean not bound)

2007-05-08 Thread lschaffer
Hello I have a seam app that I had to ported to tomcat(6) . Another web app (from jsp pages) should reach some service functions from the seam app There is a simple stateless bean as a service proxy through external web clients can reach some business services (Note: this is working with jboss

  1   2   3   >