Hi Scott
I have already configured jboss using Database Authentication. Now I want to work on
,where JBoss will authenticate the Windows NT Domain Users. I want to use a Form
Based Authentication. When a user tries to access the site I will flash him with a
form which picks the username passwo
I confirm that this is a change in behaviour between 3.2.3 and 3.2.4RC2.
3.2.3 has a bug in on-find read-ahead for single-object finders. I.e. when the result
of a finder is a single object which is preloaded on-find with some load group which
doesn't cover all the fields in the default load grou
Whenever I "redeploy" a JSP page, that includes other jsp pages using the
tag. The content of the included pages is not rendered.
I have made sure, that the source directory is being deleted on redeploy, so it's not
a jasper page age issue.
I do however think it is some sort of Jasper issue...
http://www.myj2ee.com/Members/Firedragon/jbossnet
SOAP server: JBoss.NET
SOAP client: python using Zolera SOAP Infrastructure
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835693#3835693
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
I have been able to deploy my application in the server>default>deploy>appname. I run
the Jboss Server on Port 80. The problem is that the URL has to be accessed at
http://server/appname/index.html.
Can somebody tell me how I can configure the server so that the URL will be
http://server/index.
Hi I'm a JBoss newbie whose just bought the JMX book. As I've been going through it's
been so easy to do the examples on the RI that I've been experimenting moving the
example MBeans into JBoss. I'm stuck at chapter 9... the RMIConnector stuff.
What I've been doing is taking the MBean's in the
Did JBoss rollback the forums? I received email that someone replied to a post I put
on the security forum, but it appears to be gone. Most recent date on forum posts is
May 20th?!?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835690#3835690
Reply to the
Saroj wrote:
Is it required classic JVM to start JBoss in debug mode?
No. There isn't a Classic JVM any more (not from Sun anyway). If you
are using a recent Sun JDK, the JBoss start script will cause a Client
JVM to be started by default. If you add '-server' to your JAVA_OPTS it
will start
http://www.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions
On Sun, 2004-05-23 at 16:46, Dasarath Weeratunge wrote:
> Hi,
>
> Can you please help me understand the meaning of this
> warning? What is a transaction branch? Is this
> critical?
>
> 21:14:50,656 WARN [TxConnectionManager]
Title: sticky session: apache server and Jboss server
Hi!
Maybe somebody can help me.
I set up one Apache server (2.0.49) to work as a load director for two JBoss servers (3.2.3).
I am using mod_jk2 module. Everything is working fine.
At this point as soon as session is created all reques
Thanks Adrian for the pointers. This approach sounds feasible. We are in the middle
of pushing out a new release. Once I am past that, I'll get back on this project to
see if I can make it work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836127#3836127
Moved to the JCA forum.
Transactions don't deadlock, resources and entity beans do.
Read "READ THIS FIRST" on how to debug JCA / Transactions.
If your problem is EJBs you also need TRACE logging for org.jboss.ejb.plugins
I don't know how many more times I will have to type the above paragraph, e
This is outside of the scope of JAAS. It has to be done at a higher level like xacml,
which has an opensource impl: http://sourceforge.net/projects/sunxacml. JAAS is just
the integration point for the authentication callout.
View the original post :
http://www.jboss.org/index.html?module=bb&op
Thanks Scott,
Are you aware of any third party or open source implementations of JAAS that
facilitate trust relationships between two distributed J2EE applications?
I would much rather opt for a proven solution were one available than develop one from
the ground up; the danger of opening up a m
Enough ping/pong.
You question has been posted many times before. Use search
or download the getting started guide.
Your response time to my answers suggests to me that you are not trying to
understand what is going on and you are just proxying your errors for me to solve.
That is not acceptable.
Do you get errors during deployment?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836119#3836119
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836119
---
This SF.
Unless the jsp page is secured, getUserPrincipal() will return null. That is the only
time the caller is authenticated and is associated with the request. If you want to
track a user as part of a session you have to put the principal in the session.
View the original post :
http://www.jboss.org
By creating a bug report on sourceforge as I mentioned earlier. Bug reports are
initiated here:
http://sourceforge.net/tracker/?group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836117#3836117
Reply to the post :
http://www.jboss.or
I don't see MySessionBean in the Global JNDI context.
I also tried MySessionBean for the lookup without success...
What did you mean by MySessionBean ?
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836116#3836116
Reply to the post :
http://www.jboss
Hi all,
hope I can get some suggestions on this..
Using the latest developer release (4.0.0DR4) I'm still having problems with the EJB
timer service.
I have a stateless session bean that creates a timer:
TimerService timerService = context.getTimerService();
Timer timer = timerService.createTi
jnp.properties is no longer used. See the referenced wiki page.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836115#3836115
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836115
-
Hi,
see
http://jboss.org/index.html?module=bb&op=viewtopic&t=50060
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836113#3836113
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836113
--
if you are using j_security_check, i donÂt think there is a possibility to get the
errors in your logonerror-page.
i have searched for a solution , then i gave it up.
The authentication occurs in the loginmodule. from there you can throw a
loginexpetion, but this exception is not propagated from
How can I upload code to show how my application is working?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836112#3836112
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836112
MySessionBean
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836110#3836110
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836110
---
This SF.Net email is sponsored
You are outside the spec here, since it does not define to change EJBObject
implementation.
In jboss you would write your own client interceptor and put it first in the
client stack.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836108#3836108
Reply to the
Here's the part of the deployment descriptor:
My first stateless session bean
MySessionBean
EJB.MySessionBeanHome
EJB.MySessionBean
MySessionBeanBean
Stateless
Container
MyBean
Should I see "MyBean" in the Global JNDI in the console?
In the client, I have:
Object ref = (
Your question resolves down to "IT DOES NOT WORK".
You won't get many answers.
My guess is both JBoss and JIRA use port 8080
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836107#3836107
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
You would also need to override the data directory, the log directory
and the tomcat work directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836106#3836106
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836106
Change your jbosscmp-jdbc.xml to use java:/PostgresDS
This same question was posted last month.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836105#3836105
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836105
The 3.2.3 update should be out this week.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836104#3836104
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836104
---
Thi
Please forgive me. Here is the stack trace as requested...
org.jboss.deployment.DeploymentException: Error: can't find data source:
jdbc/PostgresDS; - nested throwable: (javax.naming.NameNotFoundException: jdbc not
bound)
at
org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCEntityBridge.init(J
No
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836102#3836102
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836102
---
This SF.Net email is sponsored by: Oracle
Hi, was just wondering if anyone else has had any problems running jboss and jira on
the same machine? It seems we have to start jboss first or else it doesn't deploy if
jira is started first? We're using JBOSS 3.2.3 with Jetty on JDK 142
View the original post :
http://www.jboss.org/index.html
It depends upon the protocol used.
e.g. if you are using the default RMI method, you should check the options available
in the jdk documentation.
You should also check your OS settings.
Alternatively, where relevant, JBoss allows you to override the socket creation
so you can configure whatever y
Well, I need to use a customized toString method, that will be called from an
interface. I've already overrided it in my bean class, but it doesn't work.
Anybody has an idea ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836098#3836098
Reply to the post :
Yes, if there is a query for you db schema that provides the same result set structure
as the following prepared statements:
| select Password from Principals where PrincipalID=?
| select Role, 'Roles' from Roles where PrincipalID=?
|
No otherwise.
View the original post :
http://www.
java:comp is only available inside the bean that defines it.
It is not available from a client, nor is the java:/ namespace.
You should use the global jndi name,
your by default unless you change it with a jndi-name in jboss.xml
View the original post :
http://www.jboss.org/index.html?module=bb&
It has to be in either the server/xxx/lib directory or in the tomcat service sar
directory. I cannot be in the application deployment.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836089#3836089
Reply to the post :
http://www.jboss.org/index.html?module=bb
There is no requirement to extend jboss specific classes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836088#3836088
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836088
--
The JAAS Howto describes how the security context is propagated between two jboss
servers. Its upto the authentication layer, typically JAAS login modules to deal with
trust.
In J2EE, the security context is only coupled to RMI/IIOP transport and so there is
not a general security context notio
See the bottom of BaseConnectionManager2.
| ConnectionManager cm = new BaseConnectionManager2.ConnectionManagerProxy(realCM,
null);
|
You need to more than you are doing, see this testcase:
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosstest/src/main/org/jboss/test/jca/test/BaseConnectio
It is a debug level message.
It first looks up
jbossmq
if that fails it looks up
java:/jaas/jbossmq
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836083#3836083
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836083
It's in the FAQ.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836081#3836081
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836081
---
This SF.Net email is sponsor
For the 10,000 time. Post the full stacktrace.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836080#3836080
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836080
--
Hi Tom,
Thanks for your post. Others should find this useful in 3.2.3 and before.
FYI: I have already changed the way this works in 3.2.4
You now specifiy all the properties if you don't want the default in memory
jndi connection.
This should also make it easier to connect to thirdparty JMS solu
Hello,
I have developped a very simple bean called MyBean and I would like to see it in the
java:comp/env context ?
But when I look at the JNDI info in the console, I see this information:
java: Namespace
+- XAConnectionFactory (class: org.jboss.mq.SpyXAConnectionFactory)
+- DefaultDS (class:
I'm trying to do a small unit test outside of the JBoss server and create my
ConnectionFactory manually.
ManagedConnectionFactory mcf = (ManagedConnectionFactory) new
WrappedSessionManagedSessionFactory();
| ConnectionManager manager = new NoTxConnectionManager();
| W
Hi,
I have checked the versions on all the servers and the version running on all the
servers are same i.e 3.2.2(200310182216) .Kindly let us know abt the cause and
solution for the issue.
Thanks
Robby
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836073
Sorry for the noise, it works when display names match.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836072#3836072
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836072
-
Is this a known issue?
Starting default configuration out of the box I see this exception:
|
| 2004-05-24 08:17:25,904 DEBUG [org.jboss.system.ServiceController] starting
service jboss.mq:service=SecurityManager
| 2004-05-24 08:17:25,904 DEBUG [org.jboss.mq.security.SecurityManager] Star
As indicated by
http://www.jboss.org/wiki/Wiki.jsp?page=HowDoIDeployMyResourceAdapter
display names need to match!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836070#3836070
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Dear all,
i just try to install Nukes under JBoss 3.2.3 (bundled with Mac OS X Server 10.3). I
walk through the installation steps that are bundled with the downloadable Binary with
mysql support). Everything works fine. Then i should access via http://localhost:8080
and login. But i only got a
I am new to ejb's/JBoss etc so I have been playing with some tools to help create a
entity bean(s).
The first one I tried is nbjboss which is a plugin for eclipse. This is supposed to be
able to create a CMP2.0 entity bean and help deploy it, but for some reason I always
get
| 1:17:37,313 IN
Is there a way to implement a custom JAAS authentication login without referencing
vendor specific classies (ie, JBoss). The only way I've seen here is to extend JBoss
DatabaseServerLoginModule. Does this mean that there is no way to create a custom
JAAS login module that runs in any J2EE cont
This is what JBOSS complains about
MBeans waiting for other MBeans:
| [ObjectName: jboss.jca:service=TxCM,name=Map
| state: CONFIGURED
| I Depend On: jboss.jca:service=ManagedConnectionPool,name=Map
| jboss.jca:service=CachedConnectionManager
| jboss:service=TransactionManager
|
hi
I have created cmp bean and when i call create(primaryKey) method from the ejb
client. i getting this error message on jboss console
i think the error is here but i dont know how to remove this error
as create() fun itself handle the insert query.
<<< Error checking if entity exists
Then make sure ALL JBoss servers that you are starting as part of the cluster are
running the exact same version of JBoss. The exception message simply states that it
is not the case.
sacha
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836064#3836064
Reply
Does anyone know what the status is of fixing the ability to use 'table.col = ?1' in
EJB-QL without losing rows with null values? I remember that some future version of
JBoss was supposed to address it, but can't remember which version, so don't know if
it is supposed to be out now.
I'd even s
I have created a rar which seems to deploy alright (as displayed by the jmx-console).
I have also created a -ds.xml file to declare my connection factory. My problem is I
have no idea how to link one with the other. And how to have the JNDI name ready for
my application.
This is how my ra.xml l
i've downloaded jboss 3.2.3, reinstall my webapp, set all properties and db
definitions and i tw o r k s ! ! ! 10x for all the help :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836061#3836061
Reply to the post :
http://www.jboss.org/index.html?
This is more in the realm of J2EE security than JBoss, but I would appreciate any
guidance on it. How can a security context be propagated between two JBoss servers, or
for that matter, any J2EE application server?
I presume the answer lies in JAAS and custom login modules. Are there any off the
There you go
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836058#3836058
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836058
---
This SF.Net email is sponsored b
3.2.2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836055#3836055
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836055
---
This SF.Net email is sponsored by: Orac
Hi Sacha,
Thanks for the solution.But we are using jboss3.2.2 and we are getting this error
while starting the server itself.
Kindly let us know what is the cause and suggested solution for the same
Thanks
Robby
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=
It says it should be fixed in JBoss 3.2.3, so upgrade to that. What version are you
using?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836050#3836050
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836050
probably this is my problem, i've got 89 cmp fields.
how can i fix it ? in the link alex says he have solve it...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836049#3836049
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Hi,
Ok, I found it !
It was just a bad copy/paste !
Thanks for the help...
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836046#3836046
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836046
-
It could be to to with the number of CMP fields in your bean. Do your other, working
beans also have > 64 fields? What version of JBoss are you using?
If you are using an old version of JBoss, try upgrading to 3.2.3:
http://www.junlu.com/msg/36052.html
View the original post :
http://www.jboss.
I just done some tests on EJB network connection issue:
1) client call a method of a session bean on server, before this method finish, the
network of server is dropped.
Then the client program seems keep on waitting forever. There are some error
inormation generated on server side.
2)client cal
Try copying the default/deploy/jms folder to your minimal/deploy folder. I think
everything you need should be in there. If you end up with some unresolved
dependencies make another post and I'll try to help
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836
there was a "jnp.properties" file in JBoss 2.2.2 where you could configure the
listening port for jnp.
With a content like
jnp.port=1099
jnp.rmiPort=1100
the "random" ports above 3 would stick to 1100. It worked for 2.4 and as far as I
see the code is still in 3.2. Maybe there is another wa
i don't think so... and all of my other ejbs they work just fine with returning the pk
class...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836040#3836040
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836040
---
Probably not "it", but in CMP ejbCreate should always return null.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836039#3836039
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836039
Here is the code: the "prefix" & "awbnumber" is the fields of the primary key class.
public AirwaybillsPK ejbCreate(int manifest,String special,String prefix,String
awbnumber,String service,String ws,String requester,String contact,String
shipper,String sender,String senderphone,String senderfa
Hi All,
I'm using JBoss 3.2.3 and my question is: How I can add Jboss JMS feature to a
minimal configuration?
regards and thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836038#3836038
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Hi
I have
Ear
--> War1
--> War2
I have deployed War 3 into that Ear, I have noticed the whole ear was redeployed.
Is there a possibility to deploy/undeploy a single war without redeployment of the
whole ear? if so how?
View the original post :
http://www.jboss.org/index.html?module=
What a shitload of parameters in your create method !
Post your code and descriptors.
The error is in the bean creation. How is defined your primary key ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836035#3836035
Reply to the post :
http://www.jboss.org/
Hello, i've got a webapp and written win ejb cmp 2.0 and i'm getting a strange error
on trying to create a record in my Mysql in one of my EJBs.
in all of this long error it says something about my problem with null primary key
entity but the two fields that are my defined in the PK class are ok
OK, iÂll try to build a sample showing how my application is working. BTW how to
upload code here?
Anyway itÃÂs sure, that calling SecurityAssosciation.getPrincipal() doesnÃÂt
always return null if the user is not logged in. Sometimes it returns another
principal of a user logged in in another
First, I am also a bit concerned about this issue as well. I am not a JBoss developer
just a developer who has also championed JBoss in our company with some success.
Hopefully we will become a jboss partner/OEM in the near future.
"tldtld" wrote : I dont want to spread FUD, make JBoss go down i
How do you do a search on the forums for EJB-QL? It seems to treat the dash as
whitespace, and EJB\-QL doesn't work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836030#3836030
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
Make sure you are using the good client side JAR i.e. if you are using JBoss 3.2.3 on
the server, use the 3.2.3 client side JAR, not the 3.2.2, etc.
Cheers,
sacha
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836028#3836028
Reply to the post :
http://www
Hi davidmboon
I think the problem comes from the fact that you are deploying your ears inside a
subdirectory of the deploy directory 'lms'.
Did you set the 'RecursiveSearch' attribute of the 'URLDeploymentScanner' mbean to
true ?
Otherwise, (and that's what looks like) JBoss treat the lms dire
Hi folks,
We are using JBoss 3.2.2 with Java1.4 on HP-UX 11.11 and have 5 servers running in
cluster.We are getting the following error on startup:
15:29:06,154 ERROR [XSAM_Partition_UAT_1] setState failed
java.io.InvalidClassException: org.jboss.ha.framewo
Well, I suppose it suffices the field_info is different, since even adding fields of
the same type works. I've tried it both with a primitice type (an int) and an object
(a string), both with the same name and the same access specifier (even if this should
not change things) and it works.
Luca
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836019#3836019
With reg the above link. i tried to create my own FormLoginValve class. but am not
sure where to place this class. can i have it in my own .ear file. but when i did so
it show "NoClassFound" error. please help me to solve t
Can u please tell me where to place this class. means in which jar file. can i have it
in my own .ear file, but when i do this it shows an error. that class not found.
Thanks in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836019#3836019
Reply to t
I am using JBoss 3.2.3 and trying to configure a Postgres data source for use with an
Entity bean called "Question".
I am getting Question bean deployment exceptions like:
org.jboss.deployment.DeploymentException: Error: can't find data source:
jdbc/PostgresDS; - nested throwable: (javax.naming
89 matches
Mail list logo