[JBoss-user] [EJB 3.0] - client class cant find the remote stateless session bean

2005-12-30 Thread jeanlius
i develop and deploy ejb3 with JbossIDE in eclipse3.1. i wrote a simple stateless session bean i sucessed packetd and deployed.Now, i write a client to transfer the remote statelss bean. the code is : InitialContext ict = new InitialContext(); SayHello sy = (SayHello) ict.lookup(SayHelloRemo

[JBoss-user] [JBossWS] - Re: Deploy Problem Webservice

2005-12-30 Thread [EMAIL PROTECTED]
JBoss installation may be corrupted. Try with a fresh install. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915047#3915047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915047 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Custom authentication or JAAS?

2005-12-30 Thread [EMAIL PROTECTED]
Study these resources: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e17696 http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSX View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915046#3915046 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS login problem

2005-12-30 Thread [EMAIL PROTECTED]
Flush the authenticationcache. http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch8.chapter.html#d0e17696 http://wiki.jboss.org/wiki/Wiki.jsp?page=JaasSecurityManagerService View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915045#3915045 Reply to the post : h

[JBoss-user] [JBoss Portal] - Re: Need help regarding jboss portal development

2005-12-30 Thread ervikas
Hi Sherman I tried to work out with the sample spring application that i downloaded from the link mentioned by you. But when i deployed the app i got an error saying that the child tag "pages" is missing from the "spring-portlet-example-portal.xml". Then i put the all the page entries in the "

[JBoss-user] [Clustering/JBoss] - @Clustered annotation any way to parameterise partition name

2005-12-30 Thread markfrench
Hi, I have a problem where I would like to set the partition name for the @Clustered annotation via an environment variable or other means. I need to do this so that other developers can run their own uniquely named cluster and deploy independently of each other. Cheers Mark View the origin

[JBoss-user] [JBoss Portal] - Re: portal 2.2 / sqlserver

2005-12-30 Thread [EMAIL PROTECTED]
There is a temporary fix here: http://jira.jboss.com/jira/browse/JBPORTAL-540 I cannot commit the code until I verify it works on other DB vendors, and removing the constraint does not affect data integrity. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39150

[JBoss-user] [JBoss Portal] - Re: Need help regarding jboss portal development

2005-12-30 Thread ervikas
Hi sherman Thanks for ur reply. Actually i got a sample spring MVC application and got it working after changing some configuration under JBPortal 2.0. You can find that app at http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=portletswap&category=.portlets.frame

[JBoss-user] [Installation, Configuration & Deployment] - Re: custom configuration for server location?

2005-12-30 Thread ptomsic
okay, so after reading the manual, i believe the answer to my question is "no" - unless i'm missing something? I read this < http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch01.html > and didn't really see any solution to what i'm asking. am i correct? View the original post : http://www.jb

[JBoss-user] [EJB 3.0] - Re: @PersistContext in EntityBean ??

2005-12-30 Thread epbernard
no, not on Entities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915027#3915027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915027 --- This SF.net email is spo

[JBoss-user] [Installation, Configuration & Deployment] - Re: Dead locked threads encountered when upgrading from 3.2.

2005-12-30 Thread atait
Here's the link to Jira issue: http://jira.jboss.com/jira/browse/JBAS-1169 Is there a jk.properties file deployed with jboss4.0.3? I believe this is the right place to make the suggested configuration. I'm not finding this file in our deployment. Allen View the original post : http://www.j

[JBoss-user] [EJB 3.0] - Re: Extending model classes

2005-12-30 Thread epbernard
right View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915035#3915035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915035 --- This SF.net email is sponsored by: Splu

[JBoss-user] [EJB 3.0] - Re: composite PK/FK

2005-12-30 Thread epbernard
did you remove this one @OneToMany(fetch=FetchType.LAZY,mappedBy="country") | public java.util.List getCountryRegion() { | return countryRegion; | } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915034#3915034 Reply to the post : ht

[JBoss-user] [EJB 3.0] - Re: @Id(generate = GeneratorType.AUTO)

2005-12-30 Thread epbernard
you can do @Id(generate=AUTO, generator="myseqGenerator") to move to 1 seq per class View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915033#3915033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915033

[JBoss-user] [EJB 3.0] - Re: EJB QL generates wrong SQL with pagination (MySQL 5.0.16

2005-12-30 Thread epbernard
this is a jdbc drivers bug, try to search in this area View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915032#3915032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915032 --

[JBoss-user] [EJB 3.0] - Re: Cant call em.persist() more than once in a transaction.

2005-12-30 Thread epbernard
you try to persist() several times a ComplaintDetail with the same id=0 witch is not allowed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915031#3915031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915031 --

[JBoss-user] [EJB 3.0] - Re: EJB3: Is it possible to use both annotations AND descrip

2005-12-30 Thread epbernard
joselitol anonymous wrote : In fact the JBoss team want to makes a lot of money on selling information and support about JBoss I really love reading such sentences after spending 4 fucking hours catching up my late on this forum helping people and fixing a couple of bugs. Now it's 3:30AM and yo

[JBoss-user] [EJB 3.0] - Re: Possible problem with mysql configuration

2005-12-30 Thread epbernard
so you're not requestion the same database/table View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915029#3915029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915029

[JBoss-user] [JBoss Portal] - jboss-portal-2.2.0-bundled / oracle

2005-12-30 Thread kyokosaika
Hi, The versions are Jboss 4.0.3SP1, portal 2.2 (JBoss Portal 2.2 + JBoss AS 4.0.3SP1 download), Java version: 1.4.2_04 RDBMS: Oracle, version: Oracle9i Enterprise Edition Release 9.0.1.5.0 JDBC driver:Oracle JDBC Driver version - 10.1.0.2.0 OS-System: Windows 2003 5.2,x86 Datasource is setup p

[JBoss-user] [EJB 3.0] - Re: TransientObjectException: object references an unsaved t

2005-12-30 Thread epbernard
check the reference doc of Hibernate. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915026#3915026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915026 --- This SF

[JBoss-user] [EJB 3.0] - Re: Entity(SequenceGenerator) with pgSQL

2005-12-30 Thread epbernard
are you setting the correct dialect? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915025#3915025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915025 --- This SF.

[JBoss-user] [EJB 3.0] - Re: EJB3 Batch update issue

2005-12-30 Thread epbernard
dupe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915024#3915024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915024 --- This SF.net email is sponsored by: Splun

[JBoss-user] [EJB 3.0] - Re: Quick and dirty patch

2005-12-30 Thread epbernard
Add it on Ejb3Configuration rather than Configuration View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915023#3915023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915023 ---

[JBoss-user] [EJB 3.0] - Re: parameterized enum not supported ?

2005-12-30 Thread epbernard
Open a jira issue with a working test case using Hibernate annotations. http://opensource2.atlassian.com/projects/hibernate/secure/Dashboard.jspa Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915022#3915022 Reply to the post : http://www.jboss.com/in

[JBoss-user] [EJB 3.0] - Re: Batch update problem

2005-12-30 Thread epbernard
this is not because of batch update. Wo code, I cna't help you more View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915021#3915021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915021 -

[JBoss-user] [EJB 3.0] - Re: EntityManager lookUp in generics POJO

2005-12-30 Thread epbernard
no. But what's wrong with having an EJB3 doing the DAO layer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915020#3915020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915020 ---

[JBoss-user] [EJB 3.0] - Re: Persisting enums...

2005-12-30 Thread epbernard
This is part of Hibernate Annotations beta8 http://opensource2.atlassian.com/projects/hibernate/browse/ANN?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915019#3915019 Reply to the post : http://w

[JBoss-user] [EJB 3.0] - Re: OneToOne problem

2005-12-30 Thread epbernard
Fixed in CVS thanks. http://opensource2.atlassian.com/projects/hibernate/browse/ANN-199 mappedBy should be "remision" not "Remision" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915017#3915017 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [EJB 3.0] - Re: EntityManager tuning to get only a few Items from a nest

2005-12-30 Thread epbernard
use a collection filter, this is Hibernate specific though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915016#3915016 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915016 --

[JBoss-user] [EJB 3.0] - Re: How to catch exceptions thrown by EntityManager

2005-12-30 Thread epbernard
flush() to be sure to catch such exceptions View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915015#3915015 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915015 --- T

[JBoss-user] [EJB 3.0] - Re: Wrong query generated

2005-12-30 Thread epbernard
This is correct as per the spec and answered on the hibernate forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915014#3915014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915014 -

[JBoss-user] [EJB 3.0] - Re: Inheritance Issues

2005-12-30 Thread epbernard
Can you try that on the latest Hibernate EntityManager. If this still happen, send a runnable test case to http://opensource2.atlassian.com/projects/hibernate/secure/Dashboard.jspa But from what I can see, this cannot happen View the original post : http://www.jboss.com/index.html?module=bb&op

[JBoss-user] [EJB 3.0] - Re: EJB3 Entity bean clustering

2005-12-30 Thread epbernard
no this would break the traditional transaction isolation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915012#3915012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915012 ---

[JBoss-user] [EJB 3.0] - Re: EJB3.0 CMP deplying problem

2005-12-30 Thread epbernard
this is weird, your fund class is probably somewhere else also. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915011#3915011 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915011 -

[JBoss-user] [EJB 3.0] - Re: @OneToOne problem ...

2005-12-30 Thread epbernard
@JoinColumn means the FK is on the annotated entities side View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915010#3915010 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915010 --

[JBoss-user] [Clustering/JBoss] - I have a question about jms cluster

2005-12-30 Thread sya71
I use the cdot.jboss.JBossMQProvider to impelment jms cluster. I have two nodes, in the MDB, I only do the work System.out.println("I got the message "+m.getJMSMessageID()); but the two nodes always get the all same message. I don't know why. View the original post : http://www.jboss.com/inde

[JBoss-user] [EJB 3.0] - Re: Inheriting properties from superclass

2005-12-30 Thread epbernard
this should work, double check with a debugger View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915008#3915008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915008 --

[JBoss-user] [EJB 3.0] - Re: Entity Manager Question.

2005-12-30 Thread epbernard
of course use cascade=PERSIST on the relationship View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915007#3915007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915007 ---

[JBoss-user] [EJB 3.0] - Re: Bidirectional one-to-many resulting in multiple (identic

2005-12-30 Thread epbernard
do not eager several collections per resultset View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915006#3915006 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915006 --

[JBoss-user] [Installation, Configuration & Deployment] - DeploymentException: Failed to find META-INF/jboss-service.x

2005-12-30 Thread PeterJ
I tried to deploy an EAR file containing an EJB JAR file and a Hibernate archive file to JBoss 4.0.3SP1, and received the following error during deployment: 2005-12-21 17:06:26,265 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/C:/apps/jboss-4.0.3SP1/server/al

[JBoss-user] [EJB 3.0] - Re: Discriminator column size

2005-12-30 Thread epbernard
@DiscriminatorColumn(length=50) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915004#3915004 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915004 --- This SF.net e

[JBoss-user] [EJB 3.0] - Re: java.lang.RuntimeException: org.jboss.tm.JBossRollbackEx

2005-12-30 Thread epbernard
the tx actually rollback hence the exception View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915003#3915003 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915003 ---

[JBoss-user] [EJB 3.0] - Re: No default constructor for entity

2005-12-30 Thread epbernard
I don't believe you, you don't have public JobApplication() {} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915002#3915002 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915002 --

[JBoss-user] [EJB 3.0] - Re: Order of Columns on Table Create

2005-12-30 Thread epbernard
this is not doable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915001#3915001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915001 --- This SF.net email is spons

[JBoss-user] [EJB 3.0] - Re: Is there a way to get more explicit info when there is a

2005-12-30 Thread epbernard
Here is my gift. Merry Christmas http://opensource2.atlassian.com/projects/hibernate/browse/ANN-198 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915000#3915000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915000 -

[JBoss-user] [EJB 3.0] - Re: Problems using Hibernate Filter annotation with JBoss

2005-12-30 Thread epbernard
you have to enable it each time, cause that's really 2 different session, so public EntityManager getEM() { | //code to enable the EntityBean´s filters | EMUtil.enableFilters(this.em); | return this.em; | } and explicit use of getEM() is mandatory If you want to

[JBoss-user] [EJB 3.0] - Re: Use of the same entity name twice

2005-12-30 Thread epbernard
@Entity(name="generic2") View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914998#3914998 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914998 --- This SF.net email is

[JBoss-user] [EJB 3.0] - Re: Using Views with derived columns

2005-12-30 Thread epbernard
@Column(insertable=false, updatable=false) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914997#3914997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914997 --- Th

[JBoss-user] [EJB 3.0] - Re: EJB 3.0: annotation processing factories

2005-12-30 Thread epbernard
hibernate-annotations.jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914996#3914996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914996 --- This SF.net email i

[JBoss-user] [EJB 3.0] - Re: Double entrys in collection

2005-12-30 Thread epbernard
do not eager 2 collections in the same object, esp when you don't use a Set contract. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914995#3914995 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914995 --

[JBoss-user] [EJB 3.0] - Re: Infinite loop query and log statements

2005-12-30 Thread epbernard
you don't give enough info View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914994#3914994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914994 --- This SF.net email

[JBoss-user] [EJB 3.0] - Re: @PrePersist callback not always called

2005-12-30 Thread epbernard
Provide a runnable test case on http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa using HEM, I'll check that. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914993#3914993 Reply to the post : http://www.jboss.com/index.html?m

[JBoss-user] [EJB 3.0] - Re: Schemaupdate tries to create existing sequences ?

2005-12-30 Thread epbernard
use a @GenericGenerator and inject the sequence strategy and the "schema" parameter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914992#3914992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914992 ---

[JBoss-user] [EJB 3.0] - Re: ManyToOne Relationship strange problem

2005-12-30 Thread epbernard
I think phon is right View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914991#3914991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914991 --- This SF.net email is sp

[JBoss-user] [EJB 3.0] - Re: EntityManager not injected

2005-12-30 Thread epbernard
be sure that add() is part of the public contract (the interface) and that a transaction is started. How do you get your EJB? BTW, I think you should give JBoss Seam a try if not done yet, you're right on the technology target, you'll love it View the original post : http://www.jboss.com/index

[JBoss-user] [EJB 3.0] - Re: Question about OneToOne relationships where other table'

2005-12-30 Thread epbernard
this is doable I think using the @GenericGenerator and the foreign strategy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914989#3914989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914989 -

[JBoss-user] [EJB 3.0] - Re: Performance problem with mapping -

2005-12-30 Thread epbernard
The book is actually available http://www.amazon.com/gp/product/193239415X/002-5439773-1264020?v=glance&n=283155 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914988#3914988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[JBoss-user] [JBoss Seam] - Seam PAGE Context

2005-12-30 Thread [EMAIL PROTECTED]
I have given Seam a PAGE context. This context basically lets you attach state to an actual JSF page, during the request that renders the page, then have it available to you during the next (postback) request that originates from that page. At the end of the second request, the state is destroye

[JBoss-user] [JBoss Seam] - Problem with loadBundle

2005-12-30 Thread nusa
Hi, I have my messages.properties file located under WEB-INF/classes. Then, in my jsp file I have this : | | ... | | ... | The log says that the resource is loaded : | ... | 23:20:41,758 DEBUG [org.jboss.seam.Component] instantiating Seam component: resourceBundle | 23:20:41

[JBoss-user] [JBoss Seam] - Re: Entity with multiple names.

2005-12-30 Thread [EMAIL PROTECTED]
Thanks, I had a quick look and it looks about right. I will take a closer look later. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914986#3914986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914986 --

[JBoss-user] [Installation, Configuration & Deployment] - Re: Dead locked threads encountered when upgrading from 3.2.

2005-12-30 Thread [EMAIL PROTECTED]
What is the jira issue? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914985#3914985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914985 --- This SF.net email is

[JBoss-user] [JBoss Eclipse IDE (users)] - build and deploy script.

2005-12-30 Thread danjourno
I have two projects one that references the other. So when I make any changes... I have to build the first one... package it.. build the second.. run xdoclet.. package it.. and then deploy. My question is... is there any way i can write a script that will do all of the above so I only have to r

[JBoss-user] [JBoss Seam] - Re: Entity with multiple names.

2005-12-30 Thread cesarizurieta
I have a working patch that implements the @Roles thing. With this you can annotate a class this ways: | @Name("name") | @Scope(EVENT) | public class Class { | ... | Or | @Role(name="name", scope=EVENT) | public class Class { | ... | Or | @Roles({ | @Role(name="name1",

[JBoss-user] [JBossWS] - JBossWS backport 4.0

2005-12-30 Thread paper57
Am I correct in concluding from looking in JIRA that the JbossWS backport to the 4.0 tree is complete but just pending a binary drop? Will this be included in the 4.0.4 release? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914981#3914981 Reply to the post

[JBoss-user] [JBoss Seam] - Re: whew! finally, a pattern for SelectItems using generics

2005-12-30 Thread [EMAIL PROTECTED]
I just realized that a converter class can be specified by value binding. (I assume this is a JSF behavior and not just a MyFaces details) Here's an example from the non-seam DVD Store: | | | | Here, the converter instance is created by the catalog in the same scope as the c

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Code Completion Not Working

2005-12-30 Thread [EMAIL PROTECTED]
bothers me too, but haven't followed up on why eclipse is that way. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914979#3914979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914979 -

[JBoss-user] [JBoss Portal] - Re: portal 2.2 / sqlserver

2005-12-30 Thread [EMAIL PROTECTED]
ok. I'm looking at it now, but it may be a while. I'm on SQLExpress, which had TCP/IP disabled by default. I'm able to connect now and reproduce the errors. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914978#3914978 Reply to the post : http://www.jboss.c

[JBoss-user] [EJB 3.0] - Re: EJB3: persistence.xml - configuration at deployment time

2005-12-30 Thread epbernard
no, but puting a persistence.xml in a jar can be part of you "deployment time" procedure View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914969#3914969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914969 --

[JBoss-user] [JBoss Portal] - Re: portal 2.2 / sqlserver

2005-12-30 Thread parfenov
Hi Roy; I used the destriptor which comes with the portal bundle named "portal-sqlserver-ds.xml". I used "out of box" destriptor without any changes (even login name and password was the same). Thank you, Vadim Here is the context of the descriptor: PortalDS jdbc:jtds:sqlserv

[JBoss-user] [JBoss Portal] - Re: portal 2.2 / sqlserver

2005-12-30 Thread [EMAIL PROTECTED]
I'm using the jtds driver 1.2. an one of you post your datasource descriptor, so I can have a look. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914976#3914976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914976

[JBoss-user] [Security & JAAS/JBoss] - where to get rolegroup ?

2005-12-30 Thread jerryxu
Hi, Dear All: I am pretty new to the jboss and jaas.. so I apologize if my question is too stupid and I will be glad if anyone can some answers for me. I am using form based authentication, and I use DatabaseServerLoginModule. I stored my username, password and roles.such informatio

[JBoss-user] [EJB 3.0] - Re: xdoclet and ejb 3.0

2005-12-30 Thread epbernard
how is Xdoclet useful when using annotations? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914965#3914965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914965 ---

[JBoss-user] [JBoss Seam] - Re: Feedback requested

2005-12-30 Thread RobJellinghaus
Great, thanks, no more questions. (on this thread, anyway ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914975#3914975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914975 --

[JBoss-user] [EJB 3.0] - Re: merge failed (Unknown entity: ... $$EnhancerByCGLIB$$ )

2005-12-30 Thread epbernard
All your description are not very clear / helpful to me, I cna't really understand what's going on. But if you manage to create a unit test reproducing this behavior, please post it on http://opensource.atlassian.com/projects/hibernate/secure/Dashboard.jspa View the original post : http://www.

[JBoss-user] [EJB/JBoss] - EJB not bound :

2005-12-30 Thread madalvi
We migrated our application from Jboss 3.2.5 to 4.0.2. All EJBs in application are local, Added in web.xml and all JNDI names are java:comp/env/xyzEJB For all other EJBs, application is working fine except following one and gives error : "NameNotFoundException: CustomerEJB not bound" error. I

[JBoss-user] [Installation, Configuration & Deployment] - Re: Newbie: Verification of Enterprise Beans failed

2005-12-30 Thread Strunker
Thanks very much. It works now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914973#3914973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914973 --- This SF.net e

[JBoss-user] [EJB 3.0] - Re: Possible issue with DB2(bug?)

2005-12-30 Thread epbernard
This should be considered a DB2 bug rather than an EJB3 spec bug. no Hibernate does not use hashCode() nor equals() but Sets and some other collections do View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914972#3914972 Reply to the post : http://www.jboss.com/

[JBoss-user] [EJB 3.0] - Re: Entities in .par files and session beans in .ejb3

2005-12-30 Thread epbernard
you do not give enough info for us to help you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914968#3914968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914968 --

[JBoss-user] [EJB 3.0] - Re: change of subclasse causes error

2005-12-30 Thread epbernard
I don't really understand your question, but your domain could probably be refactored (and benefit from it) wo using inheritance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914967#3914967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Code Completion Not Working

2005-12-30 Thread psschranz
Hi Max, Yes, Cntrl-Space does work. I recently read that in the knowledge base as well. Thanks for your help. I understand that code completion for annotations is an Eclipse issue. I wonder why @ Cntrl-Space is necessary instead of @ and an automatic response. Danke, Paul View the orig

[JBoss-user] [Security & JAAS/JBoss] - Re: JAAS DatabaseLoginModule

2005-12-30 Thread krishh
I had similar issues, I implemented the custom login module. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3914962#3914962 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914963#3914963 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Security & JAAS/JBoss] - Re: Exception handling Custom Login module

2005-12-30 Thread krishh
I am seeing that I am in JBoss.com -> JBoss User -> Security & JAAS/JBoss I think this is the one where I should be posting my questions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914962#3914962 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 alpha 2 (SAR) - no I/O problem

2005-12-30 Thread jeb
I would think I configured the logging correctly as I see the output when I call the execute() from within my ear on the same JBoss - apart from that misconfigured logging should not be able to break output to System.out, System.err and even a File - but then what could do that? It's almost as i

[JBoss-user] [JBoss Portal] - Re: install jboss portal

2005-12-30 Thread pedrosacosta
The problem was so stupid. I forgot to start mysql. The anders.hedstrom didn't give me any answer. I found it alone. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914960#3914960 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [JBoss Portal] - url problem in my portlet

2005-12-30 Thread pedrosacosta
I've deployed my portlet (carris.war) in the server/default/deploy directory. My xml files are: portlet.xml | | | | | http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/

[JBoss-user] [JBoss Seam] - Re: Very very Newbie question about datamodel

2005-12-30 Thread Shinerella
:) thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914958#3914958 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914958 --- This SF.net email is spons

[JBoss-user] [Installation, Configuration & Deployment] - Re: Dead locked threads encountered when upgrading from 3.2.

2005-12-30 Thread atait
I can see this property in JMX, although when I submit the change I get the following error: Cannot find setter method setModelerType I see a JIRA entry for this issue with no resolution at this point. It appears this will be corrected in 4.0.4. I grepped through config for this property with

[JBoss-user] [JBoss jBPM] - Re: Why process editor plug in doesn't work very well on ecl

2005-12-30 Thread dfreitez
Hi Ronald, I have tried to make myg process from the jpbm pug-in on eclipse platform, again. Now, eclipse has shown me a message on a dialog: "Building workspace (Waiting) (Blocks User Operation) Java-processdefinition.xml-Eclipse SDK " Regards! View the original post : http://www.jboss.com/i

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - OpenSessionInViewFilter class not found with http-invoker de

2005-12-30 Thread rfboehme
I am trying to put an OpenSessionInViewFilter into the http-invoker in JBoss so that the Managers that access my DAO objects can get their objects in one session, thus enabling me to use lazy loading in Hibernate. Therefore, I put a filter and filter-mapping into deploy/http-invoker.sar/invoker

[JBoss-user] [JBoss jBPM] - Re: jbpm 3.1 alpha 2 (SAR) - no I/O problem

2005-12-30 Thread [EMAIL PROTECTED]
did you configure the logging in jboss properly ? regards, tom. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914952#3914952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914952

[JBoss-user] [JBoss Seam] - Re: Why @DataModel, @DataModelSelectionIndex has to be in th

2005-12-30 Thread Rorschach
Please disregard... I mistakenly used the wrong build. :\ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914953#3914953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914953 ---

[JBoss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2005-12-30 Thread [EMAIL PROTECTED]
you can update process definitions. (you have to evict the process definitions in hibernate's second level cache, though) it is not encouraged, just as modifying java byte code in a running program is not encouraged. you can get into trouble real easy. same goes for migrating process instance

[JBoss-user] [Security & JAAS/JBoss] - JAAS login problem

2005-12-30 Thread kevinlam
Hi all, Please help me with this issue as I am completely puzzled... Some background: I am using mysql, jboss 4 and the org.jboss.security.auth.spi.DatabaseServerLoginModule . Everything works fine until there is a new requirement in my program. The status of the user must not be 'NEW' in ord

[JBoss-user] [JBossWS] - Re: Generation of client-side proxies

2005-12-30 Thread [EMAIL PROTECTED]
See the FAQ http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSFAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914949#3914949 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914949

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule to ActiveDirectory, could it be a bug?

2005-12-30 Thread clcarff
Silly me, you already noted the error. The change was made to use the search filter in 4.0.3 this is why it still works properyly in 4.0.2. Has a Jira issue been posted yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914948#3914948 Reply to the post :

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule to ActiveDirectory, could it be a bug?

2005-12-30 Thread clcarff
I am having the same problem, and searching the source code I found the cause: = Org.jboss.security.auth.spi.LdapLoginModule Line 347 (cvs:HEAD) roleFilter.append("=*)"); should be changed to roleFilter.append("={0})"); = As of right now

[JBoss-user] [JBoss Seam] - Re: Why @DataModel, @DataModelSelectionIndex has to be in th

2005-12-30 Thread Rorschach
Apparently this has now been implemented and committed to CVS as of yesterday? I downloaded and built the current CVS version this morning and still get a "method not found" syntax error when trying to assign a value for both the @DataModelSelectionIndex and @DataModelSelection annotations. Vie

[JBoss-user] [JBoss jBPM] - Re: Is it possible to update a process def without versionin

2005-12-30 Thread brittm
If I'm not mistaken, you can dynamically modify running processes, ie. add nodes, transitions, etc. thorugh the APIs. This would not change the version of the deployed process definition. You would likely want to code a little "bug fix" application and run it against all process instances that

[JBoss-user] [JBoss jBPM] - Re: Why process editor plug in doesn't work very well on ecl

2005-12-30 Thread kukeltje
This is indeed the file, but since there is no info/error in there with regard to the jbpm GPD and no errors otherwise, it is impossible to help you on this level. You could try to increase the loglevel of the jBPM engine (log4j) and see if there is some error in there. If you are able to retr

[JBoss-user] [JBoss jBPM] - Re: HowTo remove a ProcessInstance Q

2005-12-30 Thread brittm
JbpmSessionFactory jbpmSessionFactory = JbpmSessionFactory.getInstance(); | JbpmSession jbpmSession = jbpmSessionFactory.openJbpmSession(); | GraphSession graphSession = jbpmSession.getGraphSession(); | | jbpmSession.beginTransaction(); | graphSess

  1   2   >