[jboss-user] [JBoss Portal] - Re: Adding roles at installation

2007-01-17 Thread [EMAIL PROTECTED]
You can use the Role service to add roles programatically. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003175#4003175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003175

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unicode character issue - happens only on Linux

2007-01-17 Thread flarosa
Thanks - this was almost the solution. In fact, UTF-8 is the default encoding on Linux and something called "Cp1252" - which isn't even documented as a Java recognized encoding - is the default on Windows. Since the commons fileupload class has a method for decoding with a specified character e

[jboss-user] [EJB 3.0] - javax.ejb.EJBAccessException while deploying session bean

2007-01-17 Thread dalal_ravi
hello everybody, I am deploying a simple stateless session bean to JBOSS-4.0.3SP1. but i m getting javax.ejb.EJBAccessException while deploying. I m using jbossIDE and sun jdk1.5.0-6. the message that is displayed on jboss app server console is 12:02:58,093 INFO [Jacc

[jboss-user] [JBoss Seam] - LoggedInInterceptor

2007-01-17 Thread lightbulb432
If making a LoggedInInterceptor similar to the one in the Seam documentation, what would you annotate? I noticed that putting it on the session beans doesn't prevent others from viewing the pages. If somebody types in the URL, it i still displayed (and only when the form is submitted to the sess

[jboss-user] [Installation, Configuration & Deployment] - What is the exact structure of the service Archive file(.sar

2007-01-17 Thread riji
Hi All, Could anyone tell me what is the exact directory structure of the .sar file. ? and also if i need to place my log4j.xml, where exactly can i have it in my .sar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003155#4003155 Reply to the post : http:/

[jboss-user] [Beginners Corner] - could anybody tell me the exact structure of SAR.

2007-01-17 Thread riji
Hi All, Could anyone tell me the exact directory structure for sar. And if I have to put my log configuration log4j.xml, wher to put it? Thanks in advance, cheers, Rijil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003151#4003151 Reply to the post : ht

[jboss-user] [Clustering/JBoss] - Re: JBoss5.0.0.Beta1 multiple instances error

2007-01-17 Thread jbs99
"JerryGauth" wrote : Have you tried binding your server instances to IP addresses? If you're just trying a two node cluster on your machine, you can probably use either a wired/wireless combination or a wired/loopback combination. | | The IP address approach is generally simpler as you don

[jboss-user] [Management, JMX/JBoss] - Re: Clustered view of jmx-console

2007-01-17 Thread AUTOMATON
I also had another idea. If I make my MBeans as singletons, then can I view them from all the JBoss instances in the cluster? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003150#4003150 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [Management, JMX/JBoss] - Re: Clustered view of jmx-console

2007-01-17 Thread AUTOMATON
what is a twiddle command exactly? Thanks for the reply BTW. This is exactly what I thought it would be. I will try to modify the jmx-console code. I went thru it once and it is very easy to understand View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003148#400

[jboss-user] [JBoss Seam] - Re: Entity Id as Page Parameters (pages.xml)

2007-01-17 Thread fabio.ita04
It's working now! I haven't read chapter 5 yet, and when tried to follow the examples in chapter 14, had no knowledge about the need of converter. Seam Application Framework is a nice solution! Learn Seam become easier after I read chapter 14, because it showed a lot of cool stuffs: 1) compare

[jboss-user] [Security & JAAS/JBoss] - Session Timeout ISSUES

2007-01-17 Thread yj4jboss
Hello, I have managed to get JAAS working with the DatabaseServerLoginModule. My problem is that when the session times out, the user is correctly redirected to the login page but JAAS redirects him to the page he wanted to access. What i want is JAAS to redirect the user to the index pa

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2007-01-17 Thread sbryzak2
The information on the wiki page is redundant now. The new Seam security API is due to be released next week, or if you want to try it now you can check out the latest version from CVS. The documentation is still being written, but there is more than enough information there to get authenticat

[jboss-user] [JBoss Seam] - Sem-gen broken for TestNG and FacesMessages

2007-01-17 Thread [EMAIL PROTECTED]
In a previous post "http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99190"; I tried to figure out why FacesMessages was not working with TestNG. I believe the problem is a result of a misconfiguration in how build works with projects generated from the sem-gen app. When I try to r

[jboss-user] [JBoss Seam] - Re: Catching OptimisticLockException and trying to make an E

2007-01-17 Thread [EMAIL PROTECTED]
This is not a Seam question, it is a JPA question, please direct questions like this to the Hibernate forums. Note that its not generally OK to keep working with an EM or Hibernate Session after an exception is thrown. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss Seam] - Re: Catching OptimisticLockException and trying to make an E

