[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-10-11 Thread [EMAIL PROTECTED]
ie, this changeset: http://fisheye.jboss.com/changelog/JBoss/jboss-seam?cs=MAIN:gavin:20061011210119 Note that the booking demo used to display times in UTC. Now it displays times in the server timezone. View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with decrementing dates

2006-10-11 Thread [EMAIL PROTECTED]
OK, there is now support for #{timeZone} and #{timeZoneSelector.select}. * the timezone defaults to the server timezone, but this can of course be overridden either in components.xml or via the UI * I have created s:convertDateTime/ which always uses the Seam timezone, ie. #{timeZone}. * I

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Can not save cookie data

2006-10-11 Thread quintenjiang
I have normal programming on cookie. It is fine to run under IIS. But it can only get Cookie value, and can not set Cookie ubder the Jboss. May i know if there are any configuration to support Cookie? Thanks, Quinten JavaScript Code: function getCookie(name) { var cookies =

[jboss-user] [JBoss jBPM] - Re: Process instance export import

2006-10-11 Thread juangiovanolli
Hi: i'm having a problem with the generated code through XML Beans (xmlbeans.apache.org). The problem begin when i want to add a variable to a controller defined into a task node. well, i say: xmlbeans isn't working fine, but...Surprise the element isn't added in the element

[jboss-user] [JBoss Portal] - portal testsuite changes for running against differetn datab

2006-10-11 Thread [EMAIL PROTECTED]
I was able to run portal testsuite against sqlserver as per Julien?s suggestion that I modify test/output/etc/datasources.xml. As expected, this required having sqlserver jdbc driver in the classpath. The easiest thing I could do was to modify /tools/etc/buildfragments/modules.ent to add my jar

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread PeterJ
I think the URL should use three slashes: file:///c:/test.war View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977714#3977714 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977714

[jboss-user] [JBoss Seam] - Re: Step-by-Step Seam Getting Started Guide

2006-10-11 Thread maulinpshah
(to be clearer, its the application.xml file) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977716#3977716 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977716 ___ jboss-user

[jboss-user] [JBossWS] - Re: JSR 181 @HandlerChain annotation w/ custom loader reposi

2006-10-11 Thread [EMAIL PROTECTED]
According to JSR181 the handler file can also be specified relative to the endpoint class. The logic we use is | URL fileURL = null; | String filename = anHandlerChain.file(); | | // Try the filename as URL | try | { | fileURL = new

[jboss-user] [JBoss jBPM] - Re: jbpm bpel problem with doc/lit format.

2006-10-11 Thread vedavati
Did you find the solution to this problem? I am running into the same exception when I run ant generate-service in the Hello example in BPEL beta2 version View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977718#3977718 Reply to the post :

[jboss-user] [JBoss Seam] - Query that selects all rows.

2006-10-11 Thread jimjamz
Can somebody help me create a query that selects all rows within a table. I'm trying to build an SelectItems boject that contains all the states within the US. I get a ClassCastException each time I try to render the page that has my selectitem component. I looked at the

[jboss-user] [JBossWS] - Re: WS 181 and my own security module - call problems

2006-10-11 Thread [EMAIL PROTECTED]
The samples use an ejb endpoint like this | // standard JSR181 annotations | @WebService(name = EndpointInterface, targetNamespace = http://org.jboss.ws/samples/jsr181ejb;, serviceName = TestService) | @SOAPBinding(style = SOAPBinding.Style.RPC) | | // standard EJB3 annotations |

[jboss-user] [Installation, Configuration Deployment] - Re: Install confusion

2006-10-11 Thread [EMAIL PROTECTED]
Name of the file might have been confusing. It's not a point patch. It's a full blown installer with a few bug fixes. Specifically a critical ejb3 issue was fixed back then. Please see http://labs.jboss.com/portal/jemsinstaller/downloads for the latest installer. View the original post :

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-10-11 Thread [EMAIL PROTECTED]
I added a feature request http://jira.jboss.org/jira/browse/JBWS-1296 You are also welcome to have a go. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977724#3977724 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977724

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-10-11 Thread [EMAIL PROTECTED]
| http://jira.jboss.org/jira/browse/JBWS-1296 | You are welcome to have a go View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977723#3977723 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977723

[jboss-user] [EJB 3.0] - Re: @Service POJO referencing a Session Bean

2006-10-11 Thread gommo
Sorry to confuse, the session beans are fine, I have no issues looking them up from clients or other session beans, but it appears to me that when I deploy the .ear file, the Service bean is started before jboss even deploys the session beans.. So thats my real issue? Thanks View the original

[jboss-user] [Beginners Corner] - Re: MainDeployer: Could not make local copy for ...

2006-10-11 Thread editha
Thank you for your answer! Unfortunately it still does not work. When I write something like mymaindeployer.deploy(new URL(file:///c:/test.war)); I still get the Error message Could not make copy for file:/c:/test.war Somehow the two additional slashes disappear View the original post

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-10-11 Thread [EMAIL PROTECTED]
kdeboer wrote : I did some research in the JBoss WS 103 Sources. | It appears that the username token profile is partly supported. | The user and password are added to the soap header when the password are added to the call or proxy object | However password type attribute and password

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

2006-10-11 Thread jgilbert
I have been building Seam applications with Maven2 in my Taylor project. http://taylor.sourceforge.net The current version builds the ejb3 jar, war, and ear with one maven project. The next release will generate seperate jar, war, and ear projects for more flexibility. View the original post

[jboss-user] [JBoss Seam] - Re: IllegalStateException: No active application scope

2006-10-11 Thread neill_robbins
Christophe, I don't know if you are still having this problem, but I also managed to get it. The problem arose because I had both the JSF RI and the MyFaces api and impl jars in my webb app WEB-INF/lib I'm guessing therefore that it was a classpath issue. If you have the same situation,

[jboss-user] [JNDI/Naming/Network] - jndi lookup for persistence unit

2006-10-11 Thread mikedanese
followed a bunch of examples, put persistence.xml in META-INF folder. ?xml version=1.0 encoding=UTF-8? persistence version=1.0 xmlns=http://java.sun.com/xml/ns/persistence; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://java.sun.com/xml/ns/persistence

[jboss-user] [JBossCache] - OutOfMemory errors using jgroup 2.2.9.1

2006-10-11 Thread [EMAIL PROTECTED]
I am using jgroups in a clustered application for distributed caching of frequently used objects. The application is deployed on JBoss, websphere and weblogic. I have noticed that the system occassionally runs out of memory and has full gc's after running for a couple of days. On the websphere

[jboss-user] [JBossWS] - Start with WSDL or WSDL First

2006-10-11 Thread king_country2000
Is is possible to do this within JBOSS-WS 1.0.3 using JSR-181 Annotations. Just using @WebService(wsdlLocation=META-INF/wsdl/hello.wsdl) does not seem to work as the Java-WSDL mappings are not being found. How does one specify the mapping using Annotations ? Thanks. View the original post :

[jboss-user] [JBossWS] - Webservice and transaction annotations

2006-10-11 Thread timdyck
I am currently developing a webservice endpoint using the JbossWS annotations and transaction annotations and I am encountering a problem that I need some help on. It seems that when I add in the annotations for transactions then I get the following stack trace message when running in JBoss AS

[jboss-user] [JBoss Seam] - Re: Seam Remoting and java.math.BigDecimal

2006-10-11 Thread sbryzak2
I've committed some changes to CVS to fix this. BigDecimal and BigIntegers are now marshalled as String values. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977736#3977736 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Does DLQ work without MDBs

2006-10-11 Thread rekhanayan
Hi, I'm working on an application in which the messages will be rolled back when there is a failure in the buisness logic implemented. And was expected JBOSS to manage these undelivered messages to put in a Dead Letter Queue. But with my application I couldn't see this happening. Even after

[jboss-user] [JBoss AOP] - Webservice and transaction annotations

2006-10-11 Thread timdyck
I am having problems using annotations in my code when using both webservice and transaction annotations on the same methods. I wasn't sure where to make my orginal post, but I made it here: http://www.jboss.org/index.html?module=bbop=viewtopicp=3977735#3977735 Any help, with the above issue

[jboss-user] [JBossWS] - Java , WSDL mapping functionality

2006-10-11 Thread king_country2000
From the JAX-WS 2.0 specification anonymous wrote : Implementing Enterprise Web Services (JSR 109) The JSR 109[14] defined jaxrpc-mapping-info | deployment descriptor provides deployment time Java , WSDL mapping functionality. In conjunction | with JSR 181[13], JAX-WS 2.0 will complement

[jboss-user] [Installation, Configuration Deployment] - Re: Exploded Vs Packaged mode

2006-10-11 Thread stemeyda
I am having the same problem but I am doing it a little different. Whenever I package the ear file and deploy it as a file. I can delete that file and jboss will undeploy it. No problems here (besides being slow as dog%#$). Whenever I deploy it as an exploded directory (same exact

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

2006-10-11 Thread [EMAIL PROTECTED]
Very cool! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977741#3977741 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977741 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Newbie Need Help :)

2006-10-11 Thread scout1lacno
Hi, Thankz for the reply :) Have you tried downloading NetBeans 5.5 Beta 2 with JBOSS Bundle? I have located the files but in different file names on \jboss-4.0.4.GA\server\default\deploy The files are anonymous wrote : naming-service.xml | dynaclassloader-service.xml |

[jboss-user] [JNDI/Naming/Network] - Re: jndi lookup for persistence unit

2006-10-11 Thread mikedanese
from(url): http://docs.jboss.org/ejb3/app-server/reference/build/reference/en/html/entityconfig.html For WAR files, JBoss 4.0.x does not yet support deploying a persistence archive with WEB-INF/lib as required by the spec. so, how to access entity jndi's in a jb4 war file? What is the

[jboss-user] [JBoss Eclipse IDE (users)] - Can't Access JBoss 4.0.2 via IP address while running in IDE

2006-10-11 Thread JTeknoslacker
I am running JBoss 4.0.2 AS, JBoss IDE 2.0 Beta1, and eclipse 3.2.1. When running inside the IDE I can't access the AS using the IP address. http://localhost:8080 works but http://ip:8080 does not. Any solutions to getting this to work? View the original post :

[jboss-user] [Beginners Corner] - JBOSS and TOMCAT integrated version problem

2006-10-11 Thread leigha
Hi there, I've installed jboss and tomcat integrated version: jboss-3.2.0RC3_tomcat-4.1.18. and put the files in C:\JBOSS I set the enviroment varibles: JBOSS_HOME = C:\JBOSS My OS is windows2k and I use run.bat to start the JBOSS server. The JBOSS can work correctly, but when I input

[jboss-user] [JBoss Seam] - I must be asking stupid questions.

2006-10-11 Thread jimjamz
I must be asking stupid questions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977747#3977747 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3977747 ___ jboss-user mailing list

[jboss-user] [JBoss Eclipse IDE (users)] - WTP JBoss IDE for EJB3

2006-10-11 Thread lightbulb432
Looking at the following link, what needs to be downloaded to use with JBoss IDE, if I want to use EJB3? http://www.eclipse.org/webtools/main.html The link has: - Web Standard Tools - J2EE Standard Tools - Dali Java Persistence API Tools - JavaServer Faces Tools What confuses me is which of

[jboss-user] [Installation, Configuration Deployment] - Installation of JBoss 4.0.4GA on Headless Sun Server

2006-10-11 Thread esvehla
I need to get an EJB 3.0 configured version of JBoss 4.0.4GA running on a headless Solaris 10 box. When I specify the -Djava.awt.headless=true option on the command line to kick off the installer I get a java.awt.headlessException at

[jboss-user] [JNDI/Naming/Network] - Looking up ejb on jboss 4.0

2006-10-11 Thread defkewl
Dear all, How do I lookup for an EJB on Jboss 4.0? This is the code I write: | InitialContext ctx=new InitialContext(); | Context ref=(Context)ctx.lookup(java:comp/env/ejb); | | DepartmentHome

[jboss-user] [JBoss Eclipse IDE (users)] - What is to be downloaded?

2006-10-11 Thread lightbulb432
Few questions (please answer whatever you know): 1) What is the -nodeps version of each download listed on http://labs.jboss.com/portal/jbosside/download/index.html? 2) What does the All JBossIDE plugins download on the above page include from the rest of that page? What does All really mean

<    1   2   3