[jboss-user] [JBoss Seam] - Seam 1.2.1 and Tomcat 6.0.10

2007-04-07 Thread sstrenn
Just a note for folks trying to get seam examples running on Tomcat 6.0.10:  I 
had to remove el-api.jar from jboss-seam-registration\WEB-INF\lib to get the 
example to run due to a classpath conflict with Tomcat's own el-api.jar.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035535#4035535

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035535
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Minimal JBoss configuration for seam

2007-04-07 Thread sstrenn
JBoss seems to take way too long to start and restart (i.e. 1:40 minutes to 
2:30 min are typical on my machine).  This can make the development cycle a bit 
frustrating whenever JBoss needs to be restarted.


Is there documentation of how to configure JBoss AS for a minimal Seam CRUD app?

In the same vein, is there documentation on optimizing Seam performance?  My 
initial snooping hasn't turned anything up.

Thanks,
Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035553#4035553

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035553
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 and Tomcat 6.0.10

2007-04-20 Thread sstrenn
Thanks for the update

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039353#4039353

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039353
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Exception getting value of property resultList of base of ty

2007-02-15 Thread sstrenn
I am trying out seam 1.1.6 and jboss 4.0.5 ejb.  I setup a project with 
seam-gen that accesses a simple little mysql database with users and blogs.  
After I call seam generate-entities, and restart seam, I get the following 
error trace upon accessing the users page.  Any ideas as to what is wrong?  BTW 
- same thing happens w/mysql.


08:05:54,875 ERROR [STDERR] Feb 15, 2007 8:05:54 AM 
com.sun.facelets.FaceletViewHandler handleRenderException
SEVERE: Error Rendering View[/UserList.xhtml]
javax.faces.el.EvaluationException: /UserList.xhtml @57,57 rendered="#{empty 
userList.resultList}": Exception getting value of property resultList of base 
of type : blogtest.UserList$$EnhancerByCGLIB$$ef8d664f
at 
com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
at 
javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1075)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:241)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
at 
com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:29)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:43)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.faces.el.EvaluationException: Bean: 
blogtest.UserList$$EnhancerByCGLIB$$ef8d664f, property: resultList
at 
org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:442)
at 
org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:82)
at 
com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141)
at com.sun.el.parser.AstValue.getValue(AstValue.java:117)
at com.sun.el.parser.AstEmpty.getValue(AstEmpty.java:49)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at 
com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
at 
com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
... 32 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.in

[jboss-user] [JBoss Seam] - [FileZippedJarVisitor] Unable to find file (ignored)

2007-02-15 Thread sstrenn
seam-gen 1.1.6 generated apps result in the following error on startup:

[FileZippedJarVisitor] Unable to find file (ignored)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4017107#4017107

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4017107
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - seam-gen generate entities problem

2007-03-05 Thread sstrenn
I am trying out seam 1.2 and jboss 4.0.5 ejb.  I setup a project with seam-gen 
that accesses a simple little mysql database with users and blogs.  After I 
call seam generate-entities, and restart seam, I get the following error trace 
upon accessing the users page.  

In the example below, it appears that the User object "is not mapped", even 
though it has been generated by seam-gen.  Same goes for my other domain 
objects.

Any ideas as to what is wrong?  BTW - same thing happens w/postgresql.


08:05:54,875 ERROR [STDERR] Feb 15, 2007 8:05:54 AM 
com.sun.facelets.FaceletViewHandler handleRenderException
SEVERE: Error Rendering View[/UserList.xhtml]
javax.faces.el.EvaluationException: /UserList.xhtml @57,57 rendered="#{empty 
userList.resultList}": Exception getting value of property resultList of base 
of type : blogtest.UserList$$EnhancerByCGLIB$$ef8d664f
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:60)
at javax.faces.component.UIComponentBase.isRendered(UIComponentBase.java:1075)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:241)
at 
com.sun.facelets.tag.jsf.ComponentSupport.encodeRecursive(ComponentSupport.java:249)
at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:573)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:384)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:138)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter.java:29)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.seam.servlet.SeamExceptionFilter.doFilter(SeamExceptionFilter.java:43)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at 
org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
at 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.faces.el.EvaluationException: Bean: 
blogtest.UserList$$EnhancerByCGLIB$$ef8d664f, property: resultList
at 
org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:442)
at 
org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:82)
at 
com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyELContext.java:141)
at com.sun.el.parser.AstValue.getValue(AstValue.java:117)
at com.sun.el.parser.AstEmpty.getValue(AstEmpty.java:49)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.java:56)
... 32 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at 
org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolverImpl.java:438)
... 39 more
Caused by: java.lang.IllegalArgumentException: 
org.hibernate.hql.ast.QuerySyntaxException

