[jboss-user] [JBoss and NetBeans] - Re: Unable to deploy / run to JBoss from Netbeans, port 8080

2007-04-18 Thread [EMAIL PROTECTED]
This is just a guess but I think the problem is that NetBeans is not able to manage or signal to/from JBoss. So it deploys the first time (starting Jboss) but is not receiving any further communication with JBoss and thinks it is not started. The only clue I've found is that there is a Tomcat

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread [EMAIL PROTECTED]
Which version of JBoss? 4.0.x might. The MANIFEST.MF way to do this is preferred being that this is the 'standard'. EE 5 cleans this up with a standard location at the EAR level. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038554#4038554 Reply to the post

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread aslocal
[EMAIL PROTECTED] wrote : Which version of JBoss? 4.0.x might. The MANIFEST.MF way to do this is preferred being that this is the 'standard'. EE 5 cleans this up with a standard location at the EAR level. | I'm using the latest GA release 4.0.5. I'm currently not using EE 5, but the EJB

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

2007-04-18 Thread petemuir
Try now :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038558#4038558 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038558 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread [EMAIL PROTECTED]
Quick check of the code looks like it was added at some point so it will check for lib unless this check is explicitly disabled. You also have the option of overriding this in your jboss-app.xml file. It would look something along the lines of: | library-directorydir/library-directory |

[jboss-user] [EJB 3.0] - recurring timer and app re-start issue

2007-04-18 Thread ajay662
Using ej3 timer service, I am creating a recurring hourly timer. Its working fine if I leave my application running, i.e. I get the initial timer callback as specified and then hourly from then on. However, after getting my initial timer callback, if I re-deploy my app or re-start jboss before

[jboss-user] [Beginners Corner] - Re: JNDI, JDBC Simple Application

2007-04-18 Thread AlexKomlev
I'm stupid - to forget such simple thing. All works. :-) Small thing - if my table's name is TestTable? it's don't work, if name is testtable - all work. Request don't changing - SELECT * FROM TestTable Magic :-) View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: The neverending logout topic

2007-04-18 Thread Vellmont
I've had similar problems with Jboss authentication I inherited from another developer. I'm very interested in the answers to this problem, as currently my webapp doesn't seem to have any kind of timeout on logins. Currently I stay logged into the website until I either close the brower, or

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
So I got the lasted from cvs and built Seam (the build doesn't seem to be broken anymore, I had no problem). Replaced all the Seam jar in my project by the new ones. Replaced jboss-el.jar in my project by the one found in jboss-seam/lib folder. I still get the same exception though. View the

[jboss-user] [JBossWS] - Regression with jbossAS 4.2.0.CR2

2007-04-18 Thread [EMAIL PROTECTED]
Can you please check this report? http://www.jboss.com/index.html?module=bbop=viewtopicp=4038521#4038521 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038569#4038569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038569

[jboss-user] [JBoss Seam] - Re: About the s:selectDate / tag

2007-04-18 Thread rlhr
I know this is not that exciting, but any comment on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038570#4038570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038570 ___

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Actually, lastest from CVS + jboss-4.2.0.CR2 fix it :) (I was still using jboss-4.2.0.CR1 earlier) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038575#4038575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038575

[jboss-user] [JBossWS] - Jboss ws jaxrpc mapping file.

