Hi..
Our Web server is Jeus. and we've tested jbpm with resin web server.
we use jbpm-starters-kit-3.1 and deploy it. and output file was jbpm.war, jms
dir, jmx-console.war dir, jbpm.sar dir, jbossweb-tomcat55.sar dir .
when we use resin , we do located jbpm.war file in webapps dir in r
Hi there,
I've got the same problem. I want to test my Seam application with JUnit 4.1
and JBoss Eclipse IDE 1.6.
I've a little test class that needs an EntityManager:
public class LoginActionTest {
| private static EntityManagerFactory emf;
| private EntityManager em;
| privat
Hi there,
I've got the same problem. I want to test my Seam application with JUnit 4.1
and JBoss Eclipse IDE 1.6.
I've a little test class that needs an EntityManager:
public class LoginActionTest {
| private static EntityManagerFactory emf;
| private EntityManager em;
| privat
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstan
ce(JDBCStoreManager.java:560)
at org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(C
MPPersistenceManager.java:124)
Hi there,
I was trying to throw an Exception with an array property from a SLSB with a
web services endpoint.
At first, here my exception code:
public class ValidationException extends Exception {
| private ValidationProblem[] validationProblems;
|
| public ValidationException
And what's with the original post? Should I remove all @DataModel anntotation s
(and then remove @DataModelSelection and @DataModelSelectionIndex as well?)? Or
is there another workaround, is it a bug or did I make a mistake?
View the original post :
http://www.jboss.com/index.html?module=bb&op
"[EMAIL PROTECTED]" wrote : That is not the same error as the original post.
|
| And yes, it lookes like you have multiple phase listeners. Check your JSF
startup log.
Ok, I tried some other things. I thougt that multiple jar's are the cause for
the problem, but my actions have no effects.
I have a class : MyApplicationExceptionBase extends Exception
that I use in my code ,
In the EJB3 stateless remote interface I have declared
| public MyData getData(int key, String user) throws
MyApplicationExceptionBase ...
|
|
| And in the Stateless implementation class I have decl
*please* put these in hibernate tools jira as patches! thank you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948271#3948271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948271
---
jboss ide 1.6.0.GA contains hibernate 3.1.0.beta5a which should be more than
enough to work ;)
but note that the seam templates are still waiting for updates from the Seam
team to be aligned with the latest/greatest Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
Does anyone know a JMX bean/attribute to get the number of active http sessions?
I've had quite a look through the tree but can't seem to find anything. The
best thing i can come up with is the tomcat status page, which only shows the
current requests.
Thanks,
Andrew
View the original post :
h
the tables just takes a looong time to fetch with oracle ;(
Workaround: set default schema in your config and it will only fetch for your
schema.
note: you don't need the database node for any functionallity besides
"browsing", everything else should work just fine.
View the original post :
h
We do it also like this:
a decision before each subpath of execution which moves directly to the join if
the condition is not met.
A custom fork... ah... ye... several times mentioned in the forum.
Maybe it is time to have a "standard" jBpm fork that does this trick :-), or to
have guar
Yeah, also had a hard time debugging why conditions did not work. Now it is on
our tips and tricks for jBpm wiki:
DON'T FORGET TO NAME THAT TRANSITION :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948265#3948265
Reply to the post :
http://www.jboss.co
There are issues with the composite keys and two of the templates.
1. In find.jsp.ftl you should check if typeName is not null. Here is the
updated <#foreach> section:
<#foreach field in pojo.getAllPropertiesIterator()><#if
!c2h.isCollection(field) && !c2h.isManyToOne(field)>
<#if f
jboss4.03, ejb2.1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948263#3948263
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948263
---
All the advantages of Linu
user = userHome.findByNameAndPassword(name, password);
11:20:18,174 ERROR [LogInterceptor] TransactionRolledbackLocalException in
metho
d: public abstract com.sea.acct.security.ejb.User com.sea.acct.security.ejb.User
Home.findByNameAndPassword(java.lang.String,java.lang.String) throws javax.
bulk operations are not supposed to handle associations
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948261#3948261
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948261
-
http://jira.jboss.org/jira/browse/EJBTHREE-607
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948260#3948260
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948260
--
I don't really understand the tone you use when you actually are asking for
help.
Do you want people to pass on?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948259#3948259
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
entities associated with each other must be in the same persistence unit
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948258#3948258
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948258
Of course I can't defined more than one NamedQuery without NamedQueries.
Also, I couldn't use NamedQuery for any query without parameters.
And using NamedQueries arrays is also not working for me.
Maybe I didn't understand the contract. But if I'm doing this correctly there
is some bug around t
What am I doing wrong here?
@javax.persistence.NamedQueries(
| {
|
@javax.persistence.NamedQuery(name="selectAllWorkOrders",query="select a from
WorkOrder"),
|
@javax.persistence.NamedQuery(name="selectWorkOrder",query="select a from
Wo
Would you explain to me why an internal JNDI lookup is not lightweight? This is
basically a hashmap lookup.
I stand on my position, use a SB to implement your DAOs
On a design pattern, you have a motivation section (and sometime a context
section), apply DP only if the motivation and context mat
Thanks for the reply.
I had been using forum code from 2.2.1 with the Alpha release of 2.4.
Instead, per your suggestion, I took the latest from head.
The portal builds and deploys fine; however, building the forums gives
the errors below. I can take care of the test ones, but am not sure where
when I use apache and mod_jk for load balancer,I met the following problem
. I don't know why it happend .maybe the configration file isn't correct .I
don't know .
the log is :
anonymous wrote : 2006-05-31 17:45:50,155 ERROR
[org.apache.catalina.connector.CoyoteAdapter] An exception or
thanks for reply ..
i like to know how to repackage of the war.
many times i tried to but everytime it occured same error message.
please tell me more detail.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948251#3948251
Reply to the post :
http://www.jboss.
when I use hibernate3.05 work with jbpm3.11,the websale can not start,then I
use the latest hibernate version,it can run well,I know that maybe i should
modify somewhere then rebuild jbpm,however,maybe you can give some property can
set by us,if we use hibernate3,we can set something to let jbpm
but actually I included everything(tables, columns) in the reveng.xml!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948248#3948248
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948248
--
Hi everybody!
I'm going through the JBoss quick start, and made it to Chap 5 Web Services.
I try to run the 'wstools' target to generate the web services deployment
descriptors, but the build fails.
Target 'ws' runs the 'wstool' target which has a 'wstools' taskdef, but running
these other ta
http://jira.jboss.org/jira/browse/JBMESSAGING-405
Clebert is taking a look at it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948245#3948245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948245
--
Hi,
Would anyone know of a good nightly builds combination of Jboss IDE for Seam
Reverse Engineering to work, I still get the error mentioned in other
posts(java.lang.IllegalArgumentException: no property for configuration
setting: entityManager.jndiName) and haven't figured out how to set it u
Kabir,
How can one get ahold of the Eclipse AOP plugin with the 1.5GA release of the
JBossAOP packages? Can one build it from source somehow if it's not available?
Thanks!
Cheers,
pete
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948244#3948244
Reply t
Hi there.
I'm getting involved with the web services security
>From the wiki I use a simple security configuration example, and deployed my
>web service.
Just to be sure that it works, I ran a client with no security configuration,
expecting to get an exception, but surprisingly this didn't ha
Bertrand,
>From the description in the JBoss AS guide, section 6.2, the message cache
>holds messages in memory until space usage passes defined limits. At that
>time, the cache starts persisting messages. I guess this explains the behavior
>you are experiencing.
Regarding the use of queues, h
Hello
Could you tell me what version of Forums and from where downloaded you are
trying to deploy? Did you try using CVS repository sources?
Ryszard Kozmik
JBoss Forums Lead
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948234#3
Hi obn,
In my configuration my ejb jar file looks like this:
com/mycompany/mypackage/mbdclassfile.class
meta-inf/ejb-jar.xml
meta-inf/jboss.xml
jms-ds.xml is in your JBossHome/server/*configuration*/deploy/jms
It sounds like you have another MDB (MDBExample) listening to the same queue...
Thanks jaikiran, I solved the problem although I'm not happy about it! In my
jms-ds.xml I had specified:
java:/XAConnectionFactory
which is how the DefaultJMSProvider is configured. When I changed this to
XAConnectionFactory
as in your post, it magically works! So I don't understand why the
I'm having this same problem.
I don't understand why a jaxrpc-mapping.xml would be necessary for this, if I'm
using JSR-181 annotations. I don't have any other configuration files, it's
all in annotations. If I comment out all the remote-methods that have
JavaBeans as return types or parameter
Can you be specific which version of the documentation you are referring to?
It is entirely possible that the examples were compiled with Java 5 and are
incompatible with Java 1.4. If that's the case, we need to update the
examples. A workaround is to install Java 5 - you really should be usi
The example's documentation clearly warns about this kind of occurrences:
anonymous wrote : Note: The current example was tested with JBoss EJB 3.0 RC5 -
PFD but more recent EJB3 versions are liable to introduce API changes that may
break the example. If this is the case, please modify the examp
OK. I ll try.
Today the same error occured but because a different cause.
I was using jmeter to simulate 150 simultaneous access to portal. The
max-pool-size of portal-ds.xml was in 20.
Almost all requests were unsuccessfull returning an error indicating that the
timeout to acquire the connect
Here is what I could suggest: What is your portal version? Is it portal 2.2 or
portal 2.2.1, or another version of 2.2? If you made no changes, then compare
the change log for your version of 2.2, and the latest version, and try doing a
diff between your portal and the portal that was originally
The JBoss instances are two independent instances.
Is there any other thing that could be wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948228#3948228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948228
---
That is my problem exactly. Thanks for the closure.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948227#3948227
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948227
I'm also experiencing the exact same thing. I haven't figured it out yet but
I'm working on it. It's driving me up the wall. I'm using JBossWS tools 1.0
to generate my all my deployment artifacts (wsdl file, jaxrpc-mapping file,
etc). I'm using a document/literal wrapped type wsdl configurat
Just curious... What is the stack trace that the server reported? What did the
server log about this portal crash?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948225#3948225
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Hi guys,
I don't think this is the intended TRACE that anil wanted me to setup, but it
may be useful in trying to diagnose the problem...
Here is a section of the server.log from the login form, a successful login and
then a redirect to index.jsp (my landing page once logged in).
anonymous wro
David,
Perhaps http://wiki.jboss.org/wiki/Wiki.jsp?page=PromiscuousTraffic is the
explanation for your cluster separation issue.
gohip,
Hijacking a thread with a question that is off-topic to the forum is normally
not the best way to get an answer. But... in general the -b switch only
contro
Hi,
I changed the portal-postgresql-ds.xml to increase the max-pool-size and the
portal crashed.
why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948217#3948217
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394821
Still hapenning.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948216#3948216
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948216
---
All the advantages of Linu
I still have some problems...
now, with EmbeddableEJB3TestCase, my embeddable jboss can see the various
files, and start correctly the various ejbs.
But it hangs when I run the sample junit test (that was originally provided by
the embedded-jboss tutorial)...
I uploaded the resulting zip here: h
Guys,
This is starting to drive me crazy now, big time!
(j2ee_junkie) - YES, I NEED A WAY TO ACCESS THE USERNAME AND PASSWORD AFTER A
USER HAS SUCCESSFULLY LOGGED IN !!
Here's the state of play I now have both the ExtendedFormAuthenticator and
the FormAuthValve defined in my apps context.x
To the best of my knowledge, the GA release has fixed the issue. I have
conducted some testing, albeit not 100% thorough yet, but enough to prove the
earlier problems are no longer present. I actually ran my test case against
4.0.4.GA to see that it worked, and it did. I then brought up a 4.0
"svoezemtsev" wrote : Today I installed the lates version of Eclipse with JBOSS
IDE (JBossIDE-1.5.1.GA-Bundle-win32.zip)
| and tryed to make reverse engineering.
| I use Oracle9 database.
|
| I did not get any errors but in "Hibernate configuration" view I do not see
any table. Why?
|
if you know your use-cases lazy-loading is not a big problem.
If you know exactly what to load use a facade with where the business methods
load what you want. Inside the BM use the EJB QueryLanguage like
from User u left join fetch u.companys as c left join fetch c.country where
u.login=:login
Has anyone who was experiencing this problem seen it after upgrading to the
4.0.4 GA release? We have not upgraded to the GA release (still on CR2 pending
required code changes) but we did use the JBossWS 1.0.0 GA release with JBoss
4.0.4 CR2 and have the same problem. I'm just curious if the
Yes, it will be possible.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948207#3948207
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948207
---
All the advantages
Look at the JBoss Trailblazer. I think it's the best tutorial i found yet about
EJB 3.
http://trailblazer.demo.jboss.com/EJB3Trail/
Also the sun tutorial is a good place to start
http://java.sun.com/javaee/5/docs/tutorial/doc/JavaEETutorialPartFour.html#wp996871
Regards
Peter
View the origina
all relations are Lazy. For fetching via joines i have additional
finder-methods in my DAOs.
All i want is a facade where i can get persistent (undetached) entities which
are associated with one persistence-context.
If someone knows Liferay-Portal similar to their facade, but not with
the restr
Is it possible (or will it eventually be possible) to invoke seam javabeans
outside the scope of a web application?
I am thinking through the implementation of a progress bar where the progress
is updated by a service. Currently it throws an IllegalStateException at
| 6:43:14,096 INFO [ST
I was doing research on AJP to get an apache server in our DMZ talking to
JBoss/Tomcat in our internal network. We have had this going but need it over
SSL.
I came across an interesting item when reading about AJP 1.3 protocol
anonymous wrote : ?According to email from Gal Shachor to the jaka
Look for auto-increment and entity-command.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948201#3948201
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948201
---
A
Seam is currently built against an older version of the EJB3 spec than what
ships with Glassfish. This causes problems for Seam apps on Glassfish. You
can follow this forum post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78029
or this JIRA
http://jira.jboss.com/jira/browse/EJBTHR
All of my manifest.mf file are plain, no classpaths there.
I have run on 4.0.3SP1 and 4.0.4RC2 (for the later I had to switch back to the
axis-based web services as noted in the readme.html). I haven't had the chance
to convert my code to the newer JBossWS architecture. (I based my code on the
where do you put those three files? in the META-INF directory of the project?
my problem is that my mdb does not listen to incoming messages,
so maybe i forgot a descriptive file like yours so that it is not deployed
correctly.
config:
- jboss 4.0.4GA
- jboss-messaging-1.0.1.CR2
- jboss-EJB-3.0_R
In the server.xml config file, you can specify additional connectors so that
Tomcat listens on more than one port. For our dev servers, we have both secure
and non-secure connectors listen on different ports. Works great!
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948195#3948195
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948195
---
All the advantages of Linux Managed H
The first error is resolved in that post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80873
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948192#3948192
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394819
Yep, looks like a bug to me to. Can you do two things?
- file a jira issue for it so it dos not get lost
- extend the unittest for taskinstances with a test for this functionality.
- write a patch
ok, 3 things, but the third already seems done. Imo the solution is good.
Would improve speed as w
was wondering if anyone could help...
I have two instances of JBoss Application Server, at the moment, only one is
set to run, the JBAS is actually running a JBoss Mail server instance
I have 1 NIC, with ten IP addresses assigned to it.
Even though I start up JBoss application server using r
Hmm - it does'nt work for me.
Did you do any Class-Path references to _data.jar in your manifest.mf files?
What version of jboss are you running?
I'm running 4.0.4 - is my feeling that the jboss classloader strategy is a
moving target valid?
View the original post :
http://www.jboss.com/in
thanks davewebb, this is so frustrating...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948187#3948187
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948187
---
Al
The following workaround from JIRA worked.
| @Entity
| @Table(name="t_size")
| @GenericGenerator(name="seq_size", strategy = "sequence",
| parameters = { @Parameter(name="sequence",
value="seq_size") } )
| public class Size implements Serializable {
|
|
Based on your posting, I do not think that is the same issue I was having with
the MultiCast Address used in clustering.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948184#3948184
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
I am also having issues...
I am not neccessarily clustering though, but it is related, and was wondering
if anyone could help...
I have two instances of JBoss Application Server, at the moment, only one is
set to run, the JBAS is actually running a JBoss Mail server instance
I have 1 NIC, with
I have a solution with Stubs that will connect to a JAAS secured endpoint.
Again the Stub client code in my previous posting works great with rpc literal
services that are unsecured. However, as stated in my previous post, after
securing the web service I could only get it to work by making a c
Yes, exactly! The "OR" makes the difference.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948179#3948179
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948179
---
Yes, this is a known issue. Please see
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78789&start=0[/url]
and [url]http://jira.jboss.com/jira/browse/JBCACHE-399.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948178#3948178
Reply to the post :
ht
Unzipped as 4040ga, patched it. System boots and I get the default server page.
Unzipped the portal 2.2.1 archive. Moved the jboss-portal.sar folder and the
portal-mysql-ds.xml file (which I edited as appropriate). During the portal
startup:
2006-05-31 13:24:27,281 DEBUG [org.jboss.deployment.S
I've opened a JIRA task for this issue:
http://jira.jboss.com/jira/browse/EJBTHREE-606
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948175#3948175
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948175
-
How else do you log off?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948173#3948173
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948173
---
All the advantages o
http://jira.jboss.com/jira/browse/JBREM-502
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948171#3948171
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948171
---
A
Sure, there's plenty of docs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948170#3948170
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948170
---
All the advanta
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ
Point 14. Try the FormAuthValve...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948169#3948169
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948169
---
So how about the conclusion? Where we can find these jars?
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948168#3948168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948168
I'm well aware of the "problem" of session context and the issue w/ calling a
lazy collection outside of that context in Hibernate.
What I'm looking for is advice - some simple insight into techniques to get
around the limitations in EJB3/Hibernate lazy collections to make life easier,
if possi
The element needs to be a child of the
element. Please see the ejb-jar_3_0.xsd schema.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948165#3948165
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948165
---
Aubrey_holland - fixed this for me.
my error was installing the server in a directory with a space in it
(c:\program files). This messed it up.
I uninstalled and reinstalled into a dir with no space and restarted the IDE
into a new space and lo and behold it starts when you create a server.
I
I just found the JIRA issue for this which has a workaround.
http://jira.jboss.com/jira/browse/EJBTHREE-597
Could someone please comment on the status of this issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948161#3948161
Reply to the post :
http://
aubrey_holland - you are a genius
cant believe how frustrating that has been. It works Fine the IDE we have a
go. Thankyou for all of that. Cant remember reading that anywhere, perhaps a
warning on the IDE site would be appropriate.
I cant be the first idiot to install it in the C:\progra
Hi all,
In Hibernate, for the purpose of defining lazy properties fetching, I used to
instrument the Hibernate classes using the typical ant instrumentation task:
|
|
|
|
|
|
|
However, I couldn't manage to instrument the Entity Bean POJOS properties which
are annotated a
I am using sequences to generate all of my pks using PostgreSQL 8.1.3. This
was working fine until I upgraded to 4.0.4.GA from 4.0.4.CR2.
Now none of my sequences are not working on some 70+ entities.
They are being assiged from some other source. Probably the default stragety.
After restarti
Thanks for your response.
I have upgraded to RC7 and the problem I'm having is that my MBean's lifecycle
methods (create() and start()) are not being invoked. The Service is being
deployed correctly otherwise.
When deployed onto JBoss 4.0.4.GA, they are invoked correctly.
View the original pos
Stack trace:
| 19:38:23,386 ERROR [STDERR] 31.05.2006 19:38:23
com.sun.facelets.impl.DefaultFacelet refresh
| INFO: Facelet[/haldus/templates/menu.xhtml] was modified @ 19:38:23,
flushing component applied @ 19:35:06
| 19:38:23,386 ERROR [STDERR] 31.05.2006 19:38:23
com.sun.facelets.impl.
Paul,
See my comments in my last post. The ExtendedFormAuthenticator is not what I
think you want to use. To demonstrate that, I am looking at your log output
that shows you ('pander') successfully logging in. As I mentioned, the valve
does not put the username (and password) in session if
Greetings.
When the "end-tasks" attribute is set to true leaving the task-node causes all
pending tasks to end, even tasks that are associated with different nodes.
| public void removeTaskInstanceSynchronization(Token token) {
| TaskMgmtInstance tmi = getTaskMgmtInstance(token);
|
Hi junkie,
Sorry... didn't see your post with the 'a' and 'b' parts...
So, are you saying then that the ExtendedFormAuthenticator will ONLY put
j_username and j_password in the session if the user is redirected to the login
error page? What is the point of that?
That's not how I interpretted i
That issue seems to deal with data being passed from the servlet to seam, it's
the opposite that I need. Here's an example of what I'm trying to do:
| SecurityManager secMan = (SecurityManager)
ctx.lookup("seamapp/SecurityManagerBean/local");
| user = secMan.getLoggedInUser();
|
I then w
Hi,
I had installed the jboss-4.0.3SP1 application server and also configured JBoss
portal 2.2 in it.
On deploying , i was able to see the portlets which were given by the JBoss.
But right now, I am interested to show only the user management portlet in my
screen.
I removed some of the folders
1 - 100 of 267 matches
Mail list logo