[jboss-user] [EJB/JBoss] - Re: Need

2007-02-07 Thread [EMAIL PROTECTED]
This is probably best achieved by customizing the EJB container with your own interceptor. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012307#4012307 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012307

[jboss-user] [JBoss Seam] - why my project cant determine the session is invalidated?

2007-02-07 Thread mnrz
Hi after the conversation expires when I click on a link, it shows an exception message. how can I detect the invalidated conversation and redirect the user to another page, say, home.xhtml? thanks View the original post :

[jboss-user] [Security JAAS/JBoss] - Problem :How to use own LoginModule in JBOSS

2007-02-07 Thread murthy_j2ee
Hi All, I wanted to do the authentication using Database. For this i am using rg.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database. Now the problem is i want to use my own LoginModule instead of

[jboss-user] [JBoss Seam] - Re: New fileUpload component

2007-02-07 Thread kaolle
I'm somewhat new to the Java domain, so I wonder if you have any sample how to stream the stored blob content? I suppose I need to checkout the latest and greatest from CVS to take advantage if this feature, which source files do I need to check out, or is the only option to checkout all?

[jboss-user] [JBoss jBPM] - Re: Ready Made tasks

2007-02-07 Thread kukeltje
Yes, all is available. See the documentation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012293#4012293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012293 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: JBM monitoring-charts in a seam project

2007-02-07 Thread kukeltje
the jbpm 3.2 console (almost beta2) has some monitoring capabilities. It can use the same db as your seam application, so have a look at the View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012294#4012294 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Problem with JAAS, Exception :javax.security.auth.login

2007-02-07 Thread murthy_j2ee
Hi jaikiran, Thank you. this link worked fine for basic authentication. Now I wanted to do the authentication using Database. For this i am using org.jboss.security.auth.spi.DatabaseServerLoginModule. It was working fine and abled to authenticate using database. Now the problem is i want

[jboss-user] [JBoss Portal] - Re: problem in logout

2007-02-07 Thread jaime1985
That helps, but I donĀ“t understand what I have to do exactly. I just put the portal.defaultObjectName property but I get lost in the second part By logging in as admin you can set the property to the root context, i dont know where i do that, can u help me? Thanks and regards! View the

[jboss-user] [EJB 3.0] - Persistence and Entity Bean questions

2007-02-07 Thread mrchit_2000
Hi all, I am new to EJB 3.0. I am exploring the entity bean and persistence and database access in EJB 3.0, but I find there is little documentation showing me how to create and set up. In the Trail Blazer tutorial, I only learn how to create a class but I have to manually create a plain

[jboss-user] [Clustering/JBoss] - Problem(?) with transactions and TreeCache

2007-02-07 Thread heineson
Hi, Sorry if I posted this in the wrong forum, couldn't decide if it was a cache or clustering matter. I have configured JBoss 4.0.4 GA with the profile ejb3-clustering (from the GUI-installer) and stuff seems to work, at least with a simple test-failover app. But when i looked inte the server

[jboss-user] [JBoss Seam] - Re: NotSerializableException on JSF rendering (scope Page)

2007-02-07 Thread gonzalad
Just got cvs content. Works really fine for Scope Page ! Do you plan to release a 1.1.5 patch any sooner ? N.B. : I've just realized data in page scope is initialized during UPDATE_MODEL_VALUES phase (and not RENDER PHASE - stupid of me !). (c.f.

[jboss-user] [JBoss Seam] - Re: why my project cant determine the session is invalidated

2007-02-07 Thread svadu
Try to use exceptions.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012317#4012317 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012317 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - SVG in a portlet

2007-02-07 Thread ploxien
Hi, First, sorry for my english, I speak french... I'm making a portlet using svg. When I open the portlet, the svg is not display... Firefox (2.0.0.1) propose me to save the svg file on the disk. My portlet containes: pembed src=/addition/svg/boutons.svg type=image/svg+xml width=400

[jboss-user] [JBossCache] - Error while deploying PojoCache mbean deployed on JBoss

2007-02-07 Thread gmeroz
I'm trying to deploy PojoCache as mbean under JBoss AS. jboss version: jboss-4.0.3SP1 jboss cache version: JBossCache-all-2.0.0.ALPHA2 i copied jboss cache jars to jboss lib directory. i get the following exception. It looks like the jboss-aop-jdk50.jar does not match the AOP manager of the

