[jboss-user] [JBoss Seam] - Begin / end conversation on the same view-id/page

2007-10-30 Thread jbuechel
I need to end a previous conversation and start a new one on the same page. For a quick fix i implemented a page (pre.xhtml) with a button in it for beginning the conversation. pre.page.xml: | http://jboss.com/products/seam/pages"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

[jboss-user] [JBoss Portal] - How to use WYSIWYG Editor of JBoss CMS to config popup an ht

2007-10-30 Thread tomoon
Hi, I just want to popup a Html page, but popup window will always include the header(JBoss menu and logo, I use the default theme) , I want to remove the header, just keep the html content in window. How can I implement it? Another question is where can I find the reference of how to use WYSI

[jboss-user] [JBoss Portal] - Can not be back to home(default page)any more when you click

2007-10-30 Thread tomoon
Hi, I found a strange thing in JBoss CMS portal2.6.2. I want to integrate a small web site (some static html pages) into JBoss CMS. Step 1: I create a clean JBoss portal with instruments--http://wiki.jboss.org/wiki/Wiki.jsp?page=CleanPortalSamplesFromServer Step 2: I changed the content in one c

[jboss-user] [EJB/JBoss] - how to deploy a bean with two jndi addresses and port number

2007-10-30 Thread javac_home
hi I ve programmed a special custom socket RMI (client -server)factory to use SSL and Compression at the same time, so I managed to deploy the custom socket with the JBoss invoker using the configuration in the file Jboss-service.xml , jboss.xml is there a way to use two socket configuration

[jboss-user] [JBoss Seam] - Re: model and action directories - treated not differently a

2007-10-30 Thread thejavafreak
If you use the dev profile, everything inside action will be compiled into WEB-INF/dev View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100513#4100513 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100513 ___

[jboss-user] [JBoss Seam] - Re: Bussines logic : separate service?

2007-10-30 Thread thejavafreak
If that becomes a problem for you, you don't have to use Session Bean for every business logic. You can use Plain POJO instead View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100512#4100512 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Portal] - Re: jbossportal with apache proxy help ! (accessing portal f

2007-10-30 Thread bvogt
I would recommend to use mod_rewrite in conjunction with mod_proxy, which provide more flexibility for integration of content in the namespace of the virtual host. In order to reduce maintenance effort should think about using include files like in the example below. Do you really need to use p

[jboss-user] [JBoss Seam] - Re: Does ICEFaces and RichFaces work on same page?

2007-10-30 Thread thejavafreak
In theory it should work. But why don't you give it a try to prove it. :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100510#4100510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100510 _

[jboss-user] [JBoss Seam] - Re: two SeamPhaseListener instances

2007-10-30 Thread thejavafreak
1. What Seam version are you using? 2. What JBoss AS version are you using? 3. What JSF version are you using? Myfaces or JSF-RI? 4. What Richfaces version are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100509#4100509 Reply to the post : http:/

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread sunainavarma
thanks jaikiran its working thanks a lot View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100506#4100506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100506 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Precendence of page element mapping?

2007-10-30 Thread thejavafreak
I think you can request to the seam team on JIRA so that the single page configuration can override the parent configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100507#4100507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBossWS] - Re: nor any of its super class is known...

2007-10-30 Thread nickarls
Well, got around it. The issue went like this: I wanted to return a Map from the WS. Interfaces weren't allowed so I returned a HashMap which worked perfectly if you disregard the fact that the map was always empty. So I returned a MapWrapper object, which complained that the Query class couldn

[jboss-user] [Security & JAAS/JBoss] - Re: Authentication info not passed to login module when invo

2007-10-30 Thread alllle
Problem solved after trace into JBoss code. The reason is that I created the InitialContext at the time when the MDB is created and try to reuse it when the onMessage() is invoked. What happens behind the scene is that JBoss saves the username / password into a ThreadLocal variable in server en

[jboss-user] [Messaging, JMS & JBossMQ] - Re: How to setup context when accessing SLSB from MDB?

2007-10-30 Thread alllle
Problem solved after trace into JBoss code. The reason is that I created the InitialContext at the time when the MDB is created and try to reuse it when the onMessage() is invoked. What happens behind the scene is that JBoss saves the username / password into a ThreadLocal variable in server en

[jboss-user] [JBoss Seam] - Re: help with EntityList

