docs/examples/configs configurations
by Kabir Khan
I'm working on a better way to generate the domain and standalone configuration files to avoid the duplication we've had so far whereby if a subsystem has a configuration change, 10 files need updating.
Going through and updating our configs to use this, I notice we have both:
domain-osgi-only.xml and standalone-osgi-only.xml
domain-jts.xml and standalone-jts.xml
I **assume** the point of these configurations is just to show off some specific features of a subsystem which should be the same in both standalone and domain mode, so unless someone objects I'll get rid of domain-osgi-only.xml and domain-jts.xml.
12 years, 10 months
7.1.0.Final "Thunder" is released!
by Jason T. Greene
Hi Everyone,
I am extremely excited to announce that JBoss AS 7.1.0.Final
"Thunderbird" has been released. This is the first JBoss AS release to
be certified under the Java EE6 Full profile. On top of that it brings
numerous management, security, and clustering enhancements. Altogether
this was a grueling release with 590 Jira issues resolved (we only set
out to do 311!), which brings us to a combined total of 1465 issues
resolved since 7.0.2.Final!
So, a very large thank you is in order to all of our contributors who
had a part in this release. All of those hours working around the clock
to make this happen have finally paid off!
Check out the extensive release notes here:
https://community.jboss.org/wiki/AS710FinalReleaseNotes
As always, you can download it here:
https://www.jboss.org/author/jbossas/downloads.html
Thanks, and as a mentor once said,
Onward!
--
Jason T. Greene
JBoss AS Lead / EAP Platform Architect
JBoss, a division of Red Hat
12 years, 10 months
Config Admin Service
by Heiko Braun
Can somebody explain to me the "Config Admin Service" subsystem?
What's it's purpose?
/Ike
12 years, 10 months
Re: [jboss-as7-dev] Problem met on as7 clustering with mod_cluster
by Weinan Li
On Jan 20, 2012, at 1:26 AM, jean-frederic clere wrote:
> That isn't an error in httpd configuration, but probably in the connector of the web subsystem in AS7.
>
> Mail me all the files I will have a look later.
>
I've tried to reconfigure all things again and the problem get solved! I guess the problem is caused by different 'port-offset' in 'socket-bindings' settings in host.xml between master and slave.
There was a typo in port-offset of master, so I guess mod_cluster is try to use the offset setting in master, and when it's trying to use the same offset to connect to slave, it throws error. But it's really weird it say cannot connect to 'localhost' instead of the ip address of slave.
Anyway, the cluster works now! Thank you for help Jean-Frederic :-)
Success Log:
[Server:server-three] 02:21:43,139 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-4,null) ISPN000094: Received new cluster view: [server-three/web|1] [server-three/web, server-three-slave/web]
Now there's another question: How can I configure mod_cluster to use round-robin to distribute requests?
I've tried to access cluster with different computers/browsers, but it seems all the requests are direct to master. Can I configure this in domain.xml?
> Cheers
>
> Jean-Frederic
Cheers,
- Weinan Li
JBoss, Redhat
12 years, 10 months
JAF (javax.activation) dependency removal
by Tomaz Cerar
Hi,
I am writing this as there has been some discussion on internal mailing
list and David has pointed out that it should be discussed publicly.
JAF is part of JDK since version 6, so question is if we should remove
javax.activation dependency and javax.activation module from AS?
There are still some other dependencies(mail,javax.bind,xml
registry,...) that still use activation as its dependency.
I have verified that AS work correctly if javax.activation module is
removed and some other configuration changes applied so question is if
we want to this or not?
As David pointed out on my pull request
https://github.com/jbossas/jboss-as/pull/1527#issuecomment-3973535 this
ties us more to JDK and prevents us from doing any local modification to
activation.jar.
WDYT?
--
tomaz
12 years, 10 months
Default server.log format not including current date
by Scott Stark
After all this time of using AS7, it is only now after being brought to my attention by someone writing openshift log parsing scripts that we don't include the date in the server.log file messages. Is there a reason for that?
Obviously I can add this to the configuration openshift uses, but I wanted to query why we choose that default.
12 years, 10 months
Remote client EJB calls - new security-realm
by Wolf-Dieter Fink
Hi,
with the latest pull I get a configuration with remoting security.
One option is to remove the security-realm
<subsystem xmlns="urn:jboss:domain:remoting:1.1">
<connector name="remoting-connector" socket-binding="remoting"
security-realm="ApplicationRealm"/>
But what properties need to set in jboss-ejb-client.properties if I've
added the (application) user/psw with add-user.sh?
regards
Wolf
12 years, 10 months