Then there is most likely another jboss instance running. Get a tool for your platform
that shows the port/process bindings to see what has the conflicting ports in use.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837619#3837619
Reply to the post :
http:/
My really title is:
Please give me a hand in configing XADatasoruce for db2 and sql server 2000
Anybody can help me or give me some links.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837618#3837618
Reply to the post :
http://www.jboss.org/index.html?modul
See the 'Using your own log4j.xml file' section of:
http://www.jboss.org/wiki/Wiki.jsp?page=Logging
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837617#3837617
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837617
What does the given exception have to do with this? The http invoker knows nothing
about the indicated dtds so I don't see how that is involved. Take a thread dump of
the server when its sitting in a hung outbound connection to see what is triggering
the dtd lookup.
View the original post :
ht
I can't solve the problem mentioned above although I have spent a lot of time to
search related topics in wikis or forums.
Please help me!
I copy the sqljdbc.dll to the Microsoft SQL Server\MSSQL\Binn directory.
I finished Installing Stored Procedures for JTA (in SQL Server 2000)
use the command
Thanks. I noticed one has to use java:/OracleDS. What if I want to use demo/OracleDS,
which is what I was using on WebLogic 6.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837614#3837614
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
[org.jboss.ejb.plugins.LogInterceptor] TransactionRolledbackLocalException in method:
public abstract java.lang.String
libsys.entities.publisher.PublisherLocal.getPUBLISHER(), causedBy:
java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver] Query is too complex.
Jboss version is 3.2.3
Hmmm...could hear a pin drop on that one...
erm, anyway, in case anyone's curious, it turned out to be a bug in the JDBC driver I
was using.
-t
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837612#3837612
Reply to the post :
http://www.jboss.org/index.h
So those bindings look fine. What cluster testsuite are you talking about?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837611#3837611
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837611
--
even when I enter the code into my mysql in dos it returns that error.
Why isn't there a configuration script where you can enter/adjust settings for the
users 'root' and 'nukes' (like in phpnuke and postnuke).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
The question you really need to ask is do you actually need your 50,000 "things" in
memory, or can u just load the "things" u need as and when u need them. 50,000
"things" is going to take a long time to load and a lot of memory however you do it.
View the original post :
http://www.jboss.org
Just have a look at openadapter.org.
BTW. what is "as fast as possible"?
>From the point of view of an palaeontologist (billion of years) or in the point of
>view of an momentum scientist (nano seconds)?
;-)
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&
I have several domains all on one server, and I'd like to set up a separate .ear for
each of them... is there some way to specify this in the application.xml file or
something of the like? I.e.,
www.domain1.com/ would go to domain1.ear,
www.domain2.com/ would go to domain2.ear, and
www.domain3.
upps, forgot the empty one:
[EMAIL PROTECTED] ~
$ netstat -na | grep ABH
TCP0.0.0.0:22 0.0.0.0:0 ABHTREN
TCP0.0.0.0:1350.0.0.0:0 ABHTREN
TCP0.0.0.0:4450.0.0.0:0 ABHTREN
TCP0.0.0.0:1025 0.0.
This is mine, testsuite just finished on WinXP, java full version "1.4.2_04-b05",
gives 91 errors (8 failures), most of then "connection refused" and similiar:
one started -c all -b 192.168.1.100
the other -c all -b 192.168.1.102
[EMAIL PROTECTED] ~
$ netstat -na | grep ABH
TCP0.0.0.0:22
I've received the update right now. Thanks. Peter
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837604#3837604
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837604
---
Hi,
I tried to download the following file.
http://www.jboss.org/docs/jbossj2ee-src.zip
After downloading the file Winzip reports the file is corrupt and could not open the
file.
Unable to get the specified file.
Kindly review this problem.
Thanks very much.
Usha
View the original post :
ht
hello,
well this seems to a problem of managing 50,000 Things object. I guess the simple
solution will be to have a class containing hashmap or an array list based on your
needs to store this "Things" object. and then make that class a singleton or a
monostate which can access your Things obe
Hi Puneet,
DAO is used to interact with database and other type of storages
where as EJB are your business domain entities. Generally they are used in
combination of each other except when you are using CMP type of beans.
The selection criteria is not based on no. of hits. and EJB's are the way
both 3 and 4 shoudl run. but why would you want that???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837599#3837599
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837599
-
Hi Julien,
ValueListHandler implements ValueListIterator. and you can use it's function to
traverse the iterator or can directly typecast your bean to this interface. and you
don't need to specify any methods in your ejb according to the example shown in
http://java.sun.com/blueprints/corej2ee
Hey everyone,
I'm puttting togethe a proof-of-concept Jboss cluster with Jboss4/Tomcat5 behind a
hardware load balancer from F5 Networks. For some weird reason the network load
balancers sees the jboss servers at not available on port 80 ( the port I changed
jboss to listens on). F5 tells me t
I am trying to use an XAConnection with Oracle. The reason why i want to do this is
because i use a JMS component that needs to interact with the database.
After receiving a lot of warnings because i was using a local connection i change to
XA connection.
Now i have this problem when the Messag
hi,
I have taken a brief look at your design. Based on what you have written seems to take
off, but you can consider some other choices also such as xml based communication over
http or https between your internal systems and external systems. then you will also
get away with messaging system.
What solutions are people using for managing and deploying different versions
of their configuration files?
A concrete example is the web.xml file in the jbosweb-tomcat.sar jboss-service.xml
file. For session clustering it requires you to change the jvmRoute attribute
for each instance in the clus
I put a sniffer on it and the name mismatch is coming from the jboss cluster multicast
and not the JGstore one. This doesn't explain why the JGStore is not working.
Any Ideas on how to get this working???
I turned on the DebugInterceptor. When I log in the side I am on is reporting:
14:21:09,
Provide more info as the listening port address bindings look fine with the exception
of the snmp adaptor which currently does not support this:
| [EMAIL PROTECTED] starksm]$ netstat -an
| Active Internet connections (servers and established)
| Proto Recv-Q Send-Q Local Address F
The testsuite does not run through on a multihomed system, there are some:
Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server
localhost:1099 [Root exception is java.net.ConnectE
xception: Connection refused: connect]
at org.jnp.interfaces.NamingContext.getSer
There should a replacement of the System.PathSeperator taken place in the during URL
parsing ...
wondering
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837590#3837590
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
There is no problem to use 10g drivers for 8i, they are backward compatible with 8i.
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837589#3837589
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837589
--
I did go to Google.
I did look at the source.
All before I posted.
What I found after trial and error was that the following does work
file://\\SERVER\SHARE\path
Seems odd to me that it would be like this, but I suspect that JBoss is passing
anything after file:// directly to the File class to f
Well, Jboss already has a local entity resolver implementation
(JbossEntityResolver.java) that it uses to lookup dtds from jboss.jar. Several of the
dtds being requested (not all of them suprisingly) are already registered in the
JBossEntityResolver.java to be looked up from jboss.jar (org.jboss
The reason for this behavior is described in:
http://www-106.ibm.com/developerworks/library/x-tipent.html
HTH a bit
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837586#3837586
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&m
But anyway: As fas as I can see, the deployment URL should be relative to the server
home.
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837585#3837585
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837585
The port for the snmp adapter is not binding according to the "-b" parameter:
Throws
21:16:42,722 ERROR [TrapdService] Starting failed
jboss.jmx:name=SnmpAgent,service=trapd,type=logger
java.net.BindException: Address already in use: Cannot bind
on the second cluster node on a multihomed machin
Hi,
I am new to JBoss. I installed 3.2.3 version. When I start the server I get
"Address already in use: JVM_Bind" error for port 1099. So I changed the JNP to 1299.
After which when I restart the server, I get an error saying port is already in
use. I pressed ctrl+c on the server consol
file://Server/Share/path and
//Server/Share/path
should doit according to
http://www.ietf.org/rfc/rfc2396.txt.
Maybe a bug in around makeURL ?
But you may enable debugging - see docs - and should see:
"Adding URL from spec:"
"URL: "
use the source, luke
bax
View the original post :
htt
What I dont understand is why the error shows up after processing several hundred
messages.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837581#3837581
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837581
Oracle's thin driver is a broken Piece Of Shit which can cause broken connections,
especially with BLOBs or CLOBs larger than 4k, so I suggest you use either the OCI
driver or some other third party driver for JMS persistence.
View the original post :
http://www.jboss.org/index.html?module=bb&o
The file-pm is not officially supported anymore and does not get called by default. I
wonder if that was clear in the installation instructions? The best PM is the JDBC2
or 3, with your choice of JDBC supporting database. MySQL and Postgres are good
choices, HSQLDB (the install default) does
We are using JBoss 3.2.2/Tomcat 4.1.27 on RedHat 9. The client application (Swing)
communicates with the app server via the HTTP invoker (HTTPS) on port 443. For testing
we are using self-signed certs. We also use a custom JAAS login module for client
authentication. The application deployed is
I am using JBoss 3.2.3/Tomcat 5.0.16 with external hsql db.
Got an outofmemory error while trying to getConnection from the data source.
The exception message is as follows.
org.jboss.util.NestedSQLException: Could not create connection; - nested throwable:
(java.sql.SQLException: No
In Jboss 3.2.2 Where exactly do I give this ? (Name of file?)
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837575#3837575
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837575
---
I put some sys outs for java.class.path where it was reading the log settings. The
classpath seems to be: ;c:\j2sdk1.4.2_03\lib\tools.jar;C:\jboss-3.2.3\bin\\run.jar
The code of reading the log settings is invoked during start-up of jboss. Is that the
reason WEB-INF/classes is not in the classpat
Hey guys!
I had download the wrapper application to put JBoss as a windows service. So, i follow
this link:
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows
...And i run the script to test wrapper with JBoss ... that's OK!
But, when i install de service, i can't start de ser
Hi
I am using log4j 1.2.8 and jboss 3.2.3. I have the applications logging settings in
log4j.properties which is under WEB-INF/classes.
But when running inside JBoss this log4j.properties is not detected. Instead it find
the log4j.xml under default/conf and looks for logger names there.
If I co
We are using JBoss-3.2.3 on Solaris and using the file-pm-service.xml as the
persistence manager. We performed a stop on JBoss and there were approx. 91,000
messages in the tmp directory. Starting JBoss took approx. 1.5 hours. When the
file-pm-service.xml was deployed, it seemed to remove all
Maybe I didn't formulate the question correctly. I know that Java can handle UNC
paths corrrectly. What I was looking for is the syntax to use in the
URLDeploymentScanner's "URLs" attribute in the jboss-service.xml file. I've tried the
following:
file:Server/share/path
file://Server/Shar
The 3.2.4 release is available from here:
JBoss-3.2.4 on SourceForge
Release notes are available here:
Changes between 3.2.4 and 3.2.4RC2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837569#3837569
Reply to the post :
http://www.jboss.org/index.html?
I appreciate your response. I am sorry to bug you on this but I have not quite
understood the logic here. Do you mean to say that by including the method in a
transaction or by not making it read-only, I will have a faster response? Could u
please let me know how read-only or a transaction affec
Move JBoss into a folder that does not have any spaces in the path. Also make sure
that the JDK is also installed to a folder that does not contain spaces.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837567#3837567
Reply to the post :
http://www.jboss.or
starting 3.2.4-RC2 from Desktop ("Document and Settings" in path name)throws:
17:46:06,663 ERROR [MainDeployer] Could not initialise deloyment: file:/C:/Dokumente
und Einstellungen/holgerbaxmann/Desktop/jboss32
4-RC2/jboss-3.2.4RC2/server/all/deploy/hsqldb-ds.xml
org.jboss.deployment.DeploymentEx
Adrian, I have the same problem. I search the general faq and jms faq and found no
answer. Perhap you would be kind enough to point us to the correct page.
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837565#3837565
Reply to the post :
http://www.j
Hello,
After reading through n-number of threads I still have not found the solution to my
problem so hopefully someone will mercifully point out the error of my ways...
I am having a problem getting to my clustered JBoss servers (each instance is running
on a different machine) via Apache 2.0
Hello,
I am having a problem getting to my clustered JBoss servers (each instance is running
on a different machine) via Apache 2.0.49 using mod_jk2 maybe you can help me figure
out what is wrong.
To begin:
1) I have clustered JBoss 3.2.4RC2 by creating another instance of the "all" serve
I'd also like a way to check and see if a temporary queue is still around without
going through the process of trying to send a message to that queue. This goes
hand-in-hand with the above.
Thanks again,
Mike
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
Hello all,
I have a Temporary queue being created by a client that is connecting to the server
(over UIL2). I would like to be notified if the client's connection is broken, but on
the server. I've browsed the JMX console and the DestinationManager gets notified of
the queue being closed immedi
according to the JDK docs, yes:
Extract from http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html
For Microsoft Windows platforms, the prefix of a pathname that contains a drive
specifier consists of the drive letter followed by ":" and possibly followed by "\" if
the pathname is absolute.
I've been profiling the Jive forum software (running under JBoss 3.2.1) and have
noticed that it isn't explicitly closing resultsets. It expects that closing the
statement that the resultset was created from will close the resultset as well.
While this is a Jive problem, I was wondering if JBoss
Very cool...thanks...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837558#3837558
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837558
---
This SF.Net email is sp
I put a file called jboss-web.xml in ROOT/WEB-INF. This is what that file looked like:
|
|
| /
|
|
This did not work however. I still get the error messages I described earlier. Did I
put the file in the correct WEB-INF directory?
:.:: mattias
View the original post :
http://www
I am trying to get Session clustering working using JGStore.
I am using jboss-3.2.3 and downloaded jetty 4.2.20-jboss 3.2.3, and JGroups 2.2.1 and
have 2 nodes in my cluster.
When I bring up the servers and log in to one of them the other server outputs:
2004-06-03 16:02:11,041 DEBUG [org.jav
Thanks for the tip. I did buy the JBoss Clustering book, and yes indeed it did solve
my clustering issues. However, now I am stuck trying to integrate Apache 2.0 with
JBoss 3.2.4RC2. I have Apache installed on WinXP and I have downloaded the Mod_JK2
connector ( the module is mod_jk2.so NOT mod_j
Adrian,
Thanks for your help -- I've been wondering for some time how to do this :)
Collin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837554#3837554
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837554
--
Well, our application essentially renders pages, which are constructed using many
different kinds of entities, so a page render might involve 20-30 different entities.
I replicate it by bookmarking about 15 different page render URLs and then loading
them all simultaneously.
I also see a
java
has anyone tried the zip w/ the precompiled libraries? i'm worried there may be a
problem w/ the entries in the zip file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837552#3837552
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
touch the web.xml (After updating the jar) as that is the file watched by jboss during
deployments.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837551#3837551
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837551
We are curently testing TreeCache on a Clustered JBOSS 3.2.3 and we are Beginners for
J2EE and use the Lomboz Plugin for Eclipse.
Our simple Testapplication works with Clustered JBoss and we can see that the
TreeCache replicates all Datas correctly between them.
But we want to do a simple Hot-De
Hello,
we are planning to deliver our software around October this year. We would like to use
JBoss Version 4.0 for this release because of the new features regarding JCA and
Web-Services. We learned from the current roadmap, that a release target is to the end
of this quarter. Is this meant to
If you disable farming you can manually decide which bean gets deployed where in your
deployment descriptors. Or by simply deleting the correct archive in the deploy
directory (this might remove other beans too of course, so be careful)
If you don't want to give up the convenience of farming I t
jae,
thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837547#3837547
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837547
---
This SF.Net email is sponsored b
Hy,
here my problem:
I have 2 entity ("version" and "document") beans with relatations:
one CMR 1 - 1
call by "getVersionPrincipale" in the entity "document"
and call by "getDocumentPrincipale" in the entity "version"
which permit to have the main version of a document
one CMR 1 - *
call by "
I was thinkng that perhaps another way to achieve this would be to create a seperate
jar file for my wrapper application and deploy that along with the jar files for the
session beans in an ear file.
Tried it but could not seem to get it working think there is something wrong with my
deployment
I also think that something is wrong in the zip file but I'm not be able to check out
from cvs against the tag
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837544#3837544
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
see 'insert-after-ejb-post-create' in jboss.xml, IMHO since 3.2.2.
-marek
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837543#3837543
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837543
--
are you able to check out from cvs against the tag and try that way? perhaps something
is wrong w/ the zip file.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837542#3837542
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
thx for catching that build.xml problem. i'll fix that now.
all of the bugs you reported have been fixed except for the MostPopularDownloads
issue. i'll take a look at that tonight. i also fixed a couple problems w/ some table
columns not being null and the downloads module now gets a category
Oh my god ...
Can you guess what was the problem??? THE F* B* M*F* WINRAR FROM HELL ... jboss
couldnÂt find the folder and the file ... I used winzip and ... ta-dà ...
"Remeber kids, along the river, not across the road"
...
View the original post :
http://www.jboss.org/index.html
hi,
I made tests and when I tried with the nukes.ear of the release 1.0.0, the site comes
up.
And then, I tried with the release 1.1.0 and I had error message :
"State http 500-No context is configured to treat this request "
View the original post :
http://www.jboss.org/index.html?module=bb&o
I just installed JBoss and setup the database to use TCP. Using the Database Manager,
I used a script to define some tables, and another script to add data. All seemed to
work fine; the tables were listed in the left pane. When I clicked on a table, the
Manager froze, and I had to close it via t
Release notes should be available from sourceforge.net
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837534#3837534
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837534
--
Option 1 should be correct.
Is your web app an exploded war or a war archive?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837532#3837532
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837532
--
That's a good question, I am not sure.
I double checked connecting this morning with another program and got the same error,
so it looks like some kind of configuration change at around the same time as I moved
to 3.2.3, not JBoss related.
Nice when the left hand doesn't know what the right is d
I've just figured that out, so i thought i would post it:
| jboss.mq.destination:service=Topic,name=topicName
|
where topicName is the name of my topic in jbossmq-destinations-service.xml
clau
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837531#383753
Our configuration is a JBoss 3.2.3 and an Orcale 9.2i with a thin JDBC driver.
Our application relies on CMP for persistency. Now we're facing the following problem:
if a single row in a table is locked by another application e.g. Oracle-forms JBoss
waits indefinitly for an update of that row.
I
Hi!
We have a need to hot-deploy jar files that are used by jsp files. It would be very
valuable that we wouldn't have to reboot JBoss when we update a jar file.
We have tried two things:
1. Place jar files to deploy/webapp/WEB-INF/lib.
2. Place jar files directly to deploy folder.
In both cas
You will need to add another login module to your application policy that authorizes
after the NT authentication. Or modify the NT login module to authorize from database.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837528#3837528
Reply to the post :
htt
Again menu-config.xml
Hi, and sorry !!!
Login-config.xml:
java:/ClinyCasDS
SELECT dePassword AS Password FROM Usuario WHERE idUsuario=?
SELECT g.deGrupo AS Role,g.deGrupo AS RoleGroup
FROM grupo g, detGrupoUsuario dg
WHERE dg.idUs
Hello,
I'd like to use the IIOP protocol instead of JRMP. But I don't know how to do it.
I've bought the official JBoss documentation but it doesn't help me to configure this.
Can anyone tell me how can I use IIOP for all my EJB.
Thanks a lot.
Xavier MOGHRABI
View the original post :
http://
Thankx for it i found out the Solution.
But now i am facing some problems with Authorization of the Users.
My roles are defined in the Database i have to take the roles from the database. Can
you plz also help me as in how should i proceed with this.
Thankx a lot
Sudeep
View the original post :
Is there any guess on when the full release of 3.2.4 will be now?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837522#3837522
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837522
---
We are currently using JBOSS version 3.0.4. Before moving to 3.2.x, we wanted to
analyze the improvements that JBOSS 3.2x provides. We tried searching for change logs
and in the forums, but in vain. Can anybody throw some light on this.
View the original post :
http://www.jboss.org/index.html?m
Ok, I found it myself.
We used an own PK class with own write/readObject methods.
Obviously this must not be. Without the writeObject / readObject method it works!
Other things I learnt during testing:
Invalidation works with BMP Entities and local interfaces! Unfortunately the just
changed Ent
1 - Search the forums (This is discussed almost daily)
2 - Follow the getting started guide (It describes how to get the link)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837518#3837518
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=post
I am writing corba wrappers to access session beans, so I want them all to run in the
jvm, that way I can use the same instance of jacorb etc.
So was thinking I would have to start JBoss from withing my Corba server program.
View the original post :
http://www.jboss.org/index.html?module=bb&op
I am newbie on the JBoss. After i installed the JBoss 3.2.3, I could not find the
'Service=Hypersonic' link which should be under the section 'jboss'.
Anybody can help with this?
Dick
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837516#3837516
Reply to th
I have a similar situation. I have a MBean that listens to a JMS Topic. I had the same
error at starting up:
javax.naming.NameNotFoundException: ConnectionFactory not bound
But i solved this using your hint and making it depend on
jboss.mq:service=InvocationLayer,type=UIL2
I have now another
Are you trying to get the other program to use the JBoss classes or actual Object
instances created by JBoss?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837514#3837514
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
I haven't worked with Oracle but does it have an authentication mechanism similar to
MySQL that also checks which host a user is connecting from?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837513#3837513
Reply to the post :
http://www.jboss.org/index.htm
1 - 100 of 109 matches
Mail list logo