[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 pojo 
actually does make a difference, and my @Create annotated method doesn't get 
called several times in the same request.

I am using an archetype generated app with seam 1.2.1 of 
http://software.softeu.cz and it uses jetty and  the microcontainer apparently.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4049402#4049402

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049402
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4048974#4048974

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048974
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.FacesException: java.lang.UnsupportedOperationException
at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:408)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4049030#4049030

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4049030
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.naming:org.jnp.interfaces}
  | 14:20:35,734 INFO  [UpdateTimestampsCache] starting update timestamps cache 
at region: bbaseamgen_ear,bbaseamgen.org.hibernate.cache.UpdateTimestampsCache
  | 14:20:35,734 INFO  [StandardQueryCache] starting query cache at region: 
bbaseamgen_ear,bbaseamgen.org.hibernate.cache.StandardQueryCache
  | 14:20:35,750 INFO  [EJB3Deployer] Deployed: 
file:/C:/develop/appserver/jboss-4.2.0.GA/server/default/tmp/deploy/tmp63128bbaseamgen.ear-contents/bbaseamgen.jar
  | 14:20:35,843 INFO  [JmxKernelAbstraction] creating wrapper delegate for: 
org.jboss.ejb3.stateless.StatelessContainer
  | 14:20:35,859 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:ear=bbaseamgen.ear,jar=jboss-seam.jar,name=Dispatcher,service=EJB3 
with dependencies:
  | 14:20:36,062 INFO  [EJBContainer] STARTED EJB: 
org.jboss.seam.core.Dispatcher ejbName: Dispatcher
  | 14:20:36,140 INFO  [JmxKernelAbstraction] creating wrapper delegate for: 
org.jboss.ejb3.stateful.StatefulContainer
  | 14:20:36,140 INFO  [JmxKernelAbstraction] installing MBean: 
jboss.j2ee:ear=bbaseamgen.ear,jar=jboss-seam.jar,name=TransactionListener,service=EJB3
 with dependencies:
  | 14:20:36,203 INFO  [EJBContainer] STARTED EJB: 
org.jboss.seam.core.TransactionListener ejbName: TransactionListener
  | 14:20:36,234 INFO  [EJB3Deployer] Deployed: 
file:/C:/develop/appserver/jboss-4.2.0.GA/server/default/tmp/deploy/tmp63128bbaseamgen.ear-contents/jboss-seam.jar
  | 14:20:36,234 INFO  [TomcatDeployer] deploy, ctxPath=/bbaseamgen, 
warUrl=.../tmp/deploy/tmp63128bbaseamgen.ear-contents/bbaseamgen-exp.war/
  | 14:20:36,453 INFO  [ContextConfig] WARNING: Security role name NONE used in 
an auth-constraint without being defined in a security-role
  | 14:20:37,578 ERROR [STDERR] java.lang.UnsupportedOperationException
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:477)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:436)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:617)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  | 14:20:37,578 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  | 14:20:37,578 ERROR [STDERR] at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 14:20:37,578 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | 14:20:37,578 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | 14:20:37,578 ERROR [STDERR] at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
  | 14:20:37,578 ERROR [STDERR] at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
  | 14:20:37,578 ERROR [STDERR] at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 14:20:37,578 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 14:20:37,578 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 14:20:37,578 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 14:20:37,578 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 14:20:37,593 ERROR [STDERR] at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | 14:20:37,593 ERROR [STDERR] at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 14:20:37,593 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 14:20:37,593 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
  | 14:20:37,593 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 14:20:37,593 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 14:20:37,593 ERROR 

[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 write a seam app now for jboss x, the sysops can't just upgrade 
to jboss y, without me having to adjust my seam app?

Is it possible to drop the jsf implementation I want to use in my war and 
ignore the one that the jboss app is proposing?  

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4048825#4048825

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048825
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 auth-constraint without being defined in a security-role
  | 11:59:03,875 ERROR [STDERR] java.lang.UnsupportedOperationException
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener$InitFacesContext.getViewRoot(ConfigureListener.java:1690)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.util.MessageFactory.getMessage(MessageFactory.java:113)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.util.MessageUtils.getExceptionMessageString(MessageUtils.java:277)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:477)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.util.Util.createInstance(Util.java:436)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:617)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:503)
  | 11:59:03,875 ERROR [STDERR] at 
