"railokesh" wrote : Hi Daniel,
| We are also migrating from 3.0.7 to 3.2.5. I've heard it's improved, but I haven't
tested yet. I am having problems with HTTPS connection on 3.2.5, but it should only be
a configuration issue. Did you face any such problem?
| Lokesh.
I did not have any proble
hai
i am unable to get the findByQuery
i am able to insert the records.
but i am unable to get records
any solution..
i configured all the deployment files correctelly
but it is giving error like this.
Exception in thread "m
Hi,
I am also facing a similar problem. I need to run 2 instances of JBoss in 1 machine.
Also I want to deploy the same appplication (ear) in these two servers with the only
difference that the two applications point to two different databases.
Is it possible to have 2 instance running on a sin
I don't know if JDK 1.5 is ready or not. Could be it.
You can get a stack trace with CTRL-\ on Linux and it might indicate if you have a
dead lock or not.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848899#3848899
Reply to the post :
http://www.jboss.o
Use the -ds.xml connection files instead of the old -service.xml format. There
are examples under the docs directory.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848898#3848898
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting
There are many examples on how to create a service:
http://www.jboss.org/wiki/Wiki.jsp?page=ExampleHelloWorldService
You should try to deploy the example and then extend it as needed.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848897#3848897
Reply to th
Edit the conf/jboss-service.xml file and set the VerifyDeployments attribute to false
|
|
| true
| false
| false
| true
|
|
| true
|
| jboss:ser
| vice=TransactionManager
| jboss:service=WebService
|
|
Its fixed.
[EMAIL PROTECTED] build]$ wget http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd
--21:58:49-- http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd
=> `jboss-ds_1_0.dtd'
Resolving www.jboss.org... 216.24.169.35
Connecting to www.jboss.org[216.24.169.35]:80... connected.
HTTP request se
Hi there,
what are the plans JBoss 4.0.0 documentation?
Specifically I'm looking forward to:
- Getting Started
- Migration from 3.2.x
Thanks,
Reiner
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848893#3848893
Reply to the post :
http://www.jboss.org/i
I am migrating from 3.0.0 to 3.2.5. My application contains a bunch of EJBs which now
dont deploy with 3.2.5 because it complains about non complaince with EJB
specifications. Specifically 3.2.5 complains that RemoteExceptions have not been
declared for EJB methods. While I should fix this in th
I understand how to use Kerberos to authenticate and I userstand how to setup my jaas
security domain in JBoss. But, I DON'T understand how to use Kerberos as my
LoginModule...
|
|
|
|
And I've added the following java-opts to by run.conf:
-Djavax.security.auth.useSubj
I am migrating an application from 3.0.0 to 3.2.5. I have a service.xml file which
deploys mbeans for connection pools that I have included below. However 3.2.5 refuses
to deploy this because it says the mbeans are already defined in jboss-jca.sar. It
further appears that 3.2.5 has started using
Hi Daniel,
We are also migrating from 3.0.7 to 3.2.5. I've heard it's improved, but I haven't
tested yet. I am having problems with HTTPS connection on 3.2.5, but it should only be
a configuration issue. Did you face any such problem?
Lokesh.
View the original post :
http://www.jboss.org/index.
Ye, I have added /docs/examples/jmx/* all files into server/jbossmq/deploy/ directory.
Now It is working properly.
Thanks a lot genman
Thilina
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384#384
Reply to the post :
http://www.jboss.org/index.html?
Hi everybody.
I need your help on how to use *.css for servlet generated responses.
Here is a piece of my web.xml
AdminWeb
Admin Servlet
is.admin.AdminServlet
1
AdminWeb
/servlet/adminweb
in my index.jsp I wrote:
So, when I browse http://localh
i had same problem. so i insert scheduler configuration into buttom of
jboss-service.xml like this.
true
com.kmp.web.mail.MailBoxCheck
yy-MM-dd HH:mm
01-01-01 05:00
6
-1
and i make a jar including MailBoxCheck.class. i put it in
Hi
I badly need your help!
Using jboss3.2.3 and mysql, I create a cmp bean called userEJB. The problem is:
when I create a new bean, jboss cache this bean in an existed bean instance, then this
new bean using an old id will be store into my db; on the other hand, jboss insert a
new user with ne
these seem to have disappeared in >= 3.2.4 - i found them to be quite useful. is there
any way i can generate them on my own?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848882#3848882
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posti
Well I found the problem.It was a JBoss Client library conflict between Tomcat and
JBoss. Always remember to update the Client libs when you upgrade your JBoss version
Thanks
Rolf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848879#3848879
Reply to the
anonymous wrote : I was under the impression that JACC provides the piece of
authorization that JAAS misses, namely a dynamic form of enforcing policies. And like
JAAS, you would implement a pluggable module, but unlike JAAS, the module is for
authorization instead of authentication. This would
More info:
If I run a the same client within JBuilder it is working but as soon as I run the
client on tomcat the remote interface creation failes.
Any idea what it might be the problem here ?
Cheers
Rolf
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384
"[EMAIL PROTECTED]" wrote : Unless there is a deployment that references the domain
via a security-domain element there will be no binding. The bindings in jndi are done
lazily on first lookup.
Many thanks Scott... it was a dumb question then. :| I've included a spurious
Session bean that re
Dear fellow,
I have been trying without success to perform a simple (at least, I think so) EJB-QL
query to retrieve all users belonging to a business partner.
Here is my scenario:
-> PostgreSQL 7.3.2 (RedHat Linux 8.0)
-> JBOSS 3.2.5 (Java 2 SDK 1.4.2_05/RedHat Linux 9.0)
-> CMP 2.0
As I said,
Unless there is a deployment that references the domain via a security-domain element
there will be no binding. The bindings in jndi are done lazily on first lookup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848873#3848873
Reply to the post :
http://www
The 4.0.0 release is available for download from here:
4.0.0 Release
Change notes can be found here:
Changes between 4.0.0 and 4.0.0RC2
Changes between 4.0.0RC2 and 4.0.0RC1
RC1 Notes
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848872#3848872
Reply to
Hi folks,
My apologies if this is a dumb question, but I've looked through the FAQ, the Admin
Guide etc. and I'm none the wiser at this stage. When I have an LdapLoginModule and
ClientLoginModule on the client side all works perfectly, but when I try to set up the
LDAP domain server-side the w
Perhaps I should downsize my question for a start:
Is it possible to do a CM relation on an unknown primary key in JBoss?
Unknown primary Keys being the ones mentioned in the EJB 2.0 Spec in section 10.8.3
Xdoclet code would still be nice :)
View the original post :
http://www.jboss.org/index
Sourceforge:
http://sourceforge.net/tracker/?group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848869#3848869
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848869
-
When I try to call a local EJB from an MBean, I am forced to add a prefix of "local/"
to the bean that I am trying to invoke. Is there any way to change this behavior?
Code Example:
MyLocalHome home = (LocalHome)naming.lookup(local/BeanName);
| MyLocal bean = home.create();
Config Example:
I still have the problem, even with standard config. I'm sorry if this isn't the
proper place for a complete bug report. If you need a downloadable example, please
point me to the proper place and I'll file a bug and add an attachment (assume you use
bugzilla).
Description:
Classes seem to b
Hi!
I'm trying to deploy an EAR that contains a MDB. My application uses an ALL Jboss
configuration.
When I try to deploy this EAR on Windows the MDB is deployed OK. But, when I try to
deploy the application on AIX (with the same JBoss configuration) the following error
happen:
2004-09-20 17:35
A bug report with an explicit usecase or testcase is needed. The default config uses
different default scoping on ears, jndi and wars. The standard config is equivalent to
the 3.2.5 default config in terms of the class loading behavior.
View the original post :
http://www.jboss.org/index.html?
will this guide be free as the 3.x version? Because right now i cant see any 4.0
getting started guide on the public site.
m.logemann
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848859#3848859
Reply to the post :
http://www.jboss.org/index.html?module=bb
People,
I am using Apache 2.0.50 (for HP-UX) and JBoss 3.2.1 - Tomcat 4.1.24 with mod_jk2 and
JDK 1.4.2. After some hours, even some days, Jboss 3.2.1 completely stop answer and
the jmx-console doesn't respond. Just before JBoss stop answer, on the Apache's log
you can see:
Wed Sep 15 14:03:
Sorry, I've forgot to post that I've finally solved the problem.
I've added a column rolegroup to the database and set the rolesQuery in
login-config.xml to:
select role,'Roles' from customerejb where ucid=?
One thing that confused me a little was the fact that when I set the query to
select ro
Moderated: Read This First
Most likely it has something to do with transaction timeouts, i.e. your mdb
requests are not completing properly. If Tibco doesn't complete the requests
jboss cannot teardown the connection, which means it doesn't get to the reconnect
logic.
View the original post :
ht
The fix was after 3.2.6RC1
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/connectionmanager/TransactionSynchronizer.java?rev=1.1&view=log
+ related modifications.
If you closed your connections like you are supposed to, you wouldn't even get these
problems.
View t
I don't have any trouble under 3.2.5.
With 4.0, classloader isolation seems broken. I can specify a setting for my MBean,
but a jar in a previously loaded sar is used instead. I can package my application
into a sar (before all jars were tossed in the deploy dir), but have the same problem
w
Scott,
just to clarify. We're not just developing the applications, but are delivering a
full solution to our customers. Basically, providing JBoss as a server to our apps,
deployment and support to get them up and running. This of course includes security
and user management. Thus my inter
There is no way to configure such a use case at the moment as far as I can see.
The only way to do it without a code change is
to add TRACE logging for org.jboss.resource and retrieve the -service.xml generated
by the -ds.xml.
You might be able to modify the -service.xml and deploy that directly?
Look at the jboss.jca domain on the jmx console. You will see the jmx name of the
rar deployment.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848850#3848850
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848850
---
Point of Sale I assume.
I don't know a lot about POS devices, but I imagine the protocol used to connect
to machine varies between vendor? i.e. you would need a resource adapter
that knows about the vendor's implementation.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
You cannot. The prepared statements wrapped by JBoss classes so we
can control what you do with them, e.g. statement caching, you not closing them, etc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848848#3848848
Reply to the post :
http://www.jboss.org/ind
| if (dataSource != null && !dataSource.getConnection().isClosed()) {
| con = dataSource.getConnection();
| userObj =
| myDAO.retrieveUser(
| con,
| userName);
|
The problem is caused by your property names beginning with a lower case letter.
The -ds.xml deployer does not convert aProperty to setAProperty.
If you use AProperty rather than aProperty it will work.
Please report a bug at www.sf.net/projects/jboss to remind me to fix
the conversion of the fir
Closing a connection retrieved from a datasource is equal to returning it to the pool.
Looking at your code it seems you retrieve two connections from the pool.
It is better to test the connection after you retrieved it from the datasource.
Now you fetch it twice. Or am i completely wrong?
View
Look for the previous error.
The message you post just says the transaction could not be committed and was rolled
back.
Hint: Read This First, really does mean that.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848843#3848843
Reply to the post :
http://ww
jboss-4.0.0 requires jdk1.4+.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848844#3848844
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848844
---
This SF.Net ema
Getting this when trying to start up run.bat:
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: E:\jboss\bin\\..
.
JAVA: c:\jdk1.3.1_02\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m
.
CLASSPATH:
You cannot find the fix because it doesn't exist.
I updated the wrong bug report by mistake.
My fix on the 20th July was for SFSB
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848841#3848841
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
Hi All,
I'm using JBoss [WonderLand] 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445).
I've written a custom server login module that does some jdbc database
queries (extends AbstractServerLoginModule). Rather than extend the
DatabaseServerLoginModule, I just wrote a method within the logi
Can someone involved in jboss development jump in here? Or if this is the wrong place
to ask this, can someone kindly point me to the right one?
Thanks,
Eli
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848839#3848839
Reply to the post :
http://www.jboss.
I dont have the doc on hand but theres definitly a sentence saying something like "You
can get the zip from the same location you've got the documentation from"
Greetings,
Grand Apeiron
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848836#3848836
Reply to
You also need to change the HA-JNDI settings for jnp discovery Group. That might be
why your 2 different clusters are sharing the same JNDI.
Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848835#3848835
Reply to the post :
http://www.jboss.org/index.
hi ,
well first thank u for your quick response
though i couldnt find docs regarding the use of valves restricting
ip access to a web-app
i saw thats it is done somehow in the context.xml but how ?
i'll be glad if someone will direct me to a fair doc/example
View the original post :
http://www
"poojac20" wrote : Hello
|
| I intend to write a port listener (Which will listen on lets say 7001) . The
incoming data does not follow any protocol, its just a stream of bytes. After
analyzing the bytes I need to call EJBs etc.
| I can write this listener as an independent daemon and ca
Congrats JBoss team!
-Jim
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848827#3848827
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848827
---
This SF.Net email
It should take you only a few hours to download JBoss, start it, create and deploy a
MDB, a JMS client and send messages to your server. You can measure throughput by
calculating using some sort of static counter in your MDB.
View the original post :
http://www.jboss.org/index.html?module=bb
Just had to express my excitement about that for a moment! ;)
*fades back into the shadows*
/k1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848824#3848824
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848824
-
hi All,
I encountered this problem several times while reading the forum.
I learned that if I wanted to log to a local jms, due to dependency problem,
I had to make a JMS appender run after the naming service and the connection
factory had started. And I also learned that it was better to make th
Create a javax.jms.ObjectMessage or BytesMessage -- Assuming your image is
serializable.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848822#3848822
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848822
--
Hey Guys,
We're getting the same issue under heavy load. Anyone have solution, suggestions or
ideas? We're running JBoss 3.2.1.
Thanks,
Shaun
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848821#3848821
Reply to the post :
http://www.jboss.org/index.h
The build.xml script removes the JMX services from the JBoss distribution. You'll
have to identiy which services are JMX and which are not...Or, just run the standard
distribution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848820#3848820
Reply to the
You should be able to find a conf. that works if you do search here (or using
google.com)
There are two "flavors" of QueueConnection, one with XA one without. The
QueueConnectionFactory you are using should implement
XAQueueConnectionFactory. The IBM docs should provide information this--I a
You would not want to mark the node as down, just that this node no longer has the
service replicated to it. This would be handled creating an HA service facade for the
job handler, and deploying/undeploying the service based on the availability of the
job handler.
View the original post :
ht
http://www.jboss.org/wiki/Wiki.jsp?page=CachingLoginCredentials
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848816#3848816
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848816
-
You do a JAAS login using the LoginContext class the same as every other client side
security usecase in jboss. Direct use of SecurityAssociation is an unsupported usage.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848815#3848815
Reply to the post :
http:
Its a bug in the apache xml security classes. Either remove the
deploy/ebxmlrr-service.sar if you don't need the jaxr service, or downgrade your vm to
1.4.2_04. There was a change in the xml parser bundled with the jdk that broke code
using the FunctionTable class.
View the original post :
htt
Some times when I redeploy a SAR after I've made some changes to the code inside the
SAR JBoss does not run the newly deployed code but the old code. The only way I have
found to get JBoss out of this state is to deploy an EAR file (the code in the EAR has
no dependency on the code in the SAR or
If I change the AutoDiscoveryAddress and AutoDiscoveryGroup port in
cluster-service.xml, do I also need to change the jndi.properties settings in the
server configuration all/conf/jndi.properties ?
Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848808#
Hi!
I have got the same problem.
I can't access a virtual host like www.test.com. I've used the example from the
wiki..after hours of editing and restarting I could only access a Servlet, but no JSP
or HTML file inside the context.
What's wrong?
Could anybody please post an example that is rea
Tim, I am now using JBoss4.0 and the included jboss-j2ee.jar file and everything goes
well.
Thank you very much
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848804#3848804
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Hello All,
does JBoss support "distributed topics"?
Let's say we have a cluster of several JBoss instances.
Now, I post a message to a topic that is configured on each node in the cluster. I
would like the message to be delivered to every member of the cluster (once to each
node).
We would lik
The class InitialContext is located in the jar file rt.jar which is part of the JDK
installation extract the contents of the jar file and you will see it in there.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848802#3848802
Reply to the post :
http://www.j
Thanks for the answer. A possible solution is to start the MySQL server with option
--default-table-type=InnoDB. By default the MySQL server uses MyISAM for table type
and starting the server with this option changes the default type to InnoDB. I tried
this and the rollback worked fine.
best re
Thanks for your reply! But could you give an example, I don't know how to use jsp to
do the deployment work, is there some document somewhere?
Yueming
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848800#3848800
Reply to the post :
http://www.jboss.org/ind
I just installed JBoss 4.0.0 but got this stacktrace when I started it.
jboss40test:~# java -version
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
running on Debian Stable. Does anybody kno
Simple build the project whith build.sh or build.bat.
Then put the generated nukes-lib.jar from the nukes/output/lib/ to the
deploy/nukes.ear/ directory.
You can also Unzip the nukes-lib.jar to a directory named nukes-lib.jar (with the
extension). Then you should can "hot deploy" the theme fil
Hi,
We have a cluster of 3 nodes to provide high availability to our clients.
They use "jboss1:1100,jboss2:1100,jboss3:1100" as jndi url to
connect to the server.
Everything works fine as long as on all nodes at least the OS is running
and at least one JBoss is up. However, if one node is compl
Simple build the project whith build.sh or build.bat.
Then put the generated nukes-lib.jar from the nukes/output/lib/ to the
deploy/nukes.ear/ directory.
You can also Unzip the nukes-lib.jar to a directory named nukes-lib.jar (with the
extension). Then you should can "hot deploy" the theme fil
forgot to tell to include in classpath also:
/opt/jboss/server/default/lib/jbosssx.jar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848794#3848794
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848794
---
well... it dropped my xml... but...
look for a org.apache.catalina.valves.RemoteHostValve
dt
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848793#3848793
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848793
--
I'm pretty sure you want to add a valve to the jboss-service.xml in the tomcatsar
Probably something like:
but you probably want it on the context instead of the host. There's some info in the
wiki.
dt
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38
I have an MDB deployed to JBoss 4.0.0RC1 that consumes messages from a foreign (Tibco
4.1) JMS provider.
The MDB is deployed with a client id specified in the jboss.xml deployment descriptor.
I invoke stopDelivery() and then startDelivery() on the mbean for this MDB.
When I invoke startDelivery
Ah, its the Code tag...
|
|
|
|
|
|
|
| true
|
| true
|
|
| true
|
|
| j_subject
|
|
|
|
| instant
| 2000
|
|
|
|
|
Hmmm I thought i posted some new issues here... well anyway... it was:
I am still in need for a solution... Does anyone know which jar-file i could take a
look in?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848784#3848784
Reply to the post :
http://
Hello,
I am going through the jboss documentation and I don't understand the difference
between :
and :
Can anyone help?
Thanks in advance,
Julien Martin.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848783#3848783
Reply to the post :
http://www.jboss.o
How to get JBossExamples.zip& I can't find any links to ones.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848782#3848782
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848782
---
see
http://sourceforge.net/tracker/index.php?func=detail&aid=1031181&group_id=22866&atid=376685
There is my solution for a truncated HTML problem.
Frank Ganske
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848779#3848779
Reply to the post :
http://www.jbo
Hello,
I've got the same problem with jboss-4.0.0RC1.
ra.xml :
net.java.bdbadapter.jca.BerkeleyDBResourceAdapter
net.java.bdbxmladapter.jca.BerkeleyDBXMLManagedConnectionFactory
The db environment home directory
dbEnv
Starting up my local JBoss (3.2.3, although ist's not relevant) lead to a deployment
error: an url to a dtd could not be resolved. Looking at the dtd-URL I have to say the
app-server was right:
http://www.jboss.org/j2ee/dtd/jboss-ds_1_0.dtd
Seems that a lot of DTDs have gone over the weekend :-
Try this:
|
| import org.jboss.security.SecurityAssociation;
| import org.jboss.security.SimplePrincipal;
| import javax.naming.InitialContext;
| import javax.naming.Context;
| import java.util.Properties;
|
|
| Properties properties = new Properties();
| pro
We are trying to figure out how to set things up, so, if it's feasible, we could run
it within JBoss if it would help.
As a beginner to all this - what determines if it runs "within" JBoss - on the same
server? It's written in C++, so we connect to it at the moment from our jave code
running a
the problem disappears with the 3.2.6 ...
another thing is that the 3.2.6 provides more detail error-information on possible sql
errors ..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848770#3848770
Reply to the post :
http://www.jboss.org/index.html?mo
4.0 is now available for download. Although you might find that the download speeds
are atrocious :(
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848769#3848769
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848769
I am still in need for this...
Anyone who knows in which jar-file it should be?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848767#3848767
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848767
looks to me as if the server is looking into the wrong path ...
if you look at the sources youll find the class in
jboss-4.0.0RC1-src/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/keygen/JDBCPkSqlCreateCommand.java
in the logfile the "keygen" is missing ..
the next question would be .. how d
Hi all,
I wrote a small java tool, that generates deployment descriptors for JBoss. At the end
of the generating process I jar the deployment descriptors and the configured classes
in a jar.file, using the command Runtime.getRuntime().exec("jar cf
"+jarOut.getAbsolutePath()+" -C "+sourceDirecto
im trying to deploy a simple entity bean to jboss4 ...
the bean was properly deployed to jboss 3.2.5 ...
has anyone seen this error before ??
12:54:09,611 ERROR [EntityContainer] Starting failed
jboss.j2ee:jndiName=User,service=EJB
org.jboss.deployment.DeploymentException: Could not load class
hi,
thank you very much for your replay
sanju
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848762#3848762
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3848762
--
1 - 100 of 127 matches
Mail list logo