[jboss-user] [JBoss Seam] - Much thanks!

2007-07-31 Thread sstrenn
I've been digging into Seam 2.0 for the past few days, and just want to 
complement the whole Seam team for the excellent work they've done.  

I am looking forward to teaching my next Java EE course and using Seam as our 
framework.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4069253#4069253

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4069253
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Lastest JBoss Tools doesn't work on Vista.

2008-07-07 Thread sstrenn
I updated yesterday, and it works fine on my Vista machine.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162986#4162986

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162986
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


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

2007-11-29 Thread sstrenn
If you want very cool, interactive charts, you might try 
http://www.fusioncharts.com/free/.  

Here is an example screenshot:

https://www.cs.sbcc.edu/strenn/cs129/TopOrdersFusionChart.jpg

All you have to do is provide the data in XML format, which I did with a 
standard facelet and :


  | http://www.w3.org/1999/xhtml"; 
xmlns:s="http://jboss.com/products/seam/taglib";
  | xmlns:ui="http://java.sun.com/jsf/facelets"; 
xmlns:f="http://java.sun.com/jsf/core"; xmlns:h="http://java.sun.com/jsf/html";
  | xmlns:rich="http://richfaces.org/rich"; 
xmlns:fn="http://java.sun.com/jsp/jstl/functions";>
  | 
  |  
  | 
  | 
  |  
  | 
  | 
  | anonymous wrote : 
  |   | 
  |   | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109161#4109161

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109161
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - seam-gen entities: cascading bug or accepted behavior?

2007-11-14 Thread sstrenn
Folks,

When seam-gen generates an entity with a one-to-many association to another 
entity, it appears to always set the cascade attribute to CascadeType.ALL.

My sense is that this is incorrect behavior when the foreign key's constraint 
in the database is set to ON DELETE RESTRICT.

Is this an "undocumented feature", or an misunderstanding of the expected 
behavior on my part.  If so, could you please give me a quick explanation of 
why CascadeType.ALL is correct when a foreign key's constraint is ON DELETE 
RESTRICT.

Thanks,
Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104799#4104799

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104799
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen entities: cascading bug or accepted behavior?

2007-11-14 Thread sstrenn
Max,

Thanks for clearing that up.  I'll submit a feature request to the hibernate 
tools project to adjust the cascade attribute so that it matches the 
database-defined behavior.  I'll also submit a request to the seam team for a 
mention of this behavior in the "Getting started with Seam, using seam-gen" 
section of the reference.

BTW - just as an example of what can happen if one does not change the "default 
behavior":

Delete a (sales) employee.  This cascades to delete all of the customers 
associated with that employee, which, in turn, cascades to delete all of the 
sales orders and line items associated with that customer.  Also, if the 
employee table has a self-referential foreign key to identify the employee's 
boss, a whole chain of other employees (and their customers and sales orders) 
can be deleted...

Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104850#4104850

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104850
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: seam-gen entities: cascading bug or accepted behavior?

2007-11-15 Thread sstrenn
I have submitted the feature request to the hibernate tools team.

I have also added an entry on the Seam Problems FAQ: 
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamProblemsFAQ

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104873#4104873

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104873
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: EL expression for accessing a set?

2007-11-21 Thread sstrenn
If your object is an entity and you don't have a particular reason to store the 
instruments as a Set (other than that is how seam-gen built the entity), you 
might consider just changing the Set<> to a List<> and HashSet<> to an 
ArrayList<>.  The persistence stuff will still work fine, and so will tags like 
.

You can check out 
https://www.cs.sbcc.edu/strenn/cs129/Assn%20-%20Display%20Sales%20Order/Assn%20-%20Display%20Sales%20Order.htm
(Option A, section 2.8) for more concrete instructions.

Good luck.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106955#4106955

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106955
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: jbossws-2.0.1 released