com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:402)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 11:59:03,875 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 11:59:03,875 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 11:59:03,875 ERROR [STDERR] at 
org.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.WebModule.startModule(WebModule.java:83)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.web.WebModule.startService(WebModule.java:61)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | 11:59:03,875 ERROR [STDERR] at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | 11:59:03,875 ERROR [STDERR] at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | 11:59:03,875 ERROR [STDERR] at 
java.lang.reflect.Method.invoke(Method.java:585)
  | 

[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=bbop=viewtopicp=4048836#4048836

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048836
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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?
http://viewcvs.labs.jboss.com/cgi-bin/viewvc.cgi/jboss/jboss-seam/lib/
contains the older version and http://www.mvnrepository.com/ doesn't contain it 
at all.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4048837#4048837

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048837
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=4048707#4048707

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048707
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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.StartupServletContextListener

The myfaces jars aren't in the ear or war, and jboss 4.2 seems to be using the 
sun implementation.
Might I conclude from this it's recommended to use jboss 5beta2 instead?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4048736#4048736

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4048736
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 vote for 
http://jira.jboss.com/jira/browse/JBSEAM-983

I've seen they started a poc to build hibernate with maven2, if we can help 
them there to prove that maven2 is a wonderfull build system (once you've know 
the quirks, such as the need to lock down plugin versions) maybe the'll accept 
it into seam too.
But it doesn't matter how seam is build, as long as repo1.maven.org contains 
quality, up to date poms.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4047051#4047051

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4047051
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 init.d file - which I am not allowed.
(the strange thing is I even found this in the red hat scripts - so they don't 
allow securing the jmx-console either)

After some searching I've found this solution:
su -l jboss -c 'killall java'
So basically I am soft killing all processes of the jboss user. Is this a good 
practice?


PS: I think jboss is really great, but I find the support for OS services 
(startup/shutdown) integration on production lacking at this time. I hope the 
support for production use on Ubuntu, Red Hat, Debian, Suse and even Windows 
will improve.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3989214#3989214

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989214
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 I can't figure out how to deploy it (jarred or exploded) from Jboss 
Eclipse ide.

I've tried several versions of the IDE, including the latest 1.x and the 
2.0.0-beta2. I did manage to get the server running from inside Eclipse, but 
when I try run on application server it says no project found that can be run 
on application server.

What version of jboss eclipse ide should I use?
How do I enable my ejb3 project to be deployable on my jboss?

Thanks for any help.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3988408#3988408

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988408
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3986907#3986907

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986907
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3986636#3986636

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3986636
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3984823#3984823

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3984823
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3983447#3983447

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3983447
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 different directories:
/dvd
/dvd/dvd-ear
/dvd/dvd-ear/src/main/resources/META-INF/application.xml
/dvd/dvd-war
/dvd/dvd-ear/src/main/resources/WEB-INF/web.xml

etc :)


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3980075#3980075

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980075
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3980076#3980076

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3980076
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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: geoffreydesktop:8081

?xml version=1.0 encoding=utf-8?
soap:Envelope xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xmlns:xsd=http://www.w3.org/2001/XMLSchema;
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
xmlns:tns=http://seems.kahosl.be/jaws;
soap:Body
tns:sayHello
/tns:sayHello
/soap:Body
/soap:Envelope
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA 
date=200605151000)/Tomcat-5.5
Set-Cookie: JSESSIONID=DAD82CAF9143C49861F34EFD5131AB5F; Path=/
Content-Type: text/xml;charset=UTF-8
Transfer-Encoding: chunked
Date: Mon, 16 Oct 2006 15:18:24 GMT

e2
env:Envelope 
xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'env:Header/env:Bodyns1:sayHelloResponse
 xmlns:ns1='http://seems.kahosl.be/jaws' 
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'ns1:resultHello:)
d
/ns1:result
17
/ns1:sayHelloResponse
1a
/env:Body/env:Envelope
0



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3978571#3978571

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3978571
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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
...
0

Any idea what could be causing this?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3977557#3977557

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977557
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3973812#3973812

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973812
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3973743#3973743

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973743
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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=bbop=viewtopicp=3971271#3971271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971271
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 doing 
hte first?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3968366#3968366

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3968366
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user