[jboss-user] [JBoss and NetBeans] - Re: NameNotFoundException: DefaultDS not bound - Entity Unit

2007-02-07 Thread lkotouc
Try to replace 'DefaultDS' by 'java:/DefaultDS' in persistence.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012322#4012322 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012322

[jboss-user] [JBoss Seam] - Global Update events/@Observe

2007-02-07 Thread dahm
Hi, consider the following situation: I've got a page and a bean containing a @DataModel list. You can click on the list and edit one of the entries. Now the list may need an update, because the contained data may have changed. The user is free to navigate to this page at any time, so the data

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-07 Thread bdaw
In 2.4.1: - yes for authentication (LdapLoginModule) - no for user management - you will need to manually implement UserModule and RoleModule interfaces for that. You can use example MSAD implementation as a reference (http://jira.jboss.com/jira/browse/JBPORTAL-464) In 2.6 there is buildin

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
Hello (3 questions at the body, please take a look) I am interested if you are able to run any example with entityHome objects. For me, the examples do not work (seam-pay,ui etc) - Could it be that i missunterstand the conzept? So far i have used entityHome objects this way: |

[jboss-user] [JBoss Portal] - JBoss Portal with Weblogic Server

2007-02-07 Thread tinico
Hello, I have a WebLogic Application server which work... I want to use JBoss portal on this server... Is it possible ?? or JBoss portal work only with JBossAS ?? Thank you ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012330#4012330 Reply to the post :

[jboss-user] [JBossWS] - Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
Hello! Im trying to put the code from http://labs.jboss.com/portal/jbossws/user-guide/en/html/clients.html#dii-clients into a servlet, but it doesnt seems to work.. can some one points me a working servlet connecting to some stupid web service like Hello? by the way, which packages do i have

[jboss-user] [Messaging, JMS JBossMQ] - Queue Receiver hangs

2007-02-07 Thread mnones
Hi all, i've set 5 queues, they work fine in all runtime period, only one of these (the most stressed one with about 5 messages) seems to lose the receiver (i see ReceiversCount=0 and QueueDepth=49409) and the messages in the queue remains unconsumed and the elaboration never ends. The real

[jboss-user] [JBoss Portal] - Re: JBoss Portal with Weblogic Server

2007-02-07 Thread [EMAIL PROTECTED]
Only JBoss AS so far. JBoss Portal 3.x should be server agnostic and should run on Tomcat, WebLogic and others. (JBoss AS works too is much cheaper and we can help you migrate ;) ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012336#4012336 Reply to the

[jboss-user] [JBoss Portal] - Re: Packaging of portlet-instances.xml

2007-02-07 Thread legolas
Hi, I am currently implementing the above mentioned component, and I would much appreciate if someone can explain me how I can create a typed Value instance for the preferences? Does JBoss portal provides any means for retrieving th etype of a preference value or do I have to implement this

[jboss-user] [JBoss Seam] - Re: Examples not running on jboss as. anymore

2007-02-07 Thread petemuir
At least in AS4 I would wonder if you installed the EJB3 profile? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012339#4012339 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012339

[jboss-user] [JBoss Seam] - Re: Multiple DataModels in an SFSB

2007-02-07 Thread petemuir
@DataModel and @Factory shouldn't be on the same method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012340#4012340 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012340 ___

[jboss-user] [JBoss Seam] - Re: Limit access to logged in users

2007-02-07 Thread petemuir
This seems sensible to me. N.B. You'll need to use CVS or wait for 1.1.6 for this to actually work :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012341#4012341 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012341

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread petemuir
As Norman says, the applicaiton framework is just newer :) I use it extensively, and mix and match between components.xml and extension when needed. Baz - I use pages.xml to set the id - as described in the docs I believe. View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal with Weblogic Server

2007-02-07 Thread tinico
Ok, thank you !! So, I need to run it on WebLogic, I will wait a stable version 3.x ! If my boss want to use JBoss AS, I will need help to migrate on it !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012344#4012344 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Using own Classes as member for ManyToMany-Assotiations

