[JBoss-user] [JBoss Portal] - Multiple user pages / content management

2006-03-28 Thread kryptontri
Hi, if anyone can answer, does the current version of jboss portal support content management on a user basis ? So if i have a site that has say 20 users, each user can have their ownpage such as www.mycompany.com/pages/dave www.mycompany.com/pages/mike www.mycompany.com/pages/sally etc ? TIA

[JBoss-user] [JBoss Seam] - PersistentObjectException: detached entity passed to persist

2006-03-22 Thread kryptontri
Hi, I have some entities persisted, when i delete one entity which has relationships to it which are cascaded ie 1 to many, the deletion process throws the following error | 13:17:22,527 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception |

[JBoss-user] [JBoss Seam] - Set iteration error: org.hibernate.collection.PersistentSet,

2006-03-21 Thread kryptontri
Hi, I;m trying to iterate through a set of data but when i try to retrieve values it fails with | 21:51:09,278 ERROR [STDERR] 21-Mar-2006 21:51:09 com.sun.facelets.FaceletViewHandler handleRenderException | SEVERE: Error Rendering View | javax.el.ELException: /viewGalleryPage.xhtml: Bean:

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-03-21 Thread kryptontri
Ack, sorry cut and paste type for my view, it is actually | Image Id is ${image.id} | but the error is still occurring? ..erm .. help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931708#3931708 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Set iteration error: org.hibernate.collection.Persistent

2006-03-21 Thread kryptontri
I've used h:dataTable and the exception has gone, but unfortunately, no images are returned. Looking further .. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931714#3931714 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Ajax and FileUpload example

2006-03-20 Thread kryptontri
Anyone got either of these two working ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931266#3931266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3931266 --- This

[JBoss-user] [JBoss Seam] - Re: problems with jboss-seam-booking example

2006-03-20 Thread kryptontri
did your application deploy w/o any errors ? Check your datasource started up correctly and you have it configured for your database ? also look in server/log for the log file which has debug info View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3931268#3931268

[JBoss-user] [JBoss Seam] - Ajax and FileUpload example

2006-03-18 Thread kryptontri
Hi, if anyone has a working configuration/page that uses fileupload and ajax can they post it here please. I have been trying to replicate this example with seam, http://today.java.net/pub/a/today/2006/02/09/file-uploads-with-ajax-and-jsf.html TIA for any help .. View the original post :

[JBoss-user] [JBoss Seam] - Re: please help me in this issue

2006-03-15 Thread kryptontri
Sounds like you are running this from a separate jvm, ie not inside jboss. If this is so, you need to construct your initial context with environment vaiables like PROVIDER_URL etc, you are doing new InitialContext(), inside the jboss server instance this would work. So | HashMap map = new

[JBoss-user] [JBoss Seam] - Re: please help me in this issue

2006-03-15 Thread kryptontri
or you could put a jndi.properties file with these values in your path, that should work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930380#3930380 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930380

[JBoss-user] [JBoss Seam] - Re: No Error messages when Session bean / Action not called

2006-03-13 Thread kryptontri
Hi people, any advice on this issue? The action/SLSB is not being invoked and Seam does not complain about anything either ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929829#3929829 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: No Error messages when Session bean / Action not called

2006-03-13 Thread kryptontri
ok i got the action being called, although i have made progress i am unable to update an entity's relationship, looking again at the examples. | 20:26:19,893 INFO [STDOUT] *** | 20:26:19,893 INFO [STDOUT] Creating new profile - [EMAIL PROTECTED] |

[JBoss-user] [JBoss Seam] - No Error messages when Session bean / Action not called

2006-03-10 Thread kryptontri
Hi, this is a basic error on my part, although I can't see where I am going wrong. I have modified the booking example. After registration I sent the user to a create-profile.xhtml page, which the allows the user to enter some information, this is then sent to a Session bean called ProfileAction.

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-08 Thread kryptontri
Hi Bill, TIA for any input, ok, this is what I did, - new jboss instance - added the following to persistence.xml | property name=jboss.no.implicit.datasource.dependency value=true/ | Step 1: Touched the iplaycms-ds.xml | ?xml version=1.0 encoding=UTF-8? | datasources |

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-08 Thread kryptontri
Please note the property value above is | property name=jboss.no.implicit.datasource.dependency value=true/ | I had left out the trailing when cut and pasting. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928688#3928688 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-08 Thread kryptontri
I am attaching the log file of the touching of the datasource from time stamp 08:50:51,385 to 08:50:51,755 | 2006-03-08 08:50:51,385 DEBUG [org.jboss.deployment.MainDeployer] Undeploying file:/F:/projects/iplay/prod/jboss/server/iplayserver/deploy/iplaycms-ds.xml | 2006-03-08

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-08 Thread kryptontri
Ok ignore the number 69 suffixed after every iplay word, i missed editing/search/replacing before posting! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928693#3928693 Reply to the post :

[JBoss-user] [JBoss Seam] - FIXED

