Thats not an error. Thats just another log message. The Log4j service in JBoss
has a timer task which is scheduled every 60 seconds i guess, which looks for
changes to the log4j.xml file. If there are any changes to that file, log4j is
reconfigured to reflect those changes. You can safely ignor
Hi everyone,
I am using Jboss LdapLoginModule for LDAP authentication.
For authentication i want to implement following feature:
Allow a user to give only 3 login attempts and after 3 unsuccessful login
attempts user's account is locked in Database.
Please suggest how should i keep track of fa
Hi,
If the POJO is an entity (annotated with @Entity), then create the date field
like @Temporal(DATE) private Date date
Do you already have this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995511#3995511
Reply to the post :
http://www.jboss.com/inde
Yes. You are right.
So what is the other way to implement failed login attempt functionality?
Please suggest.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995510#3995510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
I'm new to Seam. After reading some of the documentation and looking at the
examples I'm left with one question. Searches of the forum provide no answer.
One html form field in Seam seems to map to one attribute in a POJO which in
turn seems to map to one field in a database. Now say I want a
Thanks to all of those who helped me to solve my problem.
Peter, I tried to search method by the name of "Invoke", but there is no invoke
method in the MainDeployer MBean.
As per kennychaffin and your, suggestion, i am not going for application
across network, but I just wanted to see this worki
Correct me if I am wrong, but Seam needs to instantiate a fully constructed
instance before injecting zmponents via @In. Hence NPE in the constructor.
Try @Create. The annotated method will be called when the component is fully
initialized. The log will be fine.
View the original post :
h
I should mention that this solution is also not ideal because at some point
down the track, this code may need to be ported to OracleAS, and hence using
proprietary JBoss functionality is not a great idea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995506
The closest thing I have found to a solution for this so far is to create
different mapping files for each service, i.e. service1-mapping.xml,
service2-mapping.xml, etc., and then use the JBoss-proprietary
ServiceFactoryImpl class's method createService(URL wsdlDocumentLocation, QName
serviceNa
Thanks once again,
That was a great help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995500#3995500
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995500
___
jboss-user ma
Hi All,
I have converted the jbpm websales application to jboss portlet. And it works
fine.
But now I meet a problem, after runing this application several minutes, it
will throw hibernate exceptions:
| 2006-12-21 11:36:22,501 ERROR [org.hibernate.util.JDBCExceptionReporter] No
ManagedConne
Does this contain the EJB3 libraries by default?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995498#3995498
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995498
__
I'm running TestNG using eclipse BUT from an ant file. Not using the eclipse
plugin. I wanted it to work outside of eclipse as I also use Netbeans. (Thats a
side issue but I wish Netbeans and Eclipse joined or something, eclipse is
fast, I love its autobuilding etc.., but its project settings SU
i copied an earlier installation of jboss and set it up in a new system. I am
able to run the server and it starts but a problem now occurs...after every 10
secs a log4j message as follows appears :
[log4jservice$urlwatchTimerTask] configuring from url: resource:log4j.xml
please i need urgent he
Is jboss-remoting.jar under
$JBOSS_HOME/server//jboss-messaging.sar?
Unrelated to the problems you're experiencing, my advice is to upgrade to
1.0.1.SP2 ASAP, lots of things happened since CR2, including fixing a couple of
major bugs.
View the original post :
http://www.jboss.com/index.html?
Hi,
I am using jboss-portal 4.2.0
In Jass authentication,
If the session expires, The user has been sent to login page. But as
per my requirements, i have to route him to error page on session expiration.
How can i do that? Where should i change the configurations to do this?
Th
Is it currently possible to query the JBPM engine for processes that the
current user is allowed to start, based on his role(s)?
This would allow me to present adequate links on a home page, where each user
sees links to processes they are allowed to start. The startup sample webapp
simply displ
Hi All,
I was trying to use an injected logger (same as in the examples) in a default
constructor of my java bean and I got a NullPointerException. I debugged that I
found out that everything I tried to inject was null when running in the
default constructor of the bean. Am I missing something
Hi Gavin,
Have a great vacation and Merry Christmas too!
We sincerely appreciate your great work!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995488#3995488
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995488
___
On Wed, Dec 20, 2006 at 05:26:50PM -0500, hunk wrote:
> I need to automate the saving/rolling of server.log while rebooting or
> bouncing JBOSS . How to achieve this coz when we reboot JBOSS twice a day and
> a new server.log is created which wipes out the old server.log and we
> currently have
Fixed it. needed to make the following switch
| @OneToMany
| private Collection children;
| ...
| public Collection getChildren() {
| return children;
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op
Is anything planned in this direction?
If not, I would like to open a feature request in Jira, because it is the only
thing I can think of to rid myself from the final tomahawk components I use in
my seam apps: "AliasBeanScope" and "AliasBean"?
I have about twenty files which all look like:
|
This seemed to go away once I upgraded all the Hibernate jars past the old
versions that still ship with Embeddable EJB3.
I can delete fine, although the name and referencedColumnName attributes still
seems the wrong way around to me. Maybe I'm just mis-interpreting the spec.
View the origina
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=79385
Setting updatable = false fixed this for me. I'm not entirely sure why, but
it's a perfectly sufficient solution for me, as this FK column never would be
updated.
View the original post :
http://www.jboss.com/index.html?module=bb
okso then what's the plan/timeline for supporting jdk 1.6?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995482#3995482
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995482
_
I have the same problem, a uni-directional one to many on a FK with CascadeType
ALL.
I try to delete a parent entity A, and Hibernate tries to update the FK column
on the child table B to null, rather than performing a delete.
| DEBUG 21-12 10:51:52,375 (Log4JLogger.java:debug:84) -Deleting
Um ... I'm not sure, and don't have time to check, sorry
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995479#3995479
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995479
__
OK, Thanks for the info 1.1.GA; I will remember this when I upgrade.
However, I am currently using 1.0.1.GA- Should I expect the behaviour described
above with the earlier release?
Thanks, PdP
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995476#3995476
Rep
Hi everyone :-)
Just to let you know, I'll be on vacation for about 2.5 weeks, with a woman
instead of a laptop, so please fight amongst yourselves until I get back.
Actually, Norman Richards is now temporarily in charge of all the essential
functions I usually perform, eg. drunkenly insulting
Hi,
I'm trying to have a person entity who has a collection of person entities
representing his children. I have it marked as follows:
| private Collection children;
| ...
| @OneToMany
| public Collection getChildren() {
| return children;
Try a clean install of JBoss.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995472#3995472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995472
___
jboss-user mailing list
j
No, its not possible, sorry.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995471#3995471
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995471
___
jboss-user mailing list
jb
This stuff actually broke in 1.1 GA and is fixed in CVS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995470#3995470
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995470
__
Hi there
I can create, insert and delete date via EJB 3, but I got a problem with
displaying data.
I created an entitybean "UserCredentialsEntity.java", which defined all
setter/getter.
In interface "UserCredentialsHandler.java", I set a method
"public Collection getUser(String firstName);"
anonymous wrote : Please send a *patch* and not just an updated plugin.
I have sent you my Freemarker updated, because I would like that you see my new
feature and that you validate it. I have change a lot of code like package
name, so I'm waiting for your validation.
anonymous wrote :
| Hi
At first you may be thinking that I forget to put my seam.properties file in
the right place. I wish it was that simple. However. I did look in my
server.log and found the following snippet:
006-12-20 17:17:38,312 DEBUG [org.jboss.seam.deployment.ComponentScanner] found
component class: seam-
The issue is solved. the problem was in the the jndi name was incorrect so the
MDB could not use the default users. this was in the login-config.xml file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995466#3995466
Reply to the post :
http://www.jboss.com
hello,
I've installed JBOSS 4.0.5GA on a linux box with a jdk 1.5, and all works fine
when I run the server with run.sh.
But, when I want to access on the webconsole with a browser (IE on a different
computer or FireFox with the appropriate java plugin), the java applet for the
menu does not a
Hi, I've tryied a lot of combinations (method names etc) a still no luck.
I allways clean everithing before rebuild (my ant script does that when i
select the deploy target)
So... any suggestions?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995460#3995460
I need to automate the saving/rolling of server.log while rebooting or bouncing
JBOSS . How to achieve this coz when we reboot JBOSS twice a day and a new
server.log is created which wipes out the old server.log and we currently have
three instances of JBOSS in our environment.
thanks,
hunki
btw, there is an error in my xhtml page the EJB call is actually
mainMenu.getMainMenu (that was only one of the other things I tryed)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995462#3995462
Reply to the post :
http://www.jboss.com/index.html?module=bb&
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995464#3995464
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995464
"seamNoobie" wrote :
|
|
Subject line gets trimmed.
Problem was that the Image only appears before only ONE of the validation
errors wheras aroundInvalidField happens to ALL the invalid fields.
View the original post :
http://www.jboss.com
Am I missing something? My Jboss portal seems to work fine, as I have
downloaded some portlets and they worked straight away, and on the other hand
I have other seam applications running on the same jboss AS perfectly. But...
this is the first time I try to make a seam app run as a portlet on
I'm trying to make just a small seam app and get it working as a portlet
Currently I have
jboss-seam 1.0 GA
jboss portal 2.4 and
AS jboss_4.0.5GA
Just to start testing if this works I made a sportlet.war as follows
WEB-INF
META-INF
main.xhtml
Into the WEB-INF directory the following conf fi
"azerr" wrote : Hi max,
| thank you for you answer. I will send you my Freemarker Plugin updated and
I will explain you new features that I added.
|
Please send a *patch* and not just an updated plugin.
anonymous wrote :
| For Akrogen, I'm agree with you, at first you believe Akrogen is
The next thing we need to do is create a dependency graph . This graph can tell
us on which libraries Seam is directly depended upon.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995452#3995452
Reply to the post :
http://www.jboss.com/index.html?module=bb&
I believe we have a very complete list for Seam 1.1.0 GA now. I am only not so
sure about the jboss-ejb3-all.jar part, because somewhere in the middle of
checking it I lost my overview.
@petemuir: thx for creating that initial list. It really helped :D.
View the original post :
http://www.jb
Hi Gommo and Tarantula,
I'm glad you guys got something working with Embedded JBoss. I guess I'll take
a another stab at that approach. How are you bundling and running the tests
with your application? In other words, where does Embedded JBoss live compared
to the real server, and how do you
Hi max,
thank you for you answer. I will send you my Freemarker Plugin updated and I
will explain you new features that I added.
For Akrogen, I'm agree with you, at first you believe Akrogen is the same thing
that hibernate tool, because it can generate Bean although Hibernate tool
generate it.
Hi, there!
|
|
|
|
is a great way to create aliases, but is it possible to do this on a per page
basis?
Meaning, can I have an alias of user being #{actor} on one page, #{father} on
another and #{alien} on a third, etc.?
View the original post :
http://www.jboss.com/index.html?
Sounds reasonable. I am sure there are a variety of UDP based communication
frameworks that can probably be used a starting point and then put in a JCA
wrapper, or you could just build from the ground up.
anonymous wrote :
| If there is a better (simpler) alternative then I'd really like to
Thanks Manik!
We had met in JBoss World along with Bela. Will send you email separately.
- VS007
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995445#3995445
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995445
Working on it right now ;).
If you look at the dependency list in the wiki then you can see that it has
grown a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995444#3995444
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Hi,
What I basically have, is just a test bean, with an ASynchronous method:
| @Local
| public interface AsyncTest {
|
| @Asynchronous
| public void runAsync(@Expiration Date firstCall, @IntervalDuration long
interval);
|
| }
|
This works fine so far. Meaning I can
Forgot to mention. My development environment is
jboss 4.0.5
jbossws-1.0.4.GA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995441#3995441
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995441
In my wsdl there is a choice element somewhere. I am using wstools to generate
the java classes from my wsdl, but wstools seems to be ignoring the
"xsd:choice" element.
Below are snippets from my wsdl and corresponding generated java classes:
WSDL
|
Hi Chane,
we used Seam and Trinidad in several of our POCs. No production applications
yet, though.
I remember that we had to incorporate an additional phase listener along with
an action listener configured in faces-config when using the dialog framework
of Trinidad / ADF, because the conversat
Maybe we could write an Ant script that can convert the examples from the
current structure to a Maven2 structure?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995437#3995437
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
guys...let's just get the "use seam with maven" solved first, right ? :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995438#3995438
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995438
__
It pretty much looks like a class loading / caching issue to me. I am fighting
with these kind of problems so often...
just a cheap advice : triple check all your class folders and clean everything
before rebuild...
:)
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
Ok I can add scale to my generated code. But even upon deployment I get the
same errorc (expected numeric 10,2). I think that jboss is falling on:
mysql implementing numerics as decimal. (desc table shows detail, and createdb
script shows numerics).
I think I'am missing a few settings checked dia
Hi
I get this error whne I am runnin 1.1 CR2 with the Sun JSF 1.2 RI . I am also
using the classes generated using seam-gen
Regards
Hari
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995434#3995434
Reply to the post :
http://www.jboss.com/index.html?modu
It would be better, for maven users, to have seam examples with the maven file
structure instead of the current one.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995432#3995432
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=r
Would you like for us to try to get the current file structure to work with
maven?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995430#3995430
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995430
___
I am Using Seam 1.0.1GA, ajax4jsf 1.0.2, Jboss 4.0.4.GA
Hello Forum,
I have tried to use the "explicit conversationId" feature but am a bit puzzled
by the behaviour.
Section 3.6 of the Seam 1.0.1GA reference seems to state that if the "explicit"
conversation already exists, Seam will declin
One note: the SecurityConfig stuff isn't commented out in bzzPublishingTopic.
That's left over from me experimenting, shouldn't have pasted that in here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995428#3995428
Reply to the post :
http://www.jboss.com/i
Hello there,
Just as a future reference, I'd like to inform that I performed tests here and
as far as I concluded the default is still REQUIRED.
Note that there's a gap on the specs regarding that and it may be different for
other application servers.
Best Regards,
Juarez
View the original
Hello there,
Just as a future reference, I'd like to inform that I performed tests here and
as far as I concluded the default is still REQUIRED.
Note that there's a gap on the specs regarding that and it may be different for
other application servers.
Best Regards,
Juarez
View the original
I'm attempting to work with a JBoss Messaging set up a previous employee put in
place. It's displaying two errors on start up, and not being much of a JBoss
expert, I am completely stumped. Googleing and searching on these forums didn't
provide much guidance, here's hoping someone is able to hel
I am running into this problem too - did anyone of you find a solution to it?
Thanks .
Ben
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995423#3995423
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995423
Hi
I checked the code and the properties are ArrayLists.
As I said I just used seam-gen to generate the code and added an extra
relationship in the table .
I then changed the view to additionally display the sub table and pass the
key as a request parameter
Thanks
Regards
Hari
View
It is a PDF file so you need a laptop or a PDA ;-). But trust me, within the
hour you know the most important parts of Maven2. Ok, maybe 2 hours ;-).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995419#3995419
Reply to the post :
http://www.jboss.com/index
is it possible create new nodes extending , for example,
org.jbpm.graph.def.node??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995418#3995418
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995418
___
Yeah, just after I get through the first chapter of that Rails book a bought 6
months ago ;-)
Are you saying I need to take a Maven book with me on vacation :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995417#3995417
Reply to the post :
http://www.jbo
Or you can wrap the SeamServletFilter around it, and get access to your Seam
contexts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995416#3995416
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995416
___
@Gavin: If you have an hour of time then you should read the first part of that
book that I recommended. It is really interesting and helps you in
understanding Maven2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995414#3995414
Reply to the post :
http:/
I am using Seam for a project and am about to start incorporating a component
framework like Trinidad into the project (Trinidad has some components that
ICEFaces doesn't, specifically - TreeTable). I particularly want to take
advantage of Trinidads Partial Page Rendering (Ajax).
I have been r
I'm sorry, I should have been more clear.
Its a servlet that extends javax.servlet.http.HttpServlet
When a user registers with our site we send a confirmation email to them with a
return url containing some encrypted information. When they click on that link
my "custom servlet" gets called. We
Use components.xml:
http://docs.jboss.com/seam/1.1GA/reference/en/html/xml.html
By the way, it is bad style in Seam to just throw Strings in the application
context. Instead create an application-scope Seam component, for example,
MyConfiguration, and configure its attributes using seam.propert
OK, cool.
A first step on (5) would be to try to retrospectively apply the unified maven
build to the Seam examples directory. I think it would be perfectly reasonable
to use Ant for building Seam, and maven for building the examples.
Again, assuming that Maven actually makes things simpler an
Ahh, that makes sense.
Thanks Gavin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995403#3995403
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995403
___
jboss-user maili
What is a "custom servlet"?
You can create Hibernate SessionFactorys anyway you like, but why not use a
Seam-managed persistence context? Then you can do @In Session mySession, and
get a conversation-scoped PC. Check the exmaples/hibernate2 example.
View the original post :
http://www.jboss.co
It depends how much time you have to put into this. I'd love to see a mavenized
build of the Seam dist, assuming it made the build simpler, and not more
complex. But this could turn out to be a pretty major undertaking. I would much
rather see *something* useful come out of this process, than se
I must agree with max. My plan is as following:
1. Get both releases, with dependencies, in the official repositories. This way
it is very simple for users to create their own Maven2 projects with Seam in
the dependency list without having to worry about Seam its dependencies.
2. Find out how
Questions:
1) Are Tx[1] and Tx[2] running in the same cache, or in 2 different caches that
replicate?
2) Please describe in terms of JBC API and java.util.Map calls exactly what is
happening in steps 1 - 5.
I expect Tx[1] and Tx[2] are not making modifications to the same underlying
map.
V
Hi ,
I am working on spring portlet application where it is required to know the
current process state.
I searched the forums and looked at the ProcessImageTag.java class. I think
that methods of help for finding current node are initialize() and walkTokens()
however, I am not sure as to how
The indexing operator is for Maps and Lists, not Sets.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995398#3995398
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995398
___
It really depends on the application you want to deploy, so you must do your
own tests to be certain.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995395#3995395
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995395
JBoss Messaging 1.2.0.Beta1 has been released and it is available for download
on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and
sourceforge
(http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).
This release builds in top of the clustering funct
JBoss Messaging 1.2.0.Beta1 has been released and it is available for download
on jboss.org (http://labs.jboss.com/portal/jbossmessaging/downloads) and
sourceforge
(http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=157261).
This release builds in top of the clustering funct
I also got this error a moment ago.
I also have a one-to-many relationship.
It happens during redirect after invoking an action. The action code, however
seems to load fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995391#3995391
Reply to the post
Any response will be appreciated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995390#3995390
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995390
___
jboss-user mailing l
I would recommend you start out doing the POM for something that can be used by
*users* of Seam.
Then afterwards we can begin having "fun" with trying to "bend" either seam
buildstructure or Maven to be compatible.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
I think we are going to try to do both.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995385#3995385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995385
___
jboss-user mail
Hi
I have a OneToMany relationship . When i try to access a value in the
secondary table using an EL as follows
#{usersHome.instance.refUserses[0].id}
I get an error as follows
javax.el.ELException: /Users.xhtml: Bean:
org.hibernate.collection.PersistentSet, property: 0
I used seam-gen to
Hi All,
For a new project I have to suggest a light Java platform.
Mi idea was "naturally" JBOSS over Red Hat Linux.
But I need to know the possible performance with simultaneous user:
for example: How much RAM, disk space, Jboss AS node need for 100 user
simultaneous? and for 1000 users?
Where
This should be fairly easy, yet I am getting this exception when removing a
item from a relation that is working fine.
I have the following code:
| public boolean borrarProceso(Integer id, String tipo, String userName){
|
| InitialContext ic = null;
|
Running jboss with clustering option reboots Windows XP any clue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995381#3995381
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995381
__
This has nothing to do with JCA. Notwithstanding your *urgent* needs, you would
probably be better off posting this question to the correct forum.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995380#3995380
Reply to the post :
http://www.jboss.com/index
1 - 100 of 221 matches
Mail list logo