2007-02-07 Thread dkalna
Hi micho, IMHO you ain't free to implement your own Collections for EJB3 associations, you have to stick with those in java.util package. hm, but I'm not sure... Bye Dalibor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012345#4012345 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Performance issue on getter method of entity bean

2007-02-07 Thread arovinth
We are using BMP entity beans in our application deployed on Jboss3.2.7 server with commit Option ?A? for container Configuration in StandardJboss.xml on jboss conf folder. Whenever any getter method is called on entity bean, ejbStore () method is called. This causes performance drain in our

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread dleerob
bvogt wrote : Try setting: setproxy proxyhost=your.proxy proxyport=your.port/ | | at the top of .../build/buildthirdparty.xml | and a 'build deploy' afterwards | | Burkhard Thanks this sorted out my problem where my build couldnt connect. Now it can connect to the remote

[jboss-user] [JBoss Portal] - Re: Building from source behind firewall

2007-02-07 Thread [EMAIL PROTECTED]
It needs to get the 126MB of libraries so it mostly depends on your Internet connection View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012349#4012349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012349

[jboss-user] [JBoss Portal] - Re: JBoss Portal LDAP Setup

2007-02-07 Thread dleerob
Thanks. User management isn't too serious for now, if I can do that locally, its fine. It's the ldap authentication which is required. Unfortunately by using local user management, the securities are all messed up when logging in with ldap passwords for the users. That where my major problem

[jboss-user] [Messaging, JMS JBossMQ] - Re: Queue Receiver hangs

2007-02-07 Thread mnones
sorry i forgot to explain the environment, i'm using: jboss-4.0.5GA HP-UX 11.11 j2sdk-1.4.2.11 the JMS service is configured to store messages via Oracle 9.2.0.7. Thanx to all. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012353#4012353 Reply to the post :

[jboss-user] [JBoss jBPM] - Multiple Business Calenders

2007-02-07 Thread heiko.zehner
Hi, is there a chance to use multiple business calenders with jbpm? One per defined process or may be one per process node? Thanks Heiko View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012354#4012354 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread petemuir
anonymous wrote : Now, if we want to be able to display, update and delete pre-existing Person entries in the database, we need to be able to pass the entry identifier to the PersonHome. Page parameters are a great way to do that: | | | | | | - that was the bit

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
Here's my code: URL wsdl = new URL(http://localhost:8080/ServizioEJB/Hello?wsdl;); QName qname = new QName(http://servizioDipartimentale.org/,Hello;); try { ServiceFactory factory = ServiceFactory.newInstance(); Service service =

[jboss-user] [JBoss Seam] - Re: Problems with Seam Security

2007-02-07 Thread stony
Is it planned to integrate seam with container security in future ? What about the jaasConfigName attribute ? security:identity authenticate-method=#{myAuthenticator.authenticate} jaasConfigName=myDomain / After deploying this (using the last nightly build 06-02-07) and using the Identity

[jboss-user] [Security JAAS/JBoss] - get loginexception back

2007-02-07 Thread kristof.devos
Hi, We use our own JAAS login module which throws a loginexception where we added some extra info on the error occurred (user blocked, inactive, etc) How can we retrieve the loginexception? The app is redirected to the page configured in the form-error-page (web.xml) but we cannot retrieve the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF question

2007-02-07 Thread n2
I have the same problem. I am using Jsf Implemantation from SUN, version is 1.1_02. Same war file works fine with Tomcat 5.5 standalone. Exception in der JBoss log is: | 2007-02-07 12:04:10,378 ERROR

[jboss-user] [JBossCache] - Problem externalizeSession Jboss 4.0.5

2007-02-07 Thread clemente.cioffi
Hi, can you help me about this problem?? I'm trying to deploy a seam application(using also jsf with icefaces) on jboss 4.0.5 GA with EJB3-Clustered configuration. I think that the deploy goes fine but when I try to access to index of my application, I see this error: 11:00:58,768 ERROR

[jboss-user] [JBoss Seam] - Re: Who uses EntityHome objects?

2007-02-07 Thread baz
anonymous wrote : to pass the entry identifier to the PersonHome But than the example reads like: pages | page viewid=/editPerson.jsp | param name=personId value=#{personHome.id}/ | /page | /pages If i understand it correctly, the personHome.id will be passed, not the entry

[jboss-user] [EJB/JBoss] - Storing SYBASE