2007-10-30 Thread terryb
cut down version of entities involved. I guess I am not sure how to build ejb for my case and how to use it in restrictions and eventually how to access it in jsf | @Entity | @Table(name = "Client") | public class Client implements java.io.Serializable { | | private String id; |

[jboss-user] [JBoss Seam] - Re: More configuration issues getting starged with seam...

2007-10-30 Thread thejavafreak
Why did you use two transaction here? | | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:drools="http://jboss.com/products/seam/drools"; | xmlns:bpm="http://jboss.com/products/seam/bpm";

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: MBeans waiting for other MBeans

2007-10-30 Thread jaikiran
Can you post the persistence.xml and the sample-ds.xml? Looks like in the persistence.xml you are pointing to datasource/sampleDS which is configured through sample-ds.xml. By default, the datasources are bound to java: namespace. So you might have to change the persistence.xml to use java:/dat

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread jaikiran
anonymous wrote : JAVA: C:\Program Files\Java\jdk1.5.0;\bin\java Looks like you have set set JAVA_HOME=C:\Program Files\Java\jdk1.5.0; There should NOT be a semicolon here. So change it to set JAVA_HOME=C:\Program Files\Java\jdk1.5.0 Apparently, even the earlier problem where you saw no out

[jboss-user] [JBoss Seam] - Minimal JBoss Installation for Seam Application

2007-10-30 Thread yj4jboss
Hi all, I have been using JBoss for the past 1 1/2 years both for dev and production. The most frequent complaint that i get is that the server is very slow. To speed up hot deployment during development, I modified by ant build file to deploy only files that are relevant for the feature i

[jboss-user] [JBoss jBPM] - service mix with jBPM

2007-10-30 Thread nandini.priya
can anyone pls help in configuring service mix for jBPM? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100496#4100496 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100496 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread sunainavarma
i have commented that lines and run the bat file the output is === JBoss Bootstrap Environment JBOSS_HOME: C:\Program Files\jboss-4.2.0.GA JAVA: C:\Program Files\Java\jdk1.5.0;\bin\java JAVA_OPTS: -Dprogra

[jboss-user] [JBoss Seam] - Re: help with EntityList

2007-10-30 Thread thejavafreak
Show us the entity class here. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100494#4100494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100494 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: @Factory on initial page load

2007-10-30 Thread thejavafreak
Don't use @Factory if you don't want it to be triggered on first load. Just hit the method after user hit command button. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100493#4100493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Portal] - Re: Unable to Consume Remote Portlet

2007-10-30 Thread vinuneelu
Hi Chris, I am sending the service description sent by the Websphere Portal. http://schemas.xmlsoap.org/wsdl/"; xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";> http://10.114.110.85:10038/wsrp/WSRPBaseService"; /> http:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread jaikiran
anonymous wrote : And i make some change in run.bat file as echo on and i run the bat file Great ! anonymous wrote : i think it may givesu some idea. Yes, it does :) anonymous wrote : "C:\Program Files\Java\jdk1.5.0;\bin\java" - | version 2>&1 | findstr /I hotspot 1>nul Starting 4.0.5 run

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss is not running

2007-10-30 Thread sunainavarma
C:\Program Files\jboss-4.2.0.GA\bin>.\run.bat C:\Program Files\jboss-4.2.0.GA\bin> this is the result . And i make some change in run.bat file as echo on and i run the bat file then the output is Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError with SeamTest

2007-10-30 Thread neilac333
Perhaps I should also mention that I am running a straight TestNG unit test with the virtually "empty" test I mentioned above. There is no integration with a simulated FacesContext or anything like that. The test runs fine when I extend Object, but it bombs when I extend SeamTest. Just to let

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Apache + mod_proxy + Jboss virtual hosts HOWTO

2007-10-30 Thread tmerrill
Here is a brief howto to get virtual hosts working. I have looked all over this forum and I could not find a good HOWTO so I am going to post my configs. This worked for me on Ubuntu 7.10 with JBoss AS 4.2.1 GA. I have an internal DNS record for www.test1.com and www.test2.com that resolves to a

[jboss-user] [JBoss Seam] - @Factory on initial page load

2007-10-30 Thread Kragoth
Hi, I've got a Search screen where users will enter their criteria. Below this I have an area for the results to be displayed. My problem is that the @Factory for the results section runs on the first load of the page and as no criteria have been entered it will return all records in the databa

[jboss-user] [JBoss Seam] - help with EntityList

