[jboss-user] [JBossWS] - Re: webservice transport-guarantee CONFIDENTIAL does not w

2008-03-12 Thread squ1rr3l
So am I securing the consoles wrong? If I add | security-constraint | user-data-constraint |transport-guaranteeCONFIDENTIAL/transport-guarantee | /user-data-constraint | /security-constraint | to the web.xml files in both

[jboss-user] [JBossWS] - Re: SSL and native libraries

2008-03-06 Thread squ1rr3l
fastbob wrote : I tried an experiment. I commented out the SSL connector and things worked (except for SSL, of course). | | But I found the cause of the problem. I took a closer look at the installed packages on fedora. Tomcat was installed as part of the system packages (probably by me),

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Help!!!! JBOSS-4.2.2.GA SSL configuration problem

2008-03-04 Thread squ1rr3l
Same error here, except it's only exhibited on Windows Server 2003. Windows XP seems to work ok. Exactly the same config on both machines. Is this a confirmed bug? There seems to be a JIRA posted but no activity. Is there a workaround? View the original post :

[jboss-user] [JBoss Tools (users)] - Tools Dialogs and SEAM

2008-02-15 Thread squ1rr3l
The Tools dialogs for SEAM do not appear to integrate well with the project dialogs. I can use the Preferences - Jboss Tools - Seam dialog to manage Seam runtimes, but when I go into the project properties dialogs, it does not pick up the runtimes that are available. The Runtime drop box does

[jboss-user] [JBoss Seam] - Re: how to download a file via Seam JSF,

2008-01-23 Thread squ1rr3l
tyshan wrote : hi, | | I can upload a file successfully, but failed to download a file. | | I get an exception that | | Servlet response already use stream, Writer not possible | | Same problem here trying to output a Jasper report. Perhaps calling another bean and

[jboss-user] [JBoss Seam] - Re: how to download a file via Seam JSF,

2008-01-23 Thread squ1rr3l
Thanks for the reply. Is that code working for you? Because that's exactly what I tried, but I get the | Servlet response already use stream, Writer not possible | error when I do that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4122803#4122803

[jboss-user] [JBoss Seam] - Re: how to download a file via Seam JSF,

2008-01-23 Thread squ1rr3l
Well I'm not sure why this isn't working for Jasper output, then. My code is very similar (although there is more involved, of course). I was actually getting the context before using injection, which worked better. I'm also using a session EJB - I assume your test code is not. In any case,

[jboss-user] [JBoss Seam] - Re: how to download a file via Seam JSF,

2008-01-23 Thread squ1rr3l
Ok, I have my code working now. There were a couple of things that didn't work: 1) Initially I tried using the | JasperExportManager.exportReportToPdfStream(jasperPrint, outputStream); | for passing the outputStream from the Response object to the JasperExportManager. AFAIK, that's

[jboss-user] [JBoss Seam] - Re: save the transient instance before flushing

2007-08-17 Thread squ1rr3l
Ok, is this a problem in the CVS version of org.jboss.seam.framework.EntityHome, or is it just me? In the seam-gen created [entity]Home.java class, if I do this: | log.info(Entity name: + super.getEntityName()); | log.info(persist result: + super.persist()); |

[jboss-user] [JBoss Seam] - Re: save the transient instance before flushing

2007-08-14 Thread squ1rr3l
I'm getting a similar error, and as a SEAM newbie, I can't figure out how to fix it. I used seam-gen to create a new project, then used new-entity. The resulting components allow me to create and edit, but the delete button produces the TransientObjectException: 16:08:25,384 ERROR

[jboss-user] [Installation, Configuration Deployment] - Re: Unable to set JBoss server from within Eclipse.

2007-06-18 Thread squ1rr3l
There is a plug-in available for newer versions of jboss. See http://www.informatik.fh-wiesbaden.de/~knauf/public/index.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055270#4055270 Reply to the post :

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-06-12 Thread squ1rr3l
[EMAIL PROTECTED] wrote : Re-check-out jboss-seam. I promise you that CVS can be compiled. | | Is there some information on what is required to do that? I've been trying for a couple of weeks, and always get the same error. Can Apache Ant 1.7.0 compile it ok? That's what I'm using. My

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-06-12 Thread squ1rr3l
in CVS. I have tried using ant 1.6.5, and consistently get the same errors there, too. Thx... Squ1rr3l View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053690#4053690 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053690

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-06-12 Thread squ1rr3l
Hmmm... I'm using GNU CVS 1.12.13 (or should that be FSF CVS?). I assume I'm getting everything since I don't get any errors but of course I may not be. I do have /lib/jboss-el.jar and /lib/jboss-el-api.jar, and they are referenced in the .classpath file, so I don't know why I'm getting this

[jboss-user] [JBoss Seam] - Re: could not execute seam commands.

2007-06-12 Thread squ1rr3l
Ok, obviously something was missing, and CVS was not updating the entire tree... I completely deleted the directory and re-ran the check-out from scratch, and everything compiles fine. Should have done that before :-/ javac went from Compiling 407 source files... to Compiling 417 source