2007-09-07 Thread sstrenn
In order to get ant deploy-jboss42 to work on jbossws-2.0.1, I had to modify 
line 53 of build-deploy.xml:

was:
thirdpartylibs="${lib.dir}" />

changed to:

thirdpartylibs="${lib.dir}" 
stacklibs="${lib.dir}" />


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082324#4082324

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082324
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam dependencies on JBoss services in default server

2007-09-11 Thread sstrenn
Does anyone know which of the services in the JBoss default server setup are 
required by Seam?  I would like to prune some out, a la 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossASTuningSliming, but would rather 
not have to do it using a trial and error method.

Regards,
Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082854#4082854

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082854
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - HOWTO: Seam 2.0 and

2007-09-16 Thread sstrenn
I found it difficult to get  to work with seam 2.0 and JBoss 4.2.  The 
documentation is currently a) spotty, b) out of date, and c) will generally 
send you into a black hole (due to a) and b)).

I made my way out of the black hole, and here are the steps I used:

a.  Add the following to application.xml:

  | jboss-cache-jdk50.jar
  | 
  | 
  | jgroups.jar
  | 
  | b.  In build.xml, add the following to the fileset dir=${lib.dir} element 
of the ear target:

  | 
  | 

c.  Also in build.xml, add the following to the  of the ear target:

d.  Save the following XML in a file called treecache.xml in your resources 
directory:


  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |
  |  
  |
  |
  |
  | 
  |
  | 
  | 
  | jboss:service=Naming
  | jboss:service=TransactionManager
  | 
  | 
  | 
  | 
  | PESSIMISTIC
  | 
  | 
  | REPEATABLE_READ
  | 
  | 
  | LOCAL
  | 
  | 
  | Sample-Cluster
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 2
  | 
  | 
  | 15000
  | 
  | 
  | 1
  | 
  | 
  | org.jboss.cache.aop.eviction.AopLRUPolicy
  | 
  | 
  | 
  | 
  | 5
  | 
  | 
  | 5000
  | 5
  | 
  | 
  | 5
  | 4
  | 
  | 
  | 100
  | 4
  | 
  | 
  | 100
  | 0
  | 5
  | 
  | 
  | 
  |
  | 
  | 

e.  The file is a modified version of 
JBossCache-1.4.1.SP4\etc\META-INF\pojocache-service.xml with the following 
changes:
i.  Commented out the classpath element.
ii. Commented out the transaction manager
iii.Added a new region called /TopOrders.

f.  To perform page fragment caching, enclose the fragment to cache in a 
 tag with the key and region set.  e.g.:
 ... 
This would cache the fragment in the /TopOrders region for 5 seconds.

NOTE:  The treecache.xml file provided above is configured for local cache mode 
with no transaction manager set.  If that isn't applicable to your app (e.g. 
you have a clustered environment), you'll need to dig into the JBossCache 
documentation to learn more about its cache configuration settings.

Stephen





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084857#4084857

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084857
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Gavin King: Bad tools of Seam is kill its uses!!!

2007-09-17 Thread sstrenn
Your posts are rather offensive...

I've been using seam-gen (command line) along with Red Hat Developer Studio 
since it went beta, and I have cranked out several web sites in the process.  
Perhaps you can try to be a bit more constructive with your posts - that way, 
if you solve any issues, we all benefit.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4085336#4085336

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4085336
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Happy Birthday Seam!

2007-09-19 Thread sstrenn
Congrats and great work.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086438#4086438

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086438
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Need help with WAR deployment and Web Services

2007-09-26 Thread sstrenn
The Seam reference explains how to configure and package a Seam EAR to support 
JBossWS web services.  That worked great.

However, I have not been able to get JBossWS to work with a Seam WAR 
deployment.  The endpoint is not even detected.

Any suggestions?

Where does standard-jaxws-endpoint-config.xml go?  And does the 
SOAPRequestHandler only work in an EAR deployment?

Any help is much appreciated.

Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088692#4088692

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088692
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Need help with WAR deployment and Web Services

2007-09-26 Thread sstrenn
Just to expand on this, I have tried a few approaches, including adding the 
seam servlet filter, but so far nothing that I have tried has worked.

Stephen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089089#4089089

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089089
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user