Hi,
1) How do i enable password authentication for jbpm web-console.
The JBPM_ID_USER table does have provisions for storing passwords, not sure how
to use it.
2) Does JBPM have a provision for using HTML components like TEXT AREA, RADIO
BUTTONS etc
Thanks in advance
Subodhc
View the origin
I've been using Spring before Seam exists. But now I never turned back and used
Seam ever since it is released. I must say there's nothing easier than Seam.
XML is not abused and the coding practice is much more relevant.
Thanks to all Seam developers for making such great framework
View the or
Hi Ramazan,
Thank you for your quick reply. I reviewed the postanonymous wrote :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051500#4051500 I
already removed conversation-is-long-running-parameter from core:manager in
components.xml. I think the problem probably resulted from ICE
Check this post.
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051500#4051500
Ramazan YILDIRIM
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054941#4054941
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=405
Hi all,
When I updated to Seam1.3.0ALPHA, I got the following exceptions. I checked
source codes of SeamCVS20070526, and the Manager class has the method of
getConversationIsLongRunningParameter(), but in Seam1.3.0ALPHA, the Manager
class does not has the method. Anybody can give me a help? Tha
Actually I think it has more to do with outjection, or anytime you put
something in a context (event, conversation, session, etc).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054939#4054939
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
I lost a lot of time trying to find out the reason for the problem I described
here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=110611
(Problem of UnsupportedOperationException when using @ManyToMany and
)
I tried a lot of things (debug, simplify my code, with EJB, with POJO) but I
This is done in CVS, Brad, please try it out!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054935#4054935
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054935
___
jboss-use
I actually keep a copy of build.properties of each project. And overwrite
build.properties while switching between them.
Ramazan YILDIRIM
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054934#4054934
Reply to the post :
http://www.jboss.com/index.html?modul
Ok. I worked around this problem by invoking the setter in an action method.
My only question now is what is the event org.jboss.seam.postSetVariable for? I
am too new to Seam to fully understand what it means when the manual says
"called when the context variable is set". Does it mean bean in
Just one comment. The only solution I've found is adding @transient properties
to the EJBs with the following structure:
@Transient
| public List getTextblocksList()
| {
| ArrayList list = new ArrayList();
| list.addAll(getTextblocks());
| r
Hi there,
after reading lots of posts trying to find a solution to access EJB3 Entity
beans from JSTL I haven't been able to get a valid approach.
I can't use Lazy loading as that would make my JSP need a scriptlet to make a
UserTransaction surround all data access.
When using Eager loading, I ha
There is no right way to do this in Seam. Don't do it. Seam bijection happens
at invocation time.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054930#4054930
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054930
I want to set some property of a bean right after it is injected into another
bean. For example, I want to invoke b.setProperty1(p1) in public Class A {
|@In(create=true)
|private B b;
| }
Do I do this with org.jboss.seam.postSetVariable.b event by adding this inside
class A?
|
Toni,
I am trying to do exactly what you describe but am having no luck. Could you
possibly give a small example of how you achieved the transactions?
many thanks,
Dustin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054926#4054926
Reply to the post :
ht
After installation
(http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.3.0.GA/html/installation.html),
did you successfully run all the examples ok?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054924#4054924
Reply
same problem here
i'm running JBoss 4.2.0 - Messaging 1.3 GA... JDK 1.5.0_11 or 1.5.0_12 (latest)
any ideas?
thanks in advance...
| Exception in thread "main" java.lang.VerifyError: (class:
org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate, method:
getClientAOPStack signatu
I get several of this messages:
2007-06-14 17:54:49,888 WARN [system.ServiceController] [] : Ignoring request
to destroy null service:
java.lang.Exception: STACKTRACE
at
org.jboss.system.ServiceController.destroy(ServiceController.java:520)
at sun.reflect.GeneratedMethodAccess
http://wiki.jboss.org/wiki/Wiki.jsp?page=WhatDoesTheMessageDoYourOwnHousekeepingMean
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054921#4054921
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054921
You don't *have to* deploy the same MDBs on all nodes, but in the most common
deployment scenario you would do so.
Especially since we would expect people to use the farm service in a cluster
for deployment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054
Yes, thats correct. You will have to start the JBoss server(on dsi-dev10) using
run -b dsi-dev10
and then you can access your application from another machine which has access
to dsi-dev10 using the url: http://dsi-dev10:8080/application
View the original post :
http://www.jboss.com/index.h
Are you saying I start the JBoss server on machine dsi-dev10 by typing :
run -b dsi-dev10 in the console command?
Then I can type in the browser of my own machine:
http://dsi-dev10:8080/application to run it?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
In case anyone else has similar problem, the AppDescriptorReader adds only URLs
to catalogs. It does not process the wsdl to find imported wsdls. so each wsdl
needs to be added separately.
Thanks,
Meghana
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=405491
Thank you! I will keep an eye on the upcoming releases!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054913#4054913
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054913
___
Lets continue the discussion at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=40
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054912#4054912
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054912
__
Lets continue the discussion at
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=40
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054911#4054911
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054911
__
Great :) Then we know what the issue is. From the README of this version of
JBoss:
anonymous wrote : JBossAS now binds its services to localhost (127.0.0.1) *by
default*, instead of binding to all available interfaces (0.0.0.0). This was
primarily done for security reasons because of concerns o
Hi All,
Here is my bpel-application.xml.
| http://jbpm.org/bpel";
xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://jbpm.org/bpel
| http://jbpm.org/bpel/bpel_application_1_0.xsd";>
|
I am using version of 4.2.0.GA
Thanks a lot!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054908#4054908
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054908
___
jboss-use
4.2.0GA
Thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054907#4054907
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054907
___
jboss-user mailing list
jboss-user@list
Which version of JBoss are you using?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054905#4054905
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054905
___
jboss-user mailin
Hi all,
I am a very new user to JBoss 4.2.0GA. I know that when the JBoss server is
installed on my computer and the WAR file is deployed, I can type in the
browser something like http://localhost:8080/application/ to run it.
But...
What if I want to access a JBoss server installed on another
Hi all,
I am a very new user to JBoss. I know that when the JBoss server is installed
on my computer and the WAR file is deployed, I can type in the browser
something like http://localhost:8080/application/ to run it.
But...
What if I want to access a JBoss server installed on another machine
Hi all,
I am a very new user to JBoss. I know that when the JBoss server is installed
on my computer and the WAR file is deployed, I can type in the browser
something like http://localhost:8080/application/ to run it.
But...
What if I want to access a JBoss server installed on another machine
I haven't seen this before but just guessing: any chance it could be related to
the hibernate version you are using ? Seems like you are working inside JBoss
AS. In this case, what version is it ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054899#4054899
I think you are using JavaService. It stores the startup configuration in the
registry, that is where you would made changes to the configuration, such as
changing Xmx/s. The docs are here:
http://www.multiplan.co.uk/software/javaservice/docs/description.html
View the original post :
http://ww
Hi.
I am experiencing the strangest error with my deployment on AS 4.2.0. There is
a class that is referred to by the EJBs, but I get a NCDFE for only that one
class. It is packaged in the same jar as the EJBs and if i look in the JBoss
tmp /deploy folder it is in the jar file. The EJBs refe
Probably this problem:
http://jira.jboss.org/jira/browse/JBWS-1133
I ran into this myself.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054895#4054895
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054895
__
Looks like something to do with an inner class. You really use a SFSB with an
inner class??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054894#4054894
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054894
__
Hello forum,
I'm developing a while with Seam and enjoy using seam-gen but there's one thing
which IMHO is not well solved, yet:
I often have to switch between two or more projects so that I must run through
the whole seam setup stuff (or overwrite the build.properties file) to get back
the re
Fernando,
In trying to put together a stripped-down class for you, I found out what was
wrong.
In the class where I was trying to inject the seam-managed persistence context,
I also had several UIInput objects that were bound to components in the xhtml.
Without the UIInput objects, everything
I am using messaging 1.3 with JB 4.2 clustered
I have MDB1 listening to a clustered queue (QC1) and MDB2 listening to a
clustered topic (TC1).
Do I need to deploy MDB1 and MDB2 TC1 and QC1 on all nodes ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=405488
Guys,
I'm having a problem when running a Stateful Bean for very long.
Can anyone help me?
12:36:42,468 ERROR [STDERR] java.lang.RuntimeException:
java.lang.RuntimeException: java.io.IOException
| 12:36:42,472 ERROR [STDERR] at
org.jboss.ejb3.interceptor.LifecycleInterceptorHandler.po
just to clarify, i did search the forum and I found couple of people having
asked this question but haven't seen any helpful response.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054884#4054884
Reply to the post :
http://www.jboss.com/index.html?module=bb
"[EMAIL PROTECTED]" wrote : It doesn't look remotely related to PDF. Do you
get an error from a full restart of the server?
Yes, you are right. it has nothing to do with it. But i am still getting
exceptions. So i tried to prognosis it: i still don't know why, but here what i
did:
first i've
My current application uses Hibernate and SQLServer 2005 for persistence and
supports Websphere 6.0 application server.
Can some one tell me what do I need to do to use jBPM under Websphere.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054882#4054882
Rep
I have a small application using Seam 1.2.1.GA and Hibernate. It's running okay
in the server, but now I'm trying to add integration testing and TestNG is
throwing an error:
[testng] 12:13:31,437 ERROR [AbstractKernelController] Error installing to
Start: name=persistence.units:jar=test.jar,
Thanks for the clarification, Adrian; will investigate.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054879#4054879
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054879
___
I am developing a Seam application in conjunction with my client who is writing
a proprietary CMS system, in which the data access entities will be embedded in
the principal app. My requirement is to have two datasources: mysql and oracle.
One being for user registration and the other to provide
Disable, as in prevent replication or do you mean remove from configuration
entirely? Removing entirely really depends on the details of the software which
directly depend on it. For example, for Tomcat Session replication, it would be
a matter of disabling this feature.
View the original post
Can you post the entire log information, looks like the on going transaction is
timed out which later on generates the error which you see .
Scan your entire log file and see if there is a timeout warning apearing
somewhere in the log file .
View the original post :
http://www.jboss.com/index
Yes, it was I meant. You are right if @PersistenceContext is working fine, it
seems the problem is with some configuration (components.xml) or component
declaration.
Could I see your components.xml configuration and also the whole class
(component) where you are trying to inject the the EntityM
Hi Adrian,
Yes you are right. We were not able to configure RemoteTopic ( to Sun eGate
eWays JMS server) from the MDB residing on JBOSS. I haven't seen much info in
configuring the remote invokes from JBOSS.Hence we used Session bean to
directly calling the remote topics.
Even if able to confi
JBoss 4.0.4.CR2 on windows
We run JBoss as a Windows service after installing it using InstallJBossService
How can I specify Xms and Xmx parameters when running JBoss like this?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054867#4054867
Reply to t
Fernando,
In persistence.xml, I have
java:/myDatasource
In jboss-beans.xml, I have
|
| com.mysql.jdbc.Driver
| other properties
|
|
|
|
|
|
|
|
|
|
|
Is that what you mean?
pad=true
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054861#4054861
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054861
___
jboss-user mailing list
jboss-user@lists.jboss
I don't think Visual Web Pack supports Facelets, there's another plugin for
that. So you probably do not want to go the JSP route. Also I suppose it will
be a pain to configure Seam since VWP has its own particular view of the
world...
View the original post :
http://www.jboss.com/index.htm
FAQ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054859#4054859
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054859
___
jboss-user mailing list
jboss-user@lists.jboss.org
Thanks for the information, Adrian. Much appreciated.
NIO: At the HttpClient project we have mixed experience with the latest NIO
implementations under Linux. At least NIO in blocking mode it's worse than
legacy IO. In non blocking mode however it is very good. Oleg has tested that
extensively:
Hi Gavin,
can you give me a link to documentation that explains use (in 1.3)? Also does
this way I lose ActionEvent parameter?
Thanks,
Uros!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054855#4054855
Reply to the post :
http://www.jboss.com/index.html?m
Have you configured your name of your persistence.xml in the
jboss-beans.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054852#4054852
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054852
___
I have written a JCA connection factory which works fine. I use it in a
stateful session bean. On first use I always get
| 2007-06-15 18:39:42,746 TRACE
[org.jboss.resource.connectionmanager.CachedConnectionManager] popped object:
[EMAIL PROTECTED]
| 2007-06-15 18:39:42,746 INFO
[org.jbo
Nobody?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054850#4054850
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054850
___
jboss-user mailing list
jboss-user@lists.jboss.
Phil,
I am pretty sure that the next releases at least will have a build for Eclipse
3.3. Stay tuned.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054848#4054848
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
I have a small Seam (1.2.1) application running in Tomcat 5.5.23 and using
Hibernate and the Embedded EJB3 container. It works so far when I inject the
EntityManager like this:
@PersistenceContext
private EntityManager em;
Now I'm trying to use a Seam-managed persistence context instead. Follow
I'm not surprised your not getting an answer, it is a simple straighforward
question. I would suggest switch to Glassfish. This will meet all your
requirements and if you run into problems you'll get better support.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
We have a login section with a remember me checkbox on the first page of our
application. For some reason, ctx is null when it reaches here:
protected Cookie getCookie()
|{
| FacesContext ctx = FacesContext.getCurrentInstance();
| if (ctx != null)
| {
|
Thanks Gavin,
Ok...did that. Didn't think I carried anything over from my 1.2 app but
clearly I must have. Now I don't get that exception and I can get to my login
screen. Now I'm getting a different error.
This time to be sure nothing in my app is polluting things I did a "pristine"
seam-g
Great news! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054842#4054842
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054842
___
jboss-user mailing list
jboss-user@lists
Cheers guys, thanks, its nice to be encouraged :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054839#4054839
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054839
___
jbos
Hi all,
I had the same loader constraints violated when linking
org/ajax4jsf/dnd/Draggable after setting the JBoss Loader. It seems to me that
there was some kind of mix-up between my library jars in the war WEB-INF/lib
and the ones in the server lib directory (I know, I shouldn't do such thing
No, thats coming from the JBoss classloader, and tells me you have some
packaging / classloading issues.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054837#4054837
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=40548
Not sure about 1.2 but in 1.3, yes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054836#4054836
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054836
___
jboss-user mailing
Task events of course ! Thank you very much, I missed this paragraph when I
read the doc.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054835#4054835
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054835
How can I use @SecondaryTable?
I have a Contact entity which defines a person's email, phone etc. There may be
several of these pointing to a single Person entity.
Because a person may belong to several organizations, and have several
contactable personas.
So. I want to create a ContactPerson
You need to update your web.xml / faces-config.xml to the latest.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054828#4054828
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054828
Julien,
Can you please explain what the opaque flag's function is? I see that it is
tied to the NAVIGATIONAL_STATE_PARAMETER but I don't understand what it does.
thanks
nollie
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054825#4054825
Reply to th
This is the inflowmdb unit test:
@MessageDriven(activationConfig =
| {
| @ActivationConfigProperty(propertyName="cronTrigger", propertyValue="0/2 *
* * * ?")
| })
| @ResourceAdapter("quartz-ra.rar")
| public class QuartzMDBBean implements Job
| {
|private static final Logger log
i added maven-jbossaop-plugin to the aop svn respository. i guess we'll move it
to the jboss-plugins repository when the time is right, but i just added it
here so the hardcore aop users could test it out :)
small howto:
1. get the source and run (in the maven-jbossaop-plugin folder): mvn install
Thank you Koen, for your quick response.
Eclipse 3.3 will be final in July, do you see any chances of a fixed branch for
this version? I honestly do not know how to build the designer myself.
I might go with just simply defining processes in XML for now, but to show off
the idea to the rest o
I'd suggest you investigate how the jbpm webconsole does things. It will give
you a clear understanding of how the api can be used in a webapp.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054820#4054820
Reply to the post :
http://www.jboss.com/index.html
this is generic jsf stuff. please ask in the jsf forums...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054819#4054819
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054819
One interesting thing to consider here is the fact that you probably won't have
a transition to the end state from every node in the process design. If you
want to send the token to the end state at once, you have to take into
consideration the whole path needed to get there, or you can "fly" th
Then also look at events on the task (besides events on task-node).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054816#4054816
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054816
___
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054815#4054815
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054815
___
jboss-user mailing list
jboss-user@lists
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054814#4054814
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054814
___
jboss-user mailing list
jboss-user@lists.jbo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054813#4054813
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054813
___
jboss-user mailing list
jboss-user@lists.jbo
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054812#4054812
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054812
___
jboss-user mailing list
jboss-user@lists.jbo
My Solution:
I am a chinese and I am writing a website for chinese. every page in my web
site is of utf-8. I use form-based authentication and
org.jboss.security.auth.spi.DatabaseServerLoginModule to authenticate my users.
When some of my users create their accounts with chinese characters in th
I have a stateful session bean that uses a connection factory. On
initialization it obtains this factory from jndi as per usual. Now, on
passivation do I need to
do anything with this factory? I close any connections that i am using but do I
also need to null out the factory and get it again on
Advait-
You problem is tomcat isolated class loading (which btw is a good thing)
To fix this-
1/ Go to deploy/jbossweb-tomcat55.sar/META-INF/jboss-service.xml
2/ Make the value of UseJBossWebLoader to "true" from its default value of
"false"
Thanks
View the original post :
http://www.jboss
Hi,
This is wierdest CNFE I have ever encountered. I am using JBoss Portal 2.6,
JBoss AS 4.0.5 GA.
I have a war file which contains acegi-security-1.0.1.jar in WEB-INF/lib
This file has a class: org.acegisecurity.userdetails.UsernameNotFoundException.
But still I get ClassNotFoundException:
org
Hello,
Well, I will put all my code, because I have an error I can't found (since 2
days !!! )
First, here is my form :
|
|
|
|
|
|
|
|
|
|
|
|
Here is my genList.java :
| public class
Thanks for the help everyone. That suggestion of binding to the IP address
worked.
I understand the multihomed issue of binding to specific IP addresses. I simply
didn't know how to do it with JBoss.
Thanks all.
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
The "-b" option binds the app server to an IP address, and you used that option
so that is the IP address it is bound to (as you apparently found out).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054801#4054801
Reply to the post :
http://www.jboss.com/ind
You need a database not a JMS.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054800#4054800
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054800
___
jboss-user mailing list
If the Windows systems use Active Directory to maintain login ids for use in an
NT domain, then you will want to use LDAP for login. Here are some reference:
LDAP login module info:
http://docs.jboss.com/jbossas/guides/j2eeguide/r2/en/html_single/#ch8.ldaplogin.sect
LDAP with Portal:
http://wi
Yes, but JBossMQ is not currently being developed by Redhat employees.
There is an old feature request to re-implement UIL2 as NIO, e.g. call it UIL3
The replacement JBoss Messaging already has such a feature.
FYI there was an old OIL2 that did NIO but it was buggy.
Besides which at the time the
Looks like a JDK incompatibility issue. Report it to Sun.
But you need to include a lot more information than you have above,
e.g. a simple testcase and the stacktrace of the exception would be a start.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054797#4054
This just looks like you are doing it wrong - an anti-pattern.
Session beans can "vanish at anytime" and are certainly not the place
to establish long lived jms connections for receiving. That is what MDBs are
for.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
1 - 100 of 209 matches
Mail list logo