[jboss-user] [JBoss Seam] - Re: First JBoss Seam book released

2007-05-29 Thread ge0ffrey
Great book :) Reads very easy and fast. I think I found a mistake (correct me if I am wrong): p. 92 "Seam POJO component" "and it (= the pojo Isuppose?) has the default conversation scope if the @Scope is not specified". However, I just found out that adding @Scope(ScopeType.CONVERSATION) on my

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Just for reference, here's a bigger chunk of the log: | ... | 14:20:35,625 INFO [SchemaExport] schema export complete | 14:20:35,718 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
Thanks cavani, but apparently my problem is not caused by RF-44. Has anyone else tested seamgen with jboss 4.2? 14:20:37,625 ERROR [[/bbaseamgen]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener javax.faces

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-28 Thread ge0ffrey
It doesn't build (so I created an issue): http://jira.jboss.com/jira/browse/RF-240 PS: Good thing that richfaces builds with svn & m2, else I wouldn't have taken the effort to try to be honest :/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048974#4048974

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
Looks like richfaces is the guilty part the jar contains 3.0.1-SNAPSHOT, while that error is fixed for 3.0.2: http://jira.jboss.com/jira/browse/RF-44 The generated code uses a lot of richfaces in the facelets, so dumping it doesn't seem like an option. Is there a new version available somewhere

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
I had to comment out rg.jboss.seam.jsf.SeamPhaseListener because a org.jboss.seam.jsf.TransactionalSeamPhaseListener was configured, hope that's not a problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048836#4048836 Reply to the post : http://www.jbos

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
Now I have this exception though: | 11:59:03,359 INFO [TomcatDeployer] deploy, ctxPath=/bbaseamgen, warUrl=.../tmp/deploy/tmp19512bbaseamgen.ear-contents/bbaseamgen-exp.war/ | 11:59:03,593 INFO [ContextConfig] WARNING: Security role name NONE used in an without being defined in a | 11

[jboss-user] [JBoss Seam] - Re: JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-26 Thread ge0ffrey
I just found out that the seam book I bough actually has the answer, page314 :) Apparently I need to do some stuff in the web.xml and the faces-config. Still it worries me that jboss 4.2 breaks backwards compatibility, because some jars might or might not be in it's classpath. This means if I wr

[jboss-user] [JBoss Seam] - JBoss AS 4.2.0, seam 1.2.1 and seamgen

2007-05-25 Thread ge0ffrey
Using JBoss AS 4.2.0 and seam 1.2.1 I did seam setup (made an ear and ask to drop create the db each time) seam new-project seam generate-entities And then when I deployed that in my generated app with ant deploy I got this: java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupSer

[jboss-user] [JBoss Seam] - Re: Seam and maven2 running tests

2007-05-25 Thread ge0ffrey
>From which repo are you getting those seam jars? It is a public repo? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048707#4048707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048707 ___

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

2007-05-20 Thread ge0ffrey
Thanks for posting the link to http://software.softeu.cz/seam/index.html I just bought the seam book and was sad to find out Seam still has no high-quality poms in the central maven repo. Spring's most voted issue was quality maven2 poms in the central repo (SPR-1484), let's all maven2 users vot

[jboss-user] [Installation, Configuration & Deployment] - jboss shutdown and secured

2006-11-28 Thread ge0ffrey
In my startup script (for Ubuntu server 6.10) I need to be able to shutdown the jboss server when the server stops. However my server's jmx console is secured - because it's a public server. so shutting it down with the jboss's bin command won't work, unless I hardcode my server password in the i

[jboss-user] [JBoss Eclipse IDE (users)] - Deploying an ejb-jar in jboss eclipse ide

2006-11-24 Thread ge0ffrey
I have installed a jboss 4.0.5 with the ejb3 profile. I have create a little poc project as "a new ejb3 project": /src /mypackage/MyWebService.java /META-INF/ejb-jar.xml MyWebService.java uses @WebService and @WebMethod etc. If I jar it manually and drop it in the deploy dir, it works. However

[jboss-user] [JBossWS] - Re: How do I disable HTTP chunking?

2006-11-17 Thread ge0ffrey
Thanks for opening the issue! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986907#3986907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986907 ___ jboss-user mailing list j

[jboss-user] [JBossWS] - Re: noice in SOAP reply

2006-11-16 Thread ge0ffrey
Thanks, I tried setting the "Connection: close" parameter on the client side for the HTTP connection, but that didn't work because the WTK webservices don't have any API to access the HttpConnection AFAIK View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986636#

[jboss-user] [JBossWS] - How do I disable HTTP chunking?

2006-11-10 Thread ge0ffrey
How do I disable HTTP chunking for my EJB3 webservices? I am using @WebMethod etc. I need to disable HTTP chunking because my J2ME client (the wireless toolkit) can't handle chunking yet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984823#3984823 Reply to

[jboss-user] [JBossWS] - Re: noice in SOAP reply

2006-11-06 Thread ge0ffrey
Ah :) Can I disable HTTP chunking? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983447#3983447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983447 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread ge0ffrey
Make that last one: /dvd/dvd-war/src/main/resources/WEB-INF/web.xml of course View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980076#3980076 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980076

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-23 Thread ge0ffrey
The seam examples booking and dvd mix their ear, ejb and war configution files in the same directories: their ant script does some magic to extract the right ones for each artifact. It woul be easier to distill a maven2 build from those example if their configuration files where split into diff

[jboss-user] [JBossWS] - Re: noice in SOAP reply

2006-10-16 Thread ge0ffrey
I installed a pipeline between the client and server which shows the problem: POST /seems-ejb/SeemsServiceImpl HTTP/1.1 User-Agent: Profile/MIDP-1.0 Configuration/CLDC-1.0 Content-Language: en-US Content-Type: text/xml SOAPAction: " User-Agent: UNTRUSTED/1.0 Content-Length: 325 Host: geoffreydeskt

[jboss-user] [JBossWS] - noice in SOAP reply

2006-10-11 Thread ge0ffrey
I tried JBoss WS 1.0.3 (patched on a 4.0.4-GA JBoss with a EJB3 profile) with a @WebService annotation on a @Stateless bean. The Stateless bean had a method String sayHello(). When I send a SOAP messages (using WTK 2.2), the reply contained noise (the numbers): <...> 35 <...sayHello/> 7 <...>

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-09-25 Thread ge0ffrey
Good to hear it's fixed for 1.0.2 :) Also I noticed that I had to deploy the dvd-ds.xml manually to my deploy dir. "ant deploy" didn't do that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973812#3973812 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - Re: 1.0.1 GA

2006-09-24 Thread ge0ffrey
FYI: If you combine the dvd-example 1.0.1 with EJB-3.0_RC9-FD you 'll need to change all EJB-QL queries that start with "from " to "select ? from " to make it work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973743#3973743 Reply to the post : http://www

[jboss-user] [EJB 3.0] - Re: Strange mapping problem...

2006-09-13 Thread ge0ffrey
I have the same problem: a List that's isn't recognized as being a List of MyClass objects View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971271#3971271 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971271

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Join Fetch returning cartesian product

2006-08-30 Thread ge0ffrey
Adding DISTINCT solves this (for hsql, mysql, ...), but my database (ms sqlserver...) doesn't allow to do this because it contains ntexts. It seems as if adding DISTINCT, does not only change the query to the database, but also triggers Hibernate to distinct them. Can I do the second without doi