2006-03-08 Thread kryptontri
Hi Bill, thanks for the advice, what i found, which didn't appear in the logs before, was 1 of my ejbs had some wrong annotations, this could be showing now because i changed the jndi name to something simpler to match the ds and persistence.xml Caused by: org.hibernate.AnnotationException: No

[JBoss-user] [JBoss Seam] - Could not instantiate Seam component

2006-03-07 Thread kryptontri
Hi, I seem to be stuck on the booking example that I morphed into my own project. I simply changed the package names and packaging and the corrensponding configuration values. The application deploys fine without any problems. The main page comes up, then I can register and then the errors start

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
Hi Gavin, thanks for any help btw: This is my jndi view tree, the worrying thing is the lack of application deployed components, the app name is cms | +- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory) | +- TopicConnectionFactory (class: org.jboss.naming.LinkRefPair) |

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
Hmm, ok deploying the ear shows no errors, this is my datasource file iplaycms-ds.xml | ?xml version=1.0 encoding=UTF-8? | | datasources | local-tx-datasource | jndi-nameiplaycmsDatasource/jndi-name |

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
ok i redeployed the *-ds.xml and the ear, this is my stack trace, but i noticed this: 13:32:07,669 FATAL [PersistenceXmlLoader] iplaycmsEntityManager JTA Stack | F:\projects\iplay\prod\jboss\binrun -c iplayserver |

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
Sorry post got cut off, here is the continuation of the debug log during the ear deployment | 2006-03-07 13:59:22,733 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, [EMAIL PROTECTED], [EMAIL PROTECTED] url=null ,addedOrder=0} | 2006-03-07 13:59:22,733 DEBUG

[JBoss-user] [JBoss Seam] - Re: Could not instantiate Seam component

2006-03-07 Thread kryptontri
Hi Captn! I think that is just an erroneous log message, with the wrong formatting. The ears and jars do not have double extensions. I am still looking into this. At the moment, Gavin said the persistence unit is causing it, ie indirectly the deployed datasource, so this is my next target to look

[JBoss-user] [JBoss Seam] - LocalOnlyContextFactory

2006-03-06 Thread kryptontri
) | at org.jboss.seam.Component.newInstance(Component.java:1093) | TIA, going to check all jnp related jars .. Kryptontri View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3928262#3928262 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3928262

[JBoss-user] [JBoss Seam] - Re: LocalOnlyContextFactory

