You can't do it with the current jmx-console.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835060#3835060
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835060
--
You can use any object name.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835059#3835059
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835059
---
This SF.Net ema
Maybe this: Virtual Hosts
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835058#3835058
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835058
---
This SF.Net email
Because the spec says application exceptions are not automatically rolled back.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835057#3835057
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835057
See FAQ
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835056#3835056
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835056
---
This SF.Net email is sponsored by: S
You should hand code the ejb-jar.xml rather than use XDoclet. Once you get your
deployment descriptor right, and the bean works, then start debugging XDoclet.
XDoclet is only useful if you get every tag exactly right. Make one mistake and you're
debugging it for hours.
View the original post :
How do you declare your PK in your deployment descriptor?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835054#3835054
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835054
--
java:comp/env is the bean's private name space, a client cannot look up from that
location. You need to access the global namespace (maybe Fibo?).
Go to the jmx-console, find service=JNDIView, click "invoke" on the list operation
and scroll down until you see "Global namespace" and find your be
"ltcmelo" wrote : Just complementing...
| I also tried with '%?1%' after LIKE and did not work.
|
How does it "not work" ?!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835052#3835052
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
IIRC there's going to be an RC2 first.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835051#3835051
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835051
---
This
"hxp" wrote : CALL FOR TESTING
| Nukes 1.1 is coming out soon -- and you can help make sure it gets tuned up nicely
before it goes out the door!
|
I updated my CVS last night and took it for a spin. There were a few issues but i
don't have any specific errors to show yet. One example was t
We are one inch from the goal line in terms of getting acceptance from an extremely
large customer (Fortune 50, seriously). What we are asking for in this post will
eliminate the remaining gap.
We need to be able to configure JBoss from a property file to not call
runGarbageCollector() in Syste
We were overwhelming the garbage collector with objects being created from rows
returned from the database. The database connections were a red herring. All sorts of
things started failing once the garbage piled up. We changed the algorithm to read
from an in-memory cache instead of from the dat
yes, you are right! a BCEL.jar in JBuilder block off the bcel.jar in JBoss.
So it is the reason now.
but still the warn message :
20:57:50,159 WARN [EmbeddedTomcatService] Unable to invoke setDelegate on class
loader:[EMAIL PROTECTED]
I have another Tomcat5.0 in my machine, is it matter?
anywa
I just downloaded a fresh 3.2.3 and a fresh jaas howto. Sucessfully built the
jaas_howto server config and successfully started the server.
When clicking Invoke PublicSession.echo() as java, echoman [PASS]
from http://localhost:8080/jaas-example1/index.html, I get output from the server and
fro
Think we got it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835039#3835039
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835039
---
This SF.Net email is sponsor
Yes, there are 5 jar files, but no bcel.jar,
dom.jar, sax.jar, xalan.jar, xercesImpl.jar, xsltc.jar
and I am using a jdk1.4.2 in JBuilder folder, so how can I do?
thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835036#3835036
Reply to the post :
ht
The XASession's XAResource has not been enlisted in a JTA transaction.
I recently added code for jboss-3.2.4 that allows JBossMQ's XAConnectionFactory
to be used outside a JTA transaction (it behaves the same as AUTO_ACKNOWLEDGE)
I would suggest you try it with the plain ConnectionFactory
Or fig
I'm trying to change the roles query and principal query so that it will take another
parameter(company name) along with the login name.
I've got the design how to implement this from forums and tried to do as follows:
1) Implemented MySimplePrincipal which extends SimplePrincipal class and ta
Just complementing...
I also tried with '%?1%' after LIKE and did not work.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835031#3835031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835031
---
The following stack trace is from a BEA WebLogic JMS Client attempting to produce a
message on a JBossMQ Topic using XA. I am using JBoss 3.2.3 and BEA WebLogic 8.1 SP2.
Any insight would help me enormously. Thank you.
javax.jms.JMSException: Invalid transaction id.
at org.jboss.mq.Spy
This occurs when you are not logged into sourceforge. You are not able to submit a bug
until you login to sourceforge. Once you login, the field will be shown (according to
people smarter than me).
-Joe McGonnell, JBoss
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
I still haven't gotten it working.
Here's what i have in jbosscmp-jdbc.xml
|
|
|findByName
|
| java.lang.String
|
|
|
|
|
|
for the exact s
I'm running last night's CVS snapshot with PostgreSQL on Linux.
So far, I've had a few issues:
1. I added a poll and told it to go on the right hand side, but it came out on the
left. When I try to move it, I get an exception saying
"javax.management.InstanceNotFoundException: nukes.blocks:nam
We have a JBoss 3.2.0 server running on a Windows 2000 multi-homed host. It has a
management address 172.* and an application address 10.*.
Currently, the naming service keeps binding to the management address, making it
impossible for the application clients to connect.
I tried specifying a Bi
I suggest you to look carefully at the XDoclet documentation.
If you define collections in both sides, your relation is a many-many one and should
use a third table.
You cannot specify the
@jboss.relation
* related-pk-field="docid"
* fk-column="docid"
on both sides, just on the many side.
I
somewhere you have a jar that relies upon an older version of bcel.jar. do you have
any libs in your "endorsed" directory under the jdk?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835024#3835024
Reply to the post :
http://www.jboss.org/index.html?module
Hi,
Your EJB-QL query must refer to the bean, not the table in the FROM clause.
So it should be:
| * @ejb.finder signature =
"fr.edumedia.interfaces.entity.catalogue.ContainingFamilyLocal
findByAnimationAndFamily(fr.edumedia.interfaces.entity.catalogue.AnimationLocal
animation, fr.edumedia.i
I got a problem with deploying an EJB in JBoss3.2.3 while it worked well on JBoss
3.0.8. Env: WinXP pro, JSDK1.4.2
The error information is:
11:49:24,299 WARN [ServiceController] Problem starting service
jboss.j2ee:jndiName=CabinHomeRemote,service=EJB
java.lang.NoSuchMethodError:
org.apache.bc
Manifestly, not all your descriptors are in the post.
The error talks about a "ChainRelationshipRole" relationship role in your Chain bean.
None of them (entity bean and relationship) is in your descriptors.
I suggest you to use XDoclet to generate descriptors.
Pascal
View the original post :
CALL FOR TESTING
Nukes 1.1 is coming out soon -- and you can help make sure it gets tuned up nicely
before it goes out the door!
Because there are some major changes going on in the backend part of Nukes currently,
we need people to do some extra testing and give some extra feedback.
Please g
I~m trying to make a FiboConsole application, but when de debug reaches the context
lookup, I get an excepion.
HereÂs the code:
public static void main(String[] args) {
FiboConsole fiboCon = new FiboConsole();
try {
Context context = new Init
Hi everybody!
I've 2 tables :
CatDocuments and Documents
CatDocuments has docid and catid fields
Documents has docid and docname fields
The relation between both are with the docid field
I want to get all the docs from documents where catid =x
for example
[select docname from catdocuments a inner
ps this is a CPU centric application,basicly,it is a nested loop to construct a big
string
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835015#3835015
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835015
-
I have a J2EE application,I put it on a P4 machine,it consume about 90_100% cpu,but if
I put it on a Xeon dual CPUs machine,it take only 30_40% CPU,how can I increase the
CPU usage on Xeon son it runs faster?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835
Thank you for reply.
basicly,this stored procedure update current database,then use xp_cmdshell which is in
master database to export table to a file.I'm using MS sql server 2000.the data in
current database updated but use has no access to master database.
I'm using container managed transaction
Someone sent me an email a couple days ago wanting to know if this problem has been
resolved. My replies kept getting bounced by his mail server, so I'll reply here.
Hope you see it.
The SingleSignOn problem is fixed in JBoss 3.2.3. Tomcat versions beginning with
4.1.29 and 5.0.16 both inclu
Create a bug report on sourceforge with a sample that illustrates the problem and
include the login module and sso configurations.
http://sourceforge.net/tracker/?group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835010#3835010
Reply
How can i know which class is needed?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835009#3835009
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835009
---
This SF
hello,
when executing my client, i have an error in the server:
18:20:52,125 INFO [STDOUT] ejbCreate() du bean
18:20:52,140 ERROR [LogInterceptor] Unexpected Error:
java.lang.NoClassDefFoundError
at java.io.ObjectStreamClass.hasStaticInitializer(Native Method)
at java.io.ObjectSt
Scott please would you reply to this question?
I still have this problem.
Sometimes when many users work simultaneously, one user gets the session of the other.
see my configuratioon and implementation over here.
My logout implementation:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=4
Ok, didn't think long enough before I posted.
All this can be done simple and easy with:
| public static final boolean isAdminUser(HttpServletRequest req)
| {
| return req.isUserInRole("Admin"):
| }
|
| public static final boolean isAdminUser(EJBContext context)
| {
| return co
You would need to create a custom tomcat valve to track this info. Here is an example
that make the j_username request attribute available to the session as a j_username
attribute for use in the login/error pages.
| package org.jboss.sample.security;
|
| import java.io.IOException;
| i
Hi All,
I wonder if the following code will work in JBoss:
| AccessControlContext context = AccessController.getContext();
| return Subject.getSubject(context);
|
I would like to get a handle to the current Subject in web or ejb tier. I would like
to find out the "roles" that Principal
Hi,
I've been deploying web services in JBoss 3.2.3 using the method given in the
JBoss.NET article at http://www.nsdev.org/jboss/stories/jboss-net.html. Everything
works fine when using primative types and Strings for the web service parameter types.
However, I can not get the service to w
Hi,
This thread has been running on the JMX Forum:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49615
This is the more appropriate forum.
I traced my problem down to the smart-proxy having its list of targets updated on the
return from the invocation.
I got down to the JRMPInvokerHA.
This is what the unauthenticatedIdentity module options that many of the jboss login
modules support is for. See the JAAS Howto in this forum for an example.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834999#3834999
Reply to the post :
http://www.jboss.o
A standalone tomcat instance is no different than a java client. You have to establish
the security context for calls into the ejb container. If you want to resue the
security context presented to the web container, then you need non-standard
integration such as a tomcat valve to gain access to
Well.. i decided to do a more extensive investigate and moved up to 3.2.3.
The problem doesn't exist in 3.2.3.
That's good news...
not sure why though... I looked at the source and couldn't see the issue.
Happy Days
Regards,
Gavin
View the original post :
http://www.jboss.org/index.html?mo
Ask your question in the clustering forum.
What I can tell you is that jboss clustering is an abstraction, it is possible
to swap out jgroups for a different group communication library.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834995#3834995
Reply to t
No you do not need CLASSPATH for JBoss, the run script sorts all that out.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834994#3834994
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834994
--
Adrian,
I got down to the JRMPInvokerHA.invoke() method where the HARMIResponse is
constructed. There is a comparison between the from the Invocation instance and the
and these are not equal so the change is triggered.
Now I looked into the JGroups/HAPartitionImpl interactions at the JGroups
"darranl" wrote : anonymous wrote : I didn't see any instructions for Configurations
..
|
| Look for the getting started guide, it explains how to install it.
|
| anonymous wrote : An error occurred at line: -1 in the jsp file: null
|
| You probably haven't set the JAVA_HOME envi
No, we do not support the externalization of the realm used for authentication and
authorization with the embedded tomcat service.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834991#3834991
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
anonymous wrote : I didn't see any instructions for Configurations ..
Look for the getting started guide, it explains how to install it.
anonymous wrote : An error occurred at line: -1 in the jsp file: null
You probably haven't set the JAVA_HOME environment variable (See the getting started
What is actually using the database connection?
What is the full error message and stack trace?
If it is a CMP entity bean have you configured the beans to use the DB2 mappings
instead of the Oracle mappings that you were probably using earlier?
If it is CMP beans is the error when the tables a
Its at best undefined in the servlet spec how the security context created when
accessing secured content is propagated to unsecured content. There is no definition
that states the security context is a property of the session and that this should be
in effect when using getUserPrincipal and isC
I have normally downloaded , normallly installed , normally runed the run.bat under
winxp pro and i've got normally feedback from system
like ..
17:02:50,671 INFO [Server] JBoss (MX MicroKernel) [3.2.3 (build: CVSTag=JBoss_3
_2_3 date=200311301445)] Started in 11s:828ms
But when i entered "htt
hello everybody,
I am facing some difficulty in connecting to Db2 database from Jboss..
Can anybody help me with the following issue..
I wanted to connect to DB2 database from the Jboss Server..(Earlier we are able to
connect to oracle)
I am getting an error Invalid Argument Type SQLSTATE Hy009.I
Hi,
I got the same problem, but I didnÂt find a correct answer for that. I am working
with JBoss 3.0.8 / Jetty Webserver. IÂve the same constellation, means two different
sessionBeans (two transactions) finding the same entity bean. The invocation of getXXX
method throws sometimes an exception
I have the same problem too, using JBoss 3.2.3 ands Tomcat.
It would be very heplfull for our web-developper to develop only with tomcat, and just
test with Tomcat/JBoss.
Any tips about that?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834984#3834984
Rep
Hi here is the code.
| public void logout() throws Exception {
| if (getSubject() == null)
| throw new Exception();
| Set principals = getSubject().getPrincipals();
| if (principals.size() > 0) {
| Iterator i
The security cache is loaded only during authentication. You cannot change roles and
have them reloaded without reauthenticating. With basic auth this would be transparent
to the user, while form based auth would require logging in.
You can write your own org.jboss.util.CachePolicy implementatio
Create a bug report on sourceforge with example ears which demonstrate this behavior
please.
http://sourceforge.net/tracker/?group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834981#3834981
Reply to the post :
http://www.jboss.org/in
No
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834980#3834980
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834980
---
This SF.Net email is sponsored by: SourceF
Can I place all transactions info in transactions-service.xml or jboss-service.xml?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834978#3834978
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834978
-
Well the only solution we have found after two days ... was to create a dummy
principal (invisible to anyone) with full privileges in the client side who does what
JBoss guest was supposed to do
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834977#38349
| firewall
| port open for forwarding
|
When you get it working, please add your example config to the WIKI
with a short explanation.
Of course you should obfuscate your host/port :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834976#3834976
Reply
Anybody knows a tutorial , document anything that talk about how to create
relationships with XDoclet.
thanks in advance.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834975#3834975
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
Hello,
I'm trying to run the [hibernatedoclet] task from a build script . However, the
XDoclet doesn't parse my Hibernate file. This should be simple, but I've been working
on this for several weeks with no success. Have read most available tutorials and
online instructions on the topic, but am
Yes i have read that, but i did't get the ideea, and even now it's not realy clear to
me: which attribute i need to configure, "UseHostName"? setted to false? this is all
that is needed? Thanks very much for your response.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Actually the binary that I downloaded was using / not /nukes. I exploded the ear and
edited the application.xml in the META-INF dir to relect /forum and it works like a
charm. Thanks for your input.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834972#
Access to datasources is not possible using remote clients.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834970#3834970
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834970
-
HI I have configured datasource for MS sql server 2000 and copied mssql-ds.xml in
deploy folder.after the server starts when i look up for jndi name it gives
namenotfound exception.
mssql-ds.xml
MSSQLDS
jdbc:microsoft:sqlserver://142.176.225.133:1433;DatabaseName=Centrum
com.mi
ok , i think i have to run jboss as root privilege.
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834966#3834966
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834966
I've already told off Maxi72 earlier this week, the guy is a *?!*!
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49657
He's also never heard of MBeans.
Mr Maxi72,
Read this: http://www.jboss.org/wiki/Wiki.jsp?page=JBossForums
One more post like list and I'm going to delete your acco
Yes, and the information you want is on the WIKI
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigHTTPIL
Did you "READ THIS FIRST"? :-(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834963#3834963
Reply to the post :
http://www.jboss.org/index.html?module=bb&op
by default, nukes is available via /nukes, not /.
in any case, if you are installing from source, edit the local.properties file that is
in the "build" directory and change the entry for the context-root.
if you are not installing from source, you're most likely going to have to open up the
nuk
wiki faq entry for this
http://www.jboss.org/wiki/Wiki.jsp?page=HotDeployClassCastExceptions
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834961#3834961
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834961
-
Hi Mattin,
There is a clustered provided. It is discussed in the clustering documentation. The
package is another place to start looking. There are examples
also.
Hope this is of some help.
sinclair
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834959#38
Hi,
thanx and I have found out myself: I have to set the content type with a line like
this in the preface:
<%@ page contentType="text/vnd.wap.wml" %>
Otherwise, it points to the defaults, which is html.
So I can sleep better now ;-)))
Andreas
View the original post :
http://www.jboss.org/i
I have tried to use the Java2WSDL tool to create a WSDL for me from a very simple
interface. Can't get that to work. I used the example6 of Axis1.1 for the same. No
luck.
Any sample interface with a successful creation of a DOCUMENT style and WRAPPED style
would do the trick.
Thanks in advance.
Many thanks Jburugupalli for your precious help,
I created a XMalfDatabaseServerLoginModule that
extends AbstractServerLoginModule
(it's a "merge" between UsernamePassword... and DatabaseServer
login modules)
and that uses, in getUsernameAndPassword() method, the SecurityAssociationCallback
Hello folks
Quick question on deployment. Ive gotten nukes successfully deployed to /. Since i
have a current website already deployed to that context, I'd like to deploy nukes to
/forum. What files do I need to modify to make this happen.
I've searched this site to no avail. If I missed so
Resist, Adrian! Resist!!! :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834954#3834954
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834954
---
This SF.Net ema
Hi there,
what's the time schedule for the final 3.2.4 release?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834953#3834953
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834953
--
Implement a servlet that invokes a method on your class in its init method.
Write an MBean and invoke a method on your class when it is started.
Why can't your code be wrapped in a message driven bean? They are designed to be
deployed when the server starts, stand alone clients a really for acc
Probably not the best forum to start cross posting in!!!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834951#3834951
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834951
i have an a class that listen an queue (JMS), not MDB.
How can i start that class at startup of jboss ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834950#3834950
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
sorry, i have an a class that listen an queue (JMS), not MDB.
How can i start that class at startup of jboss ?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834949#3834949
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=
Hi,
I am having a problem deploying a sample entity I created. I am new to jboss and
Entity Beans etc.
I created a a simple Entity Bean based on CMP 2.0 and was hoping it would create the
table when I deployed it.
I am developing in Netbeans 3.6 and using the nbkboss pluging.
The error i get
I've been looking for half an hour (and maybe more) for the Xdoclet tag to change, but
i can't found if.
I thought
|
| /**
| * @author ggratacap
| *
| * @ejb.bean name = "Command"
| * display-name = "Command EJB"
| * description = "EJB for
Hello!
Do you know of a way to initialize ressources (like an external scheduler or some
initial database calls) in an application deployed in a cluster?
My current approach (which fails for clustered deployment) was to have a startup
servlet (deployed in a .war), which calls an initialization
To investigate the functioning of the authentication cache I traced the networktraffic
of the database port. The result is:
When calling flushAuthCache() there is no access to the database. Instead, the
assigned authentication role is destroyed. Even the call isCallerInRole() is not a
reason to
Hi there,
I'm facing this problem: i have a JBoss 3.2.3 server running behind a firewall, every
call that is made to a public IP is translated so it reaches my server which is not
publicaly available. My client application looks up after the HTTPXAConnectionFactory
and retrieves it, no problem,
It is showing an empty primary key element:
(java.sql.SQLException: Wrong data type: NOT in statement [CREATE TABLE COMMAND (
INTEGER NOT NULL, FK_COMMANDTYPE VARBINARY, CONSTRAINT PK_COMMAND PRIMARY KEY ())])
So like I originally suspected, your primary key declaration in your ejb-jar.xml is
n
It depends on how you want to define the space. If you are looking for just
full-featured J2EE application servers, then JBoss is far and away the dominant
product in terms of downloads, user base, etc... If it helps, JBoss Application
Server averages about 200,000 downloads per month. Becaus
On the page http://www.jboss.org/community/index there is a section on submitting bug
reports, the JBoss version has been missed off the list of required information.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834939#3834939
Reply to the post :
http://ww
Overall the new site looks good, except for changing the colours of the scroll bars
they look really out of place.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834937#3834937
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
maybe it's because of this :
| * @jboss.relation related-pk-field = "id"
|
in the relation, both entities have an "id" as a primary key
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834935#3834935
Reply to the post :
http://www.jboss.org/i
1 - 100 of 126 matches
Mail list logo