2007-10-30 Thread terryb
With application based on seam-gen, the MyEntityList feature is based on single table. I guess it is possible to make it work with multiple tables. wondering anyone can help me out? Table Associations Client--->Contacts--->Addresses Clients--->Applications ---> represents one-to-many I get err

[jboss-user] [Installation, Configuration & DEPLOYMENT] - MBeans waiting for other MBeans

2007-10-30 Thread javajambal
Hi, I am stuck with this exception that occurs when I start up my jboss server.. Could any body please help me with this... --- MBeans waiting for other MBeans --- ObjectName: persistence.units:ear=proj-ear.ear,jar=proj-biz.jar,unitName=sampledb State: NOTYETINSTALLED I Depend On: jboss

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2007-10-30 Thread ghinkle
I've now introduced an extended ServiceEndpointInvoker for the ejb3 calls. It's not perfect, but it allows me to get rid of all the PersistentCollections before soap and jaxb get their hands on my result objects. I'd still be interested if there's a better way though. View the original post :

[jboss-user] [JBoss jBPM] - can i use the JDBC DataSource and JbpmConfiguration together

2007-10-30 Thread d_watson
in my project,i have used JDBC datasource,but now i want to use jbpm, can i use them together?how should i do?? thanks for you help!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100483#4100483 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - ERROR [org.hibernate.util.JDBCExceptionReporter] Connection

2007-10-30 Thread sgtmcg
This is killing us. We've a Seam application that seems to be losing database connections after some time. We're getting the following errors: ERROR [org.hibernate.util.JDBCExceptionReporter] Connection handle has been closed and is unusable 2007-10-30 20:34:06,844 ERROR [STDERR] javax.persist

[jboss-user] [JBoss Portal] - getting the portlet url from jsf or portlet env

2007-10-30 Thread samokok
I am using jboss portal 2.6 with JSF-RI. I have a portlet from which I create various instances. When I click on the link associated with an instance I would like to know which instance I just accessed. This is important for the backing bean, since that information will be used to display data f

[jboss-user] [JBoss Seam] - Re: s:fileUpload not actually sending output?

2007-10-30 Thread wiberto
Was this narrowed down to a conflict with Trinidad? I'm getting a null InputStream, and everything looks fine in terms of the xhtml and the backing bean. I tried removing Trinidad, but the Tomcat deployer is still complaining about the TrinidadListener somewhere, but I don't know where it is si

[jboss-user] [JBoss Seam] - Re: After adding SeamServletFilte, request.getInputStream()

2007-10-30 Thread [EMAIL PROTECTED]
The context filter does not interfere with the request, does your servlet work without the filter? And to reinforce what Pete said - please don't bump. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100479#4100479 Reply to the post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: JBoss Embedded + Tomcat + JPA

2007-10-30 Thread mickknutson
I have this error now on 2.0 cr3 and jboss as 4.2.1 Any update as I used the booking example for JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100478#4100478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=410047

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.faces.loader.FacesLoaderServlet Null Po

2007-10-30 Thread wesleyhales
Remove any references to Ajax4JSF in web.xml, faces-config, etc... It is not yet supported in JBoss Portal, but we are currently working on that ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100472#4100472 Reply to the post : http://www.jboss.com/index.

[jboss-user] [EJB 3.0] - JPQL syntax question - entity bean loading