2007-04-18 Thread gkfabs
Hi, I am currently implementing the access to a webservice through a service-ref declaration in the DD in Tomcat (http://people.apache.org/list_C.html#fcarrion). And right now I am working on the jaxrpc-mapping-file. This is why I am reading the code of jbossws. This is really well programmed

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

2007-04-18 Thread KoniKoni
Cool thing, it does work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038577#4038577 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038577 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Strange Seam/Hibernate MissingResourceException Problem

2007-04-18 Thread nstoddar
Has anybody seen this error popup in their logs? According to the Hibernate, I have compatible JARs, and the properties file is in hibernate-validator like it should hibernate-3.2.2.ga hibernate-annotations-3.2.1.ga hibernate-entitymanager-3.2.1.ga hibernate-validator-3.0.0.GA

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Actually I spoke too fast. The page is re-rendered properly this time, but the log still has the exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038579#4038579 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: problem with auto logout client

2007-04-18 Thread Vellmont
I'd try opening up a bug report, as this sounds like a major problem. Post the example code that demonstrates this problem their. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038580#4038580 Reply to the post :

[jboss-user] [EJB 3.0] - Transaction annotation - cannot get desired behavior

2007-04-18 Thread lpmon
JBoss 4.0.5 (em = injected entitymanger in text below) Need a way to prevent an EntityExistsException from stopping processing (kills DB connection). Root problem: In a loop callimg em.persist(obj); After an EntityExistsException is thrown I get the following trying to continue in the same

[jboss-user] [Installation, Configuration Deployment] - Re: running executable on JBoss

2007-04-18 Thread PeterJ
Are you saying that on the other machine, you see a command window with the batch file's full path name as the title, and that window contains a command prompt? Something like: | +---+ | | c:\some\path\mycmd.bat [-][X]| |

[jboss-user] [JBoss Seam] - Action method being intercepted but bit being executed

2007-04-18 Thread hvram
Hi I added a new method in my EntityHome class and then called as an action from the h:commandButton . I can see from the logs that the method is getting intercepted by Seam but the method is not executed . There is no exception in the logs . Can somebody point me to the missing

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Can you post the whole log again? Just so I can see the latest exception :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038582#4038582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038582

[jboss-user] [JBoss Messaging] - SQLException when flushing messages from server memory to sy

2007-04-18 Thread oleznew
Hi, I am getting a SQLException when the server (1.0.1 SP4) starts storing messages from the server memory to the database (Sybase). | 2007-04-18 19:56:13,286 WARN @Thread-15 [JDBCPersistenceManager] SQLException caught - assuming deadlock detected, try:25 |

[jboss-user] [Installation, Configuration Deployment] - Re: running executable on JBoss

2007-04-18 Thread NasirMunir
1)yes, that is a command window as you have mentioned 2)yes, the batch file run by itself through the java code on both machine 3)Both machines have win 2000 4)Both machines have same JRE version 6, is it same as JVM right? What I am trying now is to copy JBoss from my machine to the other where

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Here is the new exception stacktrace: | 13:37:09,953 ERROR [STDERR] java.lang.ClassNotFoundException: No ClassLoaders found for: com.app.ui.util.ELUtils | 13:37:09,953 ERROR [STDERR] at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306) | 13:37:09,953 ERROR [STDERR]

[jboss-user] [JBoss Seam] - Re: Pros/Cons of war vs. ear deployments (Jboss 4.2)

2007-04-18 Thread tzman
I pointed out Exadel only because I was just trying it out. The server publish action calls into a generated ant script that bundles and moves the file to the deploy directory. I believe this is actually a part of jst or wst? Really the point of the comment is that having the ability to do hot

