I, too, would be interested in this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955974#3955974
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955974
Using Tomcat but need to do more? Need to support web services, s
Hey all,
I read through section 5.1 of the entity manager documentation regarding Entity
Listeners
(http://docs.jboss.org/ejb3/app-server/HibernateEntityManager/reference/en/html_single/index.html)
And also an open issue here related to this topic -
http://opensource.atlassian.com/projects/hiber
Hey all,
What are the pieces of the Jboss Portal and the jsr-168 portlets that would be
concerned regarding Section 508 Accessibility (United States Section 508, or
in-general website Accessibility for blind/handicap)?
*Jboss Container itself?
*Layouts?
*Themes?
*The Portlets themselves?
Just l
Have not heard of any information, so grabbed 2.4 out of CVS. It builds fine,
when trying to deploy or exploded-deploy to jboss 4.0.4CR2, errors like these
pop up when starting:
| 14:21:29,729 WARN [ServiceController] Problem starting service
portal:service=CMS
| java.lang.IllegalStateExc
Hi all,
How can you remove a portlet instance when trying to manage a page? The only
way I've found is to destroy the page and make it again :-(
referencing the bottom of
[url]http://docs.jboss.com/jbportal/v2.2/user-guide/en/html/dynamicity.html
[/url]
thanks,
-D
View the original post :
ht
+1 on personalization.
This actually has been a big turn-off for adoption. Users have expectations of
portals from Yahoo, gmail/google, hotmail/msn to have personalization options.
Themes are great, but being able to manage their own portal windows, portlets,
layouts, navi-tabs, etc is a big
Jboss 4.0.4CR2 with jboss-portal-2.2.1RC3 binary, confirm these modifications
fixed my install as well.
-D
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936347#3936347
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I re-tested just my ejb3-client (from a different VM) to do an RMI call on my
secured EJB3. With JndiInitialContextLookup, all security items work as
expected, incorrect passwords fail, correct username/passwords based on roles
work as expected.
When I change it from JndiLoginInitialContext to
sounds similar to:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77760
debug tracing is available in the above thread.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935649#3935649
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
env.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"org.jnp.interfaces.NamingContextFactory");
| //env.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"org.jboss.naming.NamingContextFactory");
|
|
env.setProperty(Context.PROVIDER
regardless of tense, the text is mis-leading easily percieved that it already
exists to offer clustering...not all of us are lawyers trying to read between
the lines ;-)
Why would someone add that text to the users guide anyway?
View the original post :
http://www.jboss.com/index.html?module=b
I'm looking for a reply back soon as it is an important decision for long-term
goals of using jBPM. I want to avoid modifying the original jBPM because of
compatability problems in the future, but I'm unable to get jBPM to do what is
needed otherwise.
Please, can someone either add this to the
rializable;
|
| /**
| * @author dhartford
| */
| public class VariableDefinition implements Serializable {
|
| private static final long serialVersionUID = 1L;
|
| public static String TYPE_STRING = "String";
| public static String TYPE_ARRAYOF_STRING = "ArrayOfStr
example:
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933521#3933521
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933521
---
This SF.Net email is sponsore
example:
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933522#3933522
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933522
---
This SF.Net email
Hey all,
I am having a bit of a time trying to figure out HOW to write a custom
TaskControllerHandler based on the information provided. Is there an example
somewhere?
As a usecase, if you wanted to add another property to the controller tag
called 'type' that could be a Java/XML/.NET whateve
Hi Saviola,
Thanks, using the expression="" format (JSP EL?) worked when the other
expressions did not. I may have been using older examples.
I use the mapped-name more as a label (i.e. webapp), so that may be part of my
previous problem.
-D
View the original post :
http://www.jboss.com/inde
Sorry, jbpm-3.1 starter kit.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932969#3932969
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3932969
---
This SF.Net emai
hey all,
Trying to get the following to work:
|
|
|
|
|
|
|
|
|
|
| decinfo=="I"
|
|
| decinfo=="E"
|
|
|
| executionCon
Hi jesse,
I think we are exactly on the same page ;-)
I'm doing the RMI through a Stateless EJB bean at the moment. I took this
approach versus Stateful as I may want to expose these as webservices at some
point in the future.
As far as LazyInitializationExceptions, what you said regarding call
Hello all,
I am trying to reverse the excellent webapp example to expose some of the jBPM
methods for an RMI-based api (for, eventually, and Eclipse RCP based jBPM
application).
I am running into some issues related to the hibernate lazy-loading, but rather
go into the details about that prob
Hi markfrench,
I have run into this problem as well and through JAAS have found no way of
doing this when keeping to the API.
You can either extend your own JAAS implementation to add additional API to
list the roles a user has access to, or pull that information based on your
implementation (i
To more clearly restate the problem:
* A EJB application server runs EJB beans with secured, RMI access. This is
tested and works fine with client-side code. This client-side code works
correctly remotely from the web application server.
* A web application server runs a web application that i
Did I find a bug then? I am using 4.0.4RC1 binary with the embedded tomcat and
I am still having issues. You mentioned NOT using the JndiInitialContext, is
this still true?
As for web page secured:
"dhartford" wrote : web.xml
|
| |
| |
| |
| |
Hello all,
Noob still learning Jbpm. The existing controllers (as evident through the
webconsole and various sample processdefinition.xml's) support setting Access
for read/write that is interpreted in the UI.
What should someone look at to extend the controller interface to add
additional hin
Forgive my ignorance, but what is the recommended approach for transparent
propagation of Security credentials from the web tier to a remote ejb3 call?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930332#3930332
Reply to the post :
http://www.jboss.com/ind
Hey all,
Forgive the repost, but I have not had any resolution to this post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=77760
Basically, I have a web application that uses JSF. The web application runs on
jboss 4.0.4RC1 binary-drop on one box with JAAS security and makes a remote
Was a little fast on the submit -
The problem with JNDI was 'authorization' not authentication.
The test was done on CVS-snapshot of jboss-4.0.x on 3/7/2006.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928846#3928846
Reply to the post :
http://www.jboss
Hey all,
I have had great success with EJB3 test-application and using the remoting
support for socket-based RMI with great success!
Now I have moved on to test support for RMI-over-HTTP, and having some issues.
Two problems specifically:
* Using the servlet or EJB invoker over HTTP.
* The JNDI
and, yes, I'm using 4.0.4RC1 binary drop which, according to the notes, uses
EJB3 RC5.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928295#3928295
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928295
-
correction to above post (trying to de-sensitize):
System.out.println(aM.hello());
should be
System.out.println(st.hello());
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928294#3928294
Reply to the post :
http://www
JSF Session Bean:
| public void securityCheck(){
| try {
|
| //This is null
| System.out.println("Principal: " + SecurityAssociation.getPrincipal());
| //This is null
| System.out.println("Credential: " + SecurityAssociation.getCredential());
|
When the SecurityAssocation on the webtier is NULL, this is an EJB problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928253#3928253
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928253
---
"[EMAIL PROTECTED]" wrote : There is no principal in the InitialContextFactory
environment properties under the Context.SECURITY_PRINCIPAL for this NPE to
occur.
Well, yes, that's kind of my point for this thread. I want to use already
logged-in credentials from the web-tier. As such, I don't
I found references to using the clientLoginModule in 'multi-threaded' mode, so
added those configurations to the webapp jboss server:
|
| true
| useFirstPass
|
|
I also enabled security debugging, and here is the error:
| 11:26:00,012 ERROR [STDERR] java.lang.NullPoint
I'm stretching here, but could this be related to
http://jira.jboss.com/jira/browse/JBAS-2311 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3926104#3926104
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3926104
--
bump
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925605#3925605
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925605
---
This SF.net email is sponsored by: Splun
Hey all,
I have a web application configured with web.xml and
jboss-web.xml that points to a 'testSecurity' realm. The webapp works fine, as
expected, with requiring logins, roles, and using ClientLoginModule, etc.
I have a secured, ejb3 running on a different server (happens to be pointing to
edit above: I am using:
env.setProperty(Context.INITIAL_CONTEXT_FACTORY,
"org.jboss.security.jndi.JndiLoginInitialContextFactory");
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3924403#3924403
Reply to the post :
http://www.jboss.com/index.html?module
I'm using the embedded tomcat for jboss 4.0.4rc1, and also using secured,
remote ejb3 calls.
Even with the ClientLoginModule configured (for the webapp jboss server), the
credentials used to log into the webapp is not carried over to the
initialContextLookup for the ejb3 call (i.e. always calls
There doesn't seem to be a way to take advantage of the jboss remoting with
EJB3 (at least no responses). I was hoping to test between the
serializationtype=java and jboss, but oh well.
For anyone else interested, the following is all you need to do:
jndi.properties
| java.naming.provider.u
Hey all,
Using what appears to be the old JNDI port 1099 way, I can do remote ejb3
tasks. That's cool, but the transport is adding a lot of time to the call.
So, jboss remoting seems to be a good idea. However, I can't seem to understand
HOW to use jboss remoting.
I'm keeping the standard ejb3
Hey all,
First, I'm referencing this document as it seems to be the most recent:
http://wiki.jboss.org/wiki/Wiki.jsp?page=Ejb3TransactionAndSecurity
I have a client.java remotely talking to a secured EJB3 business bean, yay!
The problem however is exactly as stated in the above document - anonym
[url]http://weblogs.java.net/blog/ss141213/archive/2005/12/using_java_pers.html
[/url]
For this to work in jboss, so far these changes need to be made:
*needed to add a META-INF/application.xml (it IS required for jboss)
*The persistence.xml gives an error on deployment of -
Caused by: java.lan
I been searching for more information if anyone has production-ready
configuration for Jboss4x using Apache-2.2 and the new mod_proxy_ajp. The
Mod_jk documents all reference mod_proxy_ajp as the new replacement, but no
documentation on using jboss with mod_proxy_ajp.
Hopefully I'm just blind a
"clcarff" wrote :
| =
| Org.jboss.security.auth.spi.LdapLoginModule
| Line 347 (cvs:HEAD)
|
| roleFilter.append("=*)");
|
| should be changed to
|
| roleFilter.append("={0})");
| =
|
Confirmed on 4.0.4beta, fixed my
Hey all,
Related to ActiveDirectory and the LdapLoginModule.
I have a configuration that has been working fine for jboss 3.2.3, 3.2.4,
4.0.1, but when I try 4.0.3sp1 jboss (and 4.0.4beta), it no longer works.
Has there been any known changes that would effect the LdapLoginModule to
behavior dif
I'm also interested in this question from the 'Business Delegate' point of view.
i.e. Build an application that has 'Business Delegate' POJO's, but the
application talks to diverse database schemas that may contain the same
information.
View the original post :
http://www.jboss.com/index.html?
psuedo-useful code example in the thread above.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919822#3919822
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919822
-
Hi Gavin,
I'm using the jboss seam skeleton app, and I'm coming across that
switchableOutcome you referenced. Code example looks like this:
| ...
| return conversation.switchableOutcome( "editTableOne", getDescription());
|
| return conversation.switchableOutcome(doneOutcome, doneDe
With Jboss-IDE 1.5 final, I am unable to use the Eclipse ORM/Dali project -
http://www.eclipse.org/dali/ . In my other regular eclipse/wtp installs, this
works fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918257#3918257
Reply to the post :
http:/
This thread was useful. I had the exact same problem with the jboss4.0.3sp1
installer with EJB3 and the CVS-version of jboss-seam.
So the jboss 4.0.3sp1 is incompatible if you want to use SEAM, oh well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917944#
If you are testing, I had to expose the Hypersonic database via TCP in Jboss.
Check the hsql-ds.xml file I believe there are comments in there regarding
between the ways you can setup (TCP/IP versus the other ways - default is NOT
TCP/IP).
This was for testing, if you are deploying it within
Hey all,
I'm trying to get a better understanding as to the best 'test' setup for jBPM.
Looking at the WebsaleTest class, it looks straightforward other than it
extends org.jbpm.db.AbstractDbTestCase.
AbstractDbTestCase then also needs org.jbpm.AbstractJbpmTestCase. Within
AbstractJbpmTestCas
Hi kukeltje,
Thanks for your answers! Case 2 I could see require custom programming --
always good to get confirmation.
As for Case 1, my concern is the original idea is the 'base' token would exit
the process and the newly split tokens would continue forward (at least that's
the verbal descri
Hey all,
Not even sure if the subject is the right idea, but the business use-cases are
as follows:
*A multipage fax comes in as an individual fax token. A user looks at the fax
and may want to split it into several new faxes before continuing the rest of
the process. Each of the new faxes sh
Hi all,
I've created a persistence jar using the embedded version of EJB3 (i.e.
persistence.xml that points directly to a database, not JDNI).
This has been tested and works fine. When I deploy the persistence jar
directly to /deploy (with an ejb3.deployer-enabled jboss), it deploys fine.
Howe
Now that would be a great way to start off the New Year :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906315#3906315
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906315
-
Hello all,
I am presently using the org.jboss.security.auth.spi.LdapLoginModule for
authentication with great success, and also have it successfully used for basic
Authorization by group.
However, I would like to take a step further on Authorization where my
application would like to use attrib
Does anyone have any good information/tutorial/example on enabling webservice
annotation support with Jboss AS 4.0.X?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896361#3896361
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
I'm concerned about how configurations are handled in Jboss - mail-service.xml
is a managed resource, but so is hsqldb-ds.xml -- so why are they so different
file-wise and mbean-wise?
I'm looking to create an additional MBean on top of the existing CMP
persistance layer so that it could be more
I'm not liking this so far...I can read and write to a property file - if I do
it programatilly in the MBean code but not via any other means.
I'm also concerned about how configurations are handled in Jboss -
mail-service.xml is a managed resource, but so is hsql-ds.xml -- so why are
they so d
/service.xml file) of services for my
application?
Thanks, still figuring this out
-D
/**
| * @author dhartford
| * @jmx.mbean
| * name="atest:service=TestService"
| * extends="org.jboss.system.ServiceMBean"
| * @jboss.service servicefile="jboss&
Hey all,
I plead ignorance to JMX, but it seems like this may be the right place to ask.
Is JMX the proper technology to allow for remote configuration of services?
For example, the mail-service.xml seems to tie to an MBean...but in the jboss
JMX-Console, most of those properties are read-only
I don't quite remember, but I do recall some of the issues were resolved with
WSCOMPILE when you used fork="true".
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886092#3886092
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
"[EMAIL PROTECTED]" wrote : If you want to protect your investment, focus on
standard web service annotations as defined in JSR-181. This already works in
HEAD (jboss-5.0.0alpha)
Thanks, I guess I'm concerned about tools support when jumping too far ahead.
When will Jboss5 with annotations be
Change:
On the WSCOMPILE task, switched from:
features="documentliteral"
to:
features="rpcliteral"
This seems to be working better, and actually have single ValueObject beans
going back and forth fine.
However, Arrays of ValueObject beans is NOT working, which was what held me
back last time
Question on _ResponseStructs - is this something that is/could be generated
from the BeanSerializer or some other tool?
On deploy, getting 'ClassNotFound' for these _ResponseStructs.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884232#3884232
Reply to the
Update:
For generating the entity beans, if you use EJBDoclet make sure to use version
XDOCLET-1.2.2! xdoclet-1.2.3 has a new getReadOnly*ValueObject methods that
breaks the BeanSerializer. There does not seem to be an option yet to disable
this method in ejbdoclet.
Working on WSCOMPILE for
Thanks for the info Jason!
I did download jboss-4 branch and jboss-head branch to see if I could find the
jbossWS tools, but without much luck. Where are they located?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884054#3884054
Reply to the post :
http
"[EMAIL PROTECTED]" wrote : Also, eventually Java 5 annotations will be
replacing xdoclet, and the new stack we are developing supports JSR181
(webservice) annotations.
Yes, I'm looking forward to those!
But, there are still projects that need to stick with J2EE 1.4! I'm trying to
find the (
bingo - just changing to ejb 2.1 fixed the service-endpoint in the ejb-jar.xml!
So using WSEEdoclet (with ejbdoclet) can:
*Generate ejb-jar.xml (with service-endpoint defined).
*Generate the actual *Endpoint.java files.
*Generate a reasonable webservices.xml file.
WSEE can also do:
*create basic
Finally, some success!
Pure WSEE doclet webservice without WSCompile. It uses RPC/Literal, but
hopefully more support can be added for the other types.
The one missing piece was ejb-jar.xml gets generated but is missing this under
< session > and needs to be added manually with xdoclet-1.2.3 [fo
Probably looking for an example to go with this one:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWSandXdoclet
xdoclet-1.2.3 seems to have corrected some of the little annoyances.
My sample project I'm still getting on jboss-4.0.2 deploy:
[TypeMappingDescription] Class not found: MyBean
But I
great responses and references, thank you!!
md5georg, I confirm some of the warnings regarding .NET compatibility.
RPC/encoded seems to work flawlessly (for the simple cases), while RPC/literal
doesn't seem to play nicely.
The Document Literal does work, just a different way of thinking (and e
Hey all,
Trying to deploy a single bean with multiple webservices:
RPC/Encoded
RPC/Literal
Document/Literal
Everything looks good until the end:
| 15:50:51,517 INFO [EjbModule] Deploying BasicTypesBean
| 15:50:51,564 INFO [EJBDeployer] Deployed:
file:/C:/jboss/jboss-4.0.2RC1/server/all/d
I've been trying to find a good, general reference between the four different
types of WebServices.
RPC/encoded
RPC/literal
Document/encoded
Document/literal
Please help in educating the populace with hopefully a good general
understanding.
My understandings to date, with (?) in assumption are
I am having this same problem on Jboss4.0.2RC1, although I also am using the
Java2WSDL pacakge as well.
The WSDL for the complex type looks fine regardless of the tool used to
generate it (and confirm same problem with ArrayOf_xsd_dateTime).
y_zl, have you found a workaround or solution for t
I had the same problem.
Confirm problem up to 4.0.1sp1.
Confirm 4.0.2RC1 fixes problem. :-)
-D
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872352#3872352
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872352
---
Hey all,
Trying to use MOD_PROXY with Apache 2.0.52 and Jboss4.0.0.
Assuming same server (or minor changes if different servers), setting up is
pretty easy:
| ServerName myapp.jboss.com
| ProxyRequests On
| ProxyPass / http://myapp.jboss.com:8080/
| ProxyPassReverse / http://mya
try adding "SSLProxyEngine On" to access a back-end SSL.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3860978#3860978
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3860978
The database (with byte[] entity field and BLOB database column) stores the
data as real byte data, not a serialized java object. As such, you can store
and retrieve the BLOB to/from normal binary file manipulation using
tools/languages other than Java.
-D
View the original post :
http://www
Hey thl-mot,
If the problem is the JDBC_TYPE, you may want to look at VARBINARY. The jdbc
types don't seem to be as standardized as one may hope.
I personally configured the entity to also be a byte[], and the database column
as a BLOB, and this works fine (it makes it large, but at least can as
Hey all,
Been going down the road of an assumption (for a while), and since assumptions
are bad, asking the question:
What tools/frameworks are available for testing J2EE Applications that are
running on Jboss?
My assumption has been that the only open-source tool that will support
in-containe
Outside of technical, from a business standpoint it is strictly working with a
standard.
You can find training for EJB/J2EE (plug Jboss Inc's own training here). Can you for
the other frameworks?
The availability of experienced skilled people for EJB/J2EE is much higher than the
other fram
anonymous wrote : What I am looking for is to be able to deploy a J2EE application
| to JBoss and have it automagically run it in it's own VM.
I am doing that now, and although you did not mention it, I'm assuming on the same
server.
All you have to do is:
1. Each J2EE application needs to h
quick reply - my own tests last year also showed jboss better on Win2000 vs linux.
And, it was more evident on dual-processor boxes vs single-processor (talk about a
suprise!). But that was win2000 vs redhat 9, dual-boot boxes, with Sun jdk 1.4 (can't
remember if it was 1.4.1 or 1.4.2).
Still
The Jboss.NET works, and is really easy and very quick to deploy if using the
xdoclet-jboss-net module (just add a little bit to your existing ejb/business code and
go). But you'll have to talk to the dev's about how easy/impossible it will be to
migrate webservices from Jboss.NET to JBoss4/WS4
Hey all,
Newbie to the ejb2.1 timer service and JMX, so please forgive my ignorance. I am
trying to setup a 'cron' on a SLSB to do a process every midnight (24 hours). What I
do not understand is how to 'init' an SLSB timer service in ejb2.1 without an external
event(i.e. not call a JSP page o
In the past, I write into the code these kind of checks before insertion. i.e. send a
ValueObject to a Session bean to handle all create/updates of values for your
Entities, and have the Session bean return descriptive errors for constraints you know
will exist. You could check through lookup i
Kudos to everyone who worked on the CMP engine for Jboss 3.2.4! I'm only one person,
but it solved one problem I had with Comodification and Concurrent updating, as well
as significantly increase the performance of bulk-load create/update processes.
yay!
-D
View the original post :
http://www
Hey all,
I have an application where I need to pull files from a CIFS share. I'm using jCIFS
jar, and the application works fine as long as the hard-coded username/passwords do
not change.
Is there a way to store the jCIFS properties file seperately, or some other solution
where the username/p
heya,
Try changing:
* @ejb.value-objectmatch = "*"
to:
* @ejb.value-object
| * name="Language"
| * match = "*"
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835663#3835663
Reply to the post :
http://www.jboss.org/index.html?module=bb
Thank you for your positive feedback Adrian. I did find the answer in the FAQ,
although I really needed to know what the answer was first before I could find it.
The FAQ is a one-place with everything in it and it is rather difficult to sort
through it all. And yes, I also have the pay-for doc
Hey all,
Been trying to setup some MDB's to process ONLY one message at a time. To be more
specific, process only one message until that message is complete, or is sent to the
DLQ.
Here is the configuration I've added to standardjboss.xml under MDB, but this does not
seem to work:
| 1
| T
Hey all,
To-date, I've been using the jboss-net xdoclet module to generate the WSR, then deploy
the application with WSR's, and finally use Lomboz to generate the webservice stubs.
Is there a way to generate the webservice stubs BEFORE deployment to the Jboss server
(possibly to include with the
couple of options:
-Compress the byte array using ZIP/JAR utilities (and uncompress on the other end).
-Switch field type. I do not know about Oracle, but in MySQL switching to LONGBLOB can
hold an insane amount.
-D
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic
Hey all,
I know there is the mail service, but is there an existing SFTP service available on
Jboss?
Thanks, just curious before writing against a client library (sshtools) for my
application, would be wiser/easier to use just another Jboss service.
-D
View the original post :
http://www.jboss
Hey all,
I've been attempting to get optimistic locking to work (think value-object pattern).
This is what I have tried so far:
@ejb.bean use-soft-locking="true"
-looks like will be depreciated anyhow
@jboss:optimistic-locking modified-strategy="true"
-and
@jboss:optimistic-locking
version-colu
TCPView is a good start, and you can also use 'netstat -a' to see all ports that are
in use.
On Windows platforms, you need to be aware of various services that will randomly take
ports. Some examples are Windows Update, Exchange/Outlook, and as you noticed IM
tools, and many more than can be
1 - 100 of 112 matches
Mail list logo