Why did you change the username in Step2?
Set the password for "admin". E.g.:
admin=b1g-s3cr3t
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873867#3873867
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873867
In full consequence: yes.
Many people use the JMX-console and you can give it a hint by using
XMbean-Descirptors.
I think it is a good idea to always have the defaultAttributes and
defaultOperations at the same position within the sorting.
View the original post :
http://www.jboss.org/index.htm
Afair, you can't do it with standard MBeans, but you can do it with XMBeans.
Have a look at the files in server//conf/xmdesc/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873551#3873551
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Yeah, thath hides them. But Exceptions are .. well Exceptions - Condidtions that are
not normal.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851504#3851504
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851504
--
While my (simple) app is able to send and receive and also to trigger a MDB, the
server shows the following exception:
| 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTas
| k.run
| 2004-10-14 12:36:20,035 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin Writ
Just write your interceptor and put it in the right place (outside the tx
demaracation) in the intereptor stack.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849558#3849558
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
It will for Xdoclet version 1.2.2, which hopefully will be out end of this month.
If you can't wait, you can grab an Xdoclet snapshot of 1.2.2 from the usual place on
sf.net.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847988#3847988
Reply to the post :
h
This is a typical windows problem, as windows uses those port for its network drives
as well. So depending on the startup order of things and the number of network drives
and other services, the port might be used by windows. Usually only a reboot (or
several) will help.
As an alternative, you c
Perhaps this is helpful for you:
anonymous wrote :
| When JBoss deploys an EJB jar file, the DOCTYPE of the ejb jar.xml deployment
descriptor is used to determine the version of the EJB jar. If the public identifier
of the DOCTYPE is " //Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN
You probably put the wrong DTD in jbosscmp-jdbc.xml
I don't remember the details.
Make sure you have
http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd";>
(or its 3_0 equivalent).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846519#3846519
Reply to the po
The DTD says
|
|
|
and
|
|
|
Do I interpret it correctly that page-size is only for read-ahead and overrided
fetch-size?
Now that the defaults section in standardjbosscmp-jdbc.xml always defines a read-ahead
with a page-size of 200 (?), what is fetch-size then?
View the
This feature has been there since 3.2.3.
Also %%n is replaced by a counter.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846478#3846478
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3846478
-
%%t is internally used to substitute for the table name in the
sql-command of post-table-create.
Is %%t something reserved by oracle?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3846477#3846477
Reply to the post :
http://www.jboss.org/index.html?module=bb&
I am not completely sure, if the web page protection kicks in before servlet filters
are processed.
If this is the case, why not write a filter that checks if the (authenticated) user is
from the allowed address. If so, proceed, else kick him out again.
View the original post :
http://www.jbos
What is your transaction demarcation?
Are 3 and 4 executed in the same call to the SB and 5 before the call to this SB
returns?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839552#3839552
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Remowaller, You get the passwort in plain from the user.
Then you do a sha1/md5 (depending on what algorithm you have choosen) and then encode
it also as base64 and store it in the user/password table.
>From now on, JBoss can compare the (hashed) password at login time with the hashed
>password i
No, I mean
hashAlgorithm=string: The name of the java.security.MessageDigest algorithm to use to
hash the password.
The API doc also gives an example on how to build the message digest.
You can store the digest as base64 encoded later on. Google for base64 encoders.
View the original post :
ht
If it is stored encrypted: who has the key?
The server would need the key somewhere in clear text (or protected by a pass phrase
that the admin needs to type in everytime the server starts).
If the admin has the key, he can read the password.
What you can do (and which is supported by JBoss) is t
Forgot: this is on 3.2.3 with tomcat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835067#3835067
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835067
---
This SF
I am basically having the same problem, but within one vm. Servlet authentication is
no problem, accessing secured ejbs from a client in a different vm is also no problem
- only accessing secured ejbs from the servlet (in the same vm) fails.
I am probably missing something very obvious.
Excerp
I have seen similar things and it turned out to be a combination of not "cleaning up"
and nulpointer exceptions further down in the excecution chain which triggered the
TxRollback Exception.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825966#3825966";>View
the original post
http:
I was disabled iirc because there was a security hole in hsqldb when running on tcp
port 1701. The one who disabled it, can better explain it than I can :)
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825893#3825893";>View
the original post
http://www.jboss.org/index.html?module=bb
Because it is disabled by default in 3.2.3. See
$JBoss/server/default/deploy/hsqldb-ds.xml
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825883#3825883";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825883>Reply
to the post
It looks like your web.xml file has a bad document type at the top.
Take the one of e.g. the jmx-console as an example on how this should look.
You can find it at $jboss/server/default/deploy/jmx-console/WEB-INF/
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824722#3824722";>View
the
anonymous wrote : simple question (in the wrong forum, agreed) and is being polite in
his comments.
TANSTAFL.
There are so many people out there that just operate in a "I don't want to read faq
documents and I don't want to use search and I also don't want to read the articles
posted within th
What error do you get? And when you try admin/admin - does this mean that you secured
the jmx-console with this password? Does the jmx-console display other beans? When you
say "created a bean" : is this an ejb or just a pure JavaBean?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382
If the db contains no tables - what's the point in dropping them?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824511#3824511";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824511>Reply
to the post
-
Why don't you just provide a jndi-name instead of remving that element?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824070#3824070";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824070>Reply
to the post
---
just put the name of the expected table in the [table-name] tag.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823880#3823880";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823880>Reply
to the post
-
Can you post the (relevant) part of the source of your Customer bean?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823832#3823832
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823832
---
http://sourceforge.net/project/shownotes.php?release_id=196677
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823825#3823825
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823825
--
Do they also run in the same VM?
Local really does not mean same computer, but same VM as Alex wrote.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823764#3823764
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823764
2.0. 2.1 will bei in 4.x
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823583#3823583
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823583
---
SF.Net is sponsored
What issue exactly?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823480#3823480
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823480
---
SF.Net is sponsored by: S
Yes, that is correct wrt datasource and mapping elements. If you know, that you will
have only ond datasource, it really is the best to just use the defaults.
The NamingAlias MBean provides you sort of "soft link" functionality.
Use an MBean org.jboss.naming.NamingAlias
|
| jndi-nam
Afaik, there is no such map, but there was discussion last year in april in Paris
about it. I don't recall the outcome though.
Basically, issues are invalidation of found entries and the need to find all cached
finder entries that might point to a changed object. And this perhaps even per finder
Have a look at the various commit-options.
>From 3.2.2 on, you can also put a tag on a column, which also helps you
>speed up lookups in finders.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823458#3823458
Reply to the post :
http://www.jboss.org/index.h
Timestamp
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823453#3823453
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823453
---
SF.Net is sponsored by: Speed Start
Did you verify your findings by looking at the db?
The code where you look if it is rolled back or not is still within the class that is
"surrounded" with the cmt. Only when the tx interceptor is reached on the way out of
the class, it can roll the tx back.
View the original post :
http://www.
There is a naming alias Mbean, that you can use to alias a DS. I.e. your application
specifies fooDS and the Mbean aliases it to realDS. There is no such mechanism for the
DS-mapping so far. There are two feature requests open regarding this.
View the original post :
http://www.jboss.org/index.
Fix the db/2. The connection reset indicates that the db dropped your connection.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823142#3823142
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823142
---
Did you ever look at your jboss directory structure?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823148#3823148
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823148
Why didn't you tell? :-)
If your app is a servlet, set load-on-startup to e.g. 1 and print Hello in init();
If your app is EJB app, then write a servlet that has load-on-startup on 1 and which
calls your ejbs from its init method.
View the original post :
http://www.jboss.org/index.html?module
Ah ok, I see.
I can't tell about the taglibs, but generally the dtds for system config files should
be locally.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822651#3822651
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
My experience so far is, that also for remote interfaces and calls, the simple cast is
enough in JBoss.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822646#3822646
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382264
Well, that is normal behaviour when your app is located in the deploy/ folder.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822638#3822638
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822638
--
JBoss tries to get the locally from JBoss/docs/dtd, where they are delivered with the
server.
This is also an advantage for you, as the server can also be started / operated when
the network is not up.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822637#382
Have a look at http://wrapper.tanukisoftware.org/[/url] or
[url]http://www.multiplan.co.uk/software/javaservice/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822605#3822605
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
The error you see pretty much tells all.
What you probably do is something in your servlet:
a = getOneSideOfCmr();
b = a.getOtherSide();
There ist no transaction around it, so b is invalid.
Either surround this by a user transaction
or do the two calls within a method in a session bean.
View t
Put a tag on the respective field in jbosscmp-jdbc.xml
See http://sourceforge.net/tracker/?func=detail&aid=743570&group_id=22866&atid=381174
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822519#3822519
Reply to the post :
http://www.jboss.org/index.html?mod
Helping you needs some time and as time is money, this also needs some money ... what
now?
There are lots of examples around on using JMS. Also there are at least a hundered
posts on jboss-users wrt JMS.
And btw.: buying the admin guide once is even cheaper than buying the subscription.
The f
ejbstudy
is bogus as long as there is no db-mapping named 'ejbstudy' in
standardjbosscmp-jdbc.xml.
Try 'mySQL' instead.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822439#3822439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
You can get the URL as servlets can get them. Have a look at the servlet javadoc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822401#3822401
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822401
---
Datasources are vm local. If you want to access it remotely, then do e.g. via a
session bean.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822399#3822399
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822399
--
Normally the dtd is supposed to be in jboss/docs/dtd, from where the server loads
them. Did you accidently delete it there?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822398#3822398
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
anonymous wrote : how fine grained are the database constraints if you use the entity
bean to create the table?
Besides what Julien already said, with the post-table-create feature you can basically
have whatever you want (which is db-dependent, but if you use sql92, you should be on
the safe si
Websphere definitively needs better documenatation. So better documentation is not
really a pro for Websphere.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822346#3822346
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Package the with the respective deployment descriptors and throw the package into
deploy/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822134#3822134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822134
--
If you don't want the embedded tomcat (why?), remove the jbossweb-tomcat41.jar from
deploy/
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822024#3822024
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822024
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821734#3821734
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821734
Why do you spam all forums?
With the standard log4j.xml I am able to see System.out.println and stac
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821708#3821708
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821708
IIrc this comes from retrieving more than 255 rows at a time.
set the page-size value in standardjboss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821580#3821580
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821580
I assume, that on Windows you specified a windows dir like etc.
d:\tmp\ and not /tmp/ or?
--
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821532#3821532
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821532
Btw.: in docs/examples/jms/ there is already a mssql-jdb2-service.xml that you can
drop in instead of
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821531#3821531
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821531
You might try the PrefixDeploymentSorter (see conf/jboss-service.xml) and
name the war 1_my.war and th
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821530#3821530
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821530
Hm. On 3.2.1 and 3.2.3, Jboss picks up modifications of log4j.xml within the next 30
seconds without a
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821529#3821529
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821529
Afair, Alex rewrote the ejb-ql parser between 3.2.1 and 3.2.2.
But you are right, finders are supposed
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821528#3821528
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821528
Iff db_2 has all data from db_1, then just replace db_1 in your postgres-ds.xml.
Unfortunately, I am
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821527#3821527
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821527
Is the table created by jboss at all? Are underscores allowed in table names inMSSQL?
If the tables do
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821368#3821368
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821368
That's normal behaviour when/as there is no root.war deployed.
Try hitting http://localhost:8080/jmx-c
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821366#3821366
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821366
What do you want to achieve?
When .jar and .war are packed in a .ear, the .jar will be deployed before
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821361#3821361
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821361
Uh?
ValueObjects are (with some help) translated into entity bean getters and
setters which then acce
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820953#3820953
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820953
Ok, I misread. The service=hypersonic entry in jmx-console should be there
nevertheless.
---
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820951#3820951
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820951
Hypersonic is running nevertheless.
Between 3.2.2 and 3.2.3 (iirc) there was a security advice that if
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820795#3820795
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820795
Yes.
Have a look at the url-comparator in conf/jboss-service.xml
---
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820753#3820753
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820753
If you have a servlet-mapping
/foo and want to access /foo/bar, then you need to specify a url-mapping
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820710#3820710
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820710
That most often comes fromthe fact that network drives are 'mounted' with ports in
that port range on
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820708#3820708
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820708
Try to just put jbossclient-all.jar (besides your own classes) in the classpath.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820704#3820704
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820704
Don't forget that servlets etc. are relativt to the web-root.
So if your web-root is /foo and the serv
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820691#3820691
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820691
I am not completely sure, but afair the apache commons*.jar rely on
commons-logging.jar for their logg
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820645#3820645
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820645
It is perfectly legal to have printlns in servlets.
Do you have in your app own logging classes, that
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820306#3820306
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820306
Submit it at
http://sourceforge.net/tracker/?group_id=22866&atid=376685
Group is JbossCMP
--
81 matches
Mail list logo