2007-10-30 Thread X490812
I have an entity bean X similar to the following: | @Entity | @SequenceGenerator(name = "FRAUD_CASENUMBER_SEQ", sequenceName = "FRAUD_CASENUMBER_SEQ") | public class Tblcase implements Serializable { | // LOBS | @Lob | @Basic(fetch=FetchType.LAZY) | public String fraudf

[jboss-user] [JBoss jBPM] - Re: Monitoring jBPM process model after the end of process

2007-10-30 Thread kukeltje
In my latest 3.2 version I have them to. sorry... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100467#4100467 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100467 ___ j

[jboss-user] [JBoss Seam] - Re: How to call a rule into Restrict annotation ?

2007-10-30 Thread [EMAIL PROTECTED]
You've got a call to c.grant() in the outcome of your rule, however you don't have a corresponding PermissionCheck in the condition section: rule "Can User Access" | when | c: PermissionCheck(name == "objectName", action == "access", | eval( new Date().before( new Date( Date.parse( "10

[jboss-user] [JBoss Seam] - Re: Pageflow problems with back button

2007-10-30 Thread rjstanford
Did you ever figure out what the resolution for this was? We're having similar issues - someone submits a page which (in our case) creates a new object and adds it to a collection. They then press back, which since it was the same HTML page should show the same page but about the new (current)

[jboss-user] [JBoss Seam] - Re: E-mail attachment: HTML IMG for attached image

2007-10-30 Thread szaccaria
Hi Sandy, I've the same problem... I hope this is risolve with 2.0.0.GA release ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100464#4100464 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100464 __

[jboss-user] [JBossWS] - contextRoot with multiple webservices

2007-10-30 Thread fmeystre
Hi, I have some problem with the contextRoot with multiple WebService (in different apps) with same name on same server. I'm running JBoss AS 4.2.1.GA with jbossws-native-2.0.1.GA. I have 2 deployed web applications (same java source code) First application is deployed at http://host/myApp1 Seco

[jboss-user] [JBossWS] - Re: restrict access to one ip

2007-10-30 Thread szaccaria
Thanks Richard, your suggest it be a good choice but have you got some example? I made the ws with seam and annotation, and deploy to jbossAS, now how can implement the JBossWS server side handler in this case? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [JBoss jBPM] - Re: Monitoring jBPM process model after the end of process

2007-10-30 Thread sujan359
thank you for the input, There is no such option in jbpm-jpdl-3.2.GA. r,s,e checkboxes are for the jbpm-starters-kit-3.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100461#4100461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss Getting Started Documentation] - Re: Use EclipseIDE for JEE with JBoss Application server

2007-10-30 Thread amitev
Use jboss tools (red hat developer studio) http://labs.jboss.org/tools View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100459#4100459 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100459 ___

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError with SeamTest

2007-10-30 Thread neilac333
I read in Michael Yuan's book that I need configuration files like components.xml in the classpath. That could be an idea, but much of the stuff in the book is outdated (through no fault of Michael's)--particularly in the area of configuration. Right now I have no config files in my classpath.

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread krasig
Yes View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100457#4100457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100457 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Tools (users)] - Re: how to configure for hot deployment of JSP files

2007-10-30 Thread amitev
With tomcat? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100454#4100454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100454 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Seam] - More configuration issues getting starged with seam...

2007-10-30 Thread mickknutson
I am trying to configure seam 2, drools, jbpm and MySQL and have been having serious issues. I keep hacking away, so I will get one thing to work then something else starts going wrong. I did have my User entity working with seam and jbpm to save a new user into my db, but now I started creatin

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-30 Thread dietice
thanks. will check out 4.2.2 :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100452#4100452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100452 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam DVD Store Demo is not working

2007-10-30 Thread [EMAIL PROTECTED]
You should demo the current versions of the examples (they are in the examples directory) on your own box, not the older versions that are online. I'm sorry about the problems with the demos, but we don't directly control those machines anymore. In fact, I don't even have access to relaunch the

[jboss-user] [JBoss Messaging] - Re: BytesMessage javax.jms.MessageEOFException

2007-10-30 Thread rcarragher
Yeah, that does sound like it. Easiest way I can get the fix and test it out? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100448#4100448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100448 __

[jboss-user] [JBoss jBPM] - Re: Timer Task never fired

2007-10-30 Thread kukeltje
uncomment the reference to the script hbm file in the hibernate config View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100447#4100447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100447

[jboss-user] [JBoss jBPM] - Re: Monitoring jBPM process model after the end of process

2007-10-30 Thread kukeltje
there are these 3 checkboxes at the top of filters: r, s, e Running, Suspended and Ended. check the last one View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100446#4100446 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Messaging] - Re: BytesMessage javax.jms.MessageEOFException

2007-10-30 Thread timfox
Looks like this one: http://jira.jboss.com/jira/browse/JBMESSAGING-1079 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100445#4100445 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100445 __

[jboss-user] [JBoss Messaging] - BytesMessage javax.jms.MessageEOFException

2007-10-30 Thread rcarragher
Hi, I looked for similar problems on the forum, and couldn't find one. I'm using JBoss AS 4.2.1 GA with JBoss Messaging 1.4.0, and the remoting patch. I'm receiving a BytesMessage in an MDB, and the first time the message gets accessed (it's a simple readInt call) I get the following stack trac

[jboss-user] [EJB 3.0] - Re: JTA EntityManager cannot access a transactions

2007-10-30 Thread mickknutson
I am having the same issue. Any help would be great View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100443#4100443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100443 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
When I gave correct persistence unit name ..the following errors occured.. javax.persistence.PersistenceException: org.hibernate.HibernateException: Could not find datasource at org.hibernate.ejb.Ejb3Configuration.createEntityManagerFactory(Ejb3Configuration.java:217) at org.

[jboss-user] [JBoss Portal] - Re: LDAP Authentication & Authorization to eDirectory

2007-10-30 Thread [EMAIL PROTECTED]
I am trying to set up Active Directory also. I can log fine using my AD Account. Q? Do I have to have full read/write permission to AD to get this up and running. Right now the IT guys have only set up an account to query the Database. I don't plan on changing any of the info in AD. Using the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
The entire errors that I got is : javax.persistence.PersistenceException: No Persistence provider for EntityManager named wingsEntityManagerFactory at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:41) at javax.persistence.Persistence.create

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - No Persistence provider for EntityManager

2007-10-30 Thread dheerajsega
HI, I have tried to test my application using Testng methods. But my tests are failed and it returns the error:: javax.persistence.PersistenceException: No Persistence provider for EntityManager named... Can anyone tell me why I am unable to test even when the persistence file is correct.

[jboss-user] [JBoss Seam] - Seam DVD Store Demo is not working

2007-10-30 Thread kurt_olsen
Hi, The Seam DVD Store demo is not allowing me to create an account, thus I can't show it to my manager - and I can't sell Seam if the demo's are broken! I get an error page when attempting to create a new account. Also, the booking demo has been stable for demo purposes but the dvdstore has bu

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError with SeamTest

2007-10-30 Thread neilac333
Maybe the better question is which JARs are necessary for SeamTest to work. I have included everything that comes with Seam CR2 as well as all the JSF and Hibernate libraries. Right now a mere empty test is failing. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: expectd one local home tag problem

2007-10-30 Thread shogun1234
"Raist_Majere" wrote : Are you setting the version attribute of web-app in web.xml to 2.5? Can you copy it here your web.xml file? the content of web.xml is as below: | | http://java.sun.com/xml/ns/j2ee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://ja

[jboss-user] [JBoss jBPM] - Re: websale example: problems with RemindActor timer action

2007-10-30 Thread aapthorp
Ta, couldn't see it for looking... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100429#4100429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100429 ___ jboss-user mailing l

[jboss-user] [Management, JMX/JBoss] - Re: SocketServer in a MBean?

2007-10-30 Thread [EMAIL PROTECTED]
When jboss calls startService() on your mbean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100427#4100427 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100427 ___ jboss-us

[jboss-user] [Clustering/JBoss] - Re: Multiple Clusters -Load balancing response to previous t

2007-10-30 Thread jboss_cody
Ok, I've done some reading, & I understand now that multiple clusters cannot exchange state. You were exactly correct when you suggested a 6 node cluster. However, I need communication in this cluster to be both vertical and horizontal. (Among all nodes) If I am not mistaken, this is the defau

[jboss-user] [JBoss Seam] - Re: DocumentException, Invalid byte 3 of 3-byte UTF-8 sequen

2007-10-30 Thread nickarls
Well, it *does* say "Error on line 47 of document ". View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100425#4100425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100425 ___

[jboss-user] [Management, JMX/JBoss] - Re: SocketServer in a MBean?

2007-10-30 Thread vojedavjr
Yes but ... when start the thread? I need my server to start listening "automatically" How can I accomplish that? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100423#4100423 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2007-10-30 Thread ghinkle
So I went and tried a few different ways to solve this. I implemented a XmlAdapter thinking I could inject some code into the marshalling process to null out the relationships before jaxb tries to do its thing. | @javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter(org.jboss.on.domain.util

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread bsmithjj
hopefully this is the last question I have on the jboss embedded container. I'm currently having trouble on boot - it says here: | init(com.wachovia.evergreen.apps.infostrat.BootStrapTest) Time elapsed: 0 sec <<< FAILURE! | java.lang.RuntimeException: Could not create Component: commerci

[jboss-user] [JBoss Seam] - Precendence of page element mapping?

2007-10-30 Thread IGx89
In my pages.xml I have the following: | | Unfortunately that doesn't work: Seam thinks a conversation is still required for controller.xhtml. Is the only solution to explicitly put conversation-required="true" for every single page in that folder, is there another way I'm

[jboss-user] [Clustering/JBoss] - Re: Multiple Clusters -Load balancing response to previous t

2007-10-30 Thread jboss_cody
anonymous wrote : JBoss has no built-in mechanism for exchanging state between 2 clusters. That being said, session replication is not attainable among multiple clusters? I know I may be re-stating the original question, but I want this to be clear... I do have the option of 1 -six node cluster

[jboss-user] [JBoss Seam] - Re: Exception trying to run seam on glassfish.java.lang.NoCl

2007-10-30 Thread deepsix
After a bit of googling, came across this bug https://glassfish.dev.java.net/issues/show_bug.cgi?id=3386 And this one: http://jira.jboss.org/jira/browse/JBSEAM-1590 Looks like an autodeployment issue in glassfish. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.faces.loader.FacesLoaderServlet Null Po

2007-10-30 Thread dpegram
Ooops... just realized I have a copy-paste error in the faces-config.xml file. I've omitted the lines referencing the org.jboss.portal.core.identity.ui.* classes. Now I just have the following error. Thanks again for any assistance! - David 14:33:41,718 ERROR [StartupServletContextListener]

[jboss-user] [JBoss Portal] - Re: org.jboss.portal.faces.loader.FacesLoaderServlet Null Po

2007-10-30 Thread dpegram
OK... thank you! Modifying the build process to package the required JSF libraries in WEB-INF/lib2 fixed the null pointer issue. I was trying to use Facelets and the RI as opposed to JSPs or MyFaces. Unfortunately, I get the following if I exclude the MyFaces libraries. 13:19:08,625 ERROR [S

[jboss-user] [EJB 3.0] - Why does RMI/EJB not listen on all interface-- despite havin

2007-10-30 Thread starbuxman
Hi all I have en EJB app sitting on a multihomed system. The app binds http (at least) to all interfaces on port 8080, but the EJBs were bound only to the interface designated by the hostname. Thankfully it enumerates something about 'RMI codebase ..' and then the host and port and we were abl

[jboss-user] [JBoss Seam] - Re: JBoss Embedded required for testing?

2007-10-30 Thread IGx89
Any idea how much work that would entail? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100398#4100398 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100398 ___ jboss-user ma

[jboss-user] [JBoss Seam] - two SeamPhaseListener instances

2007-10-30 Thread jgillaspy
I am getting this exception several times as I navigate through a page: java.lang.IllegalStateException: No phase id bound to current thread (make sure you do not have two SeamPhaseListener instances installed) also WARN [javax.enterprise.resource.webcontainer.jsf.lifecycle] phase(RESTORE_VIEW

[jboss-user] [Clustering/JBoss] - Re: Controlling cluster services

2007-10-30 Thread [EMAIL PROTECTED]
Sorry for slow response on this. You've subclassed HAServiceMBeanSupport to implement MyClusterService. Do you need to do this in order for MyClusterService to do what it is supposed to? If not. don't subclass that class. Do you need to subclass ServiceMBeanSupport (which is a superclass of HA

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread bsmithjj
It looks like when the local-jdbc connection pool manager is trying to connect to the DB, it's running into issues: | 13:43:18,374 DEBUG org.jboss.ejb3.entity.PersistenceUnitDeployment.(start:187) - Found persistence.xml file in EJB3 jar | 13:43:20,156 WARN org.jboss.resource.connectionm

[jboss-user] [JBoss Seam] - Re: E-mail attachment: HTML IMG for attached image

2007-10-30 Thread sandy_brydon
I am having trouble with how an inline attachment is supposed to work since it doesn't seem to be creating a boundary with Content-Type: multipart/related around the attachment, it merely relies on the outer multipart/mixed boundary defined in the header of the email. The effect is that my emai

[jboss-user] [JBoss Portal] - Re: Redirects in doView

2007-10-30 Thread [EMAIL PROTECTED]
"amin-mc" wrote : But (this is probably not possible) is it possible to change/replace a portlet window from interacting with another portlet. For example | | Portlet A | Portlet B | Portlet C | Portlet D | Portlet E | | Currently I can see A, B and C, D. If i interact with D

[jboss-user] [Security & JAAS/JBoss] - Re: Problem securing NamingService, InvokerAdaptorService on

2007-10-30 Thread kasimier
thanx for the info about the log level. I got a fine grained trace about what´s going on now, but the issue isn´t clear to me: the security relevant services (configured in a own sar) are created correctly and my PolicyConfig named "lcfg" is loaded correctly too. Don´t know if this matters, but

[jboss-user] [JBoss Portal] - Re: Redirects in doView

2007-10-30 Thread [EMAIL PROTECTED]
"amin-mc" wrote : | 1) Create a ViewPortlet.java which basically refers to an action | What do you call "action"? A Struts action? In that case, you might want to the Struts bridge... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100387#4100387 Reply

[jboss-user] [Remoting] - Client lost connection notification

2007-10-30 Thread DGuralnik
The server has lots of remote clients (Swing apllication). Is there any way to get notification on the server that a client application has lost a connection to the server. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100386#4100386 Reply to th

[jboss-user] [JBoss Seam] - Re: JBoss Embedded required for testing?

2007-10-30 Thread [EMAIL PROTECTED]
Sorry - I misunderstood what you wanted to do. = View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100385#4100385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100385 ___ jboss-

[jboss-user] [Clustering/JBoss] - Re: Multiple Clusters -Load balancing response to previous t

2007-10-30 Thread [EMAIL PROTECTED]
JBoss has no built-in mechanism for exchanging state between 2 clusters. Do you really need 2 three node clusters? Can you use 1 six node cluster? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100384#4100384 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: Multiple from different persistence

2007-10-30 Thread [EMAIL PROTECTED]
Ops, typo. | public Manager modify(Manager selectedManager) { | | return restrictedEntityManager.find(Manager.class, selectedManager.getId()); | } | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100383#4100383 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: Multiple from different persistence

2007-10-30 Thread [EMAIL PROTECTED]
And actually I solved the issue by using the unrestricted entity manager for getting the list and the use the restricted entity manger to load the entity. | public List getManagers() { |String query = "from Manager"; |// use the unrestricted entity mananger

[jboss-user] [JBoss Seam] - Re: Writing SeamTests with Seam 2.0.0. CR2 - What's Changed?

2007-10-30 Thread bsmithjj
I see that if hibernate-annotations 3.3.0 is in the classpath, I get the last error, now I am up to this: | *** CONTEXTS IN ERROR: Name -> Error | -> ** UNRESOLVED [EMAIL PROTECTED]:jar=classes,name=RatingsHelperBean,service=EJB3 depen | dsOn=null whenRequired=Described resolved=false d

[jboss-user] [JBoss Portal] - jbossportal with apache proxy help ! (accessing portal from

2007-10-30 Thread je.a.le
let's say I created 2 portals s1 and s2 ; I can perfectly access them with : http://xxx/portal/portal/s1 and http://xxx/portal/portal/s2 for exemple i want to access them throught s1.org and s2.org. since apache will keep the 80 port (and jboss 8080), i'm trying apache proxy (mod_jk didn't work

[jboss-user] [Security & JAAS/JBoss] - Re: how to get SSL protocol configuration information?

2007-10-30 Thread [EMAIL PROTECTED]
Why do u need SSL configuration in your program? You certainly can get hold of the system properties that define your keystore and trust store. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100377#4100377 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [Clustering/JBoss] - Multiple Clusters -Load balancing response to previous threa

2007-10-30 Thread jboss_cody
Hello, http://www.jboss.com/index.html?module=bb&op=viewtopic&t=121694 I have a question somewhat related to this thread, concerning "horizontal" clustering. As of now, I have a cluster containing 3 nodes. (node1,2,3 respectively) I need to duplicate this cluster yet again with 3 more nodes. (

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hsqldb sqlexception help

2007-10-30 Thread jboss_dev
I am trying to use hsqldb in jboss-4.0.5.GA .I tried the following small jdbc code . import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; class JDBC_test { publi

[jboss-user] [JBoss Seam] - Re: NoClassDefFoundError with SeamTest

2007-10-30 Thread neilac333
So I completely purged my test method of all meaningful code. The only line in the test method is this: | Assert.assertTrue(true); | And then I got I got a completely strange error: | java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig

[jboss-user] [JBoss Seam] - Re: JBoss Embedded required for testing?

2007-10-30 Thread [EMAIL PROTECTED]
You need some sort of container to do things like boot JSF etc. JBossEmbedded does that. You could write your own I guess... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100374#4100374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

  1   2   3   >