I am using JBoss Seam and working w开发者_运维技巧ith transactions. I have 2 methods with the @Transactional annotation.
I need to get a 开发者_如何学C <rich:modalPanel id=\"mod1\" .../> component to load an external page on \"show\" action, defined as:
I am trying to use Seam to persist my jpa entities, when I reference an entity that is in a jar seam says unknown entity. I don\'t want to add all 开发者_高级运维classes in persistence.xml I want seam
When a seam application on JBOSS using java 1,5 is deployed in Unix platform, I am getting this error.
We have a system built on seam/richfaces. There\'s this webpage where the tables are rendered from dynamic context (from multiple different datasources, and each of them uses a different layout to rep
I\'m 开发者_运维百科using Seam and getting a \"Concurrent call to conversation\" error. What does this mean?
I have an entity that has a collection in it.The collection is a OneToMany unidirectional relationship storing who viewed a particular file.The problem I am having is that after I load the entity and
I have a Seam component that handles login, with the name \"authenticator\": @Name(\"authenticator\") public class AuthenticatorAction implements Authenticator
I have the following class that generates sequencial Card Numbers. I\'m trying to recover from OptimisticLockException, by calling recursively the same method. however, i\'m getting TransactionRequire
I\'m using urlrewritefilter to pretty up my product links for a better google indexing (removing product parameter).