[jboss-user] [The Lizzard's corner] - JavaOne 2007 - JBoss Reception?

2007-04-18 Thread tzman
Will ther be one this year? Haven't heard anything and have really enjoyed it the times I have gone. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038590#4038590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038590

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-18 Thread epbernard
chuckadams wrote : Groovy, on the other hand, would be pretty nice to write a Seam app in. Ahem, why don't you checkout Seam from CVS and look for examples/groovybooking ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038592#4038592 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Where is the jar in which your ELUtils are packaged. http://jira.jboss.com/jira/browse/JBSEAM-1207 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038593#4038593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038593

[jboss-user] [JBoss AOP] - Re: Issues with inteceptor or aspects

2007-04-18 Thread [EMAIL PROTECTED]
It looks like you have got weaving turned on properly, but that your .aop file is not being deployed properly. PLease see the injboss tutorial example for some packaging suggestions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038595#4038595 Reply to the

[jboss-user] [JBoss Portal] - Re: isUserInRole(String role) doesn't work

2007-04-18 Thread [EMAIL PROTECTED]
Here is the implementation of isUserInRole(String roleName) : |public boolean isUserInRole(String roleName) |{ | // Get the map role name to role link | Map securityRoleRefsMap =

[jboss-user] [JBoss Eclipse IDE (users)] - Rules editor doesnot sinalize error in Problems View

2007-04-18 Thread Andre1001
Hi, where should I configure my Eclipse to sinalize DRL files erros/warnings on Problems View? This presentation seems to have this resource activated: http://labs.jboss.com/file-access/default/members/jbossrules/freezone/livetrails/cedit_viewlet_swf.html I've got Drools Rule Workbenck 3.0.5

[jboss-user] [JBoss Portal] - Re: isUserInRole(String role) doesn't work

2007-04-18 Thread [EMAIL PROTECTED]
I think that the real issue needs to be adressed at the Servlet Spec level. The portlet container itself is just delegating to the servlet request the isUserInRole(String roleName) method. The only issue today I see with portlet container is that if the role is never specified in the

[jboss-user] [JBoss AOP] - Re: Issues with inteceptor or aspects

2007-04-18 Thread [EMAIL PROTECTED]
MOved to user forum View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038594#4038594 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038594 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread atleprange
Pete: I read your blogpost about facelets-plugins which seems very interesting. But i cant seem to locate the Seam Wiki you refer to. (I tried the CVS ROOT of Seam) ( I have just made a small site with wiki functionality using seam and facelets, following the first strategy you mention. But I

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-18 Thread [EMAIL PROTECTED]
Pfff, you just comitted it :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038600#4038600 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038600 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Reverse entity Mapping on a @SecondaryTable

2007-04-18 Thread ablevine1
Is there any way to have a multi-table mapped object where primary table has a foreign key column to the secondary table?? The reason I want to do this is because I am dealing with legacy tables and need to have the main primary key of the object reference the primary key of the primary table,

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-18 Thread [EMAIL PROTECTED]
Really Emmanuel, post a new topic here so folks will notice the Groovy stuff. And if anyone would have permissions to make stuff sticky... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038602#4038602 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Can JBP be configured to handle a routine weekly disconn

2007-04-18 Thread [EMAIL PROTECTED]
I think that you can configure the datasource to evict the dead connections and create new one. You can even provide some ping method that the JCA layer can use to test the validity of the connection. View the original post :

[jboss-user] [JCA/JBoss] - Re: JBossMessageEndpointFactory ClassNotFoundException when

2007-04-18 Thread [EMAIL PROTECTED]
Also, make sure the jar that contains the message-listener is reference from the MANIFEST.MF of your ejb.jar file as well for the internal EAR deployment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038604#4038604 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Query caching with Seam

2007-04-18 Thread MikeDougherty
Is there a way to set Hints if the Query is defined in components.xml via the framework:entity-query / tag? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038605#4038605 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: running executable on JBoss

2007-04-18 Thread NasirMunir
Peter bail me out !!! I just finished copying JBoss from my computer to the other. To my utter dismay, when I ran the application I got the same old command window ;-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038606#4038606 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
In development, the class is under project.ear/project.war/WEB-INF/classes/... in the Jboss deploy folder. In production mode, the jar is in the war file under WEB_INF/lib. And the war file is in the ear file that is itself in the Jboss deploy folder. I tried both (ear file and exploded) just

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
Can you try packaging them off the ear? (in your ejb module for example?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038608#4038608 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038608

[jboss-user] [JBoss Seam] - Remoting

2007-04-18 Thread KoniKoni
Can i use Seam Remoting with Swing Rich Client? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038609#4038609 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038609 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread petemuir
It's in CVS at examples/wiki - Christian can give you a better idea of where he's got to with it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038610#4038610 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038610

[jboss-user] [JBoss Seam] - Re: JBoss AS PHP

2007-04-18 Thread petemuir
I guess Gavin is useful for something... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038611#4038611 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038611 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - SelectOne

2007-04-18 Thread KoniKoni
I have this peace of code: a4j:region renderRegionOnly=false | h:selectOneMenu id=hrs value=#{kfz.hersteller} required=true | s:selectItems value=#{herstellersList} var=her label=#{her.bezeichnung}

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
So I move that particular class in the jar that contains the ebj and I don't see the exception anymore. So it seems that being in the war file is the problem. I guess I'll keep that class there (It was in the war because I only use this class in custom functions through tags) View the original

[jboss-user] [JBoss Seam] - Re: Query caching with Seam

2007-04-18 Thread CptnKirk
The framework schema seems to support the following form. framework:entity-query |framework:hints | key/keyvalue/value |/framework:hints | /framework:entity-query View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038616#4038616 Reply to the

[jboss-user] [JBossWS] - wsconsume and IllegalStateException

2007-04-18 Thread bypaik
hi, i'm running jboss 4.0.5.GA along with jbossws 1.2.1.GA. i'm attempting to use wsconsume on a generated wsdl. however, i'm getting the following error: Exception in thread main java.lang.IllegalStateException: Could not load

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread petemuir
So, it should be in the war - this is a bug, and putting it in the ear is a workaround :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038618#4038618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038618

[jboss-user] [JBoss Seam] - Portlet problems

2007-04-18 Thread thalerion
Hi! I am starting out with seam and I managed to get the Registration example to run under jboss-4.0.5 with EJB3 profile. I then installed the jboss portal.sar with no problems and then started to convert the Registration example into a Portlet. I have managed to deploy the Registration

[jboss-user] [JBoss Seam] - Re: Exception when page is re-rendered after missing require

2007-04-18 Thread rlhr
Yes it would be nice to be able to keep it in the war. But for now I think I can live having it with the ebj :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038621#4038621 Reply to the post :

[jboss-user] [JBossWS] - Re: wsconsume and IllegalStateException

2007-04-18 Thread bypaik
i forgot to mention i'm used the deploy-jboss40-jdk14 option. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038623#4038623 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038623

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread aslocal
[EMAIL PROTECTED] wrote : Quick check of the code looks like it was added at some point so it will check for lib unless this check is explicitly disabled. You also have the option of overriding this in your jboss-app.xml file. It would look something along the lines of: | | | |

[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread baronnet
I think I found why it doesn't work out of the box. The tag produces a ... with method = POST. Some parameters are set by javascript action. But it's too late, the url is already generated (using portlet:renderURL). So the GET method is the solution. With some javascript I can change the

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

2007-04-18 Thread KoniKoni
h:outputText value=#{kfz.hersteller.bezeichnung} / The output here is correct, but in follow code, the value does not set: h:selectOneMenu id=hrs value=#{kfz.hersteller} required=true converter=#{bearbkfz.herconverter} | s:selectItems

[jboss-user] [JBoss Seam] - Yeah!

2007-04-18 Thread atleprange
This looks excellent! I used a different approach. I modified the seam antlr grammer so it would recognize the macros, and replaced it with a home made injection tag (wiki:inject name=macroname factory=wiki.macroname('param1','param2') /) I then run the facelet compiler over the content,

[jboss-user] [JBoss Portal] - Re: ExtremeComponents

2007-04-18 Thread baronnet
...The tag produces a HTML form... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038639#4038639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038639 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Where do external jar files go in the ear?

2007-04-18 Thread genman
It's supported in 4.2 http://jira.jboss.com/jira/browse/JBAS-4037 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038641#4038641 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038641

[jboss-user] [JBoss Seam] - Optimal methodology for Seam ?should we use seam-gen and Ent

2007-04-18 Thread anarinsky
Please look at http://blog.hibernate.org/cgi-bin/blosxom.cgi. Gavin King recommends using seam-gen. It gives enormous speed and very helpful but we are attached to EntityHome for creating, persisting and removing objects. In contrast all described examples use session beans for this

[jboss-user] [JBoss Seam] - JPA or Hibernate (with JavaBeans rather than EJBs)?

2007-04-18 Thread grettke_spdr
If you were going to set up a Seam app without EJBs, would you choose to use JPA or Hibernate? If we used JPA, we imagine that would just use the Hibernate persistence provider for JPA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038643#4038643 Reply to

[jboss-user] [EJB 3.0] - Re: @ApplicationException(rollback=true) in Inheritance

2007-04-18 Thread momega
I have tried it in JBoss 4.0.5 (EJB RC 9+Patch 1) and I have found that all exception classes needs annotation. Inheritance does not work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038644#4038644 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-04-18 Thread [EMAIL PROTECTED]
Hi, thanks for the recommendation but suppose that we have the following classes: | | public class Document implements Serializable{ | | InputStream file; | | public InputStream getFile() { | return file; | } | | public void

[jboss-user] [JBossCache] - Re: JBossCache and readonly transactions

2007-04-18 Thread [EMAIL PROTECTED]
For the issue of invalidating, see http://jira.jboss.com/jira/browse/JBCACHE-1027 . If we could get INVALIDATE_SYNC working well for entities (i.e. stuff we're working on to allow a different cache for the query cache, which doesn't like INVALIDATE), then IMO the CacheMode attribute on the

[jboss-user] [JBoss jBPM] - Designer in jbpm-jpdl-3.2.GA does not support Decision condi

2007-04-18 Thread myarrow
Hello jBPM community Which version of jBPM (download) supports a working Decision node conditional-configuration Properties dialog ? I tried (a while back) the jbpm-starters-kit-3.1.4 and recently the jbpm-jpdl-3.2.GA complete kits, and neither of them had a fully working designer Decision

[jboss-user] [JBoss Eclipse IDE (users)] - how to configure JAVA_OPTS

2007-04-18 Thread ramdatta
Hello All, I want to configure JAVA_OPTS for JBoss Server in JBossIDE for Eclipse. i tried to configure in the following way. Created a server-opend launch configuration- Added---classpath---bootstrap Entries---JAVA_OPTS Not sure is this the correct way? Thanks Sai Details

[jboss-user] [EJB 3.0] - Re: Reverse entity Mapping on a @SecondaryTable

2007-04-18 Thread fhh
As far as I know secondary tables have to share primary keys. You could use @OneToOne instead. Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038651#4038651 Reply to the post :

[jboss-user] [JBoss Seam] - Re: JPA or Hibernate (with JavaBeans rather than EJBs)?

2007-04-18 Thread [EMAIL PROTECTED]
Use JPA, and use Hibernate as a persistence provider (what other recommendation did you expect on this forum?). If you are not happy with Hibernate, you can, instead of falling back to Hibernate annotations and APIs, use a different JPA provider. Expect that you _will_ have to use

[jboss-user] [JBoss Seam] - Re: JPA or Hibernate (with JavaBeans rather than EJBs)?

2007-04-18 Thread [EMAIL PROTECTED]
Also, this decision has _nothing_ (zero) to do with EJBs. Java Persistence providers work with any EJB container, or without any EJB container. http://www.manning.com/bauer2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038653#4038653 Reply to the post :

[jboss-user] [JBoss Seam] - EnumConvertor fails in myfaces 1.1.5

2007-04-18 Thread jgilbert
Has anyone seen this? EnumConvertor was working great in myfaces 1.1.4 but fails with the following error in 1.1.5. myEnumField: Value is not a valid option. I don't see where it is going wrong. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038656#4038656

[jboss-user] [EJB 3.0] - Testing EJBQL

2007-04-18 Thread metatime
Has anyone seen an EJBQL testing application? Something where I could enter my query, hit submit, and have JBoss show me errors in my query and/or results? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038659#4038659 Reply to the post :

[jboss-user] [JBoss Seam] - Re: [OT] Trinidad 1.0.0-incubating

2007-04-18 Thread petemuir
This sounds approximately like the way the wiki works - I don't quite get how you are using the macros - you put your wiki:inject tag inline with the wikitext? The Seam wiki add's [=plugin] to the wikitext grammer, and then includes the relevant plugin at this point. Each plugin has a

[jboss-user] [Installation, Configuration Deployment] - Installing the APR native libraries in JBoss 5

2007-04-18 Thread javidjamae
When I start JBoss 5 Beta 2, I get the following error: anonymous wrote : 17:12:33,406 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: I'm assuming that at this point you have to

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-18 Thread avbentem
petemuir wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running well on it :) Actually, build.properties 1.13 in CVS suggests that 4.2.0.GA is already running on ebernard's computer right now... ;-) View the original post :

[jboss-user] [JBoss Seam] - Re: Query caching with Seam

2007-04-18 Thread MikeDougherty
Ah. I actually had an old version of the xsd. Updated the xsd and whadda know, there they are. Thanks for the tip. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038667#4038667 Reply to the post :

[jboss-user] [JBoss Seam] - Re: About the s:selectDate / tag

2007-04-18 Thread [EMAIL PROTECTED]
Post it in JIRA, and if the changes aren't too complex then it shouldn't be a problem for us to implement them. Please be aware though that selectDate will become deprecated in favour of an equivalent RichFaces date control - we've already burnt a lot of development time working on JSF

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

2007-04-18 Thread [EMAIL PROTECTED]
There's no reason why you can't, however you would need to do the groundwork yourself as the only Seam Remoting client we provide at this time is for JavaScript. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038672#4038672 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload problem

2007-04-18 Thread [EMAIL PROTECTED]
I believe that you'd use Blob.setBinaryStream() to get the blob's OutputStream, then write the data from the file's InputStream to that. Maybe someone more knowledgeable about using blob fields can comment on this? View the original post :

[jboss-user] [JBoss Seam] - Re: About the s:selectDate / tag

2007-04-18 Thread rlhr
http://jira.jboss.org/jira/browse/JBSEAM-1208 I agree with you that it is not critical, especially if it becomes deprecated. Actually I will try the RichFaces date control. As long as it does the job, I'm fine with it. And if it doesn't, then I'll file bugs to the RichFaces guys :) View the

[jboss-user] [Beginners Corner] - Re: Using Hibernate 3 in JBOSS 4.0.1sp1

2007-04-18 Thread mailinator
To answer my own question... you delete the jboss-hibernate.deployer directory. Apparently you can optionally replace it with one from H3 but it works fine for me to completely remove it and use the hibernate in my war file. Be sure to do the same thing in 'default' and 'all' if needed.

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ
Actually the error is: Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory... Do you know what might be wrong? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038681#4038681 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ
listener-classcom.sun.faces.config.ConfigureListener/listener-class I added this line in the web.xml file, and it works now...sigh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038683#4038683 Reply to the post :

[jboss-user] [JBoss jBPM] - 3.2 console search: hibernate session closed

2007-04-18 Thread zipwow
Whenever I use any of the search features (change items per page, use a column filter), I get this message: /common/searchheader.xhtml @27,7 disabled=#{search.firstPage}: org.hibernate.SessionException: Session is closed! Any tips? I'd include my hibernate config, but I don't think it's

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 on tomcat which uses mysql - LOGINI UNSUCCESSFU

2007-04-18 Thread HLQ
I have setup JDBC Realm in Tomcat, but still can not login... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038687#4038687 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038687

[jboss-user] [EJB 3.0] - JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-18 Thread unsavory
Hopefully someone can help me out with this. I'm running the JBoss EJB3 embeddable server inside Tomcat 6. Everything seems happy enough when booting. I'm trying to access a simple stateless bean named TestBean from within a struts servlet. I'm getting the following exception:

[jboss-user] [EJB 3.0] - Re: JNDI in Jboss EJB3 Embeddable Container: Naming Problem

2007-04-18 Thread unsavory
Sorry, please ignore the stack trace posted above. It should read: javax.naming.NameNotFoundException: TestBean not bound | org.jnp.server.NamingServer.getBinding(NamingServer.java:491) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038691#4038691 Reply

[jboss-user] [JBoss Seam] - Re: About the s:selectDate / tag

2007-04-18 Thread [EMAIL PROTECTED]
I'm not actually sure if they have a date control yet. It might end up that we give them the one from Seam (they take over maintenance) or they may write a new one from scratch. I'm certain it's on the drawing board though. View the original post :

[jboss-user] [JBossWS] - Does anybody have an example of wrapped document working wit

2007-04-18 Thread benvenutto
If you have an example of a JBoss web service that is recognised by .Net as using wrapped document literal, could you please post the annotations used. Thanks Simon View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038694#4038694 Reply to the post :

[jboss-user] [JBossWS] - Re: Recognising a wrapped doc literal web service in Visual

2007-04-18 Thread benvenutto
Forgot to mention this was deployeed as a war with web.xml only, no deployment descriptors were generated (i.e.: everything should get generated at deployment time from the annotations). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038695#4038695 Reply to

[jboss-user] [JBoss Seam] - Re: Seam Framework EntityQuery restrictions does not work fo

2007-04-18 Thread matt.drees
Duh, yeah, you're right. Somehow missed the second part of that sentence. Thanks for the correction. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038697#4038697 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038697

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-04-18 Thread gus888
petemuir wrote : Note that JBoss AS 4.2.0.CR2 is now out - CVS is running well on it :) Hi Peter, however, when I run Seam-CVS20070417 mail example on JBoss AS 4.2.0.CR2, I still got exceptions. I don't know whether I my server settings are wrong (I use all default values). Thank you. View

[jboss-user] [EJB/JBoss] - sample hello world application

2007-04-18 Thread Narasimha
I am a beginner. I want to start with a hello world application. at this point i made the following : abusiness interface bbean ctest client afirstInterface.java package server; import javax.ejb.Remote; @Remote public interface firstInterface { public String hello(); }

[jboss-user] [JBoss Seam] - Re: May we use Seam and the JBoss Microcontainer in Webspher

2007-04-18 Thread thejavafreak
In theory you can. Although I don't know how difficult it would be to do it :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038702#4038702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038702

[jboss-user] [JBoss Seam] - Re: Seam and Richfaces : Drag and Drop Problem

2007-04-18 Thread hispeedsurfer
Hi, have the same problem. | javax.faces.el.MethodNotFoundException: /specialreleaseeditor.xhtml @107,140 dropListener=#{requestlist.processDrop}: Method not found: RequestListBean:5c4o1y-w4tnnw-f0o94j20-1-f0opgfby-1s.processDrop(org.ajax4jsf.dnd.event.DropEvent) | @stu2 What your DanD

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to recover from database restart while JBoss is running.

2007-04-18 Thread bertnz
Hi all, Excuse me for being a bit green in the J2EE world but I have a JBoss server (3.2.5) running a J2EE application which uses jdbc/Hibernate/Sql Server/Quartz/JBossMQ JMS. All works fine until the database this application is talking to crashes (or is reset by me). At the time of the

[jboss-user] [Clustering/JBoss] - Re: Clustering and Load Balancing in Jboss-4.0.2 using Apach

2007-04-18 Thread chillal.kishor
Yes, I created HttpSessionAttributeListener. It is displaying the names and values what ever i set in the session. In my case i am setting 2 things in the session in login page. 1. DMSession class which extends UserSession class which implements serializable. 2. A boolean variable in the

[jboss-user] [JBoss jBPM] - Re: jbpm-console example in jBPM 3.2 not working

2007-04-18 Thread hashir
I configured Jboss to use proxy server it worked. Thanks Martin. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4038714#4038714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4038714

[jboss-user] [JBoss jBPM] - Re: Problem regarding fork

2007-04-18 Thread bcgiuser
Thanks for reply!! Yes, i have put logging statements in test1 and test2 classes, so when i execute the workflow, the logging statements of test1 comes twice. We have scenarios of sync and async actions both. If i make it async , how can i get the response at some later point, is there any

[jboss-user] [Clustering/JBoss] - Re: Clustering and Load Balancing in Jboss-4.0.2 using Apach

2007-04-18 Thread [EMAIL PROTECTED]
Your DmWebSession class must be your problem then. Saying it implements Serializable is insufficient; all of its fields must also implement Serializable or be declared transient. Somewhere in the DmWebSession's object graph there is a non-transient reference to the session itself (aka

<    1   2   3   4   >