2007-02-07 Thread ponds81
Storing SYBASE IMAGE DATA TYPE in jboss using entity bean We are using JBoss-4.0.4.GA, Entity Bean 2.x (CMP), Sybase 12.5 File Name :- jconn2.jar File Version :- 1.4.2_04 File Size :- 876 kb When we try to insert an object in to column of data type IMAGE in Sybase by using EJB 2.x we get the

[jboss-user] [JBossWS] - WS4EE: Supress Server AxisFault StackTrace

2007-02-07 Thread sonic-dre
Hello Is there a way to supress or hide the Server AxisFault StackTrace if an Customize Exception is translated in a Axis SOAP Fault Message in WS4EE ? ERROR [ServerEngine] Server error: AxisFault ... thank you sonic View the original post :

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-07 Thread karink
Hi Julien, thanks for your reply. I added the security constraints to the web.xml file located in jboss-portal.sar/portal-wsrp.sar/portal-wsrp.jse. There is no portal-wsrp.war directory. It seems to work except for the wsdl:import. After adding the security-constraints the shown wsdl looks

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 2.0.0.Beta2 doesn't keep server on Eclipse resta

2007-02-07 Thread damianharvey
Yes. That was the issue. If I'd scrolled down one more line I'd have seen it (doh). The generic JBoss servers are visible. Screen dump at : http://locuslive.com/webdrive/jboss_servers.jpg If it's any help, in my plug-in details I have : Jboss Generic Server Definitions

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread paoletto
well, im checking and it seems the problem is in service.getPort who give this error: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage any clue? View the original post :

[jboss-user] [JBoss Seam] - propagation

2007-02-07 Thread codelion
Seam reference 6.1 reads Note that disabling conversation context propagation is absolutely not the same thing as ending the conversation. Thought I had figured the difference, but as something behaves funny, I thought maybe someone who knows could answer the question in positive terms: What

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSF question

2007-02-07 Thread n2
I found a solution in the end of this page: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch9.chapt.html 1. Delete directory JBOSS_HOME/server/CONF/jbossweb-tomcat55.sar/jsf-libs 2. Stop JBoss 3. Delete directories [jboss_home/server//data,../tmp,../work 4. Start JBoss I am usiong

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

2007-02-07 Thread petemuir
End causes the conversation to be demoted to a temporary conversation (which then ends at the end of the current request). None causes the conversation not to be propagated - if you looked at the conversation list on debug.xhtml or displayed a list of conversations to the user it would still

[jboss-user] [JBoss Portal] - renderURL problem for Logout Page

2007-02-07 Thread exilanttech
I am using portlet:renderURL as form action for logout button in a jsp page. When I click on logout I am not getting any value and its redirecting to http://localhost:8080/portal page. Requirement : On click of logout button should redirect to logout.jsp and it should delete all cookies.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse 2.0.0.Beta2 doesn't keep server on Eclipse resta

2007-02-07 Thread [EMAIL PROTECTED]
We're considering removing the generic server, at least the jboss one, to remove this problem in teh future. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012381#4012381 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Calling external java applications from JBoss portal wit

2007-02-07 Thread liquide
Yes, the questions of User dleerob match exactly to my open questions :) ...have anyone an answer to our questions? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012382#4012382 Reply to the post :

[jboss-user] [JBossWS] - Re: DayTrader benchmark deployment

2007-02-07 Thread itprabha
Hi, I am trying the same thing. I have got the same issue. have you solved it? If yes, please share the solution. Regards, Muthukumar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012383#4012383 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Calling external java applications from JBoss portal wit

2007-02-07 Thread [EMAIL PROTECTED]
You could look at SSO solutions like JBoss SSO: http://labs.jboss.com/portal/jboo/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012384#4012384 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012384

[jboss-user] [Installation, Configuration Deployment] - Re: Performance issue on getter method of entity bean

2007-02-07 Thread [EMAIL PROTECTED]
You need to mark your methods as read-only in meta-inf/jboss.xml Also bear in mind that in general store is driven by transaction demarcation, and you control it by setting appropriate transaction attributes -- but in your simple case read-only tag should be sufficient. View the original post

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
Thanks for reply! I have made all as you said and deployed the recreated ear file in server's deploy directory. But when I try to log in I receive an error message: anonymous wrote : /search/form/formtemplate.xhtml @14,73 session=#{jbpmBean.jbpmContext.session}:

[jboss-user] [JBoss Portal] - Re: wsrp with https

2007-02-07 Thread karink
Hi Julien, I just would like to inform you, that I have til now official support and opened a call in network.jboss.com ID is 00014082 Regards Karin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012387#4012387 Reply to the post :

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

2007-02-07 Thread codelion
That implies currently there isn't a simple way to end all nested conversations without keeping them around, i.e. not at the level above Java coding. Or is there? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012388#4012388 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - redeploying on jboss 4.0.4.GA

2007-02-07 Thread saxon747
Hi all! I have an HTTP servlet, which reads the input on the doPost method and creates a SOAP Message from it, using the SAAJ API. It works correctly, but when the application (.war) is deployed again without restarting the jboss, the SOAP message creation fails with error: at

[jboss-user] [JBoss AOP] - Re: AOP and Scoped Classloader

2007-02-07 Thread jimmycallaghan
Re the JIRA story... That would be perfect. I'll have to wait until the next release and put the monitoring code into the business logic (yuk). I can't add comments into JIRA so I'll add some here... It would also be nice if we could limit a particular jboss-aop.xml to a particular

[jboss-user] [JBoss Eclipse IDE (users)] - Re: webdoclet classpath issue

2007-02-07 Thread rmerewood
in case anyone runs into a similar thing, the issue was that the dependency was actually on the 1.3 version of servlet-api.jar and adding that to the build path solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012391#4012391 Reply to the

[jboss-user] [JBoss Portal] - Re: renderURL problem for Logout Page

2007-02-07 Thread palace
You should instead create a link with portlet:actionURL in your JSP and then in processAction() use the signOut() method in the JBossActionResponse object. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012393#4012393 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problems with Seam Security

2007-02-07 Thread [EMAIL PROTECTED]
It is planned for a future release. Setting the jaasConfigName property will allow Seam to authenticate using a different jaas configuration (other than the built-in one), it won't allow the container to authenticate using Seam security. View the original post :

[jboss-user] [JCA/JBoss] - There is no LocalTxConnectionManager.class?

2007-02-07 Thread dobrik
Hi everybody, I am trying to deploy an example of ear file that uses Tamino Resource Adapter configured to support LocalTransactions. That is why I need to create a file called tamino-service.xml with the following content: | ?xml version=1.0 encoding=UTF-8? | server | !--

[jboss-user] [JBoss Portal] - Re: problem in logout

2007-02-07 Thread palace
In jboss-portal.sar\conf\data\default-object.xml change the portal name from default to something else and then name your own portal default. Maybe that helps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012396#4012396 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ready Made tasks

2007-02-07 Thread estaub
Ronald, It would help if you provided a link or two... I'm not sure of the answers to all of this. My initial response would be no, none of it is implemented, but if you're right that it's all in there, I must just be ignorant. The documentation on JMS-implemented nodes reads Not Yet

[jboss-user] [Beginners Corner] - Bean count in JBoss server

2007-02-07 Thread shilpa_naga
I want to check no.of bean instances created in server when my Bean is running so that I can check on my bean performance. I want to check the Bean in JBoss web console View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012399#4012399 Reply to the post :

[jboss-user] [EJB 3.0] - Can hibernate 3.2.1GA be used with the embeddable EJB contai

2007-02-07 Thread apill
Can hibernate 3.2.1GA be used with any current version of the embeddable EJB container? Thanks. Adrian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012400#4012400 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012400

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - IllegalArgumentException when using Constructor expression i

2007-02-07 Thread sofiatan
I have the following JPQL-query: SELECT new se.callista.test.dto.EmployeeReportData(e.firstName, e.lastName, a.city, e.employmentPeriod.startDate) FROM Employee e JOIN e.address a ORDER BY e.lastName, e.firstName | where EmployeeReportData is a dto (not an entity). The query works fine

[jboss-user] [JBossWS] - Re: Example needed of servlet connecting to web service

2007-02-07 Thread dwin
ensure that your JDK is 1.5 and not 1..6 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012404#4012404 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012404 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread crussell42
Yes, here is where it gets tricky. I also am having that problem and am trying to get a response on how to configure either CMT ot JTA for the ear. I will add the reference posting here when If I ever get a response. One thing you can do now to continue your journey however is edit