2006-03-06 Thread kryptontri
err ok, ignore this, i am revisiting the example. From the docs http://docs.jboss.com/seam/reference/en/html/configuration.html This class is used in tomcat conf only, I am using the full jboss server View the original post :

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I get the same error during deployment for a patched jboss-4.0.3SP1 patch to latest ejb3 and jboss-5.0.0alpha (cvs yesterday) TIA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921142#3921142 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I noticed I had some wrong name references, so i corrected them, but i still get the same error stack | 13:33:25,535 WARN [ServiceController] Problem starting service jboss.j2ee:service=EJB3,module=cms.ejb3 | java.lang.RuntimeException: Field private javax.persistence.EntityManager

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Thomas persistence.xml | entity-manager |nameiplaycmsDatabase/name |providerorg.hibernate.ejb.HibernatePersistence/provider |jta-data-sourcejava:/iplaycmsDatasource/jta-data-source |properties | property name=hibernate.dialect

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Ah hmm I think i see where i *might* be going wrong. I am going to play with the persistence xml and see. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921194#3921194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3921194

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi again, The errors have progressed to the following Stack: | 14:40:40,060 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2 | 14:40:40,080 INFO [Initialization] reading properties from: /seam.properties | 14:40:40,080 INFO [Initialization] reading properties from:

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
I found nothing in the cvs jboss-seam download i have from the last few days, there is nothing inthe forums or wiki or site AFAIK Any ideas, its to do with the seam servlet, at the moment i can't access the cvs repos to d/l a fresh copy, but i am hoping that i need to add a configuration

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Thomas, just saw your message while typing this one up. Ok i am going to try with the nightly build and go from there. Thanks again --- On redeploy cycles, jboss complains the entity manager is already registered | 15:02:41,517 WARN

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi again, I d/l a snapshot, rebuilt it all and it deploys fine, but calling a seam component - ie a session bean fails as it is not bound. Does anyone see anything specific that has changed recently to make this fail ? Sorry for this AGAIN :-( Stack: | 16:22:40,305 INFO [MyfacesConfig] No

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Hi Gavin, I have compared the last nightly build and my current code and can't see any difference in the LoginAction or anything in relation to why the lookup fails. Do you have any ideas with this error ? TIA .. still looking / comparing View the original post :

[JBoss-user] [JBoss Seam] - Re: No default persistence unit

2006-02-02 Thread kryptontri
Ok i got fed up of comparing. I'll have to start again morphing seam booking :-| Anyway, progress should be faster now! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3921315#3921315 Reply to the post :

[JBoss-user] [JBoss Seam] - No default persistence unit

2006-02-01 Thread kryptontri
jboss-5.0.0alpha(cvs today) jboss-seam-1.0beta1 (cvs yesterday) Problem: I am morphing the booking example, everything was fine until I upgraded to the latest ejb3 and seam. The same error occurs with jboss-seam-head and with a patched jboss-4.0.3SP1 with ejb3 patches as per instruction

[JBoss-user] [JBoss Seam] - Seam examples

2006-01-30 Thread kryptontri
Hi there I am in process of developing an application morphed from the booking example. Can somone post or direct me to some presentation examples that deal with if/else type logic. As an example | h1Profile Name/h1 | p | h:outputText value=No Profile Found

[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Sorry, i just realised, is this more a question directed towards jsf/tags rather than seam ? Does the user object/var mean the same in terms of managed jsf object hence using jsf control logic as seam is a bind framework between jsf and ejb3 etc ? TIA k View the original post :

[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Hi guys, Sorry about my question, seems like jstl/jsf is new to me, anyway, this is the way Declare: | xmlns:c=http://java.sun.com/jstl/core; | then kowabunga! errr ok i'm outta date | h1Profile Name/h1 | p | c:if test=${user.profileName==null} | Click here

[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
WASSUP ! :-) K is happy now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920502#3920502 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920502 --- This SF.net email

[JBoss-user] [JBoss Seam] - Re: Seam examples

2006-01-30 Thread kryptontri
Ahh .. life is good. ok i stop now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3920503#3920503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920503 --- This SF.net

[JBoss-user] [JBoss Seam] - Method not found: isConversationTimeout

2005-12-29 Thread kryptontri
Hi there, I am modifying the demo booking application for my own needs and have come across a silly user error, can someone help me track it down? The example app deploys fine, with the same seam version etc. | 20:28:51,409 INFO [ServletContextListener] Welcome to Seam 1.0 beta 2 |

[JBoss-user] [JBoss Seam] - Re: Method not found: isConversationTimeout

2005-12-29 Thread kryptontri
Hi, I think I solved this, basically i checkout head well anyway, the issue is this, in the web.xml change !-- 120 second conversation timeout -- | context-param | param-nameorg.jboss.seam.core.manager.conversationTimeout/param-name | param-value12/param-value |

[JBoss-user] [JBoss Seam] - Beginner questions

2005-12-29 Thread kryptontri
Hi, I am morphing the booking example into a project. 1) What is the timeline for a production release please ? 2) For some examples, an @Table(name=xx) is not declared on entity beans e.g User , is there a reason why it would not be declared, for example, is it specified to override a default

[JBoss-user] [The Lizzard's corner] - Re: java business integration

2005-06-15 Thread kryptontri
Hi Sacha I'm already looking at the spec together with some code i have already written that forms the basis of an esb. Since the 2 are similar in certain respects, i may just implement something basic on my own to get stuff up and running. If I get far enough with this, i'll contact you to

[JBoss-user] [The Lizzard's corner] - java business integration

2005-06-14 Thread kryptontri
hi is anyone from jboss coding this spec ? jboss are on the expert group, and so i was wondering if anyone was working on this ? thanks james View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3881383#3881383 Reply to the post :

[JBoss-user] [Installation Configuration] - extending jboss with a new container mbean

2005-06-02 Thread kryptontri
Hi If i want to extend jboss by adding a new container service, which in turn uses say a servlet/webservice/webapplication/ejb ... am i able to keep the code inside the container directory e.g deploy/mycontainer/jmx deploy/mycontainer/webapplication deploy/mycontainer/myejbs

[JBoss-user] [Management, JMX/JBoss] - new jmx service

2005-06-02 Thread kryptontri
Sorry if this is in the wrong place, it has been posted in the installation/configuration forum aswell. Hi If i want to extend jboss by adding a new container service, which in turn uses say a servlet/webservice/webapplication/ejb ... am i able to keep the code inside the container directory

[JBoss-user] [Nukes User] - nukes/portal user domain separation

2005-02-02 Thread kryptontri
Hi Sorry if this is the wrong place to post - its the only user forum for nukes(and portal i hope) Does jboss portal allow the following scenario - user johndoe1 has a login and a url context he can content managed under e.g www.myisp.com/portal/johndoe1/page1.html

[JBoss-user] [The Lizzard's corner] - commercial interest

2004-12-07 Thread kryptontri
Hi I wish to use jboss minimal confi as a base server with my application built ontop of it. Can i sell the application as long as i state it is built on jboss source - offcourse the jboss source is not touch as i am dealing with the minimal binary server, so its my application ontop of jboss

[JBoss-user] [Persistence CMP/JBoss] - Hibernate Using Multiple Databases

2004-09-28 Thread kryptontri
Hi, I have an application that has up to 100 databases, each has the same schema/table structure. We are migrating to jboss/hibernate but I am not sure how to map the application to different databases using hibernate/jboss 1) We could use 1 database and redesign the schema to support the

[JBoss-user] [The Lizzard's corner] - jboss 3.2.4

2004-05-11 Thread kryptontri
Hi, Any ideas when this will be released ? k View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3834462#3834462 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3834462 ---