2007-01-17 Thread fernando_jmt
I'm sorry but the name of the original post was cutted. It was: Catching OptimisticLockException and trying to make an EntityManage.find() gives exceptions. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003136#4003136 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSP Hot Deploy

2007-01-17 Thread farooqm
Any chance someone can guide me how to do file system copy ? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003143#4003143 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003143 _

[jboss-user] [JBoss Seam] - Catching OptimisticLockException and trying to make an Entit

2007-01-17 Thread fernando_jmt
Hi. I have the following code inside a conversational component: | | | @In(required=false) | @Out(required=false) | private User user; | | ... | @End | public String update() { | try { | | user = em.merge(user); | |

[jboss-user] [JBoss AOP] - JBoss 1.5.3.GA released

2007-01-17 Thread [EMAIL PROTECTED]
http://www.jboss.com/jbossBlog/blog/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003134#4003134 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003134 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - pages.xml and pageflow.jpdl.xml

2007-01-17 Thread lightbulb432
What's the difference between these two files, I can't figure it out. When would you use one versus the other? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003133#4003133 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Seam] - Re: Invitation to try new Seam authentication features

2007-01-17 Thread m79
I'm a beginner in Seam and i'm trying to implement authenticatication but I have no idea how? I've read http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamAuthenticationGuide but I dont understan much of it... can somebody help? somebody have a tutorial? or a how to do it step by step? I will really

[jboss-user] [JBoss jBPM] - Re: removeTaskInstance doesn't work!

2007-01-17 Thread kukeltje
uhhmmm... you pass a taskinstancereference to a method wgich creates a new process (so no taskinstances) and want to remove "it" . that will never work. I'd even expect an exception, but that might be a runtime exception View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: jboss portal 2.6 with JDK 1.6 can't be started

2007-01-17 Thread [EMAIL PROTECTED]
I did test it and it didn't work ;) http://viewvc.jboss.org/cgi-bin/viewvc.cgi/portal/trunk/core/src/main/org/jboss/portal/core/impl/model/portal/PortalObjectImpl.java?annotate=6007 reveals the cause: 187 : julien 883 public Object[] toArray() 188 : { 189 :

[jboss-user] [JBoss jBPM] - Re: How to define DataTypes in a JPDL file????

2007-01-17 Thread kukeltje
@Nib: 1: e.g. to do some checking initially. If the variable has never been assigned any value (java object) it is typeless 2: do do some form generation (it will be stored in the gpd.xml now, but I (personally) are in favour of putting it in the jpdl file, just like the readonly, write, requ

[jboss-user] [JBoss jBPM] - Re: where to put processimage.jpg

2007-01-17 Thread kukeltje
1: come on.do a little investigation yourself. 2: yes, you can View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003127#4003127 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003127

[jboss-user] [JBossWS] - java.lang.ClassCastException: javax.naming.Reference while a

2007-01-17 Thread atulksh
Hi, I am fresh to webservices under jboss. I have jboss4.0.4 with ejb3 and jdk 1.5 setup. I have downloaded the jboss web services 1.0.4 package and deployed it to the jboss instance. I then compiled the samples and was successful at it. I wanted to run the rpcstyle-client example (jaxrpc endpoi

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread [EMAIL PROTECTED]
Which is caused by the usage of JDK 6. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003124#4003124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003124 ___ jboss-user maili

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread [EMAIL PROTECTED]
Hello, And nice to have a new dev release of JBoss Portal. I downloaded and installed the 2.6.ALPHA1 bundle (Portal+AS), and there's some exceptions when accessing http://localhost:8080/portal/index.html : | exception | | javax.servlet.ServletException | org.jboss.portal.server

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unicode character issue - happens only on Linux

2007-01-17 Thread genman
You might need to set the platform character set for Java to UTF-8 when you start. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003119#4003119 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003119 ___

[jboss-user] [JBoss Seam] - Re: Conversation timeout and pageflow

2007-01-17 Thread chris.morrisette
You may want to look at: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=97618 If its the same issue, it has been fixed in CVS View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003115#4003115 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [Remoting] - Re: Transport Compression with JBossWS

2007-01-17 Thread [EMAIL PROTECTED]
So this can be done via remoting by adding entry in header map passed into remoting clinet, such as: | headerProps.put("Accept-Encoding", "x-gzip, x-deflate, gzip, deflate"); | but don't think there is a mapping for this within jbossws (as you said). Guess can create a feature request

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Web vs Tomcat?

2007-01-17 Thread lightbulb432
By the way, to connect Apache to Tomcat, is mod_jk or is mod_proxy_ajp recommended by JBoss? Which is preferrable? What are the tradeoffs or differences between the two, from the perspective of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003094#40

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Links on static content

2007-01-17 Thread genman
Usually, content is served from a particular .war file, where the name becomes the initial sub-directory out of root. E.g. "bob.war" with a file foo.png deployed would deploy a file accessed by http://.../bob/foo.png View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss Seam] - Re: Entity Id as Page Parameters (pages.xml)

2007-01-17 Thread [EMAIL PROTECTED]
Yes, declare it as a page parameter, and specify a converter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003097#4003097 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003097 _

[jboss-user] [JBoss jBPM] - RelationContext.findProcessDefinition after CurrentJbpmCont

2007-01-17 Thread bertrand.njiipwo
Hello community, I'm facing the following problem: First l'll like to retrieve the current Process instance ID under execution from the current jbpmContext (getCurrentJbpmContext()) before the process call the web service. Looking in the data base hier may not give the expected results. I can

[jboss-user] [Clustering/JBoss] - JBoss Clustering + Windows NLB (Network Load Balancing) = Ba

2007-01-17 Thread evk
Hi, I recently tried setting up 3 machines in a JBoss cluster that were ALSO in a Windows Network Load Balancing (NLB) cluster. I attempted this because I figured NLB would give me a virtual IP address that I can use to load balance HTTP requests to members of the JBoss cluster (serving out fu

[jboss-user] [JBoss Seam] - Re: Advice on Security System

2007-01-17 Thread sbryzak2
I've made a few changes in the security API to support this now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003093#4003093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003093

[jboss-user] [JBoss Seam] - Re: Entity Id as Page Parameters (pages.xml)

2007-01-17 Thread kahliburke
I believe you need to specify a Faces converter for the string: | | This is in the documentation, Section 5.1.1 Hope it helps. Kahli View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003089#4003089 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss jBPM] - Re: HibernateException (cache) when deployign hello process

2007-01-17 Thread AESSIARI
"wmhajee" wrote : Hi there.. | | I Got the same problem but I'm using JBoss AS 4.0.5 | I'm using ehcache-1.2.jar (exists in jbpm-bpel.sar dir at /deploy) | | Note: I hade some problem using Hybersonic, and switch to Postgresql could this be the problem! | | Regards Hans | I ha

[jboss-user] [JBoss Seam] - Re: Using @Factory annotation

2007-01-17 Thread gsawant
Solved the error. I need to declare initializeGroups() in the local interface of the action bean in order for UI(jsf) to call it externally. Also need to declare (required=false) in @Out(scope = ScopeType.SESSION) private List eligibleGroups; View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-17 Thread sbryzak2
The Seamspace example in CVS serves images from a servlet, and provides an image rescaling feature also. Take a look at ContentServlet.java, it's pretty straight forward - and it uses SeamServletFilter to set up the Seam contexts. View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: HSQL fail to close data file

2007-01-17 Thread jeffdo
try upgrading to the latest HSQLDB 1.8.0.7 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003080#4003080 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003080 ___ jboss-user

[jboss-user] [JBossCache] - Re: Error: StateTransferVersion 123 only supports transferri

2007-01-17 Thread jyoonyang
Brian, We had StateTransferVersion set as 130 After removing it as you suggested, I don't see the error anymore. Thank you, Jennifer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003079#4003079 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Trying out Hibernate

2007-01-17 Thread rdoust
Hi. I'm trying to use Hibernate for the first time within JBoss AS 4.0.4. I'm including hibernate-service.xml in my jboss-app.xml file in the META-INF directory of my EAR and I have an ejb jar file included in the ear that contains a mapping file. I have ScanForMappingsEnabled set to true in my

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Trying out Hibernate

2007-01-17 Thread rdoust
Hi. I'm trying to use Hibernate for the first time within JBoss AS 4.0.4. I'm including hibernate-service.xml in my jboss-app.xml file in the META-INF directory of my EAR and I have an ejb jar file included in the ear that contains a mapping file. I have ScanForMappingsEnabled set to true in my

[jboss-user] [JBoss jBPM] - Re: Starters Kit unix shell scripts

2007-01-17 Thread [EMAIL PROTECTED]
Hi Micah, Just file a JIRA issue and attach your scripts to it. Thanks, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003073#4003073 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003073

[jboss-user] [JBoss Seam] - Re: Seam doesn't play with ICEFaces

2007-01-17 Thread fhh
I disagree. The specification only says immutable but does not say what is supposed to happen when somebody _tries_ to modify it. Throwing an UnsupportedOperationException is in my opinion reasonable. I haven't actually checked what the RI does but silently ignoring the attempt to add a request

[jboss-user] [EJB 3.0] - JNDI Naming question with EJB3 in JBoss: how to include the

2007-01-17 Thread [EMAIL PROTECTED]
How can I control the JNDI names that JBoss seems to set up to point to my deployed EJB3 session beans. For example, I may have a simple EAR project called "test.ear" containing "MyEJB.jar" with the following classes: 1) file packageName/LocalInterface.java: package packageName; @Local public i

[jboss-user] [JBoss jBPM] - Starters Kit unix shell scripts

2007-01-17 Thread micah_gideon
I was just running through the starters kit and noticed there were no startup scripts included in the jbpm-server folder for those of us on linux/unix platforms. I went ahead and modified the start.bat to work as a start.sh, but who can I give it to to get it added to the zip download on the si

[jboss-user] [Messaging, JMS & JBossMQ] - How to store JMS messages permanently in the database

2007-01-17 Thread vk.iyengar
After consumer/subscriber acknowledge, I would like to store the message permanently in the oracle database. This is one of my business requirement where we want to replay the message. When i say replay means messages from the database will be put back into Queue for processing again. Thanks V

[jboss-user] [JBoss Seam] - Entity Id as Page Parameters (pages.xml)

2007-01-17 Thread fabio.ita04
Hi, I'm trying to write a simple application using Seam Framework, based on the seam reference documentation. I have a search screen, that displays a list of entities. For each entity on the list, there's a hyperlink that can be clicked to display an edit page. Seam reference tells the develop

[jboss-user] [JBoss Seam] - Access Collection from page

2007-01-17 Thread lightbulb432
Is there any way to add to and remove from a Collection from a page with an expression? For example if you have #{myBean.myCollection}, how could you add to or remove from a collection the value in the input field to which this expression is bound? (e.g. #{myBean.myCollection.add} or something)

[jboss-user] [Messaging, JMS & JBossMQ] - MDB fails to listen after config changes

2007-01-17 Thread kr1491
I have discovered that a MDB won't listen anymore if you change a config file on the fly, for example changing the password in oracle-ds.xml. Here are the following steps you can do to test for yourself. 1. start your server and mdb. 2. send a message via a jms client. 3. watch mdb pick it up

[jboss-user] [Clustering/JBoss] - sibgleton service (cluster-wide)

2007-01-17 Thread mhsheikh
I need to have a service that runs on one and only node, but is accessible from any node. Instead of using a HASingleton (which I can successfully deploy but have problems to invoke it from nodes other than primary), I decided to do this: I use @Service to create a service POJO which is gurantee

[jboss-user] [JBoss Seam] - Using @Factory annotation

2007-01-17 Thread gsawant
I have a jsf page to edit user and a user can be a "supplier" or "admin". If logged in as a "supplier" user can edit his profile and If logged in as a "admin" user can edit other users. In EditUser.xhtml page I have single select list whose values are "supplier" or "admin" coming from a data

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread tvrtko
Again, I get the error. Also, I tried changing Test case like this (I only shortened the password to three characters, and commented the following assert): | public class RegisterTest extends SeamTest | { | |@Test |public void testLogin() throws Exception |{ |

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Nullvalues in messageblob with Oracle as persistence lay

2007-01-17 Thread ranoze
Could it be a timeout issue with the Oracle DB ? There is a property for ORACLE JDBC Driver oracle.jdbc.ReadTimeout. Would increasing the timeout to a higher millisec be a possible solution ? I wrote a standalone application which makes a call to the DB and reads the messages from the JMS_MESS

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.0.3SP1 Cacheing DNS While Ignoring TTL

2007-01-17 Thread jpmcconn
Hello. I have a situation where I would like to disable cacheing of DNS or if possible have JBoss recognize the TTL. A web service is called from JBoss using a FQDN which round robins to two different IP addresses. JBoss is cacheing the address of the first call/lookup. Only a restart clears

[jboss-user] [JBoss Seam] - Re: Combining EntityHome and session beans

2007-01-17 Thread lightbulb432
If the user returned the next day (or after any long enough amount of time), wouldn't the SFSB on the server have timed out (with any normal timeout setting)? When you implemented your wizard, were you able to use Hibernate Validators at all somehow in your validation/logic method in the pagefl

[jboss-user] [JBoss Seam] - @Datamodel ?

2007-01-17 Thread KoniKoni
How can i solve follow problem: I have a list of event and for each event exist more games. How can i implement a kind of nested loop. I wont to output events and all games for each event. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003049#4003049 Reply

[jboss-user] [JBoss Portal] - Re: jboss portal 2.6 with JDK 1.6 can't be started

2007-01-17 Thread [EMAIL PROTECTED]
"misanek" wrote : Hello, I downloaded portal 2.6.0DR1, and tried to run it without any configuration changes. Server seems to star fine, but invoking localhost:8080/portal causes following exception. This problem disappeared when I ran it on JDK 1.5. Anybody know the sollution? | We haven't

[jboss-user] [JBoss Portal] - Re: Has anyone tried those portlets ?

2007-01-17 Thread [EMAIL PROTECTED]
PAL is run by Shinsuke, a committer on Jetspeed. He's also helping define PRP: https://prp.dev.java.net/ with us. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003047#4003047 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread hstang
What happens if you copy "jboss-seam-ui.jar" from Seam root to WEB-INF/lib of the registration web app? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003046#4003046 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400304

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread tvrtko
Same thing happens when I deploy example on tomcat 5.5 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003043#4003043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003043 ___

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Hypersonic localDB.data file size limit

2007-01-17 Thread jeffdo
I'm using JBoss 4.0.5 and I use the following localDB.properties: #HSQL Database Engine #Wed Jan 17 15:50:01 EST 2007 hsqldb.script_format=0 runtime.gc_interval=0 sql.enforce_strict_size=false hsqldb.cache_size_scale=8 readonly=false hsqldb.nio_data_file=true hsqldb.cache_scale=14 version=1.8.0 hs

[jboss-user] [JBoss Seam] - Re: Validation fails in registration example

2007-01-17 Thread tvrtko
Same problem here: * jboss-4.0.5.GA-ejb3 * jboss-seam-1.1.0.GA * built with ant deploy when I enter less than 5 characters for password I get the exception: | ... | Caused by: org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=tvrtko/21,

[jboss-user] [JBoss Seam] - Re: Combining EntityHome and session beans

2007-01-17 Thread petemuir
Well, I don't have a hard and fast rule about any of this (because that would be silly ;). So I would start by putting the validation on the home bean, then, if needed later on, move it onto the flow control bean. The only example of this I came of needing on the pageflow was: A wizard (back

[jboss-user] [JBoss Seam] - Re: Testing FacesMessages with wmbedded container and inject

2007-01-17 Thread [EMAIL PROTECTED]
Sorry, I can't help you, I have not seen this before. This works just fine in the booking example test suite, so follow the example closely. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003032#4003032 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: Has anyone tried those portlets ?

2007-01-17 Thread [EMAIL PROTECTED]
Thanks for the info. I have added the blog to my rss feeds though :-), to monitor their advertisements. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003031#4003031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40030

[jboss-user] [JBoss Portal] - jboss portal 2.6 with JDK 1.6 can't be started

2007-01-17 Thread misanek
Hello, I downloaded portal 2.6.0DR1, and tried to run it without any configuration changes. Server seems to star fine, but invoking localhost:8080/portal causes following exception. This problem disappeared when I ran it on JDK 1.5. Anybody know the sollution? Thanks 2007-01-17 21:18:43,468 ERRO

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Nullvalues in messageblob with Oracle as persistence lay

2007-01-17 Thread genman
You are posting a reply to a 2004 thread. FWIW, it seems like an Oracle driver issue. Your DB is not returning data over the socket. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003026#4003026 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Portal] - Re: Has anyone tried those portlets ?

2007-01-17 Thread aerostra
Found the site a couple of days ago and tried the blog portlet without success. Till I discovered he actually has a blog with a referece to the JBoss Portal: http://palab.blogspot.com/2006/09/how-to-deploy-our-portlet-to-jboss.html I tried the CMS portlet following the instructions but it gave m

[jboss-user] [Installation, Configuration & Deployment] - Re: Running JBoss with Java 6 (JDK 6)

2007-01-17 Thread dwin
In my experience, JBoss does not running correctly with JDK 6. I've heard several issues, especially when using JBoss web services. Until there is an official release and assurance that JBoss 4.x or even JBoss 5.x will comply with Java 6.. Eventually, I am guessing that they will modify and a

[jboss-user] [JBoss Portal] - CommandFactory, Invocation and PortletSession

2007-01-17 Thread lehd
Hi all I have an url mapping like that for cms but for different prefix. I have CommandFactory. In it's doMapping I need to access PortletSession attribute. The only way I think is to try to find them through ServerInvocation which is passed as a parameter to doMapping. Can it be possible? Or may

[jboss-user] [Installation, Configuration & Deployment] - Re: Isolation/CallByValue on 4.0.5

2007-01-17 Thread jflinchbaugh
I've just tried JEMS 1.2.0 final installer, told it to do a "standard" install, then twiddled the 2 settings mentioned in the install notes, and everything seems to be functioning again as I would expect. I didn't have to compromise my isolated deployment components. View the original post :

[jboss-user] [Installation, Configuration & Deployment] - Re: AS 4.0.5 GA complains about unclosed connections

2007-01-17 Thread PeterJ
You code should look like: DataSource ds = null; | try { | ds = ctx.lookup(...); | --do database stuff -- | } finally { | if (ds != null) ds.close(); | } If you don't close the datasource before exiting the method, you get that warning. View the original post : http://www.jboss.

[jboss-user] [JBossCache] - Exception Using PojoCache 1.4.1.GA under JBoss Application S

2007-01-17 Thread jcollins914
OOps, large portions were left out because I didn't use the tag... please see details in ensuing copy. | | Greetings, | | I have read all of the documentation I can find on the JBoss AOP AND the JBoss Cache, and even looked through the JBoss Cache public forum from beginning to end, d

[jboss-user] [JBossCache] - Exception Using PojoCache 1.4.1.GA under JBoss Application S

2007-01-17 Thread jcollins914
Greetings, I have read all of the documentation I can find on the JBoss AOP AND the JBoss Cache, and even looked through the JBoss Cache public forum from beginning to end, drilling into ANY of the cases whose subject might remotely indicate a potential solution to this. If there is any place

[jboss-user] [JBoss Seam] - Re: Displaying Picture from blob

2007-01-17 Thread SmokingAPipe
I haven't looked at Peter's solution but I know it would be quite easy and efficient to write a plain old Servlet to do this. It is perfectly possible to use EntityManagers within Servlets, and serving an image from a Servlet is a good way to go. You avoid any overhead of Seam, JSF or anything

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread PeterJ
Gee, Roy, I wouldn't say you failed. Look at the one case where the code did not work: IE6. Who would ever think (or expect) that anything CSS-related works correctly in IE? (I'm surprised they got it right in IE7!) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Beginners Corner] - Using java.util.logging with JBoss AS 4.x Logging service

2007-01-17 Thread dwin
Hey guys JBoss AS's JMX has the ability to set the logging levels dynamically, the service is called Logging Domain Name:jboss.system service:Logging type: Log4jService MBean Java Class: org.jboss.mx.modelmbean.XMBean I was wondering as opposed to using log4j to log my stuf

[jboss-user] [JBoss Seam] - Re: The persistence manager doesnt find EJB3 entities when t

2007-01-17 Thread SmokingAPipe
If you're getting "not mapped", the first place to look is to see if you're getting the correct entity manager. I was getting this problem and found out that (for obscure reasons) I wasn't getting the EntityManager I thought I was getting. I'm pretty sure that your unit test cotext is giving y

[jboss-user] [JBoss Seam] - Re: Combining EntityHome and session beans

2007-01-17 Thread lightbulb432
petemuir, is it correct to say that you would only put in EntityHome whatever validation or processing that would still need to be processed regardless of which pageflow the entity was being used by? Oh, I'm kinda confused...you can inject regular (non-bean) classes into beans? Why would you do

[jboss-user] [JBoss Seam] - Re: website Templating

2007-01-17 Thread SmokingAPipe
I switched to Faclets and it's great. I haven't used it with Tomahawk. Right now the biggest problem I have with Facelets is dealing with older broken HTML. All your pages in Faclets have to be properly-formatted XHTML. This is good, but could be frustrating if you had a large body of HTML th

[jboss-user] [JBossCache] - Re: Exception Using PojoCache 1.4.1.GA under JBoss Applicati

2007-01-17 Thread jcollins914
Please ignore this case, it was accidentally re-posted. Admin please feel free to delete this. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003000#4003000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40030

[jboss-user] [JBoss Portal] - Re: jboss portal caches request...

2007-01-17 Thread adamzrk
No one knows? :(( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003014#4003014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003014 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread dexxa
I agree with Peter on that one. Thanks for the quick response Roy! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003013#4003013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003013 __

[jboss-user] [JBoss Seam] - Advice on Security System

2007-01-17 Thread mikepkp17
I know the security in seam is not yet finished but as far as I can not implement my use case. Let me explain: On my login form I have 3 inputfields, a username, a password and a domain. When the user clicks the login button the system needs to get all loginmodules configured for the given doma

[jboss-user] [JBoss AOP] - Re: Can ejb3 style interceptors be used with ejb 2.1 beans

2007-01-17 Thread [EMAIL PROTECTED]
Still in the wrong forum, but AFAIK the answer is "NO" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002977#4002977 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002977 ___

[jboss-user] [JBossWS] - Re: jbossws 1.0.4 kills my MBean

2007-01-17 Thread Doug.Palmer
Ok, I've found a workaround. Possibly even a more appropriate solution. I now build the war in the MBean init() method (instead of in the create method) and call deployUrl() instead of mainDeployer.deploy(). This works with JBossWS 1.0.0 to JBossWS 1.0.4 on JBoss 4.0.4 and JBoss 4.0.5. Regard

[jboss-user] [JBoss Seam] - Re: Combining EntityHome and session beans

2007-01-17 Thread [EMAIL PROTECTED]
Right. EntityHome is meant to be extended. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002975#4002975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002975 ___ jboss-user m

[jboss-user] [JBoss Seam] - Re: Deploying in 4.0.3SP1 AS results in empty tables, how to

2007-01-17 Thread [EMAIL PROTECTED]
So give your database user the needed permissions. What are you posting here for? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002974#4002974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002974

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread [EMAIL PROTECTED]
ok. I created a jira bug for it http://jira.jboss.com/jira/browse/JBPORTAL-1202 I thought I was being clever by making a pure CSS dropdown menu, so as to avoid javascript entirely. I failed. ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002969#4002969 R

[jboss-user] [Installation, Configuration & Deployment] - AS 4.0.5 GA complains about unclosed connections

2007-01-17 Thread tekniklas
I get the message "[org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection" What am I missing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Seam] - Need advice on using resultList and pagination

2007-01-17 Thread hvram
Hi I have been working with for the last 4 weeks and I have a query on using the resultList function. I used seam-gen and have been playing around with the code. My application has one main table and a lot of child tables The default code to display the child tables was to use ,h

[jboss-user] [JBoss Seam] - Re: Cannot compile seam from CVS

2007-01-17 Thread [EMAIL PROTECTED]
Thanks - I've fixed it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002966#4002966 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002966 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6 Alpha Release

2007-01-17 Thread dexxa
Just tested it out. In IE6 when I move the mouse over the "Test" tab I don't see the dropdown menu however I do see it when using IE7, FireFox 1.0.7 or Opera 9.00 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002965#4002965 Reply to the post : http://www.j

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss version versus JRE

2007-01-17 Thread myozzo
Yes I am positive about the Spelling of Jvantage I checked many times. jVantage is a visual web development tool. I have posted on their forum also hopefuly I will get some answers from them as well Thanks for your help View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [JBoss AOP] - Can ejb3 style interceptors be used with ejb 2.1 beans

2007-01-17 Thread ajay662
Trying to post in the right forum. Original post http://www.jboss.com/index.html?module=bb&op=viewtopic&t=99357 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002963#4002963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Portal] - Adding roles at installation

2007-01-17 Thread u1malmberg
Is there an easy way to add a number of roles that I want to have available in my portal. I really do not want to add them manually, but rather to configure them in a file or something. :) I know I can populate jbp_roles table using hibernate, but I'm looking for a more flexible way to config

[jboss-user] [JBoss Seam] - Re: NPE in ClassLoader...

2007-01-17 Thread jkrupka
It may have been thrown when I first deployed it, but I didn't see anything of the sort, I would have to double check the log files. This particular time though was in the middle of using the forms, the application has been up since yesterday I believe. View the original post : http://www.jbo

  1   2   3   >