[jboss-user] [JBoss Seam] - Re: why my project cant determine the session is invalidated

2007-02-07 Thread dilator
pages.xml should help page view-id=/page-that-requires-conversation.xhtml no-conversation-view-id=/home.xhtml / View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012406#4012406 Reply to the post :

[jboss-user] [EJB/JBoss] - DB Connections in JBoss Web Console

2007-02-07 Thread guhan
Could someone tell me how to find the number of DB connections that are being made while an application is running from the JMX/Web console Also the status of number of threads spawned. Thanks in advance View the original post :

[jboss-user] [JBoss jBPM] - beginners question: how to end path of execution

2007-02-07 Thread noirabys
Hello ! in the userguide i read this: 9.3.1. Node responsibilities 4. end paths of execution. A node can decide to end a path of execution. That means that the token is ended and the path of execution is finished. I tried a simple example which uses executioncontext.leaveNode(transitionName)

[jboss-user] [Remoting] - NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
Has anyone seen this or know what this is? Tried checking JIRA and the forums but found nothing mentioning this. At this time, I don't know much about how this happened other than the log stack trace I got: | 2007-02-06 11:43:55,609 DEBUG

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

2007-02-07 Thread venkateshbr
does the seam security support multiple authentication modes in the same application such as Digital Certificate login and Username/Password login. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012409#4012409 Reply to the post :

[jboss-user] [Remoting] - Re: NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
Hmm.. BTW, I just noticed that (even though I'm building this code with 2.0.0.GA) that this was deployed in JBoss 4.0.5.GA which appears to ship with Remoting 1.4. I suspect this is an issue that is probably already fixed in 2.0.0.GA. But if anyone wants to confirm that, let me know :) View

[jboss-user] [JBoss Messaging] - jboss.messaging:service=PostOffice

2007-02-07 Thread sasi2103
Hi all, I'm using JBoss 4.0.2 and y-day I installed the JBossMessaging. I changed the presistent to work with MySQL and configure any xml that needed for this to work. After I did restart to my JBossAP I get the following error: | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- |

[jboss-user] [JBoss Seam] - Re: Issues moving from Seam 1.1.0 to Seam 1.1.5 (still)

2007-02-07 Thread bsmithjj
I have found an additional problem with Seam 1.1.6(?) in CVS before you do a release... I downloaded the CVS.20070206 bundle from the Nightly builds directory. When I deployed my application using the CVS.20070206 I am still having problems with the same page, same setup described previously.

[jboss-user] [Messaging, JMS JBossMQ] - Re: Queue Receiver hangs

2007-02-07 Thread andydepe
I can't believe it! I'm experiencing the same problem. I' m looking for a way to control if the receiver is up and to reactivate it at runtime. Anybody can help? THX Andy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012422#4012422 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Ready Made tasks

2007-02-07 Thread mar268
Yes. It will be really great if Ronald or someone posts some links on these features which mention whether they are implemented. Thank you. Regards, Aravind View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012426#4012426 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread fernando_jmt
What I did was to add somthing like this: page view-id=/list.xhtml action=#{listBean.resetList()} And in the resetList() I am reseting the list, in order to refresh the data using the @Factory which updated the list for the respective @DataModel View the original post :

[jboss-user] [Installation, Configuration Deployment] - Problem with the valve configuration

2007-02-07 Thread maulikshah
Hi All, In our production we want Sun One Web server 6.1 and JBoss App server combination. Almost all things are done. But I got one problem which i want to discuss. Basically, I have enabled Single Sign On for web server and through webserver App server got connected. The problem is if i

[jboss-user] [JBoss AOP] - Re: ClassCastException on invocation parameter casting

2007-02-07 Thread pepelu
Fine, thanks! FYI: I'm using jboss 4.0.4GA in a Debian Linux box, Sun's JDK 1.4 and the latest jboss-aop deployer: 1.5.0GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012429#4012429 Reply to the post :

[jboss-user] [JBoss Seam] - MDB's and EJB Timers

2007-02-07 Thread bsmithjj
Hello, Is it possible to have Seam intercept the onMessage(...) invokations of an MDB and honor the @In, @Logger annotations? Also, same question for session beans with @Timeout methods - is it possible to have Seam do the same for methods marked @Timeout? Thanks, Brad Smith View the

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread petemuir
1) http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/concepts.html#d0e2603 IIRC it 'just worked' for @In View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012433#4012433 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Transaction Exception with Seam and EJB3

2007-02-07 Thread nloomis
Thanks! I took your advice and researched the forums and tried handling the transaction several different ways to see if I could find the error behind the error. I see this one debug statement about 1000 times in my debugger. It starts during the JBpm deploy and seems directly related to my

[jboss-user] [JBoss Seam] - Re: Transaction Exception with Seam and EJB3

2007-02-07 Thread nloomis
Thanks! I took your advice and researched the forums and tried handling the transaction several different ways to see if I could find the error behind the error. I see this one debug statement about 1000 times in my debugger. It starts during the JBpm deploy and seems directly related to my

[jboss-user] [Remoting] - Re: NullPointerException in Multicast Detection

2007-02-07 Thread [EMAIL PROTECTED]
I think the line in question is: | String domain = detection.getIdentity().getDomain(); | which would still be a problem in 2.x codebase. I'll open a jira issue for it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012439#4012439 Reply to the post :

[jboss-user] [JBoss Seam] - Seam ICEFaces

2007-02-07 Thread pesho4uka
Hello Gurus, i have a small question. How much exactly are compatable ICEFaces and Seam. Second question is it a good practice to replace all JSF Backing beans with corespondent Statless and Statefull Beans. Third. If i use valueChangeListener in ICEFaces inputText to validate

[jboss-user] [JBoss Seam] - Upgrading from h3.1 to h3.2 : select count ClassCastExceptio

2007-02-07 Thread craig1980
Hi everybody. I have an application developed under JBoss 4.0.1; in this AS there is hibernate3.1; i have used this version of hibernate for acceding to my DB; i have done a select count by using this sintax: | protected Query getQueryCount(BaseFilter filter) throws ValidateException,

[jboss-user] [JBoss jBPM] - Re: change database

2007-02-07 Thread fuligj
I tried to copy the jbpm-enterprise.ear to the deploy directory in an original 3.2.beta1 and the error message was the same, so i think something is wrong with it. I think that is not enough, change only the hibernate.cfg.xml, i think we should change the data source and much more. It is most

[jboss-user] [JBoss Seam] - Re: Upgrading from h3.1 to h3.2 : select count ClassCastExce

2007-02-07 Thread [EMAIL PROTECTED]
http://www.hibernate.org/250.html#A42 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012446#4012446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012446 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalArgumentException when using Constructor expressi

2007-02-07 Thread sofiatan
Found the error myself. It works fine now :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012448#4012448 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4012448 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread bsmithjj
that's not really an answer to my question. http://docs.jboss.com/seam/1.1.1.GA/reference/en/html_single/#d0e2525 says the same thing but our experience is that @In does not get honored for the onMessage() calls by the container. So my question(s) still stand. We've actually tried this

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread bsmithjj
BTW - we generally do scan the docs, examples, this forum, and a bit of Googling before we post questions here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4012452#4012452 Reply to the post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha 2 Release

2007-02-07 Thread swestbom
anonymous wrote : Oh, yes i saw that one, but forgot to report it on Jira/fix it. It's in there! http://jira.jboss.com/jira/browse/JBPORTAL-1240 Along with this one: http://jira.jboss.com/jira/browse/JBPORTAL-1239 For the broken security on page tabs View the original post :

[jboss-user] [JBoss Seam] - Re: Global Update events/@Observe

2007-02-07 Thread dahm
Thanks, that is a good idea! I'm generating a lot of code and thus can not always maintain pages.xml properly in that way. I still think the feature I proposed would be a nice to have in order to propagate events... Cheers Markus View the original post :

[jboss-user] [JBoss Seam] - Re: MDB's and EJB Timers

2007-02-07 Thread petemuir
bsmithjj wrote : says the same thing but our experience is that @In does not get honored for the onMessage() calls by the container Sorry, just trying to help you out :( Dunno about the Timeout stuff, no experience of that. I did some work with a message driven bean for receiving emails and,

  1   2   3   4   >